﻿/*Created by Slusar Alexey on October 30, 2015 */
#loginUserNameInput, #loginPasswordInput {
    margin-left: 10px
}

.loginInput {
    padding-left: 5px;
    font-size: 14pt;
    /*background: #505050 !important;*/
    color: #505050 !important;
    height: 40px;
    border-radius: 5px;
    width: 400px;
    border: none;
}

.loginLabel {
    color: #000;
    font-size: 18pt;
    margin-right: 280px;
    margin-top: 15px;
}

.flag-ems {
        width: 407px; 
        height: 414px;
        background-image: url('/Content/Desktop/Images/Login_logo.jpg');
        background-repeat: no-repeat;
         background-position: center;
         display: inline-block;
          /*margin-bottom: 20px;*/
          vertical-align: middle;
          text-align: center;
    }

.loginBox {
    -khtml-border-radius: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 6px;
    
     background: linear-gradient(to left top, rgba(0,0,0,0),rgba(0,0,150,1));
     background: url('/Content/Desktop/Images/tracking.png');
    /*background-clip: padding-box !important;*/
     color: #fff;
     overflow: hidden;
     position: relative;
     text-align: center;
}

.loginError {
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin: 15px 5px;
}

#loginLogInButton {
    display: inline-block;
    background: #1a76fb !important;
    /*background-color: #a52a2a;*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px !important;
    width: 150px;
    position:absolute;
    margin-left: 60px;
    margin-top: 10px;
    margin-right: 510px;
}


.numberTableDriversRows {
    width: 16px; 
    height: 16px;
    padding-left: 18px;
    /*background-image: url('/Content/Desktop/Images/Markers/lost_connection.png');*/
    background-repeat: no-repeat;
}

.schedulePageLostConnection {
    width: 16px; 
    height: 16px;
    padding-left: 18px;
    background-image: url('/Content/Desktop/Images/Markers/lost_connection.png');
    background-repeat: no-repeat;
}

.schedulePageOffline {
    width: 16px; 
    height: 16px;
    padding-left: 18px;
    background-image: url('/Content/Desktop/Images/Markers/go_to_offline.png');
    background-repeat: no-repeat;
}

.schedulePageOffDuty {
    width: 16px; 
    height: 16px;
    padding-left: 18px;
    background-image: url('/Content/Desktop/Images/Markers/offDuty.png');
    background-repeat: no-repeat;
}



/*#tripSearchView #TripIDSearchTrip, #ClientLastNameSearchTrip, #ClientFirstNameSearchTrip, #ClientPolicySearchTrip, #PhoneSearchTrip, #ConfirmationNumberSearchTrip, #ProviderCodeSearchTrip,
 #areasCombogrid, #StatusSearchTrip, .tripSearchViewInput {
    width: 60%;
    height: 28px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#tripSearchView #DateFromSearchTrip, #DateToSearchTrip {
    width: 10px;
    height: 28px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc; 
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}







#tripSearchView label{
    width: 120px;
    padding: 0px 0px 0px 5px;
}*/


