@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
body{
	font-family: Roboto;
}


/*SCROLLBAR*/
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /*background: #FFF; */
}

::-webkit-scrollbar-thumb {
    background: #2D5D2C;
    border-radius: 5px;
}

.loginBg{
	background: url('../images/web/bg_papa.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#forceBackground{
    background: url(../images/web/bg_papa.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
}
.bgRed{
    background-color: #AD0F14 !important;
}
#passDesc{
    position: relative;
    bottom: 16px;
}
.strengthDesc{
    text-align: left;
    font-size: 13px;
    display: inline;
    font-weight: 300;
}
.strength_meter{
    top: 0 !important;
}
.questionary{
    height: 310px;
    width: 387px;
    position: absolute;
    text-align: center;
    left: calc(50% - 206px);
    background-color: white;
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.5);
    padding-top: 18px;
}
#firstTimeForce{
    position: relative;
    top: 10%;
}
#firstTimeForceEmail{
    position: relative;
    top: 10%;
}
#forceOnlyQA{
    position: relative;
    top: 10%;
}
.steps{
    border-radius: 50px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    color: #a5a0a0;
}
.activeStep{
    color: #06795f;
    border-color: #06795f;
}
.pointer{
    cursor: pointer;
}
#steps{
    text-align: center;
    position: absolute;
    left: calc(50% - 62px);
    top: calc(50% + 390px);
}
#countinueButton{
    text-align: center;
    top: calc(50% + 430px);
    left: calc(50% - 107px);
    position: absolute;
}
.customBtn{
    margin-top: 0px !important;
    display: inline-block !important;
    width: 210px !important;
    height: 36px !important;
    font-size: 16px !important;
    font-weight: 300;
    background-color: #06795f !important;
    border-radius: 7px !important;
}
#modalLogo{
    text-align: center;
    padding: 0 0 29px 0;
}
#modalLogo>img{
    height: 97px;
}
.securityImage{
    width: 95px;
    height: 95px;
    border-radius: 50px;
    border: 2px solid #26947b;
    padding: 2px;
    display: -webkit-inline-box;
}
#generateNewImage{
    cursor: pointer;
    display: block;
    font-weight: bolder;
    padding-top: 5px;
}
#generateNewImage:hover{
    font-size: 15px;
}
.securityImage>img{
    height: 87px;
    text-align: center;
    border-radius: 50px;
    /*border: 1px solid #b9b7b7;*/
}
.differentInput{
    background-color: rgba(243, 243, 243, 0.82) !important;
    border: 1px solid rgba(146, 146, 146, 0.4) !important;
}
/*#newlogo{
    position: relative;
    height: 150px;
    top: 34px;
    left: 40%;
}*/
#newlogo img{
    height: 95px;
    top: 40px;
}
#newlogo{
    padding-bottom: 15px;
    text-align: center;
}
.loginForm{
    width: 250px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 39%;
    margin-left: -128px;
    margin-top: -100px;
}

.loginForm .form-group{
    margin-bottom: 0px;
    height: 45px;
}

.loginForm input{
	border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 8px 35px;
  width: 100%;
  outline: none;
	background-color: #fbfbfb;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
}

.loginForm .inputIcon{
    position: relative;
    height: 13px;
    top: -30px;
    left: 13px;
}

/*button{
	background-color: #2D5D2C;
	border-radius: 100px;
	padding:8px 30px;
	width: 100%;
	outline: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
    margin-top: 15px;
    border: 1px solid #fff;
    transition: all ease 0.25s;
}

button:hover, button:focus{
    border: 1px solid #FF0000;
}

button:active{
    box-shadow: inset 0 5px 5px rgba(0,0,0,.125);
}*/

.loginForm p{
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 100;
}

.loginForm p span{
	font-weight: 400;
}

.loginForm p:nth-child(2){
    margin-top: 0;
    font-size: 13px;
}

.loginForm div a{
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 13px;
	color: #4D4D4D;
	font-weight: 400;
}

.loginForm div a span{
    font-weight: 600;
}

.loginForm div p:nth-child(2){
    margin-top: 0;
    font-size: 13px;
}
.loader {
    display: none;
    height: 3px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    top: 0;
    z-index: 1;
}
.loader:before{
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    background-color: #FF0000;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/*ERROR MESAGE AT LOADING FORM*/
.loginError{
    /*display: none;*/
    text-align: center;
    padding: 12px 10px;
    border-radius: 3px;
    margin: 10px 0;
    color: #a94442;
    background-color: rgba(242, 222, 222, 0.5);
    border: 1px solid;
    border-color: #ebccd1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loginSuccess{
    /*display: none;*/
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    margin: 10px 0;

    color: #3c763d;
    background-color: rgba(223, 240, 216, 0.5);
    border: 1px solid;
    border-color: #d6e9c6;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/*INDEX FOR DRIVER*/
.driverIndex{
    width: 300px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -200px;
    border: 1px solid #2D5D2C;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    background-color: #FFF;
}

.logoutBtn{
    margin-top: 10px;
    text-align: right;
}
.logoutBtn>a>img{
    height: 15px;
    cursor: pointer;
}

.driverPic>img{
    height: 55px;
    width: 55px;
    border-radius: 100%;
}

.avatarPhoto{
    height: 55px;
    width: 55px;
    border-radius: 100%;
    cursor: pointer;
}

.driverInfo{
    text-align: center;
    margin-top: 10px;
}

.driverInfo p{
    margin-bottom: 0;
    color: #2D5D2C;
}
.driverInfo p:nth-child(1){
    font-size: 19px;
}

.driverButtons{
   /* text-align: center;*/
   margin-top: 90px;
}


.btn-primary-inverse{
    margin-top:5px !important;;
    background-color: #fff;
    border-radius: 100px;
    padding:5px 30px;
    width: 100%;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #2D5D2C;
    margin-top: 15px;
    border: 1px solid #2D5D2C;
    font-weight: 100;
    transition: all ease 0.25s;
}

.btn-primary-costum{
    margin-top:5px !important;;
    background-color: #2D5D2C;
    border-radius: 3px;
    padding:5px 30px;
    width: 100%;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    /*border: 1px solid #fff;*/
    font-weight: 400;
    transition: all ease 0.25s;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}

.btn-primary-costum:hover, .btn-primary-costum:active:hover, .btn-primary-costum:focus{
	background-color: #234721;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.btn-primary-costum:active, .btn-primary-inverse:active{
    box-shadow: inset 0 5px 5px rgba(0,0,0,.125);
}

/*//COSTUM BUTTONS*/
@media only screen and (max-width: 650px) {
    .btnAgreement{
        height: 35px !important;
        border-radius: 4px !important;
        margin:0px !important;
        min-width: 115px !important;
        font-weight: 500;
        font-size: 15px;
    }
    .btnc{
        transition: all ease 0.30s;
        min-width: 30px;
        height: 25px;
        border-color: transparent;
        border-radius: 100px;
        border: 1px solid transparent;
        line-height: 1;
        color: #fff;
        font-size: 13px;
        margin:10px 0;
    }
    body {
        background-color: lightblue;
    }
}
@media only screen and (max-width: 650px) {
    .tab-content{
        padding-top:130px;
    }
}
@media only screen and (min-width: 650px) {
    .btnAgreement{
        height: 35px !important;
        border-radius: 4px !important;
        margin:0px !important;
        min-width: 115px !important;
        font-weight: 500;
        font-size: 15px;
    }
    .btnc{
        transition: all ease 0.30s;
        min-width: 95px;
        height: 25px;
        border-color: transparent;
        border-radius: 100px;
        border: 1px solid transparent;
        line-height: 1;
        color: #fff;
        font-size: 13px;
        margin:10px 0;
    }
}
.tab-content{
    padding-top:90px;
}
.btnc:focus{
    outline: none;
}

.btnc:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btnc-primary{
    background-color: #2D5D2C;
}

.btnc-primary:hover{
    background-color: #234721;
}

.btnc-cancel{
    background-color: #b9b4b4;;
}

.btnc-cancel:hover{
    background-color: #F3CA00;;
}

.btnc-inverse{
    border-color: #2D5D2C;
    background-color: transparent;
    color: #2D5D2C;
}

.btnc-warning{
    background-color: #F3CA00;
}

.btnc-danger{
    background-color: #FF0000;
}

.btnc-default{
    background-color: #DDDDDD;
    color: #2D5D2C;
}

.btnc-default:hover{
    border-color: #234721;
}

.btnc-inline{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: auto;
}

/*COSTUM MDOAL*/
.modal-content{
    border: 1px solid #2D5D2C;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.75);
}

.modal-backdrop{
    background-color: #FFF;
    /*z-index: 9999999;*/
}

/*checkbox*/
input[type=radio].costumCheckbox, input[type=checkbox].costumCheckbox {
    display:none;
}
input[type=checkbox].costumCheckbox + label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    /* margin-right: 8px; */
    /* background-color: transparent; */
    /* box-shadow: inset 0px 2px 2px rgb(48, 63, 159); */
    border: 2px solid #2D5D2C;
    border-radius: 100%;
}

input[type=checkbox]:checked.costumCheckbox + label:before {
    content: "\2022";
    color: #FF0000;
    background-color: transparent;
    font-size: 36px;
    text-align: center;
    line-height: 21px;
    text-shadow: 0 0 3px #eee;
}

/*SUMMARY STYLES*/

.summaryHeader{
    height: 55px;
    background-color: #fff;
    margin-bottom: 20px;
}

.summaryHeader>.col-md-4:nth-child(2){
    border-left: 1px solid #8c8a8a;
    border-right:1px solid #8c8a8a;
}

.summaryHeader>.col-md-4>.col-md-6:nth-child(1){
    text-align: right;
}

/*.summaryHeader>.col-md-4>.col-md-6:nth-child(2){
    text-align: left;
    line-height: 2.3;
    font-weight: 600;
    color: #2D5D2C;
}*/

.summaryBody>.col-md-4>.col-md-6{
    font-weight: 500;
}

.leftSpan{
    font-weight: 300;
}

/*//FORM CONTROL*/
/* .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 10px;
    margin: 10px 0 10px 0;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(6,153,119,0.40);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.65);
    font-weight: 300;
    font-size: 13px;
    color: #7D7D7D;
} */
.form-control{
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    margin: 10px 0;
    outline: none;
    -moz-box-shadow: none !important;
    border-radius: 3px;
    background-color: #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.13);
    font-weight: 300;
    font-size: 13px;
    color: #7D7D7D;
}
.form-control[disabled]{
    background-color: rgba(187, 187, 187, 0.20);
}

textarea.form-control{
    border-radius: 10px;
}

.titleText{
    color: #2D5D2C;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
}

/*TABS NAV*/
.nav-tabs{
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #2D5D2C;
    background-color: transparent;
    cursor: default;
    border: 0;
    border-bottom: 3px solid rgba(173, 15, 20, 0.68);
    /*padding: 20px 5px 0 5px;*/
}

.nav-tabs>li>a {
    color: #2D5D2C;
    cursor: default;
    text-align: center;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 20px 20px 0 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.nav-tabs>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}

.driverProperties img{
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: inline-block;
}

.driverProperties p, .driverSummaryText p{
    margin: 0;
    color: #FFF;
    font-weight: 300;
}

.driverProperties p:first-child{
    font-size: 20px;
    margin-top: 6px;
    font-weight: 500;
}

.driverSummaryText p:first-child{
    font-size: 20px;
    margin-top: 6px;
    font-weight: 500;
}

.driverSummaryText p:nth-child(2){
    font-size: 12px;
}

.btnLogoutModal{
    margin-top: 16px;
    padding-right: 35px;
}

.btnLogoutModal>img{
    height: 18px;
}

.totalHours, .totalTrips, .totalDrivescore, .totalIncidents{
    color: #2D5D2C;
    font-size: 12px;
    margin-top: 5px;
}

.tripsObjectsDiv{
    border: 1px solid #2D5D2C;
    border-radius: 3px;
}

.totalIncidentsLine{
    border-top: 2px solid rgba(6, 153, 119, 0.35);
    margin-top: 8px;
}

.currency>span{
    font-size: 30px;
    font-weight: 500;
    color: #076E54;
    line-height: 1.5;
}

.currency img{
    height: 26px;
    margin-top: -12px;
    margin-left: 10px;
}

.drivescoreCircle{
    height: 74px;
    width: 74px;
    border: 2px solid #2D5D2C;
    border-radius: 100%;
    margin-top: 35px;
    margin-left: 112px;
}

.innerDrivescoreCircle{
    height: 66px;
    width: 66px;
    margin-top: 2px;
    margin-left: 2px;
    background-color: #2D5D2C;
    border-radius: 100%;
    line-height: 1.9;
    font-size: 36px;
    color: #fff;
}


/*//SUMMARY NAVBAR*/
.summaryNavbar span{
    display: block;
    font-size: 14px;
    text-align: center;
    color: #2D5D2C;
    line-height: 1;
}

.verticalLine{
    border-left: 1px solid #7d7d7d;
    margin-left: 5px;
    margin-right: 5px;
}

#appendTrips{
    height: 250px;
    max-height: 250px;
    overflow: auto;
}

.showOnMapBtn{
    height: 15px;
    margin-right: 8px;
    cursor: pointer;
}


/*//DRIVER SUMMARY SHOW ON MAP*/
.showTripOnMap{
    height: 481px;
    width: 100%;
    background-color: #ABABAB;
    position: absolute;
    top: 92px;
    border-radius: 3px;
    z-index: 999;
}


.closeTripMap{
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 9999;
}

.closeTripMap span{
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.49);
}




/*DISPLAY NONE*/
.display{
    display: none;
}


/*GLOBAL CLASSES*/
.shadowBottomLine{
    background: linear-gradient(to top, rgba(199, 199, 199, 0.5) 0%, rgba(255,255,255,0) 5px);
}
.btnOperation{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(6, 153, 119, 0.32);
    color: #2D5D2C;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
}

.btnOperationInvert{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(6, 153, 119, 0.32);
    color: #FFF;
    background-color: #2D5D2C;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
}

.noPadding{
    padding-left:0;
    padding-right: 0;
}

.p5{
    padding: 5px;
}

.pt5{
    padding-top: 5px;
}

.pt10{
    padding-top: 10px;
}

.pb10{
    padding-bottom: 10px;
}


.fs10{
    font-size: 10px;
}

.fs12{
    font-size:12px;
}

.fs15{
    font-size:15px;
}


.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}


.m0{
    margin: 0;
}

.mb0{
    margin-bottom: 0;
}

.mt0{
    margin-top: 0;
}

.cRed{
    color: #FF0000;
}

.cGreen{
    color: #2D5D2C;
}

.cGrey{
    color: #7d7d7d;
}
.cWhite{
    color: #fff;
}

.squares{
    background-color: #fff;
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.5);
    height: 250px;
    border-radius: 5px;
}
.squares hr{
    width: 80%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #b3b3b3;
}
.squares input{
    display: inline-block !important;
    height: 32px !important;
    border-color: #b3b3b3;
}
.square-header{
    height: 50px;
    text-align: center;
    padding: 5px;
    padding-top: 18px;
    font-size: 11px;
}
.square-body{
    line-height: 140px;
    height: 140px;
    text-align: center;
    padding: 0% 10%;
}
.square-footer{
    height: 80px;
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    font-size: 11px;
}
.square-questions{
    padding-bottom: 5px;
    font-size: 12px;
}
.steps-numbers{
    border-radius: 50%;
    border: 2px solid;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: rgba(179, 179, 179, 0.7);
}

.squares input::-webkit-input-placeholder {
    text-align: center;
}

.squares input:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

.squares input::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
}

.squares input:-ms-input-placeholder {
    text-align: center;
}
.square-child{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.select-img-border{
    cursor: pointer;
    width: 78px;
    height: 78px;
    border-radius: 50px;
    border: 2px solid #26947b;
    padding: 2px;
    display: -webkit-inline-box;
    margin: 0px 9px;
    position: relative;
}
.select-img-border img{
    height: 70px;
    text-align: center;
    border-radius: 50px;
}
.checked-img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0px;
    right: 2px;
    border: solid 4px;
    border-color: #e6e6e6;
}
#squareBtn{
    padding: 8px 30px;
    border-radius: 10px !important;
}
#squareDesc{
    padding: 15px;
    text-align: center;
}
#squareDesc .loginError{
    margin: 0px !important;
}
#selectImages{
    display: none;
    width: 520px;
    height: 120px;
    background-color: white;
    position: absolute;
    top: -130px;
    left: calc(50% - 260px);
    box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 20px 10px;
}
#selectFromHere{
    cursor: pointer;
}
#selectFromHere:hover{
    font-size: 14px;
    font-weight: 500;
}
.agreementBody{
    min-height: 450px;
    padding: 30px;
    padding-right: 70px;
    padding-left: 70px;
    background-color: #FFF;
}
.agreementBodyText{
    padding:15px; 
    padding-top:0;
    font-family: inherit;
    text-align: justify;
}
.agreementFooter{
    background-color: #e6e7e8 !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 60px;
}
.printIconAgreement{
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 3px;
}
.buttonsSpaceLogout{
    margin-right: 10px;
}
@media only screen and (max-width: 992px) {
    .buttonsSpace{
        margin-right: 25px;
    }
    .tabContentPadding{
        padding-top: 10px;
    }
    .uploadPhotoMargin{
        margin-top: 8px;
        margin-left: 27px;
    }
    .marginButtons{
        margin-top: -3px;
    }
}
@media only screen and (min-width: 992px) {
    .buttonsSpace{
        margin-right: 50px;
    }
    .tabContentPadding{
        padding-top: 30px;
    }
    .uploadPhotoMargin{
        margin-top: 25px;
        margin-left: 29px;
    }
    .marginButtons{
        margin-top: 14px;
    }
}
.personalInfoModal{
    background-color: #FFF;
    height: 500px;
    width: 100%;
    overflow: auto;
}
.driverInformationTabs>li>a{
    padding-top:10px !important;
    color: #FFF !important;
}
.personalInfoFooter{
    margin-top: 15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e6e7e8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.uploadPhotoText{
    margin-left: 4px;
    margin-top: 5px;
    color: #2D5D2C;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
}
.saveUploadPhoto{
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 6px;
}
.cancelUploadPhoto{
    border-radius: 4px;
    margin-top: -3px;
}
.marginTop2{
    margin-top: -2px;
}
.fnt15{
    font-size: 15px;
}
.fnt13{
    font-size: 13px;
    font-weight: 400;
}
.marginOdometer{
    margin-top: 2px !important;
}
.milageInfo{
    background-color: transparent;
    border: none;
    font-weight: 800;
    color: #2D5D2C;
}
.radioContainer {
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    margin-right: 26px;
    cursor: pointer;
    font-size: 4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
  }
  
  /* Hide the browser's default radio button */
  .radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 31px;
    height: 19px;
    width: 19px;
    background-color: #FFF;
    border-radius: 50%;
    border:1px solid #2D5D2C;
  }
  
  /* On mouse-over, add a grey background color */
  .radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radioContainer input:checked ~ .checkmark {
    background-color: #FFF;
    border:1px solid #2D5D2C;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radioContainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radioContainer .checkmark:after {
       top: 2px;
      left: 2px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #2D5D2C;
  }
  .driverLogoutHeader{
    background-color: #2D5D2C;
    height: 100px;
    padding: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .logoutTripsLine{
    width: 113%;
    border-top: 1.2px solid #2D5D2C;
    margin-left: -15px;
    margin-top: 15px;
  }
  .gpsQuestion{
    margin-bottom: 15px;
    padding-left: 0px !important;
    margin-right: 10px;
  }
  
.mtop4{
    margin-top:7px;
}


