/**
* customize by thanh
*
**/

/*html {
    margin: 0;
    padding: 0;
    background: url(../img/bg.png) top left repeat;
}

 @START GROUP HEADER 
#header {
    background-color: #FEFEFE;
    height: 50px;
    text-align: center;
}

#headerTop {
    background: url("../img/menubarbg.png") repeat-x scroll left bottom
        transparent;
    height: 50px;
}

.container {
    margin: 0 auto;
    width: 980px;
}

#logo {
    height: 30px;
    width: 180px;
    float: left;
    background: url(../img/logo.png) center left no-repeat;
}

#headerTop ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headerTop li {
    float: left;
    margin-right: 2px;
}

#headerTop li.spacer {
    display: none;
    height: 0;
    margin: 0;
    width: 0;
}

#headerTop li a {
    color: #111;
    display: block;
    font-size: 11px;
    line-height: 30px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
    border: 1px solid transparent;
}

#headerTop li a:hover,#headerTop li a.active {
    color: #0983D1;
    border: 1px solid #DDD;
    background: url(../img/menu-item-active.png) left top repeat-x;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}*/

#searchBox {
    margin-top: 4px;
    width: 170px;
    background: #FFF url(../img/search-area-bg.gif) no-repeat scroll right
        center;
    border: 1px solid #BBB;
}

.form-item {
    display: inline;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 0;
}

input.form-text {
    background: none;
    border: none;
    color: #333333;
    float: left;
    font-size: 11px;
    height: 22px;
    width: 145px;
}

#breadcrumbs {
    height: 30px;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    display: none;
    -moz-box-shadow: 0 1px 3px #CCC;
    -webkit-box-shadow: 0 1px 3px #CCC;
}

#breadcrumbs a {
    font-size: 11px;
    text-decoration: none;
    color: #444;
    padding: 0 10px;
    position: relative;
    float: left;
}

#breadcrumbs a:hover {
    color: #3B87C5;
}

#breadcrumbs span {
    float: left;
    height: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    width: 9px;
    background: url(../img/breadcrumb_sep.png) center center no-repeat;
}

#breadcrumbs span.home {
    background: url(../img/home.png) no-repeat scroll center center;
    width: 24px;
}

.breadcrumbs-wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

/* @END GROUP HEADER*/

/* @START GROUP BODY WRAPPER*/
#bodyWrapper {
    text-align: center;
    margin-top: 10px;
}

#bodyContainer {
    -moz-box-shadow: 0 0 3px #AAA;
    -webkit-box-shadow: 0 0 3px #AAA;
    margin: 0 auto 20px;
    min-height: 400px;
    padding: 0px 10px 10px;
    position: relative;
    text-align: left;
    /*width: 930px;*/
    border: 1px solid #999;
    background-color: #E4E2E2;
}

/* @END GROUP BODY WRAPPER */ 

/* @START GROUP FOOTER */
#footer {
    color: #777;
    text-align: center;
    height: 70px;
    padding-top: 7px;
    font-size: 11px;
}

#footer  a {
    color: #777;
    text-decoration: none;
}

/* @END GROUP FOOTER */

/* @START GROUP QUICK UTILITY NAVIGATION */
#quickNav {
    position: fixed;
    height: 30px;
    text-align: center;
    bottom: 0px;
    width: 100%;
    z-index: 99;
}

#utilityNav {
    -moz-box-shadow: 0 0 3px #AAA;
    -webkit-box-shadow: 0 0 3px #AAA;
    background: url(../img/quick_nav_bg.png) top left repeat-x;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    position: relative;
    height: 30px;
}

#utilityNav ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#quickNav li {
    float: left;
    border-right: 1px solid #CCC;
}

#quickNav li.spacer {
    display: none;
    height: 0;
    margin: 0;
    width: 0;
}

#quickNav li a {
    color: #333;
    display: block;
    font-size: 11px;
    line-height: 30px;
    padding: 0px 10px;
    text-decoration: none;
}

#quickNav li a:hover,#quickNav li.active a {
    background-color: #B5B5B5;
    color: #FFFFFF;
}

/* @END GROUP QUICK UTILITY NAVIGATION*/

/* @START GROUP ADMIN WIDGET*/
.admin-widget {
    font-size: 12px;
    background-color: #FEFEFE;
    border: 1px solid #AAA;
    -moz-box-shadow: 0 0 3px #AAA;
    -webkit-box-shadow: 0 0 3px #AAA;
    width: 298px;
}

.admin-widget-title {
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: bold;
    background: url(../img/panel-header-bg.png) bottom left repeat-x;
    border-bottom: 1px solid #DDD;
}

.admin-widget-content {
    padding: 10px;
    border-top: 1px solid #FEFEFE;
    height: 200px;
    overflow: auto;
}

.admin-widget-content ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.admin-widget-content ul li {
    padding: 0 0 10px 0;
}

.admin-widget-content ul li a {
    color: #555;
    text-decoration: none;
}

.admin-widget-content ul li a:hover {
    color: #111;
}

/* @END GROUP ADMIN WIDGET*/

/* @START GROUP GRID TABLE */
table.grid {
    padding: 0;
    margin: 0;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: none;
}

table.grid th {
    background-color: #F3F3F3;
    border-bottom: 1px solid #BBBBBB;
    color: #000;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    height: 17px;
    padding: 6px 5px;
    text-align: left;
    text-transform: uppercase;
}

table.grid th.header {
    cursor: pointer;
}

table.grid th.headerSortUp {
    background: #CCCCCC url(../img/asc.png) top right no-repeat !important;
}

table.grid th.headerSortDown {
    background: #CCCCCC url(../img/desc.png) top right no-repeat !important;
}

table.grid td {
    border-top: 1px solid #FEFEFE;
    border-bottom: 1px solid #D0D0D0;
    background-color: #FFF;
    padding: 5px 5px;
    color: #333;
    font-size: 11px;
    text-align: left;
}

table.grid tr td.highlight {
    background-color: #FFDDBB !important;
}

table.grid tr.last td {
    border-bottom: 1px solid #BBB;
}

table.grid tr:hover td{ 
    background-color: #D8EDED;
}

table.grid td a {
    color: green;
    text-decoration: none;
}

div.table-caption {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    background: #E7E7E7 url(../img/tbl_header.png) top left repeat-x;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    padding: 10px;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

div.table-footer {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    background: #E7E7E7 url(../images/tbl_header.png) top left repeat-x;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 10px;
    text-align: left;
    font-size: 11px;
}

div.table-footer-2 {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    background-color: #F3F3F3;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    color: #999;
}

div.table-caption-condition {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    background: #E7E7E7 url(../img/tbl_header.png) top left repeat-x;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    padding: 5px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

/* @END GROUP GRID TABLE */ /* @START GROUP PAGING */
.prev {
    margin: 0 5px 0 0;
}

.next {
    margin: 0 20px 0 5px;
}

.current {
    color: #000;
    text-decoration: underline;
}

.counter {
    color: #555;
}

/* @END GROUP PAGING */ /* @START GROUP OVERRIDE JQUERY UI DIALOG */
.custom-dialog {
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-box-shadow: 0 0 20px #222;
    -webkit-box-shadow: 0 0 20px #222;
    border: none !important;
    overflow: visible !important;
    padding: 0 0 8px 0 !important;
}

.custom-dialog>.ui-widget-header {
    -moz-border-radius: 8px 8px 0 0 !important;
    -webkit-border-radius: 8px 8px 0 0 !important;
    background: #EEE url("../img/tbl_header.png") left bottom repeat-x
        !important;
    border: none !important;
    border-bottom: 1px solid #CCC !important;
}

.custom-dialog .ui-widget-content {
    padding: 1em 1em 0.5em 1em !important;
}

.custom-dialog .ui-dialog-buttonpane {
    border-top: none !important;
    padding: 0 1em 0 1em !important;
}

.custom-dialog .ui-dialog-titlebar-close {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    height: 18px !important;
    width: 19px !important;
    border: 1px solid transparent;
}

.custom-dialog>.ui-widget-header .ui-icon-closethick {
    background: transparent url("images/ui-icons_222222_256x240.png") -96px
        -128px no-repeat !important;
    height: 18px !important;
    width: 19px !important;
}

.custom-dialog .ui-dialog-title {
    font-size: 1em;
    text-transform: uppercase;
    height: 27px;
    line-height: 27px;
}

.custom-dialog .ui-dialog-titlebar {
    padding: 0 1em;
}

.custom-dialog>.ui-widget-header .ui-state-hover {
    background: none !important;
    border: none !important;
    border: 1px solid #CCC !important;
}

.custom-dialog>.ui-widget-header .ui-state-focus {
    background: none !important;
    border: none !important;
    border: 1px solid transparent !important;
}

.ui-widget-overlay {
    background: #555 !important;
    opacity: 0.7 !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0.2em 1em;
}

/* @END GROUP OVERRIDE JQUERY UI DIALOG */
    /* @START GROUP OVERRIDE JQUERY UI TAB */
.ui-tabs {
    border: none;
    padding: 0;
}

.ui-tabs>.ui-tabs-nav {
    background: #F8F8F8 url(../img/tab-bg.png) bottom left repeat-x;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    list-style: none outside none;
    position: relative;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-right: 1px solid #CCC;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    background: none repeat scroll 0 0 #FFF;
}

.ui-tabs>ul.ui-corner-all {
    -moz-border-radius: 4px 4px 0px 0px;
}

.ui-tabs li.ui-corner-top {
    -moz-border-radius: 0;
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid #CCC;
    border-top: none;
}

/* @END GROUP OVERRIDE JQUERY UI TAB */ /* @START GROUP AJAX LOADING */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.opacity-overlay {
    overflow: hidden;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    filter: alpha(opacity = 20); /* IE Setting */
}

.indicator-ajax {
    width: 400px;
    height: 100px;
    background: #FEFEFE;
    margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    position: relative;
    top: 250px;
}

#indicatorMsg {
    height: 100px;
    line-height: 100px;
    font-size: 10px;
    padding-left: 70px;
    background: url(../img/ajax-loader.gif) left center no-repeat;
    margin-left: 30px;
}

/* @END GROUP AJAX LOADING */ 

/* COMMON */
.right {
    float: right;
}

.left {
    float: left;
}

.center {
    float: center;
}

.clear {
    clear: both;
}

.spacer {
    height: 10px;
}
.spacer-half {
    height: 5px;
}
.spacer-double {
    height: 25px;
}
.box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.none{
	display: none;
}

.form-horizontal .control-group-vert {
    clear: both;
}

.form-horizontal .control-group-vert {
    margin-bottom: 20px;
}

.form-horizontal .controls .controls-info {
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

input.size2 {
	width: 18px;
}

input.size4 {
	width: 36px;
}
.ui-datepicker-trigger {
	cursor: pointer;
}

/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


/*time line chat*/
.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 58px;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 20px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat {
    position: relative;
}
.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 10px;
    margin: 23px 0 0 47px;
    width: 10px;
}
.msg-time-chat:hover:before {
    background: #A5D16C;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 74px;
}
.msg-time-chat .text {
    background: #fbfbfb;
    border: 1px solid #E5E5E5;
    padding: 10px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    color: #666666;
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a{
    color: #22878E;
}
.msg-out a{
    color: #B14C4C;
}
.required-mark {
    color: #ff0000 !important;
}
.pd-5 {
    padding: 5px !important;
}
.pd-10 {
    padding: 10px;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.mt-5 {
    margin-top: 5px;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mt-10 {
    margin-top: 10px !important;
}
.form-wrapper {
    border: 1px solid #aaa;
    background-color: #fff;
}
.form-width-75-percent {
    max-width: 75% !important;
}
.red-color {
    color: #ff0000 !important;
}
.blue-color {
    color: blue !important;
}
.example-text-color {
    color: #7B7D7D !important;
}
.setting-collapse-container {
    width: 100%;
    border: 1px solid #d3d3d3;
}
.setting-header {
    background-color: #d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}
.setting-content {
    padding: 10px;
}
.right {
    float: right !important;
}
.hide {
    display: none !important;
}
.top-separate-line {
    border: 0;
    border-top: 1px solid #eee;
}
.bottom-separate-line {
    border: 0;
    border-bottom: 1px solid #eee;
}
.right-separate-line {   
    border: 0;
    border-right: 1px solid #eee;
}
.left-separate-line {
    border: 0;
    border-left: 1px solid #eee;
}
.text-underline {
    text-decoration: underline;
}
.btn-bottom-toolbar {
    margin-bottom: 0px !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px 0px;
    margin-left: 66px;
    box-shadow: 0 -4px 5px -3px rgb(0 0 0 / 10%);
    background: #fff;
    width: calc(100% - 66px);
    z-index: 5;
}
.btn-bottom-toolbar .btn-submit {
    width: 100px !important;
    border-radius: 5px !important;
}
.disabled {
    pointer-events: none;
    color: #ccc !important;
}
.text-danger {
    color: #ff0000 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.status-0,
.refund-advance-status-0,
.advance-status-0,
.refunded-status-0,
.advance-status-3 {
    color: #94a3b8 !important;
}
.status-1,
.refund-advance-status-2,
.advance-status-1,
.refunded-status-1 {
    color: #0284c7 !important;
}
.has-violate-level-3,
.refund-advance-status-1,
.refunded-status-2,
.advance-status-2 {
    color: #dc2626 !important;
}
.has-violate-level-1,
.refund-advance-status-4,
.advance-status-4 {
    color: #16a34a !important;
}
.has-violate-level-2,
.refund-advance-status-3 {
    color: #ca8a04 !important;
}
.violated-level-2 {
    background-color: #f39c12 !important;
    color: #ffffff !important;
}
.violated-level-3 {
    background-color: #e74c3c !important;
    color: #ffffff !important;
}
.status-0.status-label,
.refund-advance-status-0.status-label,
.advance-status-0.status-label,
.refunded-status-0.status-label {
    text-align: center;
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
}
.refund-advance-status-2.status-label,
.status-1.status-label,
.advance-status-1.status-label,
.refunded-status-1.status-label {
    text-align: center;
    display: inline-block;
    background-color: #f0f9ff;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
}
.advance-status-3.status-label {
    text-align: center;
    display: inline-block;
    color: #000000 !important;
    background-color: #eeeeee;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #94a3b8;
}
.refund-advance-status-4.status-label,
.advance-status-4.status-label {
    text-align: center;
    display: inline-block;
    background-color: #f0fdf4;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
}
.advance-status-2.status-label,
.refunded-status-2.status-label,
.refund-advance-status-1.status-label {
    text-align: center;
    display: inline-block;
    background-color: #fef2f2;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
}
.refund-advance-status-3.status-label {
    text-align: center;
    display: inline-block;
    background-color: #fefce8;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
}
.context-menu-separator {
    padding: 0;
    margin: 0.35em 0;
    border-bottom: 1px solid #e6e6e6;
}
.text-right {
    text-align: right !important;
}
.context-sub-total {
    color: #64748b !important;
}
.header-border {
    border: 1px solid #aaa !important;
}
.reject-caution-context {
    color: #ca8a04 !important;
    width: 100%;
    text-align: center;
    background-color: #fefce8;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    font-size: 12px;
}
.warning-caution-context {
    color: #ff1403 !important;
    width: 100%;
    text-align: center;
    background-color: #fefce8;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    font-size: 12px;
}
.table-form.table th,
.table-form.table thead td {
    text-align: center !important;
    border: 1px solid #aaa !important;
    vertical-align: middle !important;
}
.table-form.table td {
    vertical-align: middle !important;
}
.table-form.table tr:hover td {
    background-color: #ffffe0 !important;
    color: #000000 !important;
}
.table-form.table {
    margin-bottom: 0 !important;
}
.table-form.table th,
.table-form.table thead td,
.table-form.table tbody td,
.table-form.table tbody td span {
    line-height: normal !important;
}
.uploaded-file {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 0px 0px 3px 0px;
    padding: 3px 5px 3px 5px;
    position: relative;
}
.uploaded-file a {
    color: #0284c7 !important;
    font-style: normal !important;
}
.green-color {
    color:#16a34a !important;
}
.legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}
.legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}
.legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
}
.legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    /* border: 1px solid #999; */
}
.form-legend-wrapper {
    border: 1px solid #ca8a04;
    border-radius: 5px;
    background-color: #fff;
    background-color: #fefce8;
}
.btn-danger .badge,
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
    font-weight: 400 !important;
    padding: 1px 6px 2px !important;
    border-radius: 9px !important;
}
/* .btn-show-legends i.fa {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 1px 4px;
}
.btn-show-legends i.fa:hover {
    background-color: rgba(203, 213, 225, .3);
} */
.required-border {
    border-color: red !important;
}
.required {
    border: solid 1px !important;
    border-color: red !important;
}
.motorpool-suppliers-list {
    color:#0284c7;
    cursor: pointer;
}
.motorpool-suppliers-list:hover {
    text-decoration: underline;
}
.pdi-status-0 {
    color: #94a3b8 !important;
    text-align: center;
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    min-width: 120px;
    max-width: 120px;
}
.pdi-status-1 {
    color: #16a34a !important;
    text-align: center;
    display: inline-block;
    background-color: #f0fdf4;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    min-width: 120px;
    max-width: 120px;
}
.pdi-status-2 {
    color: #0284c7 !important; 
    text-align: center;
    display: inline-block;
    background-color: #f0f9ff;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    min-width: 120px;
    max-width: 120px;
}
.pdi-status-3 {
    color: #dc2626 !important;
    text-align: center;
    display: inline-block;
    background-color: #fef2f2;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    min-width: 120px;
    max-width: 120px;
}
.pdi-use-service-0 {
    color: #94a3b8 !important;
    text-align: center;
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    min-width: 120px;
    max-width: 120px;
}
.pdi-use-service-1 {
    color: #ca8a04 !important;
    text-align: center;
    display: inline-block;
    background-color: #fefce8;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid;
    min-width: 120px;
    max-width: 120px;
}
.advance-status-0,
.advance-status-1,
.advance-status-2,
.advance-status-3,
.advance-status-4 {
    min-width: 125px !important;
    max-width: 125px !important;
}
.refund-advance-status-0,
.refund-advance-status-1,
.refund-advance-status-2,
.refund-advance-status-3,
.refund-advance-status-4 {
    min-width: 125px !important;
    max-width: 125px !important;
}
.refunded-status-0,
.refunded-status-1 {
    min-width: 90px !important;
    max-width: 90px !important;
}