html,
body,
.maincontainer {
    height: 100%;
}

.glyphicon.glyphicon-calendar {
    top: auto;
    width:20px;
    left: auto;
    font-size: 16px;
}

.glyphicon{
    top: 3px;
    width:16px;
    left: -5px;
    font-size: 16px;
}

.red{
    color: red;
}

.panel-body-login:hover {
    text-decoration: none;
    padding: 10px;
    padding-left: 15px;
    cursor: pointer;
    font-weight: 500;
}

.panel-body-login {
    padding: 10px;
    padding-left: 15px;
}

.panel-body:hover {
    text-decoration: none;
    padding: 10px;
    padding-left: 15px;
    border-right: 4px solid #015B3F;
    cursor: pointer;
    font-weight: 500;
}

.panel-body {
    padding: 10px;
    padding-left: 15px;
}

.panel-default {
    border-color: #f7f9fa;
    border: 0;
}

.panel-default>.panel-heading {
    background-color: #f7f9fa;
    cursor: pointer;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    text-decoration: none;
}

a:hover,
a:visited {
    text-decoration: none;
}

body {
    font-family: "Roboto", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-weight: 300;
}

body.mini-navbar .nav-action .icon {
    height: 30px;
    margin-left: 3px;
}

input[type=search] {
    height: 20px;
}

body.mini-navbar .sidenav>.nav>li>a {
    padding: 14px 14px 14px 14px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 6px 10px;
    cursor: pointer;
}

.head-btn,
.head-btn:link,
.head-btn:visited {
    border: solid 1px #015B3F;
    vertical-align: middle;
    text-align: center;
    background: whitesmoke;
    display: inline-block;
    width: 378px;
    height: 100px;
    cursor: pointer;
}

.head-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}

.autocomplete-custom-template li:last-child {
    border-bottom-width: 0;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
}

.autocomplete-custom-template .item-title md-icon {
    height: 18px;
    width: 18px;
}

.input-group-addon {
    cursor: pointer;
    border: left;
}

.table.dataTable {
    width: 100%;
}

.panelgrp {
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
    position: absolute;
    left: 25%;
}

.nav.nav-tabs {
    margin: -15px -15px 0 -15px;
}

.nav.nav-tabs2 {
    margin: 0 0 0 0;
}

label {
    font-weight: inherit;
}

.modal-header {
    background: #FAFAFA;
}

.close-button {
    height: 26px;
}

.maincontainer {
    font-size: 1.3rem;
    font-weight: 400;
}

.tabcontainer {
    padding-right: 15px;
    padding-left: 15px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.modal-header>.logo>img {
    width: 20px;
}

.divider {
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    margin: 0px 8px;
}

.main-logo {
    width: 50px;
    height: 50px;
    padding: 11px 0px;
}

.ex_collapse.collapsebutton {
    font-size: 14px;
    font-weight: 500;
    color: #A9A9A9;
}

.ex_collapse:hover {
    cursor: pointer;
}

.metismenu {
    height: 100%;
    overflow: auto;
}

.tab-content {
    padding-top: 15px;
}

.btn.btn-primary {
    color: #015B3F;
    background-color: #FFFFFF;
    border: 2px solid #5C5E5D;
    font-size: 12px;
}

.btn.btn-primary.red {
    color: #fff;
    background-color: #F50000;
    border-color: #CE044B;
    font-weight: inherit;
}

.btn.btn-primary.red:hover,
.btn.btn-primary.red:active {
    color: #fff;
    background-color: rgba(245, 0, 0, 0.66);
    border-color: #CE044B;
    font-weight: inherit;
}

.slider-time {
    margin: 0px 5px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: rgba(82, 10, 2, 0.08);
    color: #015B3F;
    border-color: #015B3F;
}

.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:focus {
    color: #fff;
    background-color: #015B3F;
    border-color: #015B3F;
}

.btn.btn-green {
    background: #FFFFFF;
    color: rgb(0, 175, 13);
    border-color: #00B67D;
    font-size: 19px;
    border-radius: 4px;
    padding: 6px 20px;
}

.btn.btn-red {
    color: rgb(188, 2, 2);
    background-color: #FFFFFF;
    border-color: #BC0202;
    font-size: 19px;
    border-radius: 4px;
    padding: 6px 20px;
}

.btn.btn-green:hover,
.btn.btn-green:active,
.btn.btn-green.active,
.btn.btn-green:active:hover,
.btn.btn-green:focus,
.btn.btn-green.focus,
.btn.btn-green:active:focus {
    background: #00BC0E;
    border-color: #00B67D;
    color: rgba(255, 255, 255, 0.78);
}

.btn.btn-red:hover,
.btn.btn-red:active,
.btn.btn-red.active,
.btn.btn-red:active:hover,
.btn.btn-red:focus,
.btn.btn-red.focus,
.btn.btn-red:active:focus {
    color: rgba(255, 255, 255, 0.78);
    background-color: #DF0000;
    border-color: #DF0000;
}

.ui-view {
    height: 100%;
}

section {
    background: white;
    height: calc(100% - 51px);
    margin: 0px -15px;
    overflow: auto;
    padding: 15px 15px 0px 15px;
}

.btn {
    border: 2px solid transparent;
    border-radius: 2px;
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(1, 91, 63, 0.26);
}

table.table>thead {
    background: #017A54;
}

table.table>thead th {
    color: white;
    font-weight: 500;
}

table.table>tbody {
    background: #F4FFFC;
}

.map-viewtab {
    height: calc(100% - 45px);
}

.panel-default.student-panel {}

.panel-title {
    display: inline-block;
    width: 100%;
}

.f16 {
    font-size: 1.6em;
}

.panel-heading .collapsebutton.collapsed {
    float: right;
    font-size: 15px;
    display: inline-block;
    font-weight: normal;
    transform: rotate(90deg);
    transition: .5s;
}

.panel-heading .collapsebutton {
    transform: rotate(-90deg);
    transition: .5s;
    float: right;
    font-size: 15px;
    display: inline-block;
    font-weight: normal;
}

.panel-default.student-panel>.panel-heading .collapsebutton:hover {
    text-decoration: none;
}

.panel-default.student-panel>.panel-heading .collapsebutton {
    float: right;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    font-family: monospace;
}

.panel-default.student-panel>.panel-heading {
    color: #333;
    background-color: #017A54;
    border-color: #ddd;
}

.multi-select>label {
    display: block;
}

button.btn.multiselect {
    border: 1px solid #e5e6e7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

label.meridian {
    margin: 0px 6px;
}

.meridian>input {
    margin: 0px 2px;
}

.block {
    display: block;
}

.bold {
    font-weight: 500;
}


/*Colors Start */

.f20 {
    font-size: 20px;
}

.themebg {
    background-color: #015B3F;
}

.font-color {
    color: #7F7F7F;
}

.font-color1 {
    color: #6a6c6f;
}

.fclr-ylw {
    color: #EAE905 !important;
}

.fclr-ofwhite {
    color: #F3F7F5;
}

.white {
    color: white;
}

.dark-gray {
    color: #696969;
}

.font-color2 {
    color: #5C5C5C;
}

.font-color3 {
    color: #929292;
}

.yellow {
    color: white;
}

.bg-white {
    background-color: #FFF;
}

.bg-lightgray {
    background-color: #F5F5F5;
}

.bg-color2 {
    background-color: #F4FBFE;
}

.light-blue-tint {
    background-color: #F7F9FA
}

.dark-blue {
    background-color: #0C4B5E !important;
}

.logo {
    padding-top: 5px;
}

.brand {
    margin: 11px;
    height: 27px;
}

.dashboard-card {
    padding: 10px;
    background-color: white;
}

.radio-btn {
    display: inline-block;
    margin: 0px 8px;
}

#dvPastMap,
#dvMap,
#proRouteMap_id {
    width: calc(100% - 200px);
    height: 100%;
    min-height: 350px;
}


/*Colors End*/

.form-control:focus {
    border-color: #19C17D;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(40, 202, 136, 0.72);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(40, 202, 136, 0.72);
}

.nav-tabs>li>a {
    border: none;
}

.nav>li.nav-action.sidebar-action>a {
    display: flex;
    align-items: center;
}

.nav-action.sidebar-action.selected,
.sidebar-action.selected>a>.nav-label {
    color: #015B3F;
}

.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a {
    color: #015B3F;
    cursor: default;
    font-weight: 500;
    border: none;
    background-color: #fff;
    border-bottom: 3px solid;
    border-bottom-color: #015B3F;
}

.nav-tabs>li>a:hover {
    border-bottom: 3px solid;
    background-color: #f9fbfc;
    border-bottom-color: #f4bb4d;
}

.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 3px solid;
    border-bottom-color: #D7A102;
}

.modal-header {
    padding: 10px;
}

.modal-header>.logo {
    height: 40px;
    width: 40px;
    background: #CBCBCB;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
}

.modal-title {
    margin: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 2.0rem;
    vertical-align: middle;
    margin-left: 5px;
}

button.btn.btn-second-green {
    color: #02CC77;
    background-color: #FFFFFF;
    border-color: #02CC77;
}

button.btn.btn-second-green:hover {
    color: #fff;
    background-color: #02CC77;
    border-color: #02CC77;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.modal-dialog .bulkuploaddialog {
    margin: 30px auto;
    width: 750px;
}

.bulkuploaddialog>.modal-content {
    border: 2px solid #02CC77;
    border-radius: 0px;
}

.center {
    text-align: center;
}

.fnorm {
    font-weight: normal;
}

.p-abs {
    position: absolute;
}

.studentcard>.roll {
    top: 77px;
    left: 111px;
    font-size: 1.3rem;
    font-weight: 300;
}

.card.checked {
    background-color: #d7ffd7;
}

.studentcard>.stndrd {
    top: 76px;
    left: 124px;
    font-size: 15px;
}

.studentcard>.academic {
    bottom: 0px;
    right: 10px;
    font-weight: 300;
}

.separator {
    height: 50%;
    width: 1px;
    background: #DBDBDB;
    align-self: center;
    margin: 0px 6px;
}

.list-view {
    display: inline-block;
    max-width: 200px;
    width: 200px;
    height: 100%;
    float: left;
    border: 1px solid #dddddd;
    overflow: auto;
    background: #f7f9fa;
    min-height: 350px;
}

.dvPastMap {
    min-height: 350px;
}

.list-card .veh-num {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.list-card .pickup,
.list-card .drop {
    position: absolute;
    right: 1px;
    font-size: 0.8em;
}

.list-card .drop {
    color: #de0000;
}

.list-card .pickup {
    color: #00bb81;
}

.fullviewcontroller {
    position: relative;
}

.list-card {
    padding: 4px;
    position: relative;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #e4e5e7;
    overflow: hidden;
}

.list-card.active {
    border-right: 3px solid #015B3F;
    background: #fffdc7;
}

.list-card.active:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #015B3F;
}

.starttimebound {
    padding: 2px;
    border-radius: 4px;
    color: #009688;
    font-weight: 500;
}

.endtimebound {
    padding: 2px;
    border-radius: 4px;
    color: #b56c00;
    font-weight: 500;
}

button.btn.showall {
    background: #ffffff;
    color: #015B3F;
    border-radius: 0px;
    font-weight: 500;
    box-shadow: inset 0px 0px 8px #e6ecea;
}

.card {
    position: relative;
    margin: 8px 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e9e9e9;
    box-shadow: 0 3px 5px -3px #000;
    height: 77px;
}

.card .custom-checkbox {
    margin: 5px;
}

.card.features>.body>.half-2 {
    display: inline-block;
    width: 50%;
}

.card>.logo>img {
    height: 50px;
}

.card.features {
    display: flex;
    font-size: 12px;
}

.card.features>.body .description {
    font-weight: normal;
    color: #909090;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 1.25em;
}

.card.features>.body.flex {
    display: flex;
}

.card.features>.body.flex.middle {
    align-items: center;
}

.card.features>.body {
    overflow: hidden;
    height: 100%;
    width: calc(100% - 112px - 25px);
}

.card.features>.body .title {
    font-size: 20px;
    font-weight: 500;
    color: #015B3F;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card.features>.logo {
    display: inline-block;
    padding-top: 12px;
    width: 75px;
    text-align: center;
    box-shadow: inset 0px 0px 31px rgba(0, 0, 0, 0.08);
    margin-right: 5px;
}

.card.features>.body .stu-icon {
    height: 36px;
}

.card>.stu-name {
    position: absolute;
    top: 10px;
    left: 77px;
    font-size: 25px;
    width: calc(100% - 77px - 25px);
    text-overflow: ellipsis;
    overflow: hidden;
}

.card>.stu-roll {
    position: absolute;
    top: 50px;
    left: 77px;
    color: #818181;
}

.card>.first-letter {
    font-size: 32px;
    display: inline-block;
    position: absolute;
    top: 15px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    left: 10px;
    background: #015B3F;
    color: white;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
}

.studentcard {
    margin: -15px -15px 15px -15px;
    position: relative;
    padding: 15px;
    display: flex;
}

.studentcard>.photo img {
    width: 80px;
}

.totalboarded {
    letter-spacing: .5px;
    padding: 4px;
    font-size: 1.2em;
    background: rgb(6, 127, 0);
    color: white;
}

.studentcard>.name {
    font-weight: 100;
    font-size: 43px;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    margin-left: 10px;
}

.card .custom-image {
    margin: 5px;
}

.rfidimage {
    background-image: url(../images/rfid_unassigned.svg);
    display: inline-block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 2.8em;
}

.rfidimage.assigned {
    background-image: url(../images/rfid_assigned.svg);
}

.innerheader {
    margin-top: 0px;
    background: #f6f6f6;
    padding: 5px;
    font-weight: 400;
    margin: 0px -15px 10px -15px;
}

.fullscreen {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 5px;
    background-image: url(../images/fullscreen.svg);
    background-size: 30px;
    background-repeat: no-repeat;
}

.fullscreen.exit {
    background-image: url(../images/exitfullscreen.svg);
}

.studentcard>.photo {
    display: inline-block;
}

.input-group.route-time {
    max-width: 215px;
}

.input-group>.input-group-addon {
    background: #f7f9fa;
    border-radius: 0px;
}

.input-group-addon>img.stopwatch {
    height: 20px;
    width: 20px;
}

.input-group-addon>img.imgbtn {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.input-group>.input-group-secondary {
    background: #f7f9fa;
    border-radius: 0px;
}

.input-group>.input-group-btn {
    background: #015B3F;
    border-radius: 0px;
}

.input-group>.input-group-btn>button {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background: #015B3F;
    color: white;
    border-radius: 0px;
}

@media only screen and (min-width: 1000px) {
    .btn-align {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 380px) {
    .bigtabtext {
        max-width: 125px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 500px) {
    .route-card .route-name {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 500px) {
    .card {
        height: 50px;
    }
    .card>.first-letter {
        font-size: 2.2rem;
        top: 9px;
        height: 32px;
        width: 32px;
        background: #015B3F;
        color: #ffffff;
        box-shadow: none;
        font-weight: 300;
    }
    .card>.stu-name {
        top: 6px;
        left: 55px;
        font-size: 1.4rem;
        width: calc(100% - 32px - 25px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0px;
    }
    .card>.stu-roll {
        top: 26px;
        left: 55px;
        color: #818181;
        font-size: 1.2rem;
    }
    .studentcard>.name {
        font-size: 1.4rem;
        font-weight: 300;
    }
    .studentcard>.roll {
        top: 40px;
        left: 67px;
        font-size: 1.2rem;
        font-weight: 300;
    }
    .studentcard>.photo img {
        width: 42px;
    }
    .studentcard>.academic {
        display: none;
    }
    .card>.logo>img {
        height: 26px;
    }
    .card.features>.logo {
        width: 43px;
    }
    .card.features>.body {
        width: calc(100% - 75px - 25px);
    }
    .card.features>.body .title {
        font-size: 1.4rem;
    }
    .card.features>.body .description {
        font-size: 1.2rem;
    }
    .card.features>.body .stu-name {
        font-size: 1.3rem;
        margin: 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .card.features>.body .stu-icon {
        height: 23px;
    }
    .card.features {
        font-size: 9px;
        font-weight: 500;
    }
}

.boxshadow {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35);
}

.dashboard_tag {
    margin: 0px auto;
    display: block;
    text-align: right;
    width: 400px;
}

.dashboard_title {
    margin: 12px auto 6px auto;
    width: 359px;
}

.api-result {
    border: 2px solid #337AB7;
    margin: 26px 0px 0px 0px;
    border-radius: 4px;
}

.fnormal {
    font-weight: normal;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.mfull-width {
    min-width: 100%;
}

.ctrend.dashboard-card {
    margin-right: 15px;
    margin-left: 15px;
}

.vtop {
    vertical-align: : top;
}


/*margins*/

.m-bt {
    margin-bottom: 16px;
}

.multi-select>.hide-native-select,
.multi-select>.hide-native-select>.btn-group,
.multi-select>.hide-native-select>.btn-group>button {
    display: inline-block;
    width: 100%;
}

.multi-select.chapter>.hide-native-select {
    width: calc(100% - 57px);
}

.multi-select>.hide-native-select>.btn-group>button {
    text-align: left;
    border-radius: 2px;
}

.multi-select>.hide-native-select>.btn-group>button>.caret {
    float: right;
    position: relative;
    top: 7px;
}

.multi-select>.hide-native-select>.btn-group>.multiselect-container {
    right: 0px;
}

.navbar.navbar-static-top {
    min-height: 0px;
    height: 5rem;
    margin: 0px;
}

.navbar.navbar-title-top {
    min-height: 0px;
    height: 4rem;
    margin: 0px;
    background-color: white;
}

.title-label {
    color: #5C5C5C;
    font-size: 22px;
    margin-left: 15px;
    margin-top: 3px;
}

.nav.nav-right,
.nav.nav-left {
    height: 100%;
}

.nav.navbar-left {
    float: left;
    margin: 0px;
}

.nav.navbar-right {
    float: right;
}

.wrapper.bodycontent {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.wrapper.corpbodycontent {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.user-icon {
    font-size: 120px;
}

.time-select {
    display: flex;
    align-items: center;
}

.time-select>select {
    width: 100px;
    margin-right: 6px;
    margin-left: 6px;
}

.fs20 {
    font-size: 20px;
}

.fs14 {
    font-size: 14px;
}

.sidenav {
    z-index: 2001;
    position: absolute;
    width: 240px;
}

.btn-flat {
    color: rgba(203, 203, 203, 0.82);
}

.btn-flat:hover {
    color: #eaeaea;
    text-decoration: initial;
    cursor: pointer;
}

.rfid-input {
    position: relative;
}

.rfid-input>.tag {
    position: absolute;
    padding: 5px;
    background: rgba(0, 0, 0, 0.31);
    color: #ececec;
    letter-spacing: 1px;
}

.rfid-input>.identificationid:focus {
    outline: none;
    box-shadow: 1px 1px 8px #a0a0a0;
}

.rfid-input>.identificationid {
    border: none;
    background: rgba(0, 0, 0, 0.09);
    padding: 5px;
    width: 100%;
    padding-left: 64px;
    color: #766800;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.loginwrapper {
    position: absolute;
    top: 25%;
    transform: translate(-25%, -25%);
    left: 25%;
    width: 100%;
}

.loginwrapper .login-logo {
    width: 23%;
    max-height: 250px;
    min-height: 70px;
}

.loginwrapper .login-ctrl {
    border: 1px solid #d8d8d8;
    width: 50%;
    max-width: 300px;
    min-width: 250px;
    border-radius: 3px;
    display: inline-block;
    height: inherit;
    font-size: 16px;
}

.loginwrapper .mat-input {
    margin-bottom: 12px;
}

.loginwrapper .login-btn {
    width: auto;
    padding: 8px 32px;
    border-radius: 25px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.05);
    color: white;
    border: 1px solid rgb(255, 255, 255);
}

.loginwrapper .login-btn:hover {
    background: rgb(0, 81, 56)
}

.loginwrapper .login-btn:focus {
    outline: none;
}

.login-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background: linear-gradient(to bottom, #015B3F 33%, #00a976 100%);
    height: 100%;
    overflow: auto;
}

.nav>li>a.navbar-minimalize {
    font-size: 18px;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 15px 20px;
}

.navbar-right,
.navbar-right>.nav-item {
    height: 100%;
}

.navbar-right>.nav-item .navbar-signout {
    margin-right: 15px;
}

.navbar-right>.nav-item .navbar-signout>img {
    width: 28px;
}

.navbar-right>.nav-item .navbar-signout:hover {
    cursor: pointer;
    background: none;
}

.navbar-right>.nav-item .navbar-signout:hover>label {
    color: #FFFFFF;
    font-weight: 400;
}

.nav>li.nav-item {
    height: 100%;
}

.nav>li>a.navbar-minimalize:hover,
.nav>li>a.navbar-minimalize:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #015B3F;
    padding-bottom: 11px;
    cursor: pointer;
}

.profile-element {
    padding: 20px 10px;
    text-align: center;
}

.font-uppercase {
    text-transform: uppercase;
}

.profile-element .profile-name {
    display: block;
    margin-top: 8px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.profilepic-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

body.mini-navbar .sidenav {
    width: 70px;
}

body.mini-navbar .page-wrapper {
    margin: 0 0 0 70px;
}

.border-bottom {
    border-bottom: 1px solid #e4e5e7 !important;
}

.titleborder-bottom {
    border-bottom: 1px solid #a9d4c6 !important;
}

.page-wrapper {
    height: 100%;
    padding: 0 15px;
    background-color: #F1F3F6;
    border-left: 1px solid #E4E5E7;
    position: relative !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
    display: none;
}

.sidenav>.nav>li>a {
    padding: 14px 20px 14px 25px;
}

.pace-done .sidenav,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

body.canvas-menu.mini-navbar #page-wrapper {
    margin: 0 0 0 0;
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px;
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 0;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 240px;
}

.navbar-default {
    background-color: transparent;
    border-color: #2f4050;
}

.search-custom {
    display: inline-table;
}

.search-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 1;
}

.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.dashboard-body {
    margin: 16px 0px;
}

.nav>li.nav-action>a:hover,
.nav>li.nav-action>a:focus,
li.nav-action.selected>a {
    text-decoration: none;
    background-color: #FFF;
    border-right: 4px solid #015B3F;
    cursor: pointer;
}

.nav-action .icon {
    margin-right: 8px;
    font-size: 20px;
    height: 26px;
    width: 26px;
}

.navbar-left>li.nav-item {
    float: left;
}

.card.features>.body>.attendancetime {
    font-size: 1.6em;
    color: rgba(0, 0, 0, 0.51);
    align-self: center;
    padding: 0px;
    margin: 0px 2%;
}

table.adhoc {
    background-color: #EEFBFA;
}

table.adhoc td,
table.adhoc th {
    padding: 5px;
    text-align: center;
}

table.adhoc>thead {
    background: #00D2C8;
}

img.img-flag {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #E2E2E2;
    padding: 5px;
}

.datepicker {
    z-index: 4000;
}

.hexagon.duration>label {
    font-size: 27px;
}

.hexagon>label {
    color: #7D7D7D;
}

.hexagon {
    width: 155px;
    height: 91px;
    background: #ECECEC;
    position: relative;
    margin: 33px auto;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-bottom: 33px solid #ECECEC;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 33px solid #ECECEC;
}


/* Checkbox styles Start */

.custom-checkbox {
    position: relative;
    display: table-cell;
    box-shadow: 0px 1px 3px 1px rgba(239, 239, 239, 0.48);
}

.custom-checkbox>input[type='checkbox'] {
    opacity: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.custom-checkbox>input[type='checkbox']+.checkbox {
    cursor: pointer;
    background: url(../images/checkbox.svg) left center no-repeat;
    height: 23px;
    width: 23px;
    margin: 0px;
    min-width: 18px;
    display: table-cell;
}

.custom-checkbox>input[type='checkbox']:checked+.checkbox {
    background-image: url(../images/checkbox_on.svg);
}

.custom-checkbox .custom-checkbox-label {
    font-size: 12px;
    display: table-cell;
    font-weight: normal;
    vertical-align: middle;
    height: 100%;
    line-height: initial;
    padding-left: 16px;
}

.custom-checkbox>input[type='checkbox'][disabled]+.checkbox {
    background-image: url(../images/checkbox_dis.svg);
}

.custom-checkbox>input[type='checkbox']:checked[disabled]+.checkbox {
    background-image: url(../images/checkbox_on_dis.svg);
}


/* Checkbox styles End */

@media (max-width: 768px) {
    .navbar-header {
        display: inline;
        float: left;
    }
    .page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
    }
    .body-small .sidenav {
        display: none;
        z-index: 2;
        position: absolute;
        width: 70px;
    }
    .body-small.mini-navbar .sidenav {
        display: block;
    }
}

@media (min-width: 768px) {
    .page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
    }
    .sidenav {
        z-index: 2;
        position: absolute;
        width: 240px;
    }
}

@media (min-width: 992px) {
    .flex-center {
        display: flex;
        align-items: center;
    }
}


/********************* Calendar Iconic styles Start *****************************/

.calendar-view {
    position: relative;
    align-self: center;
    height: 51px;
    width: 57px;
    margin-left: auto;
    margin-right: 5px;
    font-size: 12px;
}

.calendar-wrapper {
    height: 50px;
    width: 56px;
    top: 0px;
    border: 1px solid #015B3F;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.calendar-wrapper>.hook {
    display: inline-block;
    height: 10px;
    width: 5px;
    border: 2px solid #015B3F;
    border-radius: 50%;
    position: absolute;
    top: -6px;
}

.calendar-wrapper>.hook.l {
    left: 9px;
}

.calendar-wrapper>.hook.r {
    right: 9px;
}

.calendar-wrapper>.date {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
}

.calendar-wrapper>.month {
    position: absolute;
    top: 0px;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
    left: 0px;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #DAFF00;
    background: #015B3F;
}

.calendar-wrapper>.year {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    font-size: 0.8em;
    background: rgba(12, 75, 94, 0.05);
    font-weight: 400;
}

.secondary-font {
    font-size: 0.8em;
    color: #929292;
}

@media only screen and (max-width: 500px) {
    .calendar-wrapper {
        height: 34px;
        width: 40px;
        top: 9px;
        font-size: 8px;
    }
    .calendar-wrapper>.hook {
        top: -4px;
    }
    .calendar-wrapper>.month {
        font-size: 0.85em;
    }
    .calendar-wrapper>.date {
        top: 7px;
        font-size: 1.6em;
    }
    .calendar-wrapper>.year {
        font-size: 0.85em;
        font-weight: 700;
    }
    .calendar-view {
        width: 40px;
    }
    .navbar-right>.nav-item .navbar-signout label {
        display: none;
    }
    .navbar-right>.nav-item .navbar-signout {
        margin-right: 0px;
    }
    .modal-title {
        font-size: 1.3rem;
    }
    .list-card .veh-num {
        direction: rtl;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        margin: 0px;
    }
    .list-card {
        font-size: 12px;
    }
}


/********************* Calendar Iconic styles End *****************************/

.mat-input {
    margin-bottom: 8px;
}


/********************** Attendance Styles Start ******************/

.swipe-cards {
    position: relative;
    height: 292px;
    width: 50%;
    min-width: 250px;
    margin: 0px auto;
}

.swipe-card>.heading {
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #615500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swipe-card>.body {
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    color: rgba(146, 132, 33, 0.5);
}

.swipe-card.present {
    background: #29A700;
}

.swipe-card.absent {
    background: #E73434;
}

.swipe-card {
    display: none;
    width: 250px;
    margin: 15px;
    position: absolute;
    height: 100%;
    margin: 0px;
    padding: 15px;
    background: rgb(245, 236, 170);
    box-shadow: 2px 3px 8px 1px rgba(133, 117, 0, 0.46);
}

.swipe-card.view {
    display: block;
}

.swipe-card>.name {
    width: 100%;
    height: 300px;
}

.rotate-left {
    transform: rotate(30deg) scale(0.8);
    transition: 1s;
    margin-left: 400px;
    cursor: e-resize;
    opacity: 0;
}

.rotate-right {
    transform: rotate(-30deg) scale(0.8);
    transition: 1s;
    opacity: 0;
    margin-left: -400px;
    cursor: w-resize;
}

.like {
    border-radius: 2px;
    padding: 5px 10px;
    border: 2px solid rgb(255, 255, 255);
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    bottom: 35px;
    right: 32%;
    text-shadow: none;
}

.dislike {
    border-radius: 5px;
    padding: 5px 10px;
    border: 2px solid #E5FF00;
    color: #E5FF00;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    bottom: 48px;
    left: 34%;
    text-shadow: none;
}

.swipe-card.active {
    display: inline-block;
}

.swipe-card.active.front {
    z-index: 2001;
}

.swipe-card.active.rear {
    z-index: 2000;
}

.pac-container {
    z-index: 999999;
    display: inline-block;
}

#loc-autocomplete:focus {
    border-color: #4d90fe;
}

#loc-autocomplete {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


/********************** Attendance Styles End ******************/


/***********************Route Card ******************/

.route-panel.panel-default>.panel-heading {
    background-color: #ffffff;
}

.route-panel .route-card {
    width: calc(100% - 30px);
    display: inline-block;
}

.route-card .route-name {
    margin: 0px;
    font-size: 26px;
    font-weight: 300;
    color: #015B3F;
}

.route-card>.body.flex {
    display: flex;
}

.route-card>.body.flex.middle {
    align-items: center;
}

.route-card>.body {
    overflow: hidden;
    height: 100%;
}

.hide-in-desktop {
    display: none;
}

@media only screen and (max-width: 500px) {
    .route-card .route-name {
        font-size: 0.9em;
    }
    .hide-in-desktop {
        display: block;
    }
}


/***********************Route Card End ******************/


/*********************** Jquery UI Slider Time Start***********/

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #30A2D2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}

#slider-range {
    width: 90%;
    margin: 0 auto;
}

#time-range {
    width: 400px;
    display: inline-block;
}


/*********************** Jquery UI Slider Time End***********/


/******************* Round slider CSS Start ********************/

#speedometer .rs-handle {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -6px 0px 0px 14px !important;
    border-width: 6px 104px 6px 4px;
}

#speedometer .rs-handle:before {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: black;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}

#speedometer .rs-tooltip {
    top: 75%;
    font-size: 11px;
}

#speedometer .rs-tooltip div {
    text-align: center;
    background: orange;
    color: white;
    border-radius: 4px;
    padding: 1px 5px 2px;
    margin-top: 4px;
}

#speedometer .rs-range-color {
    background-color: #DB5959;
}

#speedometer .rs-path-color {
    background-color: #F0C5C5;
}


/******************* Round slider CSS End ********************/

#detailsContainer {
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    width: 100%;
    display: flex;
}

#detailsContainer>.half-2 {
    display: inline-block;
    width: 50%;
}

#detailsContainer>.icon {
    display: inline-block;
    background: white;
    border-radius: 50%;
    padding: 5px;
    margin: 0px 6px;
    height: 52px;
}

#detailsContainer>.icon>img {
    height: 40px;
}

#detailsContainer label.mfont {
    color: white;
    font-size: 1.4em;
}

#detailsContainer label.sfont {
    color: white;
    font-weight: 300;
    font-size: 1.3em;
}

#detailsContainer .separator {
    height: 35px;
    background: rgba(255, 255, 255, 0.34);
    margin: 0px 8px;
}


/********************** Toast Styles Start *********************/

#toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}

.toast .icon {
    background-size: 22px;
    display: inline-block;
    height: 22px;
    min-width: 22px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.toast {
    background: white;
    font-size: 18px;
}

.toast label {
    font-size: 1.3rem;
    margin: 0px;
    padding: 5px 0px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.toast.success {
    border: 1px solid #00a900;
    color: #00a900;
    box-shadow: 0 0px 3px 0 #00a900, 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgb(250, 255, 250);
}

.toast.warning {
    border: 1px solid #bf6c05;
    color: #bf6c05;
    box-shadow: 0 0px 3px 0 #bf6c05, 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fffef2;
}

.toast.error {
    border: 1px solid #d30000;
    color: #d30000;
    box-shadow: 0 0px 3px 0 #d30000, 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fffbfb;
}

.toast.info {
    border: 1px solid #007fff;
    color: #007fff;
    box-shadow: 0 0px 3px 0 #007fff, 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #f6fbff;
}

.toast.success>.icon {
    background-image: url("../../images/status/success.png");
}

.toast.warning>.icon {
    background-image: url("../../images/status/warning.png");
}

.toast.error>.icon {
    background-image: url("../../images/status/error.png");
}

.toast.info>.icon {
    background-image: url("../../images/status/info.png");
}

.toast .closebutton {
    color: #818181;
    margin-left: 5px;
    font-size: 1.4em;
    font-family: monospace;
    border-radius: 50%;
    width: 14px;
    text-align: center;
    height: 14px;
    line-height: 1;
}

.toast .closebutton:hover {
    background: #dedede;
    cursor: pointer;
}

.toast {
    border-radius: 2px;
    top: 0;
    background: #f9f9f9;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 1.5em;
    word-break: break-all;
    padding: 0px 10px;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
}

.toast {
    float: right;
}

.fs-2em {
    font-size: 2em;
}

.fw-light {
    font-weight: 300;
}

.route-header {
    font-weight: 300;
    padding: 0px 12px;
    background: #e8e8e8;
    display: block;
    overflow: hidden;
}

.route-startime {
    margin-top: 9px;
    font-size: 1.2em;
    font-weight: 400;
}

img.location-pin {
    height: 25px;
}


/********************** Toast Styles End *********************/

@media only screen and (max-width: 500px) {
    .list-card .veh-num {
        direction: rtl;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        margin: 0px;
    }
    .list-card {
        font-size: 12px;
    }
    .route-num {
        display: block;
        float: none !important;
    }
    .driver-details {
        display: none;
    }
    .list-view {
        max-width: 80px;
        min-width: 70px;
    }
    #dvPastMap,
    #dvMap {
        width: calc(100% - 80px);
        min-height: 350px;
    }
    #detailsContainer {
        font-size: 8px;
    }
    #detailsContainer .icon {
        height: 28px;
        width: 28px;
        padding: 4px;
    }
    #detailsContainer .icon>img {
        height: 20px;
    }
    #detailsContainer .driverdetails {
        font-size: 0.8rem;
    }
    .hide-in-mobile {
        display: none !important;
    }
    button.btn.showall {
        font-size: 8px;
    }
}