* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}

.regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
  border-radius: 5px;
}

h1 {
  text-align: center;  
}

input, select {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border-color: red;
}

select.invalid {
  border-color: red;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #225184;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  height: 45px;
  border-radius: 5px;
}

button:hover {
  opacity: 0.8;
}

.button {
  background-color: #225184;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  height: 45px;
  border-radius: 5px;
}

.button:hover {
  opacity: 0.8;
  color: white;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width:16.67%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard-step .btn-primary {
    background-color: #4CAF50;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #3d3f5d
}

.tab-regular .nav.nav-tabs {
    border-bottom: transparent
}

.tab-regular .nav.nav-tabs .nav-item {}

.tab-regular .nav.nav-tabs .nav-link {
    display: block;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    margin-right: 5px;
    border-color: #dddde8
}

.tab-regular .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #e6e6f2 #e6e6f2 #fff;
    color: #5969ff
}

.tab-regular .tab-content {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e6e6f2;
    border-radius: 4px;
    border-top-left-radius: 0px
}
.mt-20 {
    margin-top: 50px !important
}

.invoice {
    background: #fff;
    padding: 20px
}

.invoice-company {
    font-size: 20px
}

.invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px
}

.invoice-date,
.invoice-from,
.invoice-to {
    display: table-cell;
    width: 1%
}

.invoice-from,
.invoice-to {
    padding-right: 20px
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
    font-size: 16px;
    font-weight: 600
}

.invoice-date {
    text-align: right;
    padding-left: 20px
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
}

.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.invoice-price .invoice-price-row {
    display: table;
    float: left
}

.invoice-price .invoice-price-right {
    width: 25%;
    /*background: #2d353c;*/
    background: #225184;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300
}

.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
}

.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px
}

.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%
}

.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px
}

.btn.btn-white, .btn.btn-white.disabled, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:hover, .btn.btn-white[disabled], .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}

.plan-one {
        margin: 0 0 20px 0;
        width: 100%;
        position: relative;
    }

    .plan-card {
        background: #fff;
        margin-bottom: 30px;
        transition: .5s;
        border: 0;
        border-radius: .55rem;
        position: relative;
        width: 100%;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    }

    .plan-one .pricing-header {
        padding: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .plan-one .pricing-header .plan-title {
            font-size: 1.2rem;
            color: #ffffff;
            padding: 10px 0;
            font-weight: 600;
            background: #5a99ee;
            margin: 0;
        }

        .plan-one .pricing-header .plan-cost {
            color: #ffffff;
            background: #71a7f0;
            padding: 15px 0;
            font-size: 1rem;
            font-weight: 700;
        }

        .plan-one .pricing-header .plan-save {
            color: #ffffff;
            background: #84b3f2;
            padding: 10px 0;
            font-size: 1rem;
            font-weight: 700;
        }

        .plan-one .pricing-header.green .plan-title {
            background: #47BCC7;
        }

        .plan-one .pricing-header.green .plan-cost {
            background: #5bc3cd;
        }

        .plan-one .pricing-header.green .plan-save {
            background: #6ac9d2;
        }

        .plan-one .pricing-header.orange .plan-title {
            background: #fc8165;
        }

        .plan-one .pricing-header.orange .plan-cost {
            background: #fd967e;
        }

        .plan-one .pricing-header.orange .plan-save {
            background: #fdaa97;
        }

    .plan-one .plan-features {
        border: 1px solid #e6ecf3;
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .plan-one .plan-features li {
            padding: 10px 15px 10px 40px;
            margin: 5px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            position: relative;
            border-bottom: 1px solid #e6ecf3;
            line-height: 100%;
        }

    .plan-one .plan-footer {
        border: 1px solid #e6ecf3;
        border-top: 0;
        background: #ffffff;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        text-align: center;
        padding: 10px 0 30px 0;
    }

    @media (max-width: 767px) {
        .plan-one .pricing-header {
            text-align: center;
        }

            .plan-one .pricing-header i {
                display: block;
                float: none;
                margin-bottom: 20px;
            }
    }

.login-form {
  width: 340px;
  margin: 50px auto;
  
}
.login-form form {
  margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 5px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.login-form btn {        
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

canvas#signature {
  border: 2px solid black;
}

.report-column {
  float: left;
  width: 10%;
  min-height: 50px;
}

/* Clear floats after the columns */
.report-row:after {
  content: "";
  display: table;
  clear: both;
}

.cont-active{
  background: #4CAF50;
  color: black;
  opacity: 80%;
}
.welcome-box-header{
  margin-top: 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background: #225184;
  color: #fff;
  font-size: large;
  padding-left: 10px;
  font-weight: bold;
}
.welcome-box-content{  
  border-left: 10px solid #225184;
  border-right: 10px solid #225184;
  background: #fff;
  padding: 5px;
}
.welcome-box-footer{
  margin-bottom: 20px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #225184;
  color: #fff;
  font-size: large;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.welcome-box-footer a:link{
  color: #fff;
}
.welcome-box-footer a:visited{
  color: #fff;
}
.welcome-box-footer a:active{
  color: #fff;
}
.welcome-box-footer a:hover{
  color: #000;
}
.about-us{
  text-align: right;
}
@media (max-width: 767px)
{
  .about-us{
    text-align: left;
  }
}
.info-box{
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 5px solid #225184;
  border-radius: 5px;
  width: 100%;
  margin-left: 14px;
  margin-right: 14px;
  padding: 5px;
}
.footer-link{
  font-weight: bold;
  text-transform: uppercase;
}
.footer-link a:link{
  color: #fff;
}
.footer-link a:visited{
  color: #fff;
}
.footer-link a:active{
  color: #fff;
}
.footer-link a:hover{
  color: #000;
}

.icon{
    display: inline-block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background-position: 50%;
}

.icon_twitter{
    background-image: url("data:image/svg+xml,%3Csvg width=%2224%22 height=%2220%22 viewBox=%220 0 24 20%22 fill=%22%23fff%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M24 2.31608c-.8826.38072-1.843.65473-2.8324.76145 1.0272-.61021 1.7963-1.57424 2.1632-2.711216C22.367.939675 21.3111 1.34173 20.2101 1.55463 19.7499 1.06265 19.1933.670719 18.575.403254 17.9567.135789 17.2899-.00147612 16.6163.119709e-4 13.8906.119709e-4 11.6986 2.20936 11.6986 4.92057 11.6986 5.3013 11.7447 5.68202 11.8197 6.04832 7.73849 5.83489 4.09855 3.88512 1.67864.899904c-.44093.753126-.67199 1.610646-.66915 2.483356.0 1.70749.86817 3.21307 2.19205 4.09855C2.42136 7.45108 1.65944 7.23664.977767 6.85592V6.91649c0 2.39106 1.690183 4.37251 3.942793 4.82831C4.49761 11.8546 4.06251 11.9108 3.62553 11.912 3.30537 11.912 3.00252 11.8803 2.69679 11.8371c.623 1.9497 2.43721 3.3659 4.59753 3.412-1.69019 1.3239-3.80724 2.1027-6.106 2.1027C.775868 17.3518.395145 17.3374.0 17.2912c2.18051 1.3989 4.7677 2.2065 7.5539 2.2065 9.0451.0 13.9945-7.4934 13.9945-13.99739.0-.21343.0-.42687-.014400000000002-.64031.9575-.70087 1.7968-1.56904 2.466-2.54392z%22 fill=%22%23fff%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.icon_twitter:hover,
.icon_twitter:focus,
.icon_twitter:active{
    background-image:url("data:image/svg+xml,%3Csvg width=%2224%22 height=%2220%22 viewBox=%220 0 24 20%22 fill=%22%23ffc95e%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M24 2.31608c-.8826.38072-1.843.65473-2.8324.76145 1.0272-.61021 1.7963-1.57424 2.1632-2.711216C22.367.939675 21.3111 1.34173 20.2101 1.55463 19.7499 1.06265 19.1933.670719 18.575.403254 17.9567.135789 17.2899-.00147612 16.6163.119709e-4 13.8906.119709e-4 11.6986 2.20936 11.6986 4.92057 11.6986 5.3013 11.7447 5.68202 11.8197 6.04832 7.73849 5.83489 4.09855 3.88512 1.67864.899904c-.44093.753126-.67199 1.610646-.66915 2.483356.0 1.70749.86817 3.21307 2.19205 4.09855C2.42136 7.45108 1.65944 7.23664.977767 6.85592V6.91649c0 2.39106 1.690183 4.37251 3.942793 4.82831C4.49761 11.8546 4.06251 11.9108 3.62553 11.912 3.30537 11.912 3.00252 11.8803 2.69679 11.8371c.623 1.9497 2.43721 3.3659 4.59753 3.412-1.69019 1.3239-3.80724 2.1027-6.106 2.1027C.775868 17.3518.395145 17.3374.0 17.2912c2.18051 1.3989 4.7677 2.2065 7.5539 2.2065 9.0451.0 13.9945-7.4934 13.9945-13.99739.0-.21343.0-.42687-.014400000000002-.64031.9575-.70087 1.7968-1.56904 2.466-2.54392z%22 fill=%22%232c8080%22/%3E%3C/svg%3E")
}

.icon_facebook{
    background-image:url("data:image/svg+xml,%3Csvg width=%2211%22 height=%2223%22 viewBox=%220 0 11 23%22 fill=%22%23fff%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M2.80805 22.632V12.0124H0V8.18885H2.80805V4.92303C2.80805 2.35672 4.46677.0 8.28882.0 9.83631.0 10.9806.148353 10.9806.148353L10.8904 3.71892S9.72344 3.70756 8.44996 3.70756c-1.37829.0-1.59911.63516-1.59911 1.68939v2.7919H11l-.1805 3.82355H6.85085V22.632H2.80805z%22 fill=%22%23fff%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.icon_facebook:hover,
.icon_facebook:focus,
.icon_facebook:active{
    background-image:url("data:image/svg+xml,%3Csvg width=%2211%22 height=%2223%22 viewBox=%220 0 11 23%22 fill=%22%23ffc95e%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M2.80805 22.632V12.0124H0V8.18885H2.80805V4.92303C2.80805 2.35672 4.46677.0 8.28882.0 9.83631.0 10.9806.148353 10.9806.148353L10.8904 3.71892S9.72344 3.70756 8.44996 3.70756c-1.37829.0-1.59911.63516-1.59911 1.68939v2.7919H11l-.1805 3.82355H6.85085V22.632H2.80805z%22 fill=%22%232c8080%22/%3E%3C/svg%3E")
}

.ajax-loader {
  z-index: +100 !important;
  width: 150px;
  height: 150px;
}

.ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
}

.google-review{
    color: rgb(255, 255, 255);
    background: white;
    border: 1px solid black;
    border-radius: 30px;
    background: #2C8080;
}

.google-review a:hover{
    background: white;
    color: black;
}

.reset-button:before{
    content: "\27F3";
}

.dt-button{
    height: 31px;
    padding: 5px !important;
    text-align: center;
    margin-top: 1.5rem;
}
