﻿/*disable click*/

.not-active {
    cursor: default;
}

    .not-active td {
    }

        .not-active td a {
            pointer-events: none;
            cursor: default;
        }

.table-ui thead tr {
    background-color: #286090 !important;
}

    .table-ui thead tr a {
        color: #ffffff !important;
        text-transform: capitalize;
        font-weight: 300 !important;
    }

.table-ui tr a {
    color: #ffffff !important;
    text-transform: capitalize;
    font-weight: 300 !important;
}

.table-ui .disabled > .fa {
    background-color: #a8a8a8 !important;
}


.table-ui tbody td {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding: 4px 0px !important;
}


.table-ui thead th {
    font-size: 12px !important;
    vertical-align: top;
    color: #fefefe;
    padding: 3px 5px !important;
}


.table-action a {
    padding: 0px 3px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
}

.table-ui i.fa:hover {
    cursor: pointer;
}

.table-ui .fa-pencil {
    background: #0068b1 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 4px 6px;
    color: #ffffff !important;
    font-size: 13px !important;
}

.table-ui .fa-trash-o {
    background: #f37c2d none repeat scroll 0 0;
    padding: 4px 6px;
}

.table-ui .fa-pencil {
    background: #0068b1 none repeat scroll 0 0;
    padding: 4px 6px;
}

.table-ui .fa-map-marker {
    background: #2076f7 none repeat scroll 0 0;
    padding: 4px 7px;
}

.table-ui .fa-road {
    background: #2076f7 none repeat scroll 0 0;
    padding: 4px 7px;
}

.table-ui .fa-clone {
    background: #088137 none repeat scroll 0 0;
    padding: 4px 7px;
}

.table-ui .fa-file-pdf-o {
    background: #0068b1 none repeat scroll 0 0;
    padding: 4px 7px;
}


.table-ui .fa-bars {
    background: #0068b1 none repeat scroll 0 0;
    padding: 4px 7px;
}

.table-ui .fa-share-square-o {
    background: #088137 none repeat scroll 0 0;
    padding: 4px 7px;
}

.table-icon {
    color: #ffffff !important;
    font-size: 13px !important;
    border-radius: 4px;
    margin: 0 2px;
}




input[type="text"] {
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

button {
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

select {
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

.search-box {
    margin-bottom: 15px;
}

.btn-val {
    border: none !important;
    background-color: #7254a9 !important;
}

.breadcrumb {
    margin-bottom: 0 !important;
    padding: 5px 0px !important;
    font-size: 12px
}

.loader {
    margin: 0 auto;
    width: 60px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    top: 50%;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #9c27b0;
    }

    50% {
        stroke: #ff9800;
    }

    100% {
        stroke: #9c27b0;
    }
}

body {
    min-height: 100vh;
}

ol.breadcrumb li:last-child a {
    text-decoration: none;
    color: #3c3a3a !important;
    cursor: default !important;
}

.paging-dropdown {
    font-size: 12px !important;
    margin-bottom: 3px;
}

.disabled {
    pointer-events: none !important;
    cursor: default;
}

/*required textvox*/
.isrequired {
    border: 1px solid #f3b0b0 !important;
}

    .isrequired:after {
        content: "*";
    }

/*pagination*/

.pagination {
    display: inline-block;
    margin: -5px 0 0 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    float: right;
}

/*#sortable {
    overflow: hidden;
}*/

.item {
    cursor: move;
    color: white;
    counter-increment: item;
}

.rectangle-list span i {
    position: absolute;
    right: 3px;
    top: 25%;
    color: #d78148;
    cursor: pointer;
}


.rectangle-list span {
    position: relative;
    display: block;
    padding: .3em .3em .3em 2.5em;
    padding: .4em;
    margin: .5em 0 .5em .5em;
    background: rgba(221, 221, 221, 0.3);
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    border: 1px solid rgba(24, 142, 194, 0.82);
    font-size: 11.5px !important;
}

.rectangle-list a:hover {
    background: #eee;
}

.rectangle-list span:before {
    content: counter(item);
    position: absolute;
    left: -0em;
    top: 50%;
    margin-top: -1em;
    background: #188ec2;
    height: inherit;
    width: 2em;
    color: #ffffff;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list span:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list span:hover:after {
    left: -.5em;
    border-left-color: #fa8072;
}


/*modal-sm */
.modal-sm {
    max-width: 300px !important;
}

@media (min-width: 320px) {
    .modal-sm {
        margin-right: auto;
        margin-left: auto;
    }
}

/**/

tr.stop1 {
    background-color: #b8cce4 !important;
    color: #000000 !important
}

tr.stop2 {
    background-color: #e6b8b7 !important;
    color: #000000 !important
}

tr.stop3 {
    background-color: #c4d79b !important;
    color: #000000 !important
}

tr.stop4 {
    background-color: #fabf8f !important;
    color: #000000 !important
}

.btn-primary {
    background-color: #286090 !important;
    border-color: #286090;
    border-radius: 0;
}

/*table-ui-sm*/


.close {
    color: #ffffff !important;
    opacity: 1 !important;
}

.modal-title {
    color: #fff !important;
}

.modal-header {
    background: #286090 none repeat scroll 0 0;
}

.dataTable thead tr {
    background-color: #286090 !important
}

multiselect-dropdown button {
    background-color: #f8f8f8 !important;
    border: 1px solid #ccc !important;
}

.active-status {
    background-color: #6daa5e;
    width: 60px !important;
    display: block;
    margin: auto;
    color: #ffffff !important;
    padding: 1px 5px;
}

.inactive-status {
    margin: auto;
    width: 60px !important;
    display: block;
    background-color: #fa8065;
    color: #ffffff !important;
    padding: 1px 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #582C83 none repeat scroll 0 0;
}

.file-upload-content .upload-btn .btn {
    padding: 5px 4px;
}

.file-upload-content .file-input:after {
    background: #24c6dc none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    color: #FFF;
    content: "Browse File";
    font-size: 13px;
    margin: 0;
    padding: 8px 5px 7px 5px;
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid #24c6dc;
    font-weight: 600;
}

.file-upload-content .file-input {
    height: 36px;
}

.action-column {
    width: 90px !important
}

.sub_heading_h1 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    padding: 0 0 10px;
}

.st_table tr th {
    font-size: 5px;
    vertical-align: central;
}
/*tooltip*/

.notifyjs-happyblue-base {
    margin: auto !important;
    white-space: nowrap;
    background-color: #ea5742;
    padding: 5px 15px;
    color: #ffffff !important
}

.notifyjs-happyblue-superblue {
    color: white;
    background-color: blue;
}

.notifyjs-happyblue-base button {
    padding: 3px 10px;
    background-color: #6c6b6b !important;
    border: 0 !important;
    outline: none;
}

    .notifyjs-happyblue-base button:focus, .notifyjs-happyblue-base button:active {
        outline: none;
    }

.pager {
    text-align: right !important;
}

    .pager li > a, .pager li > span {
        border-radius: 0px !important;
        padding: 2.5px 10px;
    }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none !important;
    box-shadow: none !important;
    /* border-color: #cccccc; */
    outline: 0 none;
}

.box-download-btn {
}

.box-download-btn {
    margin-right: 5px !important;
    background-color: #9c27b0 !important
}

    .box-download-btn span {
        font-size: 16px;
        display: inline-block;
        border: 1px solid #d4d4d4;
        padding: 2px 5px;
    }

    .box-download-btn .fa-file-pdf-o {
        color: #c84e4e
    }

    .box-download-btn fa-file-excel-o {
        color: #019331;
        font-weight: bold;
    }

    .box-download-btn span:hover {
        cursor: pointer;
    }
/**
 * toggle
 * --------------------------------------------------
 */



.onoffswitch {
    position: relative;
    width: 95px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #cacbcc;
    border-radius: 0px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        padding: 0;
        line-height: 22px;
        color: white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid transparent;
        background-clip: padding-box;
    }

    .onoffswitch-inner:before {
        content: "Active";
        padding-left: 10px;
        background-color: #FFFFFF;
        color: #368128;
    }

    .onoffswitch-inner:after {
        content: "Inactive";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #f2411a;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 25px;
    margin: 0px;
    background: #27A1CA;
    position: absolute;
    top: 0;
    height: 25px;
    bottom: 0;
    right: 73px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 75px;
    height: 20px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 22px;
        background-color: #dddddd;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: #27A1CA;
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 45px;
        background-color: #27A1CA;
    }

.status-active div {
    display: none;
}

.status-active {
    display: block;
    margin: auto;
    color: #ffffff !important;
    width: 60px !important;
    /*content: "Active";*/
    padding: 1px 5px;
    background-color: #6daa5e !important;
}

.status-inactive div {
    display: none;
}

.status-inactive {
    display: block;
    margin: auto;
    color: #ffffff !important;
    width: 60px !important;
    /*content: "Inactive";*/
    padding: 1px 5px;
    background-color: #f67544 !important;
}

.bluebox {
    float: left;
    width: 20px;
    height: 20px;
    background-color: blue;
}

.redbox {
    float: left;
    width: 20px;
    height: 20px;
    background-color: red;
}

.legnd {
    margin-top: 7px;
}

ul.treenode {
    list-style-type: none;
}

    ul.treenode label {
        border-radius: 0 !important;
        padding: 3px;
        padding-left: 25px;
        margin-bottom: 0 !important;
    }

    ul.treenode li {
        margin: 2px;
        padding: 2px 5px;
        border-radius: 0 !important;
    }

    ul.treenode input[type=checkbox] {
        display: none;
    }

        ul.treenode input[type=checkbox] ~ ul {
            max-height: 0;
            max-width: 0;
            opacity: 0;
            overflow: hidden;
            white-space: nowrap;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

        ul.treenode input[type=checkbox]:checked ~ ul {
            max-height: 100%;
            max-width: 100%;
            opacity: 1;
        }

        ul.treenode input[type=checkbox] + label:before {
            transform-origin: 25% 50%;
            border: 8px solid transparent;
            border-width: 8px 12px;
            border-left-color: #27bcd7;
            margin-left: -20px;
            width: 0;
            height: 0;
            display: inline-block;
            text-align: center;
            content: '';
            color: #AAAFAB;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
            /*position: absolute;*/
            margin-top: 1px;
        }

        ul.treenode input[type=checkbox]:checked + label:before {
            transform: rotate(90deg);
            /*margin-top: 6px;
  margin-left: -25px;*/
        }

.treenodeDiv {
    height: 350px;
    overflow: scroll;
    overflow-y: auto;
    border: 1px solid gray;
}

.routeListDiv {
    height: 415px;
    overflow: scroll;
    overflow-y: auto;
    border: 1px solid gray;
}

.routeListMapDiv {
    border: 1px solid gray !important;
}

.routeListTable > thead > tr > th {
    background-color: #286090 !important;
    color: white;
    width: 100px;
}

.parent {
    position: relative;
    width: 750px;
    height: 500px;
}

.child {
    position: fixed;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    outline: 1px solid #ccc;
}

.context-menu-marker {
    border-style: none;
    border-width: 0px;
    position: absolute;
    visibility: hidden;
    background-color: #3b6eed;
}

.options-marker {
    width: 96%;
    height: 18px;
    padding: 3px 0px 3px 2px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .options-marker:hover {
        background: #ccc;
    }

.error-message-label small {
    color: #d83232 !important;
}

.routeListTable > thead > tr > th {
    vertical-align: middle;
}

.error-message-label small {
    color: #d83232 !important;
}

.suggestions {
    position: relative;
    z-index: 1000;
    width: 100%;
    cursor: default;
    list-style: none;
    background-color: #ffffff;
    /*border: 1px solid #ccc;*/
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.suggestions-box {
    position: absolute;
    left: 0;
    right: 0;
}

.suggestions li a {
    color: #575757;
    width: 100%;
    padding: 2px 5px;
}

.suggestions li:hover {
    cursor: pointer;
    background-color: #267ce6;
    color: #ffffff;
}

.suggestions li a {
    color: inherit;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
}

/*.connectedSortable > :first-child > span > i {
    color: #f5f5f5;
    cursor: auto;
}

.connectedSortable > :last-child > span > i {
    color: #f5f5f5;
    cursor: auto;
}*/

a.disabled {
    color: gray;
    cursor: not-allowed;
    text-decoration: underline;
}

.errorfile-download-content {
    margin: 0;
    padding: 0px 0px 7px 19px;
    text-align: left;
    color: red;
}

.download-link {
    padding: 0px 0px 0px 3px;
    cursor: pointer;
    text-decoration: underline;
}

.anchor-link {
    cursor: pointer;
    text-decoration: underline;
}

.anchor-link-forgotpassword {
    color: white;
    margin-right: 20px;
}

.anchor-link-changepassword {
    color: white;
    margin-left: 20px;
}

.password-div {
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
/*vehicle schedule*/
.sub_heading-small {
    font-size: 12px !important;
    color: #7e7e7e !important;
}

.mar-t-5 {
    margin-top: 10px !important;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.mar-auto-txt {
    width: 120px !important;
    float: none !important;
    margin: auto !important;
}

.mar-auto-txt-md {
    width: 90px !important;
    float: none !important;
    margin: auto !important;
}

.mar-auto-txt > div.form-group {
    margin-bottom: 0 !important;
}

.btn-sm i {
    font-size: 15px !important;
}

.table-ui .icon {
    color: #24c6dc !important;
}

.timepicker {
}

.tabs-menu li a {
    cursor: pointer;
}

.input-group-addon {
    border: none;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.lia {
    background-color: #286090 !important;
    border-right: 3px solid #f88b48 !important
}

.notAssinged {
    background-color: #ff765d !important;
}

.context_menu {
    background-color: white;
    border: 1px solid gray;
}

.context_menu_item {
    padding: 3px 6px;
    background-color: #9ade92;
}

    .context_menu_item:hover {
        background-color: #CCCCCC;
    }

.context_menu_separator {
    background-color: gray;
    height: 1px;
    margin: 0;
    padding: 0;
}

.red {
    color: red;
}

.blue {
    color: darkblue;
}

.toolbar-ul li {
    display: inline-block;
}

a.disabled {
    color: gray !important;
    cursor: not-allowed;
    text-decoration: underline;
}

.error-page{ margin-top:80px!important}

#model-secondary-route .modal-dialog {
    max-width: 90%;
}
