
html, 
body {
    color: #39403f !important;
    font-family: 'TT-Hoves-Regular';
}

@font-face {
    font-family: 'TT-Hoves-Black';
    src: url('../fonts/TT Hoves/TT Hoves Black.otf') format('opentype');
}

@font-face {
    font-family: 'TT-Hoves-Medium';
    src: url('../fonts/TT Hoves/TT Hoves Medium.otf') format('opentype');
}

@font-face {
    font-family: 'TT-Hoves-Regular';
    src: url('../fonts/TT Hoves/TT Hoves Regular.otf') format('opentype');
}

.sign-container {
    display: flex;
    align-items: center;
    background: url("images/construction.jpg");
    height: 100vh;
}

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
    background: #fff;
}

.signin-block {
    padding: 5% 15%;
    text-align: left;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-signin .form-control:focus {
        z-index: 1 !important;
    }

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.validate-input {
    position: relative;
}

.goFor-input {
    width: 100%;
    position: relative;
    margin-bottom: 10%;
}

.goFor-form-input:focus + .focus-input100::before {
    width: 100%;
}

.goFor-form-input {
    color: #585858 !important;
    line-height: 1.2;
    border: none !important;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 1.0rem;
    background: transparent;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: #7f7f7f;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .focus-input100::after {
        font-family: "FontAwesome";
        content: "\f007";
        color: #adadad;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: calc(100% - 20px);
        bottom: 0;
        left: 0;
        padding-left: 13px;
        padding-top: 3px;
    }

    .focus-input100.password::after {
        font-family: "FontAwesome";
        content: "\f023";
        color: #adadad;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        height: calc(100% - 20px);
        bottom: 0;
        left: 0;
        padding-left: 13px;
        padding-top: 3px;
    }

input {
    outline: none;
    border: none;
}

.nav-link {
    color: #39403f;
    display: block;
    padding: 10px 0 10px 40px;
    font-size: 1.0rem;
    font-weight: 600;
    text-transform: lowercase;
    background: #dae6ed;
}

.nav-link(lastchild) {
    border-bottom: 1px solid #b9b9ba;
}
/*a.active { border-left:5px solid #ff2c58 ; }*/
.side-menu > a:hover {
    color: #ff2c58;
}

.btn-outline-gf-primary {
    border: 1px solid #666666 !important;
    color: #666666;
    font-weight: normal;
    font-size: 0.7rem;
    font-weight: 400;
    padding: 0.7rem 3.5rem 0.7rem 3.5rem;
    border-radius: 10px;
    text-transform: lowercase;
}




.navbar-light .navbar-nav .active > .nav-link {
    color: #ff2c58 !important;
    font-size: 1.0rem;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #39403f !important;
    font-size: 1.0rem;
    font-weight: 600;
    text-transform: lowercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff;
}
/* #5025- changes updated, old style: padding-left:25px; padding-right:25px;*/


.side-bar-bg {
}

.btn-GF-dropdown {
    color: #fff;
    background-color: none;
    color: #ff2c58;
    border-color: #6c757d;
    font-size: 1.2rem;
    font-weight: bold;
}

.btn {
    border-radius: 0 !important;
}

.dropdown-item:hover {
    background: #ff2c58;
    color: #fff;
}

p.description {
    font-weight: 600;
    color: #757e8f;
    font-size: 1.2rem;
}

.btn-primary {
    background: #ff2c58 !important;
    border: none;
    text-transform: lowercase;
    font-weight: 600 !important;
}

    .btn-primary:hover {
        background: #ff9344;
    }

.text-muted {
    color: #606b7e;
}

.link, .link:hover {
    color: #FF2C58;
    text-decoration: underline;
}

.signin-block h2 {
    color: #666666;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.footerbg {
    background: #F9F9F9;
    color: #666666;
}

.footer-content {
    color: #666666;
}

    .footer-content p {
        font-size: 1.2rem;
        text-align: left;
    }
    /*.footer-content a { font-size:1.2rem; text-align:left; text-decoration:none }*/
    .footer-content h5 {
        text-align: left;
        font-size: 1.6rem;
    }

    .footer-content .contact-link {
        color: #39403f;
        text-align: left;
        font-size: 16px;
        text-decoration: none;
    }

    .footer-content .action-link {
        color: #39403f;
        text-align: left;
        font-size: 20px;
        text-decoration: none;
        text-transform: lowercase;
    }

.copyright {
    background: #F9F9F9;
    border-top: 1px solid #D7D7D7;
}

    .copyright .copy-lt {
        text-align: left;
        color: #39403f;
        text-transform: lowercase;
    }

    .copyright .copy-rt {
        text-align: right;
        color: #39403f;
    }

a.wt-up-link {
    color: #FF2C58;
    text-decoration: underline;
    text-decoration: underline;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: 2.0;
}

.status-badge {
    color: #fff !important;
}

.accepted {
    background-color: #b3b24c !important;
    color: #fff !important;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-weight: bold;
}

.delivered {
    background: #7cb36f;
    color: #fff !important;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-weight: bold;
}

.cancelled {
    background: #b45959;
    color: #fff !important;
    text-transform: none;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-weight: bold;
}

.btn-outline-primary {
    border: 2px solid #666666;
    color: #39403f;
    font-weight: bold;
    text-transform: lowercase;
}

    .btn-outline-primary:not(:disabled):not(.disabled):hover, .show > .btn-outline-primary.dropdown-toggle {
        background: none;
        color: #666666;
        border: 2px solid #666666;
    }

a.upgrad-proLink {
    background: #02ade0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

    a.upgrad-proLink:hover {
        background: #06b7ec;
    }

.card {
    background: #f4f4f4;
    border: none;
    margin-bottom: 30px;
}

.card-pack {
    background: transparent;
    border: none;
    margin-bottom: 30px;
    min-height: 120px;
}

.card-body p.card-detail {
    position: relative;
    right: -40px;
    bottom: -65px;
}

.card-body .card-header {
    font-size: 1.0rem;
    background: none;
    text-transform: lowercase;
}

.card-body .blocks {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.card-body .blocks-sm {
    display: block;
}

    .card-body .blocks-sm h2 {
        font-size: 2.2rem;
        color: #404040;
    }

.card-body {
    padding: 0px;
}

    .card-body h1 {
        text-align: center;
        font-size: 4.5rem;
    }

.badge {
    color: #6f6f6f;
    position: relative;
    top: -20px;
    font-size: 1.6rem;
}

.card-title-caps {
    text-transform: lowercase;
    font-size: 0.9rem;
    font-weight: 700;
    color: #39403f;
}

.card-body h2 {
    font-size: 1.0rem;
    color: #39403f;
}

    .card-body h2 span.badge {
        position: relative;
        top: -22px;
        font-size: 1.4rem;
        color: #39403f;
    }

.dataTable {
}

    .dataTable th, .table-style th {
        text-transform: lowercase;
    }

.dataTables_length {
    display: none;
}

.dataTables_filter label {
    float: right;
}

.dataTables_filter .form-control-sm {
    border-bottom: 2px solid red;
}

form h5 { /*color:#666666;*/
    font-weight: 500;
    font-size: 1.5;
    text-transform: lowercase;
}

.page-title { /*color:#666666;*/
    font-weight: 500;
    font-size: 1.5;
    text-transform: lowercase;
}

a.gofor-link {
    text-decoration: underline;
    text-transform: uppercase;
    color: #202020;
    font-size: 0.9rem;
    font-weight: bold;
    line-spacing: 2.5px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /*padding: .375rem .75rem;*/
    padding: .375rem .0rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #39403f;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    /*border-radius: .25rem;*/
    border-radius: .0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-form-label, .form-check-input, .form-radio-label {
    color: #585858;
    font-weight: 600;
    font-size: 1.0rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-bot-line {
    border-bottom: 1px solid #809099;
    color: #39403f;
    font-weight: 600;
    font-size: 1.0rem;
    background-color: transparent !important;
}

    .form-bot-line:focus {
        background-color: transparent !important;
    }

.select-bot-line {
    border-bottom: 1px solid #809099 !important;
    color: #585858 !important;
    font-weight: 600 !important;
    font-size: 1.0rem;
    background-color: transparent !important;
}

.form-group {
    margin-bottom: 2rem;
}


/*modal popup style*/

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 100;
    /*line-height: 1;*/
    width: 60px;
    height: 60px;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
    /*background:#000!important;*/
}

.modal-header .close {
    padding: .05rem 0.5rem;
    margin: 1rem 1rem -1rem auto;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    /* margin: 10px; */
}

.modal-header {
    border-bottom: none !important;
}

/*.modal  
{
    border-radius:0px!important;
}*/

.modal .btn-primary {
    font-weight: 600;
    border-radius: 0px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
        margin: 1.75rem auto;
    }
}

.modal-body {
    padding: 0rem 4rem 4rem 4rem !important;
}

.modal .btn-primary {
    /*min-height:60px;*/
}



.md-value {
    font-size: 40px;
    color: #000 !important;
}

.md-addon {
    font-size: 16px;
    color: #000 !important;
    line-height: 50px;
    vertical-align: top;
    padding: 4px;
}

.md-tittle {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    text-transform: lowercase;
}

.md-value-block {
    text-align: center;
}

.modal-dialog-scrollable .modal-body {
    /*overflow-y: hidden!important;*/
}


/*Bootbox modal popup style*/

.bootbox .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 100;
    /*line-height: 1;*/
    width: 40px;
    height: 40px;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
    /*background:#000!important;*/
}

.bootbox .modal-header .close {
    padding: .05rem 0.5rem;
    margin: 1rem 1rem -1rem auto;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    /* margin: 10px; */
}

.bootbox .modal-footer {
    border-top: 0px solid #dee2e6;
}

.modal-header {
    font-weight: 600;
    border-bottom: 0px solid #dee2e6 !important;
}

/*.modal  
{
    border-radius:0px!important;
}*/

.bootbox-btn-primary {
    background: #ff2c58;
    border: 2px solid #ff2c58;
    text-transform: lowercase;
    border-radius: 0px !important;
    min-width: 150px;
    min-height: 30px;
    font-weight: 600;
    color: #fff !important;
}

.bootbox-btn-default {
    border: 2px solid #6c757d;
    text-transform: lowercase;
    border-radius: 0px !important;
    min-width: 150px;
    color: #6c757d;
    min-height: 30px;
    font-weight: 400;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
        margin: 1.75rem auto;
    }
}

.bootbox .modal-body {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
    font-size: 20px;
    line-height: 5;
    text-align: center;
    font-weight: 500;
}

.modal .btn-primary {
    /*min-height:60px;*/
}



.md-value {
    font-size: 40px;
    color: #000 !important;
}

.md-addon {
    font-size: 16px;
    color: #000 !important;
    line-height: 50px;
    vertical-align: top;
    padding: 4px;
}

.md-tittle {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
}

.md-value-block {
    text-align: center;
}

.modal-dialog-scrollable .modal-body {
    /*overflow-y: hidden!important;*/
}

h2.page-header {
    font-family: TT-Hoves-Regular !important;
    font-size: 25px !important;
    /*font-weight: bold !important;*/
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #666666 !important;
}

.progress {
    border-radius: 5rem !important;
}

.bg-orange {
    background-color: #db8003;
}

.bg-green {
    background-color: #006200;
}

.bg-grey {
    background-color: #808080;
}

.bg-orange-light {
    background-color: #f4dec0;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 700 !important;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

.search-icon {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-image: url('../Images/search.svg');
}

.drop-down-icon {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    background-image: url('../Images/drop-down-arrow.svg');
}

.status-btn {
    width: 130px;
    text-align: center;
    font-weight: bold;
    padding: 4px !important;
    border-radius: 8px !important;
    text-align: center;
    display: inline-block;
}
/*localization langauge css*/
.localang {
    z-index: 1 !important;
    text-align: right;
    /*margin-bottom: -10px;*/
    /*max-width: 1110px;*/
}

    .localang .btn {
        padding: .2rem .4rem !important;
        margin: 2px 15px -15px 2px;
    }

    .localang .dropdown-toggle::after {
        border: none;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: lowercase;
}

.dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-color: #ff2c58;
    outline: 0;
}

#dropdownMenu1 {
    font-family: Lato-Regular !important;
    border: 0px solid #adb5bd;
    font-size: 1rem;
    color: #39403f !important;
    text-transform: lowercase;
}

.localang img {
    width: 1.25em !important;
}

.localang .dropdown-menu {
    font-family: Lato-Regular !important;
    min-width: 6rem;
    font-size: 1rem;
    border: 1px solid #adb5bd !important;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background: #f5f5f5;
    color: #39403f;
}

.position {
    position: relative;
    min-height: 364px;
    top: -200px;
    z-index: 10;
    background: #fff;
    margin-bottom: -200px;
}

.footer-position {
    position: relative;
    /*top: -200px;*/
    z-index: 1;
}
/*floating label starts*/
.floating-label {
    position: relative;
    margin-bottom: 3rem;
}

.floating-input, .floating-select {
    /*color: #585858;*/
    font-weight: 400;
    font-size: 1.0rem;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    z-index: 1;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
    }

.label {
    color: #39403f;
    font-weight: 400;
    font-size: 1.0rem;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    line-height: .5 !important;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ .label {
    top: 2px;
    font-weight: 400;
    font-size: 0.9rem;
    color: #999;
    text-align: right;
    width: 100%;
    word-spacing: -2px;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ .label {
    top: 7px;
    text-align: right !important;
    font-size: 14px;
    color: #5264AE;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control:focus {
    box-shadow: none;
    border-color: #757575;
}

input:-webkit-autofill, input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px rgb(255,255,255, 0.9) inset;
}

    input:focus:-webkit-autofill ~ .label {
        top: 2px;
        font-size: 15px;
        color: #999;
        font-weight: normal;
        text-align: right;
        width: 100%;
        word-spacing: -2px;
    }
/*auto complete floating label for ie and safari mac chrome and chrome, firefox css start*/
.floating-input:focus ~ label, .floating-input:not(:-ms-input-placeholder) ~ .label {
    top: 2px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #999;
    text-align: right;
    width: 100%;
    word-spacing: -2px;
}

.llbel {
    top: 2px;
    font-weight: normal !important;
    font-size: 15px !important;
    color: #999 !important;
    text-align: right;
    width: 100%;
    word-spacing: -2px;
}


/*auto complete floating label for ie and safari mac chrome and chrome, firefox css Ends*/
/*floating label ends*/
/*comman css for all the table*/
.table-row {
    cursor: pointer;
}

#sec-PaymentDetails {
    margin-bottom: 25px !important;
}

.side-pdng {
    padding-right: 0px;
    padding-left: 0px;
}

span.glyphicon.glyphicon-arrow-left:after {
    content: '\f104';
    font-family: FontAwesome;
}

span.glyphicon.glyphicon-arrow-right:after {
    content: '\f105';
    font-family: FontAwesome;
}

@media only screen and (min-width: 768px) {
    #summary-block {
        width: 11rem !important;
        padding: 1.5rem !important;
    }
    
    #summary-block.stick {
        width: 11rem !important;
        padding: 1.5rem !important;
    }
}

@media only screen and (min-width: 992px) {
    #summary-block {
        width: 14rem !important;
        padding: 2rem !important;
    }
    
    #summary-block.stick {
        width: 14rem !important;
        padding: 2rem !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 11px !important;
    }
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.w-100 {
    width: 100%;
}
