.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width:500px;
    height: auto;
    z-index: 200000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #000;
    background: #FFF;
    -webkit-box-shadow: 0 14px 19px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 14px 19px rgba(0, 0, 0, 0.32);
    box-shadow: 0 14px 19px rgba(0, 0, 0, 0.32);
    position: relative;
    /*border-top: 3px solid #ef6000;*/
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-close {
    position: absolute;
    top: 25px;
    right: 22px;
    line-height: 20px;
}

.md-close img {
    height: 20px;
    width: auto;
}

.popTxt {
    text-align:center;
    padding: 12px 16px;
    font-size:20px;
    line-height:23px;
}

.popTxt p {
    padding: 50px 0;
}

#reSchedulePopup .popTxt {
    padding: 0;
    background: #f0f0f0;
}

#reSchedulePopup .time-schedule-btn-group {
    padding: 12px 16px;
}

.popTxtPad {
    padding: 30px 0;
}

.popBtm {
    padding:10px 0 20px 0;
    text-align:center;
}

.popBtn {
    background: #42b1c5;
    text-align: center;
    width: 100px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right:15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.popupHeading {
    font-size: 20px;
    text-align: left;
    color: rgba(2, 2, 2, 0.70);
    line-height: 60px;
    /*background: #f0f0f0;*/
    padding-left: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.popupSubHeading {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(217, 217, 217, 0.50);
    border-top: 1px solid rgba(217, 217, 217, 0.50);
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.popupSubHeadingLeft {
    float: left;
    padding-left: 17px;
}

.popupSubHeadingRight {
    float: right;
    padding-right: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.popAssignBtn, .popCancelBtn {
    width: 110px;
    display: inline-block;
}

.assignBtm {
    text-align: right;
    padding-right: 20px;
}

.cancelLnk {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 36px;
    margin-right: 20px;
}

.cancelLnk:hover {
    text-decoration: underline;
}

.popup-info {
    font-size: 18px;
    padding: 10px;
    min-height: 100px;
    color: rgba(2, 2, 2, 0.7);
}

#deviceActions {
    max-width: 75%;
}

#setGeoFence, #geoRouteDetails, #editGeoFence {
    height: 80%;
    max-width: 90%;
    width: 100%;
}

#setGeoFence .md-content, #setGeoFence .popTxt, #geoRouteDetails .md-content, #geoRouteDetails .popTxt, #editGeoFence .md-content, #editGeoFence .popTxt {
    height: 100%;
}

#setGeoFence #map_canvas, #editGeoFence #map_canvas {
    max-height: 60% !important;
    height: 100% !important;
}

#geoRouteDetails #map_canvas {
    max-height: 90% !important;
    height: 100% !important;
}

#featuresPopup .popTxt {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}

.signup-notes em {
    font-style: normal;
}

#signupSettings .popTxt {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}

#signupSettings .policy-style {
    padding: 0 0 10px;
}

#signupSettings .checkbox-label {
    margin-bottom: 10px;
}

#signupSettings div#uniform-offers.checker span {
    margin-bottom: 25px;
}

#signupSettings .loginLnk {
    width:200px;
    display:block;
    background:#ef6000;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-align:center;
    font-size:20px;
    color:#fff;
    line-height:40px;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
}

#signupSettings .frmBtm{
    margin: 10px auto 60px;
    width: 32%;
}

#signupSettings .checkbox-label a {
    color: #EF6000;
    text-decoration: underline;
}

#signupSettings .checkbox-label a:hover {
    text-decoration: none;
}

div.checker {
    position: relative;
    display: -moz-inline-box;
    display: block;
    vertical-align: middle;
    zoom: 1;
    float: left;
    margin: 0 8px 0 0;
}

div.checker input {
    width: 24px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity:0);
    display: inline-block;
    background: none;
}

div.checker span {
    background: url(../images/checkbox/check-off.png) no-repeat;
    height: 21px;
    width: 21px;
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker span.checked {
    background: url(../images/checkbox/check-on.png) no-repeat;
}

.checker label {
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
    margin-right: 65px;
    font-size: 18px;
    color: #5e5e68;
    font-family: 'Open Sans', sans-serif;
    padding-top: 3px;
}

.privacy-setting-wrapper .checkboxes label {
    text-align: left;
    line-height: 20px;
    font-size: 16px;
}

.privacy-setting-wrapper .policy-style {
    padding-bottom: 15px;
}

#uniform-offers span {
    margin-bottom: 30px;
}

.label_check a{
    color: #EF6000;
    text-decoration: underline;
}

.label_check a:hover {
    color: #EF6000;
    text-decoration: none;
}

#Vehicledetails .md-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 0 0, 245 441, from(#10244b), color-stop(0.099, #152e58), color-stop(0.099, #162d58), color-stop(0.19, #1f3662), color-stop(0.299, #283d6c), color-stop(0.299, #293c6c), color-stop(0.331, #2b406f), color-stop(0.331, #2c3f6f), color-stop(0.396, #314073), color-stop(0.402, #304173), color-stop(0.414, #324174), color-stop(0.496, #344074), color-stop(0.545, #363e71), color-stop(0.545, #373d72), color-stop(0.583, #363d6e), color-stop(0.583, #373c6e), color-stop(0.626, #383868), color-stop(0.674, #363360), color-stop(0.684, #373260), color-stop(0.684, #36325e), color-stop(0.706, #343159), color-stop(0.716, #353058), color-stop(0.716, #362f57), color-stop(0.795, #2f2649), color-stop(0.795, #2f2449), color-stop(0.988, #160f25), color-stop(0.998, #140d22), color-stop(0.998, rgba(18, 11, 30, 223)), to(rgba(18, 11, 30, 223)));
    background-image: -webkit-linear-gradient(299.05460409907715deg, #10244b, #152e58 9.9%, #162d58 9.9%, #1f3662 19%, #283d6c 29.9%, #293c6c 29.9%, #2b406f 33.1%, #2c3f6f 33.1%, #314073 39.6%, #304173 40.2%, #324174 41.4%, #344074 49.6%, #363e71 54.5%, #373d72 54.5%, #363d6e 58.3%, #373c6e 58.3%, #383868 62.6%, #363360 67.4%, #373260 68.4%, #36325e 68.4%, #343159 70.6%, #353058 71.6%, #362f57 71.6%, #2f2649 79.5%, #2f2449 79.5%, #160f25 98.8%, #140d22 99.8%, rgba(18, 11, 30, 223) 99.8%, rgba(18, 11, 30, 223));
    background-image: -moz-linear-gradient(299.05460409907715deg, #10244b, #152e58 9.9%, #162d58 9.9%, #1f3662 19%, #283d6c 29.9%, #293c6c 29.9%, #2b406f 33.1%, #2c3f6f 33.1%, #314073 39.6%, #304173 40.2%, #324174 41.4%, #344074 49.6%, #363e71 54.5%, #373d72 54.5%, #363d6e 58.3%, #373c6e 58.3%, #383868 62.6%, #363360 67.4%, #373260 68.4%, #36325e 68.4%, #343159 70.6%, #353058 71.6%, #362f57 71.6%, #2f2649 79.5%, #2f2449 79.5%, #160f25 98.8%, #140d22 99.8%, rgba(18, 11, 30, 223) 99.8%, rgba(18, 11, 30, 223));
    background-image: -o-linear-gradient(299.05460409907715deg, #10244b, #152e58 9.9%, #162d58 9.9%, #1f3662 19%, #283d6c 29.9%, #293c6c 29.9%, #2b406f 33.1%, #2c3f6f 33.1%, #314073 39.6%, #304173 40.2%, #324174 41.4%, #344074 49.6%, #363e71 54.5%, #373d72 54.5%, #363d6e 58.3%, #373c6e 58.3%, #383868 62.6%, #363360 67.4%, #373260 68.4%, #36325e 68.4%, #343159 70.6%, #353058 71.6%, #362f57 71.6%, #2f2649 79.5%, #2f2449 79.5%, #160f25 98.8%, #140d22 99.8%, rgba(18, 11, 30, 223) 99.8%, rgba(18, 11, 30, 223));
    background-image: linear-gradient(150.94539590092285deg, #10244b, #152e58 9.9%, #162d58 9.9%, #1f3662 19%, #283d6c 29.9%, #293c6c 29.9%, #2b406f 33.1%, #2c3f6f 33.1%, #314073 39.6%, #304173 40.2%, #324174 41.4%, #344074 49.6%, #363e71 54.5%, #373d72 54.5%, #363d6e 58.3%, #373c6e 58.3%, #383868 62.6%, #363360 67.4%, #373260 68.4%, #36325e 68.4%, #343159 70.6%, #353058 71.6%, #362f57 71.6%, #2f2649 79.5%, #2f2449 79.5%, #160f25 98.8%, #140d22 99.8%, rgba(18, 11, 30, 223) 99.8%, rgba(18, 11, 30, 223));
    width: 94% !important;
    max-width: 550px;
    border-top: none;
    font: 400 11px Roboto, Arial, sans-serif;
}

#Vehicledetails .popTxt {
    text-align: left;
    line-height: 18px;
}

#Vehicledetails .md-close {
    top: -11px;
    right: -11px;
}

#Vehicledetails .parking-link {
    font-weight: 300;
    font-size: 13px;
}

#Vehicledetails .info-right.birds-view {
    margin-left: 0;
}

#Vehicledetails .md-close img {
    height: 25px;
}

@media screen and (min-width: 768px) {
    .md-modal:before {
        /* display: inline-block;*/
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
/*for information popup*/
.newStylePop{
    width : 360px;

}
.newStylePop .md-content{
    padding: 15px 1px 20px 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.newStylePop .info-img{
    width: 22%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.info-img img{
    width: 100%;
}
.newStylePop .pophead{
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
}
.newStylePop .infoPopContent{
    padding: 18px 0;
    font-size: 16px;
}
.newStylePop .md-close{
    top: 10px;
    right: 15px;
}
.newStylePop .md-close img{
    width: 15px;
    height: 15px;
}
.newStylePop .ok-btn {
    cursor: pointer;
    display: inline-block;
}
.newStylePop .cancel-btn {
    cursor: pointer;
    display: inline-block;
}
.newStylePop .ok-btn span{
    background: #ef6000;
    color: white;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
}
.newStylePop .cancel-btn span{
    background: #fff;
    color: #66788A;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
}