@import "custom-variables/variables";
@import "../../bootstrap-4.0.0/scss/functions";
@import "../../bootstrap-4.0.0/scss/variables";
@import "../../bootstrap-4.0.0/scss/mixins";

.login-outer{
     @include media-breakpoint-up(md) {
        &:before{
            background: url(../images/signup.jpg) no-repeat right top;
            background-size: cover;
            content: "";
            width: 55%;
            height: 100%;
            position: absolute;right:0;top:0;

        }
    }
}
.form-control{
    border:0;width:100%;
    border-bottom:#999 2px solid;
    padding: 10px 0;
    color:#656565;
    &:focus{
       border-bottom-color:#343434; outline: 0;
    }
}
.hide{display: none!important;}
.btn:not(.dropdown-toggle){
    border:0;border-radius: 25px;
    height: 47px;line-height: 47px;
    font-size: 16px;
    font-weight: $font-weight-semibold;
    display: inline-block;min-width: 175px;
}
.btn-lg{
    border:0;
    border-radius: 40px;
    height: rem(61);
    line-height: rem(61);
    font-size: rem(22);
    font-weight: $font-weight-semibold;
    display: inline-block;
    min-width: rem(200);
}
.btn-style-2{
    background:rgba($black,.3);
    width:175px;height: 45px;line-height: 45px;
    border: 2px solid $white;
    border-radius: 30px;
    font-size: 16px;
}
.display-2{line-height: 1;}
.message_validation {
    color: red;
    font-size: 13px;
    display: block;
}
input[type="checkbox"]:not(:checked),[type="checkbox"]:checked {
    visibility: hidden;
    position: absolute;
}
[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label {
    position: relative;
    padding: 2px 0 0 24px;
    cursor: pointer;
    color: lighten($dark, 32%);line-height: 1.25;fonr-size:14px;
    
    //vertical-align: text-top;
}

[type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px; 
    border: 2px solid #999;
    background: $white;
    border-radius: 0;
}
[type="checkbox"]:checked+label:before{
    border-color: $primary;
}
[type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after {
    content: "\2714";
    position: absolute;
    top: 2px;
    left: 0px;
    color: $primary;
    transition: all .2s;
    line-height: 16px;
    text-align: center;
    width: 16px; 
}
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}
[type="checkbox"]:checked+label:after{
    opacity:1;
}
.form-control::-moz-placeholder {
    color: #000;text-transform: uppercase;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #000;text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
    color: #000;text-transform: uppercase;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
label a{
    color: #666;text-decoration: underline;
}
.contact-form{
    .form-listing{
        li:nth-child(5){
           -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}
input,select,textarea {
    border-radius: 0;-webkit-appearance: none;
}
.message_error,.error-message{
    background: rgba($danger,.5);
    color: $white;
    padding: 10px;
    border:$danger 1px solid;
    border-radius: 5px;
}
.success-message,.message_success{
    background: rgba($success,.5);
    color: $white;
    padding: 10px;
    border:$success 1px solid;
    border-radius: 5px;
}
/*dashboard*/
.fade-txt{color:#d9d9d9}
.account-info{
    label{
        color: #a4a4a4;display: block;margin: 0;
    }
    .form-control{
        font-size: 18px;
        color: $black;
        padding: 0 0 5px;
        font-weight: $font-weight-semibold;
    }
    .select-outer:after{
        top: 8px;
    }
} 
.upload-img-icon{
    background:url(../images/camera.png) no-repeat 0 0;
    width:29px;height: 29px;
    display: block;
    bottom: 15px;
    right: 30px;
}
.fileuploader_field {
    background: #0c324e;color: #fff;
    padding: 2px;
    text-align: center;
    height:165px;
    overflow: hidden;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -moz-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -moz-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    .fileuploader_edit_section{
        display: none!important;
    }
    img{
        width: auto;
        height: auto;
        max-width: 100%;    max-height: 165px;
    }
}
.select-outer{
    position: relative;
    &:after {
        content: "";
        border-right: #000 2px solid;
        border-bottom: #000 2px solid;
        width: 10px;
        height: 10px;
        z-index: -1;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 3px;
        top: 16px;
        display: block;
    }
}

select {
    background: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .select-outer:after{display: none}
}
.btn-sm {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    min-width: 160px;
}
.bootstrap-select>.dropdown-toggle {
    font-size: 15px!important;
    font-weight: 400!important;
}