
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/*---------------------------------------------*/
a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
    }

/*---------------------------------------------*/
/*h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}*/

/*p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}*/

ul, li {
    margin: 0px;
    list-style-type: none;
    
}
.navbar-sidenav > .nav-item {
    border-bottom: 1px solid gray;
}
/*utls*/
.m-none {
    margin: 0px !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 15px !important;
}

.m-lg {
    margin: 20px !important;
}

.m-xl {
    margin: 25px !important;
}

.m-xlg {
    margin: 30px !important;
}

/* spacement top  */
.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 15px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-xl {
    margin-top: 25px !important;
}

.mt-xlg {
    margin-top: 30px !important;
}

/* spacement bottom */
.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.mb-xlg {
    margin-bottom: 30px !important;
}

/* spacement left */
.ml-none {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 15px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 25px !important;
}

.ml-xlg {
    margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mr-md {
    margin-right: 15px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mr-xl {
    margin-right: 25px !important;
}

.mr-xlg {
    margin-right: 30px !important;
}

.mr-xxxlg {
    margin-right: 104px !important
}
/* Spacement Padding */
.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 25px !important;
}

.p-xlg {
    padding: 30px !important;
}

/* spacement top  */
.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}

.pt-md {
    padding-top: 15px !important;
}

.pt-lg {
    padding-top: 20px !important;
}

.pt-xl {
    padding-top: 25px !important;
}

.pt-xlg {
    padding-top: 30px !important;
}

/* spacement bottom */
.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pb-md {
    padding-bottom: 15px !important;
}

.pb-lg {
    padding-bottom: 20px !important;
}

.pb-xl {
    padding-bottom: 25px !important;
}

.pb-xlg {
    padding-bottom: 30px !important;
}

/* spacement left */
.pl-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 15px !important;
}

.pl-lg {
    padding-left: 20px !important;
}

.pl-xl {
    padding-left: 25px !important;
}

.pl-xlg {
    padding-left: 30px !important;
}

/* spacement right  */
.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-md {
    padding-right: 15px !important;
}

.pr-lg {
    padding-right: 20px !important;
}

.pr-xl {
    padding-right: 25px !important;
}

.pr-xlg {
    padding-right: 30px !important;
}

.pr-xxlg {
    padding-right: 45px !important;
}


/*---------------------------------------------*/

.main-content {
    /*padding-top: 65px;*/
    min-height: 577px;
    position: relative;
}

.nav-red {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 0px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.content {
    clear: both;
    /*margin: 10px;*/
}

.card-box {
    background: #fff;
    box-shadow: 0px 1px 10px 0px #c1c1c1;
    padding: 15px;
    margin-bottom: 45px;
    border-radius: 0px;
}

/*h4 {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}*/

/**/

.nav-breadcrumb {
    margin-bottom: 10px;
}

    .nav-breadcrumb li a {
        color: #333;
        margin-bottom: 0px;
    }

    .nav-breadcrumb li .fa {
        font-size: 14px;
        margin-top: 12px;
    }
/*.navbar-nav .nav-link{
  color: #fff;
}
.navbar-nav:hover .nav-link{
  color: #333;
}*/
/**/

#table_id tr:hover {
    cursor: pointer;
    ;
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
    border-bottom: 1px solid #e7ecf1;
}

table.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
}

.dataTables_wrapper .dataTables_filter input {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px
}

#activehrs .form-group {
    margin: 10px 5px;
}

.form-inline label.form-check-label {
    align-items: left;
    justify-content: left;
    width: 100px;
}
/**/
.nav-tabs {
    border-bottom: 4px solid #f7f7fb;
    border-bottom:;
}

    .nav-tabs .nav-item {
        margin-bottom: -4px;
    }

    .nav-tabs .nav-link {
        border-radius: 0px;
       /* padding: 10px 15px;*/
        color: #999;
        border-bottom: 4px solid #f7f7fb;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #000;
            background-color: #f7f7fb;
            border-bottom: 4px solid #184897;
        }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 22px;
}

#mainNav {
    background: #0D4E81;
    box-shadow: 1px 4px 15px 4px #00000040;
}

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a {
        color: black !important;
        background-color: #ffffff;
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
        background: #012c4d;
    }
/*.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #333;
  background-color: #f7f7fb;
}*/
.img-box {
    padding: 5px;
    border: 1px solid #ddd;
}

.property-details {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
}

    .property-details h5 {
        margin: 10px 0px;
        font-size: 1.3rem;
    }

    .property-details h6 {
        margin: 10px 0px;
        font-size: 1.1rem;
    }

    .property-details p.address {
        color: #1BBC9B;
        font-size: 1.1rem;
        margin-top: 10px 0;
    }

.available-tags li {
    list-style-type: none;
    padding: 5px 15px;
    background-color: #ccc;
    color: #000;
    margin-right: 10px;
    float: left;
    display: inline-flex;
    margin-top: 10px;
}

.btn-sm + .dropdown-menu {
    padding: 0rem 0;
    min-width: 7rem;
}

    .btn-sm + .dropdown-menu a {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.dataTables_filter_custom {
    margin-bottom: -40px;
    margin-right: 300px;
}

    .dataTables_filter_custom .col {
        z-index: 9999;
    }

.btn-primary {
    color: #fff;
    background-color: #014991;
    border-color: #014991;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #01305f;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    }

    .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        background-color: #01305f;
        background-image: none;
        border-color: #01305f;
    }

.btn-link {
    font-weight: 400;
    color: #014991;
    border-radius: 0;
}
/***
Chats
***/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

    .chats li {
        list-style: none;
        padding: 5px 0;
        margin: 10px auto;
        font-size: 12px;
    }

        .chats li .body {
            display: block;
        }

        .chats li .name {
            color: #3590c1;
            font-size: 13px;
            font-weight: 400;
        }

        .chats li .datetime {
            color: #333;
            font-size: 13px;
            font-weight: 400;
        }

        .chats li .message {
            display: block;
            padding: 5px;
            position: relative;
            clear: both;
            float: none;
        }

        .chats li.in .message {
            text-align: left;
            border-left: 2px solid #1BBC9B;
            background: #fafafa;
        }

            .chats li.in .message .arrow {
                display: block;
                position: absolute;
                top: 5px;
                left: -8px;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid #1BBC9B;
            }

        .chats li.out .message {
            border-right: 2px solid #F3565D;
            background: #fafafa;
            text-align: right;
        }

            .chats li.out .message .arrow {
                display: block;
                position: absolute;
                top: 5px;
                right: -8px;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid #F3565D;
            }

        .chats li.out .name,
        .chats li.out .datetime {
            text-align: right;
        }



.bg-dark {
    background-color: #000 !important;
}

.tab-pane .col-form-label {
    text-align: left;
}

@media (min-width: 992px) {
    /*#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #c1c1c1;
  }*/
    #mainNav .navbar-collapse .navbar-sidenav {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 63px;
    }
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    color: #fff;
    font-size: 18px;
}

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover {
        color: #000;
        background: #ffffff;
    }

#mainNav.fixed-top.navbar-dark .sidenav-toggler {
    background: transparent;
}

@media (min-width: 992px) {
    #mainNav .navbar-brand {
        width: 210px;
    }

    .content-wrapper {
        margin-left: 225px;
        background: #f7f7fb;
    }

    #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
        width: 225px;
        padding: 0;
    }

    #mainNav.fixed-top .sidenav-toggler {
        position: absolute;
        top: 0;
        left: unset;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: unset;
    }

        #mainNav.fixed-top .sidenav-toggler > .nav-item {
            width: 55px;
        }

    #mainNav.fixed-top.navbar-dark .sidenav-toggler a i {
        font-size: 25px;
        margin-top: 5px;
        color: #fff;
    }

    footer.sticky-footer {
        width: calc(100% - 225px);
    }

    .footer-background {
        background: #fff;
        padding: 10px 15px;
        color: #444;
        border-top: 1px solid #d2d6de;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 99;
    }
}

.navbar-brand .align-top {
    width: 210px;
}


.content-header h1 {
   /* margin-top: 6px !important;*/
    margin-bottom: 8px !important;
    text-align: left !important;
    /*padding-left: 14px;*/
    /*font-size: 24px;*/
    font-size: 20px;
    font-weight: 400;
}

.tab-pane .input-ex {
    line-height: 30px;
    padding: 0px;
    color: #919191;
}

.superuser-row {
    background: rgb(240, 212, 221);
}

.contact-row {
    background: rgb(212, 240, 212);
}

.admin-row {
    background: rgb(199, 215, 240);
}

.savebtn {
    border-width: 1px;
    color: white;
    background: #292A5A;
    display: inline;
    text-decoration: bold;
}

.agency-users-header {
    margin-bottom: 1px;
    padding-left: 10px;
}

    .agency-users-header.table-header {
        border-radius: 3px;
        background-color: #292A5A;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .agency-users-header li {
        display: flex;
        justify-content: space-between;
        /*padding: 1px 3px 1px 3px;
    padding-left: 2px;*/
        padding: 2px 10px;
    }

    .agency-users-header .col-1 {
        flex-basis: 8%;
        text-align: left;
    }

.greenbtn {
    color: white;
    background: darkgreen;
}

.submitbtn {
    border-width: 1px;
    /* text-decoration: bold;*/
}

.bluebtn {
    color: white;
    background: #292A5A;
}

.redbtn {
    color: white;
    background: darkred;
}

#sidebar-logo-img {
    width: 140px;
}

.sidebar-log-icon {
    width: 55px;
    padding: 4px 15px 4px 0;
}

.sidebar-img {
    width: 20px;
    height: 20px;
}

#navbarResponsive .navbar-nav.navbar-sidenav {
    height: 100vh;
}

.f-18 {
    font-size: 18px !important;
}

.form-group {
    padding: 0px 10px;
}

.upload-btn-box {
    position: relative;
}

.upload-file-btn {
}

.add-btn {
    /*margin-left: 10px;*/
    margin-left: 0px;
}

.fa-edit {
    color: #337ab7;
}

.clearfixed {
    clear: both;
}

.header-main-heading {
    position: absolute;
    left: 300px;
    top: 18px;
    margin: 0px;
    padding: 0px;
    border: none;
    color: white;
    font-size: 24px;
}

.table .agency-report-head th {
    padding: .5rem .75rem;
    background: #292A5A;
    color: #fff;
}

.table .agency-report-body td {
    padding: .25rem .75rem;
    border-bottom: 1px solid #dee2e6;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    /*display: none;*/
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 41px;
}

.card .card-head {
    background: #0d4e81;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.card .card-body {
    padding: 10px;
    text-align: center;
}

    .card .card-body a {
        font-weight: 600;
    }

.font-red {
    color: #BB0000;
}

.font-green {
    color: #006400;
}

.font-blue {
    color: #000080;
}

.highcharts-credits {
    display: none;
}

.highcharts-container {
    height: 350px !important;
}
/* login page css*/
.login-container .content-wrapper {
    margin: 0px;
    padding: 0px;
}

.login-box {
    width: 420px;
    margin: 7% auto;
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg {
    text-align: center;
}
.nav-link-text {
    margin-left: 15px;
}

.nav-link i {
    padding: 0px 5px;
}

th.header {
    cursor: pointer;
}
.head-title a {
    font-size: 24px;
    padding: 0 !important;
    font-weight: 500;
    color: #fff !important;
}
@media (max-width: 768px) {
    .header-main-heading {
        left: 250px;
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
        color: #f3f3f3;
    }

    .tab-pane .col-form-label {
        text-align: left;
    }

    .tab-pane .input-ex {
        padding: 0px 0px;
    }

    #navbarResponsive .navbar-nav.navbar-sidenav {
        height: auto;
    }
}

@media (max-width: 576px) {
    #sidebar-logo-img {
        display: none;
    }

    .header-main-heading {
        left: 75px;
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
        color: #f3f3f3;
    }

    .tab-pane .col-form-label {
        text-align: left;
    }

    .tab-pane .input-ex {
        padding: 0px 15px;
    }

    .content-header h1 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .edit-form .form-group {
        padding: 0px;
    }

    .add-btn {
        margin-left: 0px;
    }
}


/* loading animation */
.loadingdots {
    color: black;
    font: 40px;
    text-align: center;
    align-content:center;
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

.loadingdots span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.8s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

    .loadingdots span:nth-child(2) {
        /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
        animation-delay: .2s;
    }

    .loadingdots span:nth-child(3) {
        /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
        animation-delay: .4s;
    }
    .loadingdots span:nth-child(4) {
        /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
        animation-delay: .6s;
    }
    .loadingdots span:nth-child(5) {
        /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
        animation-delay: .8s;
    }

.piechart {
    width: 100%;
    height: 350px!important;
}
.flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .80;
    filter: alpha(opacity=85);
}

.pieLabel div {
    color: white !important;
    text-shadow: 0 0 4px #000;
}

.activetopradio {
    background-color: #0d4e81!important;
}
 /* #2305 */
input[type=time] {
    padding: 0.175rem .15rem;
}
/*#4443 Set width 70 px for some columns in stoplog list*/
.header_custom {
    width: 70px !important;
}
