/* --------------------------------------
=========================================
ALAR TAXI - Multipurpose Bootstrap Admin Template
Version: 1.0
Designed By: Perfectin (Palani Velayudam)
=========================================
1. Custom CSS
--------------------------------------------------------*/

a > i {
    padding: 0 8px 0 0;
}

.head-service {
    margin-bottom: 15px;
    color: #333;
}

    .head-service h3,
    .head-service h4,
    .head-service h5 {
        padding: 4px 0;
        margin: 0;
        text-align: left;
    }

    .head-service h5 {
        line-height: 20px;
        font-style: italic;
    }

    .head-service i {
        border-radius: 50%;
        font-size: 16px;
        width: 40px;
        height: 40px;
        padding-top: 9px;
        text-align: center;
    }


.item-service {
    margin: 10px auto 30px auto;
}

.head-service i,
.feature-element li .cirle-feature {
    border: solid 3px #6c9bb9;
    color: #ff0000;
}

.head-service .col-md-1, .head-service .col-md-2, .head-service .col-md-3 {
    width: 50px;
}

@media (max-width: 1140px) {
    .head-service i,
    .feature-element li .cirle-feature, .col-md-1, .col-md-2 {
        display: none;
    }

    .head-service .col-md-3 {
        display: none;
    }
}

.white {
    color: #ffffff !important;
}

.fancy-checkbox input[type="checkbox"],
.fancy-checkbox .checked {
    display: none;
}

    .fancy-checkbox input[type="checkbox"]:checked ~ .checked {
        display: inline-block;
    }

    .fancy-checkbox input[type="checkbox"]:checked ~ .unchecked {
        display: none;
    }

ul {
    list-style: none;
}

.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox span:before {
    font-family: "FontAwesome";
    font-style: normal;
    width: 1em;
    height: 1em;
    content: '\f096';
    margin-right: .3em;
}

.fancy-checkbox input[type="checkbox"]:checked ~ span:before {
    content: '\f14a';
}

.blocked {
    display: block;
    margin: 15px 0;
}


.align {
    margin-top: 7px;
}

.options {
    margin-top: 7px;
}

.filters {
    border: solid 0px #ccc;
    float: left;
    padding: 0px 10px 10px 10px;
    margin: 3px 5px;
}

    .filters h4 {
        margin-top: -15px;
        padding-top: 2px;
        color: #65737e;
        font-weight: 300;
    }

    .filters label {
        color: #65737e;
        font-size: 13px;
        font-weight: 500;
    }

    .filters i {
        color: #65737e;
        font-size: 13px;
        font-weight: 400;
    }

.filterswide {
    border: solid 0px #ccc;
    float: none;
    display: block;
    padding: 0px 10px 10px 10px;
    margin: 3px 5px;
}

    .filterswide h4 {
        margin-top: -15px;
        padding-top: 2px;
        color: #65737e;
        font-weight: 300;
    }

    .filterswide label {
        color: #65737e;
        font-size: 13px;
        font-weight: 500;
    }

    .filterswide i {
        color: #65737e;
        font-size: 13px;
        font-weight: 400;
    }


.inline-block {
    vertical-align: middle;
}

.last {
    border-right: none;
}

.expired {
/*    background-color: #ffff99 !important;*/
    color: #999 !important;
}

.unpaid {
    border-top: 2px solid red;
    border-bottom: 3px solid red;
    background-color: #ffff99 !important;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

/*
    FreeTextBox Styling
*/
.MessageText_OuterTable {
    background: White !important;
    border: solid 1px #DADADA;
}

.MessageText_DesignBox, .MessageText_HtmlBox {
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #DADADA !important;
    border-bottom: none !important;
    background-color: White !important;
    color: #666 !important;
    width: 100% !important;
}

.MessageText_EndTab, .MessageText_StartTabOn, .MessageText_StartTabOff {
    background-color: White !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #DADADA !important;
    border-bottom: none !important;
}

.MessageText_TabOn {
    background-color: WhiteSmoke !important;
}

.MessageText_TabOffRight {
    background-color: White !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    border-top: 1px solid #666 !important;
    border-bottom: none !important;
}

.MessageText_TabOffLeft {
    background-color: White !important;
    border-left: none !important;
    border-right: 1px solid #666 !important;
    border-top: 1px solid #666 !important;
    border-bottom: none !important;
}

.MessageText_StartTabOn, .MessageText_StartTabOff {
    display: none;
}

.MessageText_Button_On_Out img {
    padding: 0px;
    border-top: 1px solid #DADADA !important;
    border-left: 1px solid #DADADA !important;
    border-right: 1px solid #DADADA !important;
    border-bottom: 1px solid #DADADA !important;
    background-color: WhiteSmoke !important;
}

.MessageText_Button_On_Over img {
    padding: 0px;
    border-top: 1px solid #DADADA !important;
    border-left: 1px solid #DADADA !important;
    border-right: 1px solid #DADADA !important;
    border-bottom: 1px solid #DADADA !important;
    background-color: WhiteSmoke !important;
}

.MessageText_Button_Off_Over img {
    padding: 0px;
    border-top: 1px solid #DADADA !important;
    border-left: 1px solid #DADADA !important;
    border-right: 1px solid #DADADA !important;
    border-bottom: 1px solid #DADADA !important;
    background-color: WhiteSmoke !important;
}

.MessageText_AncestorArea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    .MessageText_AncestorArea a {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        border: 1px solid #DADADA !important;
        color: #666 !important;
    }

        .MessageText_AncestorArea a:hover {
            background-color: WhiteSmoke !important;
        }

        .MessageText_AncestorArea a:active {
            background-color: WhiteSmoke !important;
        }

.panel {
    padding: 5px;
    margin: 20px 0 5px 0;
}

.context-menu {
    border-bottom: 1px solid #888;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
}

.tab-pane > h2 {
    color: #2a4780;
    font-weight: 300;
    font-size: 2.2em;
}

.tab-pane h3 {
    color: #6c9bb9;
    font-weight: 300;
    font-size: 1.8em;
}

.scoretable input {
    border: 1px solid #777;
}

.white {
    color: #fff;
}

h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 2.5em;
}

h2 {
    color: #2a4780;
    font-weight: 300;
    font-size: 2.0em;
}

h3 {
    color: #6c9bb9;
    font-weight: 300;
    font-size: 1.6em;
}

.sidebar-wrapper {
    background-color: #dceafa;
}

    .sidebar-wrapper i {
        color: #000 !important;
    }

    .sidebar-wrapper a {
        color: #000 !important;
    }

.navbar-fixed-top {
    background-color: #6c9bb9 !important;
    color: #fff;
}

    .navbar-fixed-top a {
        background-color: #6c9bb9 !important;
        color: #fff !important;
        font-weight: 300;
    }

    .navbar-fixed-top i {
        background-color: #6c9bb9 !important;
        color: #fff !important;
    }


.navbar-header img {
    vertical-align: middle;
    display: inline;
}

.nowrap {
    white-space: nowrap;
}




@media (max-width: 1360px) {
    .chartviewport embed {
        max-width: 660px;
        max-height: 330px;
    }
}

@media (max-width: 1250px) {
    .chartviewport embed {
        max-width: 520px;
        max-height: 260px;
    }
}

@media (max-width: 1050px) {
    .chartviewport embed {
        max-width: 460px;
        max-height: 230px;
    }
}

@media (max-width: 767px) {
    .chartviewport embed {
        max-width: 425px;
        max-height: 213px;
    }
}

@media (max-width: 600px) {
    .chartviewport embed {
        max-width: 360px;
        max-height: 180px;
    }
}

@media (max-width: 450px) {
    .chartviewport embed {
        max-width: 300px;
        max-height: 150px;
    }
}

@media (max-width: 1360px) {
    .piechartviewport embed {
        max-width: 400px;
        max-height: 280px;
    }
}

@media (max-width: 1165px) {
    .piechartviewport embed {
        max-width: 315px;
        max-height: 220px;
    }
}

@media (max-width: 1000px) {
    .piechartviewport embed {
        max-width: 400px;
        max-height: 280px;
    }
}

@media (max-width: 767px) {
    .piechartviewport embed {
        max-width: 400px;
        max-height: 280px;
    }
}

@media (max-width: 600px) {
    .piechartviewport embed {
        max-width: 300px;
        max-height: 210px;
    }
}

.table-condensed {
    width: auto;
}

#page-container {
    background-color: #efefef;
}

.dialog table {
    width: auto;
}

.dialog h2 {
    color: #65737e;
    font-weight: 300;
    font-size: 2.0em;
}

.dialog h3 {
    color: #65737e;
    font-weight: 300;
    font-size: 1.8em;
}

label {
    margin: 8px 0 0 0
}

/*.panel-heading {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}*/

@media (max-width: 767px) {
    #page-container.page-container {
        margin: 5px;
        padding: 0 10px 5px 1px;
    }

    .panel-body {
        padding: 5px;
    }
}

.btn {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.fa-calendar-alt:before {
    content: "\f073";
}

.centered {
    position: fixed; /* or absolute */
    top: 35%;
    left: 50%;
    background-color: transparent;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #becce7;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #6c9bb9;
}

input:focus + .slider {
    box-shadow: 0 0 1px #6c9bb9;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }

label.switch {
    margin: 20px 5px 15px 0;
}

.pending {
    background-color: #efefff !important;
    color: #555;
    border-bottom: 1px solid #000;
}

.textbox {
    border: solid 1px #878787;
}

.menuheading {
    font-weight: 300;
    margin-left: 15px;
}


/* Userbox */
.userbox {
    display: inline-block;
    margin: 15px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

    .userbox > a {
        display: inline-block;
        text-decoration: none;
    }

    .userbox a:hover {
        text-decoration: none;
    }

    .userbox .profile-info,
    .userbox .profile-picture {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

        .userbox .profile-picture img {
            width: 35px;
            color: transparent;
        }

    .userbox .profile-info {
        margin: -3px 25px 0 10px;
    }

    .userbox .name,
    .userbox .role {
        display: block;
    }

    .userbox .name {
        color: #000011;
        font-size: 12.8px;
        font-size: 0.8rem;
        line-height: 17.6px;
        line-height: 1.1rem;
    }

    .userbox .role {
        color: #ACACAC;
        font-size: 11.2px;
        font-size: 0.7rem;
        line-height: 11.2px;
        line-height: 0.7rem;
    }

    .userbox .custom-caret {
        color: #000011;
        font-size: 16px;
        font-weight: bold;
    }

        .userbox .custom-caret:before {
            content: "\f107";
        }

@media only screen and (max-width: 767px) {
    .userbox .name,
    .userbox .role {
        max-width: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Userbox - Open */
.userbox > a.show {
    position: relative;
    z-index: 993;
}

    .userbox > a.show .custom-caret:before {
        content: "\f106";
    }

.userbox .dropdown-menu {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    left: -11px !important;
    padding: 45px 10px 0;
    top: -10px !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    z-index: 992;
}

    .userbox .dropdown-menu li {
        margin-bottom: 5px;
    }

    .userbox .dropdown-menu a {
        border-radius: 2px;
        color: #7d7d7d;
        display: block;
        line-height: 20.8px;
        line-height: 1.3rem;
        padding: 4px 10px;
        font-size: 12px;
        font-size: 0.75rem;
    }

        .userbox .dropdown-menu a i {
            font-size: 17.6px;
            font-size: 1.1rem;
        }

        .userbox .dropdown-menu a:hover {
            background: #CCC;
            color: #FFF;
        }

    .userbox .dropdown-menu i {
        margin-right: 3px;
        vertical-align: middle;
    }

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
    .userbox {
        float: left;
        margin: 16px 0 0 12px;
        position: relative;
    }

        .userbox:after {
            background: #E9E9E6;
            content: '';
            height: 63px;
            margin: 0;
            position: absolute;
            right: -21px;
            top: -18px;
            width: 1px;
        }

        .userbox .profile-picture {
            display: none;
        }

        .userbox .dropdown-menu {
            left: -5px !important;
            padding: 43px 0 0 0;
        }
}

/* Header Dark - Userbox */
html.dark .userbox:after,
html.header-dark .userbox:after {
    background: #121518;
}

html.dark .userbox .name,
html.dark .userbox .custom-caret,
html.header-dark .userbox .name,
html.header-dark .userbox .custom-caret {
    color: #C3C3C3;
}

html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
    background: #282d36;
}

    html.dark .userbox .dropdown-menu .name,
    html.dark .userbox .dropdown-menu .custom-caret,
    html.header-dark .userbox .dropdown-menu .name,
    html.header-dark .userbox .dropdown-menu .custom-caret {
        color: #C3C3C3;
    }

    html.dark .userbox .dropdown-menu a,
    html.header-dark .userbox .dropdown-menu a {
        color: #C3C3C3;
    }

        html.dark .userbox .dropdown-menu a:hover,
        html.header-dark .userbox .dropdown-menu a:hover {
            color: #FFF;
        }

    html.dark .userbox .dropdown-menu .divider,
    html.header-dark .userbox .dropdown-menu .divider {
        background: #1D2127;
    }

    html.dark .userbox .dropdown-menu a,
    html.header-dark .userbox .dropdown-menu a {
        color: #C3C3C3;
    }

.nav-pills-secondary {
    color: #ffffff;
    background-color: #5bc0de;
}

.nav-pills-secondary a {
    color: #1d2127!important;

}

.card-body h2{ margin-left: 0px;}

.page-header h1 {
    border-bottom-color: #0088CC;
}
li i:after {
    content: "\00a0";
}


.card-body{ height: 100%;}

.dialog {
    position: relative;
    z-index: 9999;
}

.ajaxprogress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.2); /*dim the background*/
}

.nav-tabs .nav-link {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #aaa;
    border-bottom: none;

}

.nav-tabs {
    border-bottom: 1px solid #aaa;
}

.nav-link {
    color: #4C709C;
}

.fa-circle-chevron-down[aria-expanded=false] {
    color: cornflowerblue;
}

.fa-circle-chevron-down[aria-expanded=true] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: green !important;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}



