﻿body {
    margin: 0;
    padding: 0;
    height: 100%;
    /*background: #F2F2F2 !important;*/
    /*font-family: 'Open Sans Condensed', sans-serif;*/
}

* {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    outline: none !important;
    text-transform: capitalize !important;
}

#left-panel {
    position: absolute;
    top: 52px;
    left: 0px;
    z-index: 1002;
}

.fixed-navigation #left-panel {
    position: fixed;
    z-index: 998;
}

#main {
    display: block;
    /*  margin-left: 200px;*/
    padding: 0;
    min-height: 500px;
   /*// margin-left: 45px;*/
    margin-top: 60px;
}

aside {
    display: block;
    overflow: hidden;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,#3a4666 93%,#2a2725 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,#3a3633),color-stop(100%,#2a2725));
    background: -webkit-linear-gradient(left,#3a3633 93%,#2a2725 100%);
    background: -o-linear-gradient(left,#3a3633 93%,#2a2725 100%);
    background: -ms-linear-gradient(left,#3a3633 93%,#2a2725 100%);
    background: linear-gradient(to right,#3a3633 93%,#2a2725 100%);
    min-height: 100%;
}
/*
 * NAV
 * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html
 */
.navbar-brand {
    font-weight: 900;
}

.fixed-navigation #left-panel {
    position: fixed;
    z-index: 998;
}
/* All levels */
nav ul li a:active {
    background: #616161 !important;
}
/* All levels */
nav ul {
    width: 100%;
    padding: 40px 28px 25px 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 0.5em;
    list-style: none;
    position: relative;
}
    /* All levels */
    nav ul .active > a {
        color: #000 !important;
        position: relative;
    }
    /* All levels */
    nav ul li.active > a:before {
        content: "\f0d9";
        font-family: FontAwesome;
        display: block;
        height: 27px;
        line-height: normal;
        width: 27px;
        position: absolute;
        right: -21px;
        font-size: 20px;
        color: green;
    }

    nav ul li.active.open > a:before {
        content: "";
    }

nav > ul > li:last-child.open {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* All levels */
nav ul li {
    overflow: hidden;
}
    /* All levels */
    nav ul li a {
        line-height: normal;
        font-size: 14px;
        padding: 10px 10px 10px 11px;
        color: #000;
        display: block;
        font-weight: normal;
        text-decoration: none !important;
        position: relative;
    }
/* Second level */
nav > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
/* Third Level */
nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
/* All levels */
nav ul li a:focus {
    color: #008f00;
}
/* All levels */
nav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #BBBBBB !important;
}
/* All levels */
nav ul b {
    float: right;
    font-size: 14px;
    margin-top: -1px;
}
/* All levels */
nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0;
}
/* First level: A, Second level: LI Open */
nav ul li.open > a,
nav ul li.open > a b {
    color: #fff !important;
}
/* First level: Icon */
nav > ul > li > a b {
    position: absolute !important;
    right: 10px;
    top: 10px;
}

nav > ul > li > a > i {
    /*font-size: 121%; fa-lg overrides this so..  */
    margin-right: 5px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}
    /* First level icon */
    nav > ul > li > a > i > em {
        font-size: 9px;
        display: block;
        padding: 2px;
        position: absolute;
        top: -8px;
        right: -6px;
        text-decoration: none;
        font-style: normal;
        background: #ED1C24;
        color: #ffffff;
        min-width: 13px;
        border-radius: 50%;
        max-height: 13px;
        line-height: 8px;
        font-weight: bold;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
/* Second level switched to relative */
nav ul li li {
    border-bottom: none;
    position: relative;
}
/* Second level: UL */
nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}
/* Second level: UL LI */
nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
    z-index: 1;
}
/* Third level: UL LI */
nav > ul ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    left: 10px;
    top: 17px;
    border-top: 1px solid transparent;
}
/* Second level and onwards > */
nav > ul ul li a i {
    font-size: 14px !important;
    width: 18px !important;
    text-align: center !important;
}
/* Second and Third level line color */
nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
    border-color: #ACACAC !important;
}
/* Second Level: UL */
nav ul ul {
    margin: 0;
    padding: 0;
    display: none;
    background: rgb(219 217 217);
    min-height: 50px !important;
    max-height: 350px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

nav ul ul {
    padding: 7px 0;
}
    /* Third Level: UL */
    nav ul ul ul {
        background: transparent;
        padding: 0;
    }
    /* Third Level: LI */
    nav ul ul li {
        margin: 0;
        padding: 0;
    }
        /* Second Level: A */
        nav ul ul li > a {
            padding-left: 42px;
            font-size: 14px;
            font-weight: normal;
            outline: 0;
        }
            /* Second Level: A:hover */
            nav ul ul li > a:hover {
                background-color: rgba(69, 69, 69, 0.8);
                color: #ffffff;
            }
    /* Third Level: A */
    nav ul ul ul li a {
        color: #bfbfbf;
        padding: 8px 10px 8px 70px;
        font-size: 14px;
    }
        /* Third Level: A:hover */
        nav ul ul ul li a:hover {
            background-color: #4C4F53;
            color: #ffffff;
        }
    /* Fourth Level: A */
    nav ul ul ul ul li a {
        padding-left: 90px;
    }
    /* Fifth Level: A */
    nav ul ul ul ul ul li a {
        padding-left: 110px;
    }
    /* Sixth Level: A */
    nav ul ul ul ul ul ul li a {
        padding-left: 130px;
    }
    /* Second level: B */
    nav ul ul b {
        color: #B3B3B3;
    }
    /* Second level: LI:hover B */
    nav ul ul > li:hover b {
        color: #D5D9E2;
    }

/*
 * MINIFIED MENU
 */
.minified .inbox-badge {
    border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ED1C24;
    min-width: 13px;
}

.minifyme {
    /*border-bottom: 1px solid #302F2F;*/
    background: rgba(136, 128, 128, 0.08) !important;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: -3px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all 0.1s linear 0s;
}

    .minifyme:hover {
        background: #646464;
        color: black !important;
        right: 0px;
    }

.minified .minifyme {
    right: 0px;
    color: #A8A8A8;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0;
    height: 34px;
    font-size: 23px;
}

    .minified .minifyme .fa:before {
        content: "\f0a9";
    }

.minified .login-info a span,
.minified .login-info a i {
    display: none;
}

.minified .login-info span {
    padding: 0px 5px;
    text-align: center;
}

.minified .login-info img {
    margin: -2px 0 0;
    width: 30px;
}

.minified .login-info {
    height: 38px;
    border-bottom: 1px solid #181818;
}

.minified #left-panel {
    width: 45px;
}

.minified #main {
    margin-left: 45px;
    margin-top: 60px;
}
/*
 * Minified NAV
 */
.minified #left-panel,
.minified nav > ul > li {
    overflow: visible;
}

.minified nav > ul > ul {
    /*min-height: 100px !important;
  max-height: 180px !important;*/
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ed1c24 !important;
}

.minified nav > ul > li,
.minified nav > ul > li a {
    position: relative;
}

    .minified nav > ul > li.active {
        background-color: rgba(160, 148, 148, 0.35) !important;
    }

.minified nav ul > li > a {
    padding: 10px 11px;
    display: block;
}

.minified nav > ul > li > a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
    color: black !important;
}

.minified nav > ul > li > a > i {
    text-align: center;
    margin: 0;
    display: block;
}

.minified nav > ul > li.active > a::before {
    content: "\f0d9";
}

.minified nav ul ul li a {
    padding-left: 14px;
}

.minified nav ul ul li li a {
    padding-left: 25px;
}

.minified nav > ul ul li::before {
    left: 12px;
}

.minified nav > ul > li > ul::before {
    left: 12px;
}

.minified nav > ul > li > a .menu-item-parent,
.minified nav > ul > li > a > b {
    display: none;
}

.minified nav > ul > li > a > .menu-item-parent {
    display: none;
    position: absolute;
    left: 45px;
    top: -3px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    background-color: #001c38;
    color: white;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-left: 1px solid #bfbfbf;
    /*border-top: 1px solid #D8D4D4;*/
    /*border-bottom: 1px solid #ffffff;*/
    padding-left: 12px;
}

.minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 45px;
    width: 200px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    /*min-height: 180px;*/
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f5 !important;
    margin-top: -3px;
    min-height: 50px !important;
    max-height: 350px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.minified nav ul > li > ul > li > ul {
    position: relative;
    left: 13px;
    border: none;
    width: auto;
    margin-left: -12px;
    width: 197px;
}

.minified nav > ul > li:hover > a > .menu-item-parent,
.minified nav > ul > li:hover > ul {
    display: block !important;
}

.minified nav > ul > li > ul > li {
    background-color: #f5f5f5 !important;
}

    .minified nav > ul > li > ul > li > ul > li {
        background-color: #011936 !important;
    }

/*.minified nav > ul > li {
    border-bottom: 1px solid #1A1817;
    border-top: 1px solid #525151;
}*/

.minified nav > ul > li > ul::before {
    border-left: none;
}

.minified nav > ul ul li::before {
    border: none;
}

.slimScrollDiv,
.slimScrollDiv > :first-child {
    overflow: hidden;
}

.minified .slimScrollDiv,
.minified .slimScrollDiv > :first-child {
    overflow: visible !important;
}

.minified .slimScrollBar,
.minified .slimScrollRail {
    display: none;
}

.minified nav > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li a {
    padding-top: 6px;
    padding-bottom: 6px;
}
/* Fourth Level: A */
.minified nav ul ul ul ul li a {
    padding-left: 45px;
}
/* Fifth Level: A */
.minified nav ul ul ul ul ul li a {
    padding-left: 62px;
}
/* Sixth Level: A */
.minified nav ul ul ul ul ul ul li a {
    padding-left: 82px;
}

.navbar {
    margin-bottom: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1481BA !important;
    border-color: #1481BA !important;
}

.minified nav > ul > li > a .fa.fa-fw:hover {
    color: #aab3ba !important;
}

.breadcrumb {
    margin-bottom: 5px !important;
}

.dropdown-menu > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.navbar-btn {
    margin-right: 5px !important;
}

.modal:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0) !important;
    transform: translate3d(25%, 0, 0) !important;
}

.modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

    .modal-dialog .modal-content {
        height: 100%;
        border-radius: 0;
        overflow: auto;
        border: none;
        /*-webkit-box-shadow: none;
    box-shadow: none;*/
    }

.modal-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.ma-modal-xxxxl {
    width: 100%;
}

.ma-modal-xxxl {
    width: 95%;
}

.ma-modal-xxl {
    width: 85%;
}

.ma-modal-xl {
    width: 75%;
}

.ma-modal-l {
    width: 75%;
}

.ma-modal-m {
    width: 60%;
}

.ma-modal-s {
    width: 50%;
}

.ma-modal-xs {
    width: 40%;
}

.ma-modal-xxs {
    width: 30%;
}

.pagination {
    margin: 5px 0 !important;
}

.btn-margin-top-m5 {
    margin-top: -5px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    -webkit-border-radius: 40px !important;
    border-radius: 40px !important;
    border-radius: 50% !important;
}

.sweet-alert .sa-icon {
    -webkit-border-radius: 40px !important;
    border-radius: 40px !important;
    border-radius: 50% !important;
}

.maDashboardChartPanel {
    height: 350px;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 1003;
    top: 0px;
}
/**/
/*::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}*/

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #797979;
    }

::-webkit-scrollbar-track {
    background: #d2d2d2;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #a2a2a2;
    }

    ::-webkit-scrollbar-track:active {
        background: #787878;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
/**/
.select2-container .select2-selection--single {
    /*height: 38px;*/
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    */ box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    */ -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    */ -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-dropdown {
    border: 1px solid #cccccc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7a413;
    color: white;
}

.select2-chosen {
}

.tab-pane {
    padding-top: 15px;
}

.ma-margin5 {
    margin-top: 5px;
}

.panel-inverse > .panel-heading {
    color: #ffffff;
    background-color: #772953;
    border-color: #511c39;
}

.error {
    font-size: 13px !important;
    font-weight: normal !important;
    color: red !important;
}

.errorInput {
    border: 1px solid #f13232 !important;
}

#maGlobalAjaxLoader {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 99999999999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #eee; /* Black fallback color */
    background-color: #eee; /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#maGlobalAjaxLoaderContent {
    position: relative;
    top: 40%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

#maGlobalAjaxLoaderForReport {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 99999999999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #eee; /* Black fallback color */
    background-color: #eee; /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#maGlobalAjaxLoaderContentreport {
    position: relative;
    top: 40%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

#maModalAjaxLoader {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 99999999999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #eee; /* Black fallback color */
    background-color: #eee; /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

#maModalAjaxLoaderContent {
    position: relative;
    top: 40%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: initial !important;
    /*width: 1px !important;*/
}

.select2-container {
    width: 100% !important;
}

.hideTab {
    visibility: hidden;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.table tbody th, .table thead tr, .table tbody td {
    padding: 4px 4px 4px 4px !important;
}

.table {
    text-align: left !important;
    width: 100% !important;
}

    .table thead {
        background-color: #001c38;
        color: white;
    }

.alert {
    /*display:none;
    margin-top:10px;
    padding:5px;
    margin-bottom: 0px;
    margin-top:0px;*/
}

.panel-body {
    padding: 5px !important;
}

#_logout {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: black;
    text-decoration: none;
}

    #_logout:hover {
        background-color: #efb73e !important;
        border-color: #efb73e !important;
        color: white;
    }

.panel {
    margin-bottom: 5px !important;
}

.sweet-alert h2 {
    font-size: 18px !important;
    line-height: 20px !important;
}

.ridReportDataHighlites {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    font-weight: 900;
    /*background-color: #efb73e;*/
}

.mabadgeOne {
    margin-top: -4px;
    color: #071013;
}

.mabadgeTwo {
    margin-top: -4px;
    color: #23B5D3;
}

.mabadgeThree {
    margin-top: -4px;
    color: #1481BA;
}

.mabadgeFour {
    margin-top: -4px;
    color: #11B5E4;
}

.btn-warning {
    background-color: #1481BA !important;
    border-color: #1481BA !important;
}

.btn-warning {
    background-color: #071013 !important;
    border-color: #071013 !important;
}

.navbar-inverse {
    background-color: #001c38 !important;
    border-color: #001c38 !important;
    /*background-color: #011936 !important;
    border-color: #011936 !important;*/
}
.navbar-inverse .navbar-brand {
    color: #f4f4f4 !important;
}

aside {
    background: rgb(245 245 245) !important;
}

/* -------------------------------
   11.0 Widgets
------------------------------- */

/* 11.1 Widget - Basic Element Setting */

.widget {
    border: none !important;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.07) !important;
    box-shadow: 0 2px 0 rgba(0,0,0,0.07) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    background: #fff !important;
    padding: 20px !important;
    display: block !important;
}

.widget-header {
    margin: -20px -20px 0 !important;
    padding: 15px 20px !important;
    border-radius: 5px 5px 0 0 !important;
    position: relative !important;
}

    .widget-header h4 {
        margin: 0 !important;
        font-size: 14px !important;
    }

    .widget-header p {
        margin-bottom: 0 !important;
    }

.widget-header-btn {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 20px !important;
    top: 10px !important;
}

    .widget-header-btn > li {
        float: left !important;
    }

        .widget-header-btn > li + li {
            margin-left: 5px !important;
        }

    .widget-header-btn a {
        padding: 0px !important;
        display: block !important;
        line-height: 26px !important;
        text-align: center !important;
        font-size: 14px !important;
        width: 28px !important;
        height: 26px !important;
        box-shadow: none !important !important;
    }

.widget-header + .widget-body {
    margin-top: 0 !important;
}

.widget-body {
    margin: -20px !important;
    padding: 20px !important;
    position: relative !important;
}


/* 11.2 Widget - Loader Setting */

.widget-loader {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1020 !important;
    background: url(../img/transparent/white-0.9.png) !important;
    background: rgba(255,255,255,0.95) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #30373e !important;
}


/* 11.3 Widget - Stat Setting */

.widget.widget-stat {
    text-align: center !important;
}

.widget-stat-number {
    font-size: 26px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.widget-stat-text {
    opacity: 0.8 !important;
}

.widget-stat-btn {
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    z-index: 1000 !important;
}

    .widget-stat-btn a {
        color: #000 !important;
        opacity: 0.3 !important;
        display: block !important;
        text-decoration: none !important;
    }

        .widget-stat-btn a:hover,
        .widget-stat-btn a:focus {
            opacity: 0.5 !important;
        }

        .widget-stat-btn a .fa {
            display: block !important;
        }

.widget-stat-icon {
    width: 50px !important;
    float: left !important;
    font-size: 40px !important;
    color: #000 !important;
    opacity: 0.5 !important;
}

    .widget-stat-icon .fa {
        font-size: 40px !important;
        color: #ffffff !important;
    }

.widget-stat-info {
    margin-left: 70px !important;
    text-align: left !important;
}

.widget-stat-text,
.widget-stat-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*font-size: 15px !important;*/
    font-weight: 500 !important;
}

.widget-stat-cover {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    border-radius: 5px 5px 0 0 !important;
}

    .widget-stat-cover img {
        min-height: 100% !important;
        max-width: 100% !important;
    }

    .widget-stat-cover:before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        background: #000 !important;
        opacity: 0.3 !important;
    }

.widget-stat-content {
    position: relative !important;
    text-align: left !important;
}

.widget-stat-chart {
    margin: 0 -20px -20px !important;
    overflow: hidden !important;
    border-radius: 0 0 5px 5px !important;
    position: relative !important;
}

.widget-stat-header {
    margin: -20px -20px 20px !important;
    padding: 20px !important;
    border-radius: 5px 5px 0 0 !important;
    position: relative !important;
}


/* 11.4 Widget - Blog Setting */

.widget-blog-cover {
    position: relative !important;
    border-radius: 5px 5px 0 0 !important;
    margin: -20px -20px 20px !important;
    overflow: hidden !important;
    padding-top: 60% !important;
}

    .widget-blog-cover img {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        max-width: 100% !important;
        min-height: 100% !important;
    }

.animation-grow-hover {
    transition: all .1s ease-in-out !important;
}

    .animation-grow-hover:hover {
        transform: scale(1.1) !important;
    }

.widget-blog-author {
    margin: -20px -20px 0px !important;
    padding: 10px 20px !important;
}

.widget-blog-author-info {
    padding-left: 75px !important;
}

.widget-blog-author-image {
    float: left !important;
    margin-top: -30px !important;
    padding: 5px !important;
    border-radius: 70px !important;
    width: 70px !important;
    height: 70px !important;
    background: #fff !important;
    position: relative !important;
}

    .widget-blog-author-image img {
        max-width: 100% !important;
        border-radius: 70px !important;
    }

.widget-blog-content h5 {
    margin: 5px 0 !important;
}

.widget-blog-content p {
    margin: 0 !important;
}

.widget-blog .widget-blog-cover img {
    transition: all .1s ease-in-out !important;
}

.widget-blog:hover .widget-blog-cover img {
    max-width: 110% !important;
    min-height: 110% !important;
    margin-left: -5% !important;
    margin-top: -5% !important;
}


/* 11.5 Widget - Gallery List Setting */

.widget-gallery-header {
    margin: -20px -20px 0 !important;
    padding: 20px !important;
    border-radius: 5px 5px 0 0 !important;
}

    .widget-gallery-header h5,
    .widget-gallery-header p {
        margin: 0 !important;
    }

    .widget-gallery-header p {
        font-size: 12px !important;
    }

.widget-gallery-list {
    list-style-type: none !important;
    margin: -5px -20px -20px !important;
    padding: 3px 0 0 3px !important;
}

    .widget-gallery-list > li {
        width: 25% !important;
        position: relative !important;
        padding-top: 25% !important;
        overflow: hidden !important;
        float: left !important;
    }

        .widget-gallery-list > li.empty a,
        .widget-gallery-list > li.add a {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 3px !important;
            bottom: 3px !important;
            max-height: 100% !important;
            text-align: center !important;
        }

        .widget-gallery-list > li i {
            position: absolute !important;
            top: 50% !important;
            line-height: 28px !important;
            margin-top: -14px !important;
            font-size: 28px !important;
            left: 0 !important;
            right: 0 !important;
        }

        .widget-gallery-list > li img {
            position: absolute !important;
            right: 3px !important;
            bottom: 3px !important;
            max-height: 100% !important;
        }

        .widget-gallery-list > li a:before {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            right: 50% !important;
            bottom: 50% !important;
            left: 50% !important;
            transition: all .2s ease-in-out !important;
            background: transparent !important;
            z-index: 1020 !important;
            border-radius: 50% !important;
        }

        .widget-gallery-list > li:hover a:before {
            content: '' !important;
            left: 0 !important;
            right: 3px !important;
            top: 0 !important;
            bottom: 3px !important;
            background: url(../img/transparent/black-0.3.png) !important;
            background: rgba(0,0,0,0.3) !important;
            border-radius: 0% !important;
        }

        .widget-gallery-list > li a {
            background: #EAEDEF !important;
            color: #aab3ba !important;
            text-decoration: none !important;
        }


/* 11.6 Widget - Image Setting */

.widget.widget-image {
    overflow: hidden !important;
}

.widget-image-cover {
    margin: -20px !important;
    padding: 20px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    background: #3C454D !important;
    padding-top: 100% !important;
    position: relative !important;
}

    .widget-image-cover img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        min-height: 100% !important;
        max-width: 100% !important;
    }

.widget-image .widget-image-cover img {
    transition: all .1s ease-in-out !important;
}

.widget-image:hover .widget-image-cover img {
    max-width: 110% !important;
    min-height: 110% !important;
    margin-left: -5% !important;
    margin-top: -5% !important;
}

.widget-image-info {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%) !important;
    padding: 20px !important;
    color: #fff !important;
}

    .widget-image-info h5 {
        color: #fff !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        font-size: 16px !important;
    }

    .widget-image-info p {
        color: #fff !important;
        color: rgba(255,255,255,0.9) !important;
    }

    .widget-image-info .sub-title {
        color: #fff !important;
    }

.widget-image-user .widget-image-user-image {
    border-radius: 36px !important;
    float: left !important;
    width: 36px !important;
    background: #fff !important;
}

    .widget-image-user .widget-image-user-image img {
        max-width: 100% !important;
        border-radius: 36px !important;
    }

.widget-image-user .widget-image-user-info {
    margin-left: 46px !important;
}

    .widget-image-user .widget-image-user-info span {
        color: #fff !important;
        color: rgba(255,255,255,0.8) !important;
        font-size: 11px !important;
    }

.widget-image-rating {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .widget-image-rating > li {
        display: inline !important;
    }

.widget-image-rating-text {
    color: #fff !important;
    color: rgba(255,255,255,0.8) !important;
    font-size: 11px !important;
}

.widget-image-rating > li.active {
    color: #fcaf41 !important;
}


/* 11.7 Widget - Chart Setting */

.widget-chart-placeholder {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .widget-chart-placeholder.inline > li {
        display: inline !important;
    }

        .widget-chart-placeholder.inline > li + li {
            margin-left: 15px !important;
        }

    .widget-chart-placeholder > li {
        position: relative !important;
        padding-left: 18px !important;
        line-height: 20px !important;
    }

        .widget-chart-placeholder > li .legend-circle {
            width: 8px !important;
            height: 8px !important;
            border-radius: 8px !important;
            position: absolute !important;
            left: 0 !important;
            top: 5px !important;
        }


/* 11.8 Widget - Chat History Setting */

.widget-chat {
    position: relative !important;
    overflow: hidden !important;
}

    .widget-chat .widget-header a:hover,
    .widget-chat .widget-header a:focus {
        color: #aab3ba !important;
        text-decoration: none !important;
    }

.widget-body .widget-chat-list {
    margin: -20px !important;
}

.widget-chat-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .widget-chat-list li + li {
        margin-top: -1px !important;
    }

    .widget-chat-list > li:before,
    .widget-chat-list > li:after,
    .widget-chat-list > li a:before,
    .widget-chat-list > li a:after {
        content: '' !important;
        display: table !important;
        clear: both !important;
    }

    .widget-chat-list a {
        text-decoration: none !important;
        color: #30373e !important;
        display: block !important;
        padding: 0 20px !important;
        transition: background .1s linear !important;
    }

    .widget-chat-list li:last-child a {
        border-radius: 0 0 5px 5px !important;
    }

    .widget-chat-list a:hover,
    .widget-chat-list a:focus {
        background: #ebeced !important;
    }

    .widget-chat-list .chat-image {
        float: left !important;
        width: 48px !important;
        height: 48px !important;
        border-radius: 48px !important;
        overflow: hidden !important;
        margin-top: 10px !important;
    }

        .widget-chat-list .chat-image img {
            display: block !important;
            max-width: 100% !important;
        }

    .widget-chat-list .chat-info {
        margin-left: 63px !important;
        position: relative !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .widget-chat-list li + li .chat-info {
        border-top: 1px solid #ebeced !important;
    }

    .widget-chat-list .chat-info h4 {
        margin: 5px 0 !important;
        font-size: 14px !important;
        padding-right: 70px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .widget-chat-list .chat-info p {
        font-size: 13px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-bottom: 5px !important;
        color: #8a8f94 !important;
    }

    .widget-chat-list .chat-info .chat-time {
        position: absolute !important;
        right: 0 !important;
        top: 15px !important;
        font-size: 11px !important;
        color: #aab3ba !important;
    }

.widget-chat-detail {
    position: absolute !important;
    left: 100% !important;
    right: -100% !important;
    top: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    border-radius: 0 0 5px 5px !important;
    transition: all .2s ease-in-out !important;
    background: #ebeced !important;
}

.widget-chat-detail-toggled .widget-chat-detail {
    left: 0 !important;
    right: 0 !important;
}

.widget-chat-detail-list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.widget-chat-detail-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 54px !important;
}

.widget-chat-detail-list > li {
    padding: 20px !important;
}

    .widget-chat-detail-list > li + li {
        padding-top: 0 !important;
    }

    .widget-chat-detail-list > li.time {
        text-align: center !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .widget-chat-detail-list > li .time {
        float: right !important;
        font-size: 11px !important;
        color: #aab3ba !important;
        margin-top: 2px !important;
    }

        .widget-chat-detail-list > li.time span {
            display: inline-block !important;
            padding: 5px 10px !important;
            border-radius: 5px !important;
            background: #fff !important;
            font-size: 11px !important;
            font-weight: normal !important;
        }

    .widget-chat-detail-list > li:before,
    .widget-chat-detail-list > li:after {
        content: '' !important;
        display: table !important;
        clear: both !important;
    }

    .widget-chat-detail-list > li .image {
        float: left !important;
        width: 28px !important;
        height: 28px !important;
        border-radius: 28px !important;
        overflow: hidden !important;
    }

        .widget-chat-detail-list > li .image img {
            display: block !important;
            max-width: 100% !important;
        }

    .widget-chat-detail-list > li .chat-info {
        margin-left: 38px !important;
    }

    .widget-chat-detail-list > li .message {
        padding: 7px 10px !important;
        border-radius: 5px !important;
        background: #fff !important;
        margin-top: 3px !important;
        position: relative !important;
    }

        .widget-chat-detail-list > li .message:before {
            content: '' !important;
            position: absolute !important;
            left: -10px !important;
            top: 5px !important;
            border: 5px solid transparent !important;
            border-right-color: #fff !important;
        }

    .widget-chat-detail-list > li.right .image {
        float: right !important;
    }

    .widget-chat-detail-list > li.right {
        text-align: right !important;
    }

        .widget-chat-detail-list > li.right .chat-info {
            margin-left: 0 !important;
            margin-right: 38px !important;
        }

        .widget-chat-detail-list > li.right .message {
            background: #2184DA !important;
            color: #fff !important;
            text-align: left !important;
        }

            .widget-chat-detail-list > li.right .message:before {
                right: -10px !important;
                left: auto !important;
                border-right-color: transparent !important;
                border-left-color: #2184DA !important;
            }

        .widget-chat-detail-list > li.right .time {
            float: left !important;
        }

.widget-chat-input {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 10px !important;
    background: #fff !important;
    z-index: 1020 !important;
    border-radius: 0 0 5px 5px !important;
}

.widget-chat-detail .widget-header {
    position: absolute !important;
    left: 0 !important;
    top: -45px !important;
    right: 0 !important;
    margin: 0 !important;
}

.widget-map-left {
    border-radius: 5px 0 0 5px !important;
    overflow: hidden !important;
}

.widget-map-right {
    border-radius: 0 5px 5px 0 !important;
    overflow: hidden !important;
}

@media (max-width: 991px) {
    .widget-map-left {
        border-radius: 5px 5px 0 0 !important;
    }

    .widget-map-right {
        border-radius: 0 0 5px 5px !important;
    }
}


/* 11.9 Widget - Todolist Setting */

.widget-todolist-header-title {
    margin: 0 !important;
}

.widget-todolist {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.widget .widget-todolist {
    margin: 0 -20px -20px -20px !important;
}

.widget-todolist > li {
    padding: 10px 20px !important;
    position: relative !important;
}

    .widget-todolist > li.widget-todolist-title + li,
    .widget-todolist > li + li.widget-todolist-title {
        border-top: none !important;
    }

    .widget-todolist > li + li {
        border-top: 2px solid #ebeced !important;
    }

    .widget-todolist > li:last-child {
        border-radius: 0 0 5px 5px !important;
    }

    .widget-todolist > li.widget-todolist-title {
        background: #ebeced !important;
        padding: 5px 20px !important;
        font-weight: bold !important;
    }

.widget-todolist .checkbox {
    float: left !important;
    font-size: 18px !important;
    color: #30373e !important;
    margin: 0 !important;
    width: 18px !important;
}

.widget-todolist > li.completed .checkbox .fa:before {
    content: '\f14a' !important;
}

.widget-todolist > li.completed .info {
    text-decoration: line-through !important;
}

.widget-todolist > li.completed .info {
    opacity: 0.5 !important;
}

.widget-todolist .checkbox label {
    padding: 0 !important;
    margin: 0 !important;
}

.widget-todolist .checkbox input {
    display: none !important;
}

.widget-todolist .info {
    margin-left: 28px !important;
    padding-right: 38px !important;
}

    .widget-todolist .info h4 {
        margin: 4px 0 2px !important;
        font-size: 13px !important;
    }

    .widget-todolist .info p {
        font-size: 12px !important;
        color: #aab3ba !important;
        margin-bottom: 0 !important;
    }

.widget-todolist .action {
    font-size: 18px !important;
    width: 28px !important;
    position: absolute !important;
    right: 20px !important;
    top: 15px !important;
    color: #aab3ba !important;
}

    .widget-todolist .action > a {
        display: block !important;
        text-align: center !important;
        color: #EBECED !important;
    }

        .widget-todolist .action > a:hover,
        .widget-todolist .action > a:focus {
            color: #bcbdbe !important;
        }


/* 11.10 Widget - Task List Setting */

.widget-task-list {
    list-style-type: none !important;
    margin: 0 -20px -20px !important;
    padding: 0 !important;
}

    .widget-task-list > li:before,
    .widget-task-list > li:after {
        content: '' !important;
        display: table !important;
        clear: both !important;
    }

    .widget-task-list > li {
        padding: 15px 20px !important;
    }

        .widget-task-list > li + li {
            border-top: 2px solid #ebeced !important;
        }

        .widget-task-list > li h4 {
            font-size: 13px !important;
            margin: 0 0 3px !important;
        }

        .widget-task-list > li p {
            font-size: 11px !important;
            color: #aab3ba !important;
            margin: 0 0 6px !important;
        }

        .widget-task-list > li .progress {
            margin: 0 !important;
        }

.widget-body .widget-task-list {
    margin: 0 !important;
}


.bg-white {
    background: #ffffff !important;
}

.bg-inverse {
    background: #3C454D !important;
}

.bg-inverse-light {
    background: #595F64 !important;
}

.bg-inverse-dark {
    background: #30373e !important;
}

.bg-grey {
    background: #aab3ba !important;
}

.bg-grey-light {
    background: #BBC2C7 !important;
}

.bg-grey-dark {
    background: #888f95 !important;
}

.bg-purple {
    background: #9b59b6 !important;
}

.bg-purple-light {
    background: #AF7AC4 !important;
}

.bg-purple-dark {
    background: #7c4792 !important;
}

.bg-primary {
    background: #2184DA !important;
}

.bg-primary-light {
    background: #4D9CE1 !important;
}

.bg-primary-dark {
    background: #1e77c5 !important;
}

.bg-info {
    background: #38AFD3 !important;
}

.bg-info-light {
    background: #5FBFDB !important;
}

.bg-info-dark {
    background: #2d8ca9 !important;
}

.bg-success {
    background: #17B6A4 !important;
}

.bg-success-light {
    background: #45C4B6 !important;
}

.bg-success-dark {
    background: #129283 !important;
}

.bg-lime {
    background: #65C56F !important;
}

.bg-lime-light {
    background: #83D08B !important;
}

.bg-lime-dark {
    background: #519e59 !important;
}

.bg-warning {
    background: #fcaf41 !important;
}

.bg-warning-light {
    background: #FCBF67 !important;
}

.bg-warning-dark {
    background: #ca8c34 !important;
}

.bg-danger {
    background: #F04B46 !important;
}

.bg-danger-light {
    background: #F36F6B !important;
}

.bg-danger-dark {
    background: #c03c38 !important;
}

.no-bg {
    background: none !important;
}

.bg-cp1 {
    background: #001c38 !important;
}

.bg-cp2 {
    background: #17B6A4 !important;
}

.bg-cp3 {
    background: #555555 !important;
    /*background-image: linear-gradient( 45deg, #B02940, #FCC173) !important;
    background-repeat: repeat-x !important; */
}

.bg-cp4 {
    background: #38AFD3 !important;
}

.bg-cp5 {
    background: #9b59b6 !important;
}

.bg-cp6 {
    background: #849324 !important;
}

.bg-cp7 {
    background: #437F97 !important;
}

.bg-cp8 {
    background: #01295F !important;
}

.bg-cp9 {
    background: #CA5310 !important;
}

.bg-cp10 {
    background: #F9DC5C !important;
}
.bg-cp11 {
    background: #adaf11 !important;
}
.bg-cp12 {
    background: #da2121 !important;
}
.bg-cp13 {
    background: #448612 !important;
}
.bg-cp14 {
    background: #d2921e !important;
}
.bg-cp15 {
    background: #1481BA !important;
}
.widget-stat-chart {
    margin: 0 -20px -20px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.select2-hidden-accessible {
    visibility: hidden !important;
}

/*.openRepairHistoryModal {
    color: #e95420;
    cursor: pointer;
}*/

._marginLeftRight15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

._padding0 {
    padding: 0px !important;
}

#QuoteDataTable.dataTable tbody th, #QuoteDataTable.dataTable tbody td {
    padding: 2px 2px 2px 2px !important;
    text-align: left !important;
    font-weight: 100 !important;
    font-size: 12px !important;
}

#QuoteDataTable.dataTable thead th {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.inline-class {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-unapproved {
    background-color: #f2dede !important;
}

.line-approved {
    background-color: #d0e9c6 !important;
}
.line-generate {
    background-color: #fdf59aa1 !important;
}
.line-RID90above {
    background-color: #de200d !important;
}
.line-AuditLines {
    background-color: #e95420 !important;
}
.line-FreeRunningCars {
    background-color: #eac786  !important;
}
/*Time Line*/
.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

    .message-item .message-inner {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 10px;
        position: relative;
    }

        .message-item .message-inner:before {
            border-right: 10px solid #ddd;
            border-style: solid;
            border-width: 10px;
            color: rgba(0,0,0,0);
            content: "";
            display: block;
            height: 0;
            position: absolute;
            left: -20px;
            top: 6px;
            width: 0;
        }

        .message-item .message-inner:after {
            border-right: 10px solid #fff;
            border-style: solid;
            border-width: 10px;
            color: rgba(0,0,0,0);
            content: "";
            display: block;
            height: 0;
            position: absolute;
            left: -18px;
            top: 6px;
            width: 0;
        }

    .message-item:before {
        background: #fff;
        border-radius: 2px;
        bottom: -30px;
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        content: "";
        height: 100%;
        left: -30px;
        position: absolute;
        width: 3px;
    }

    .message-item:after {
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        content: "";
        height: 15px;
        left: -36px;
        position: absolute;
        top: 10px;
        width: 15px;
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

    .message-item .message-head .avatar {
        margin-right: 20px;
    }

    .message-item .message-head .user-detail {
        overflow: hidden;
    }

        .message-item .message-head .user-detail h5 {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }

    .message-item .message-head .post-meta {
        float: left;
        padding: 0 15px 0 0;
    }

        .message-item .message-head .post-meta > div {
            color: #333;
            font-weight: bold;
            text-align: right;
        }

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.commentsimg {
    min-height: 40px;
    max-height: 40px;
}
/*End of Time Line*/

input.form-control {
    /*border-radius: 2px !important;*/
    box-shadow: none !important;
    line-height: 1.5 !important;
    /*height: 34px !important;*/
    width: 100% !important;
}


.modal-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px 20px !important;
    text-align: right !important;
    border-top: 1px solid #e5e5e5 !important;
    z-index: 10 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.modal-body {
    top: 59px !important;
    bottom: 59px !important;
    overflow: auto !important;
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    /*position:absolute  !important;*/
}

.control-label {
    font-weight: 500 !important;
    font-size: 12.5px !important;
}

.modal-content {
    overflow: scroll !important;
}

.modal-header {
    background-color: #fdfdfd !important;
}

.btn-warning {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: white;
}

.input-bottomline {
    height: 30px !important;
}

.input-sm {
    height: 32px !important;
}

.padding5 {
    padding: 5px 12px !important;
}

.table tbody th, .table tbody td {
    padding: 5px 5px 4px 5px !important;
    text-align: left;
    font-weight: 100 !important;
    font-size: 13px !important;
}
.dt-numcol {
    text-align: center !important;
}
.dt-datecol {
    text-align: center !important;
}

.brctable.dataTable tbody th, .brctable.dataTable tbody td {
    padding: 2px 2px 2px 2px !important;
    text-align: left !important;
    font-weight: 100 !important;
    font-size: 12px !important;
}

.table thead th {
    font-weight: 500 !important;
    font-size: 13px !important;
}

.fa {
    font-size: initial !important;
}

.fa-fw {
    width: auto !important;
}

.select2-container .select2-choice {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 30px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    border: 0px !important;
}

.input-sm .select2-container {
    height: 28px !important;
}

.badge {
    border-radius: 25px !important;
}

.paddingLeft0 {
    padding-left: 0px !important;
}

.paddingRight0 {
    padding-right: 0px !important;
}

/*#txtFormsSearch {
    height: 32px !important;
}*/

._notificationCount {
    background-color: #f39c12 !important;
    border-radius: 4px !important;
}

._colorWhite {
    color: white !important;
    font-weight: 200 !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.widget-stat-number > label {
    color: white !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.ui-form-split-lt, .ui-form-split-rt {
    float: left;
    vertical-align: top;
    width: 50%;
    height: 100%;
    padding: 10px 10px 10px 10px !important;
    position: relative;
    overflow: auto;
}

.ui-form-split-rt {
    padding: 10px;
    border-left: solid 1px #f0f0f0;
    /*background: #fdfdfd;*/
    width: 50%;
}

.ui-row-border-b {
    border-bottom: solid 1px #f0f0f0;
    margin: 10px !important;
}

.alert {
    margin-bottom: 5px !important;
}
/* Tabs */
.nav-tabs > li.active .anchor:focus, .nav-tabs > li.active a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:hover {
    background: 0 0;
    color: #333;
    border: none;
    border-bottom: solid 2px #ffa800;
    text-shadow: 0 0 0 #333;
}

.nav-tabs > li > a {
    color: #999;
    border: none;
    border-bottom: solid 2px transparent;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 18px 0 16px;
    transition: all 150ms linear;
}

.nav-tabs > li:last-child, .nav-tabs > li > a, .table-bulk-actions th:first-child .custom-checkbox-wrap {
    margin-right: 0;
}

.nav-tabs > li > a {
    line-height: 3.42857;
    padding: 3px 10px;
}

/*.nav > li > a {
    padding: 3px 10px;
}*/

.nav > li, .nav > li > a {
    display: block;
    position: relative;
}
/* border color */
/*.form-control:focus {
    border-color: #ffa800 !important;
}*/

/*.form-control.select2-container.select2-dropdown-open {
    border-color: #ffa800 !important;
}

.select2-results .select2-highlighted {
    background: #ffa800 !important;
    color: #fff;
    font-weight: 100 !important;
}

.select2-drop-active {
    border: 1px solid #ffa800 !important;
    border-top: none;
}*/

.select2-container .select2-choice {
    line-height: 32px !important;
}

._colorOrange {
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
}
/* selectable */
.bg-color-greenLight {
    background-color: #71843f !important;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: central;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 10px 10px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #ffffff;
    }
/* Navbar icon focus */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #011936 !important;
}

.btn-rounded {
    border-radius: 60px !important;
}

.toast {
    opacity: 1 !important;
}

.dropdown-menu > form > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > form > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.table > tbody > tr > td a {
    color: #333 !important;
}

    .table > tbody > tr > td a:hover {
        color: #333 !important;
    }

    .table > tbody > tr > td a:link {
        color: #333 !important;
    }

.breadcrumb > li > a {
    color: #333 !important;
}

    .breadcrumb > li > a:hover {
        color: #333 !important;
    }

.pagination > li > a, .pagination > li > span {
    color: #333 !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #e1e1e1 !important;
}

.minified nav > ul > li > ul > li > a {
    font-size: 13px !important;
}

.btn {
    font-size: 13px !important;
}

#manotcount {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

.table > tbody > tr > td .btn {
    font-size: 10px !important;
}

.mutedtext {
    color: #999;
}

.re-list {
    border: 1px solid #eee !important;
    background: #f6f6f6 !important;
    padding: 0px 0 0px 0 !important;
    border-radius: 5px !important;
}

.list-page table tr td {
    padding: 3px !important;
    vertical-align: middle !important;
}

#RulesHtml tr, #RulesHtml tr td {
    padding: 15px 10px 10px 10px !important;
}

    #RulesHtml tr td strong a {
        text-decoration: none !important;
    }

.addbtnfield {
    padding: 0px !important;
    border: 1px solid !important;
}

.table tbody tr td div {
    padding-left: 0px !important;
}

    .table tbody tr td div.col-sm-1 {
        width: 3.33333333% !important;
    }

.freshwidget-button {
    z-index: 1049 !important;
}

.table tbody tr td div.col-md-1 {
    font-size: 10px !important;
}

.a {
    text-decoration: none !important;
}

.badge-primary {
    background-color: #1b63a0;
}

.select2-results li {
    font-size: 12px !important;
}

#splcnav {
    height: 360px !important;
    line-height: 2em;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e7ebec !important;
    border-color: #f1f5f7 !important;
}
/* CCR Compare CSS */
.my_planHeader {
    text-align: center;
    color: white;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.my_planTitle {
    font-size: 1em;
}

.my_planPrice {
    font-size: 1.4em;
    font-weight: bold;
}

.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size: small;
    }
}

/* --- Features ------------------------- */

.my_feature {
    line-height: 2.8em;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center;
    }
}

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgb(224,234,242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color: white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: rgb(108, 131, 62);
    color: white;
}

.my_planHeader.my_plan2 {
    background: rgb(134, 162, 77);
    border-bottom: thick solid rgb(108, 131, 62);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color: white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}

.my_planFeature {
    text-align: center;
    font-size: 2em;
}

    .my_planFeature i.incr {
        color: red;
    }

    .my_planFeature i.decr {
        color: green;
    }

.table-responsive {
    overflow-x: hidden;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: auto !important;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: black;
}

.qa-message-content {
    word-wrap: break-word !important;
}

.DescClass {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 0.5em;
    height:0.5em;
}
::-webkit-scrollbar-button {
    background: #333333
}
::-webkit-scrollbar-track-piece {
    background: #dddddd
}
::-webkit-scrollbar-thumb {
    background: #333333
}
.LesseeLines {
    background: #f72121;
    padding: 1px;
    color: white;
    padding-left: 0px;
    padding-right: 5px;
    border-radius: 5px !important;
    font-family: cursive;
    font-weight: 900;
    text-align: center;
    margin-left: 2px;
}

.LessorLines {
    /*background: #04c;*/
    background: #d42479;
    padding: 1px;
    color: white;
    padding-left: 0px;
    padding-right: 5px;
    border-radius: 5px !important;
    font-family: cursive;
    font-weight: 900;
    text-align: center;
    margin-left: 2px;
}
.LesseeLines {
    background: #04c;
    /*background: #d42479;*/
    padding: 1px;
    color: white;
    padding-left: 0px;
    padding-right: 5px;
    border-radius: 5px !important;
    font-family: cursive;
    font-weight: 900;
    text-align: center;
    margin-left: 2px;
}
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
    .accordion-group .accordion-body.collapse {
        height: auto;
    }
    .panel-collapse,
    .panel-collapse .collapse {
        height: auto !important;
    }
    .collapse {
        display: block !important;
        height: auto !important;
    }
}
#tbloverutilizationdemurrage.dataTable tbody th, #tbloverutilizationdemurrage.dataTable tbody td, #tblMissingCars.dataTable tbody th, #tblMissingCars.dataTable tbody td {
    padding: 2px 2px 2px 2px !important;
    text-align: left !important;
    font-weight: 100 !important;
    font-size: 12px !important;
}

#tbloverutilizationdemurrage.dataTable thead th, #tblMissingCars.dataTable thead th {
    font-weight: 500 !important;
    font-size: 12px !important;
}
.timeline-article .content-date {
    transform: rotate(-19deg);
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
    background-color: #3a3633;
    color: white;
    font-size:10px !important;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}