/*
 * style.css
 * styles for elements
 */

/* General */
html{ width: 100%; height: 100%; }
body{ width: 100%; height: 100%; font-weight: normal; font-size: 14px; font-family: LineAwesome,'Source Sans Pro',sans-serif; color: #222;}
*{ margin: 0; padding: 0;}
a, a:hover{ color: #0073b7; text-decoration: none; }
:focus{ outline: none; }
.clear{ clear: both; }
img{ vertical-align: middle; }

.splash{
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #eee;
    color: #888;
    font-size: 18px;
}
.splash_loader{
    height: 68px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -34px;
}

.header{
    height: 50px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
}
.logo{
    font-size: 35px;
    line-height: 30px;
}
.header_menu ul{
    text-align: right;
    margin-bottom: 0;
}
.header_menu ul{
    list-style: none;
}
.header_menu ul li{
    display: inline-block;
    padding: 5px 15px;
}
.header_menu ul li a{
    color: #08A0E1;
}
.header_menu ul li a:hover{
    text-decoration: underline;
}

.logo img{
    vertical-align: middle;
}
.company_logo{
    margin-top: 20px;
}
.company_name{
    font-size: 72px;
    margin-top: 0;
    font-weight: lighter;
}

/*.bodyContent {
    position: relative;
    height: calc(100vh - 40px);
    margin-top: 50px;
}*/
.rightSide{
/*    float: left;
    display: inline-block;*/
    position: relative;
    height:100vh;
/*    text-align: center;
    position: relative;
    width:calc(100% - 400px);*/
}
.leftSide{
/*    display: inline-block;
    right: 0;
    position: absolute;*/
    height: 100vh;
/*    background: #f7f7f7;*/
    background: #0073b7;
}
.login_main{
/*    background: #f7f7f7;*/
/*    width: 400px;*/
    max-width: 100%;
    padding: 40px 40px;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.login_main.without_margin{
    margin-top: auto;
    margin-bottom: auto;
}
.login_header{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.koopsImage{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.koopsImage img{
    max-width:100%;
}
.koopsVideo{
    margin-top:25px;
}
.koopsVideo a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 12px 30px;
    background: #0073b7;
    border-radius: 5px;
}
.koopsVideo a:hover{
    background: #145a90;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.koopsImage .playstore{
    margin-top: 20px;
}
.koopsImage .playstore .kc {
    text-align: right;
}
.koopsImage .playstore .ks {
    text-align: left;
}
.koopsImage .playstore .kc a,.koopsImage .playstore .ks a{
    color:#777;
}
.koopsImage .playstore img {
    width: 20px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.salseTrackingImage{
    padding: 60px 30px 0px 60px;
}
.orderManagementImage{
    padding: 0px 60px 0px 60px;
}
.salseTrackingImage img,.orderManagementImage img{
    max-width: 100%;
}
.salseTrackingContant{
    padding: 70px 30px;
}
.orderManagementContant{
    padding: 0px 60px;
}
.salseTrackingContant h3,.orderManagementContant h3{
    color:#555;
}
.salseTrackingContant ul li,.orderManagementContant ul li{
    color:#777;
}
.company_header{
    font-size: 36px;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 50px;
}

.profile_pic{
    margin: auto;
    height: 70px;
    width: 70px;
    border-radius: 35px;
    overflow: hidden;
}
.input{
    margin-top: 20px;
}
.input .textbox{
    height: 32px;
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 0 10px;
    color: #444444;
    position: relative;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.input .textbox:hover{
    z-index: 3;
}
/*.input .textbox:focus{
    z-index: 3;
    border: 1px dotted #afafaf;
}*/
.button{
    margin-top: 20px;
    text-align: center;
}
.button button{
    background: #0073b7;
    color: #fff;

    border: #AE3524;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 30px;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
/*    width: 100%;*/
}
.button button:hover,.button button:focus{
    background: #145a90;
    color:#fff;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button a{
    color: #08A0E1;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.button a:hover,.button a:focus{
    text-decoration: underline;
}

.button #sign_up{
    background: #0073b7;
    color: #fff;
    font-size: 20px;
    padding: 8px 40px;
    border: 1px solid #fff;
}
.button #sign_up:hover{
    background: #fff;
    color: #0073b7;
}

.footer{
    position: absolute;
    left:0;
    bottom: 0;
    padding: 10px;
    height: 40px;
    width: 100%;
    text-align: center;
}
.footer a{
    color: #08A0E1;
}
.footer a:hover{
    text-decoration: underline;
}
.error{
    color: #fff;
    font-style: italic;
}
.center{
    text-align: center;
}
.back_logo {
    position: absolute;
    top: 20px;
    font-size: 20px;
    left: 30px;
}
.back_logo span {
    font-size: 21px;
}
.back_logo:hover span{
    text-decoration: underline;
}
input[type='radio'], input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}
input[type='radio'] + label, input[type='checkbox'] + label{
    position: relative;
    padding-left: 30px;
    min-height: 22px;
    line-height: 21px;
    cursor: pointer;
    font-weight: normal;
}
input[type='radio'] + label:after{
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 18px; height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50px;
    top: 50%;
    margin-top: -9px;
    z-index: 1000;
}
input[type='radio'] + label:before{
    content: '';
    position: absolute;
    left: 4px;
    width: 10px; height: 10px;
    background: #fff;
    border-radius: 50px;
    top: calc(50% + 4px);
    margin-top: -9px;
    z-index: 2000;
}
input[type='radio']:checked + label:before{
    background: #2e8fda;
}

input[type='checkbox'] + label:after{
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 18px; height: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    top: 50%;
    margin-top: -9px;
    z-index: 1000;
}
input[type='checkbox'] + label.green:after{
    border: 1px solid #34B351;
    background: #fff;
}
input[type='checkbox']:checked + label.green:after{
    border: 1px solid #34B351;
    background: #34B351;
}
input[type='checkbox'] + label.yellow:after{
    border: 1px solid #FFDD00;
    background: #fff;
}
input[type='checkbox']:checked + label.yellow:after{
    border: 1px solid #FFDD00;
    background: #FFDD00;
}
input[type='checkbox'] + label.blue:after{
    border: 1px solid #1198F2;
    background: #fff;
}
input[type='checkbox']:checked + label.blue:after{
    border: 1px solid #1198F2;
    background: #1198F2;
}
input[type='checkbox'] + label:before{
    content: "";
    position: absolute;
    left: 2px;
    z-index: 2000;
    color: #2e8fda;
    font-size: 14px;
}
input[type='checkbox'] + label.green:before,
input[type='checkbox'] + label.yellow:before,
input[type='checkbox'] + label.blue:before {
    top: 2px;
    left: 3px;
    font-size: 12px;
    color: #fff;
}
input[type='checkbox']:checked + label:before{
    content: "\f17b";
    font-weight: bolder;
    top: 50%;
    margin-top: -10px
}

label.white {
    color: #fff;
}
label.white a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.modal-content {
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {top:-400px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.select2-results__option {
    font-size: 16px;
}
.select2-container--default .select2-selection--single {
    border:none;
}
.select2-container .select2-selection--single {
    height: 32px;
    border-radius: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 10px;   
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 16px;
    background-color: #0073b7; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #444444;
    background: #fff;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #777;
}
/*#moreDetails {
    background-color: rgba(0,0,0,0.5); 
    align-items: center; 
    justify-content: center; 
    z-index: 999999;
}
#moreDetails .modal-content {
    min-width: 40%;
    max-width: 90%;
    border:none;
}
#moreDetails .modal-content .close {
    font-size: 30px; 
    margin-top: -15px; 
    opacity: unset; 
    color: #555;
}
.modal .next {
    font-size: 20px;
    padding: 8px 40px;
    border: 1px solid #fff;
}
#moreDetails .formContent {
   margin: 0 auto;
   background: #ffffff;
   border-radius: 100px;
   padding: 0px;
   display: flex;
   align-items: center;
   justify-content: space-around;
}
#moreDetails .formLabelContent {
    flex: 1;
    padding: 0px 20px;
}
#moreDetails .formLabelPrevbtn, #moreDetails .formLabelNextbtn {
    width: 50px;
    height: 50px;
    background-color: #145a90;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#moreDetails .formLabelPrevbtn:hover, #moreDetails .formLabelNextbtn:hover{
    background: #145a90;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#moreDetails .formLabelNextbtn .fa-chevron-right,
#moreDetails .formLabelPrevbtn .fa-chevron-left {
    color: #fff;
    font-size: 20px;
}
#moreDetails .formLabelContent label{
  display:block;
  overflow:auto;
  font-size: 16px;
  margin-bottom: 8px;
}
#moreDetails input{
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid #145a90;
    font-size: 18px;
    color: #444444;
}
#moreDetails input ~ span{
    position: absolute;
    bottom: -20px;
    left: 0;
    transition:top 1s ease;
    color: #a94442;
}
#moreDetails .direction {
    flex-direction: column;
}
#moreDetails .formFont {
    font-weight: 700;
    font-size: 15px;
}*/
@media (max-width:768px){
    .rightSide {
        height: auto;
        padding-bottom: 30px;
    }
    .leftSide{
        height: auto;
        min-height: 100vh;
    }
    .koopsImage{
        position: static;
        top: 50%;
        transform: translate(0,0);
    }
    .login_main{
        position: static;
        top: 50%;
        transform: translate(0,0);
    }
    /*#moreDetails .modal-content {
        width: 90%;
    }
    .g-recaptcha {
        transform: scale(0.9);
    }
    #moreDetails .formLabelPrevbtn, #moreDetails .formLabelNextbtn {
        width: 40px;
        height: 40px;
    }
    #moreDetails #captcha .formLabelContent {
        padding: 0px;
    }*/
}