/* here you can put your own css to customize and override the theme */

.dashboard-form-control {
    /*display: block;*/
    padding: 6px 12px;
    vertical-align: middle;
    text-align: left;
}

.dashboard-form-group {
    display: inline-block;
}

.dashboard-form-group.center {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.dashboard-form-group.right {
    float: right;
}

.nomargin {
    margin:auto !important;
}

select.inlinedropdowns {
    display:inline;
    width: auto;
}

a.fa-calendar,
a.fa-clock-o,
a.fa-cloud {
    position: relative;
    font-size: 2em;
}

span.notificationnum {
    position: absolute;
    font-size: 0.7em;
    top: 15px;
    right: 4px;
    border-radius: 50% !important;
    vertical-align: middle;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
}

span.notificationnum.orange {
    background-color: orange;
    font-weight: bold;
}

span.notificationnum.red {
    background-color: red;
    color: white;
    font-weight: bold;
}

.page-content-logi {
    padding: unset;
}

.reporttable {
    border-spacing: 5px 15px !important;
    border-bottom: 0 !important;
}

.reporttable thead tr th {
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
    padding-bottom: 5px !important;
}

.reporttable tbody td {
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
}


.reporttable .columnsearchfield {
    display: none;
}

.noborder {
    border: none;
}

.wrappedbtn {
    text-align: left !important;
    white-space: normal !important;
}

.form-control-currency {
    width: 49.3%;
    display: inline-block;
}

.form-control-currency-display {
    width: 49.3%;
    text-align: right;
    display: inline-block;
}

.help-block {
    display:none;
}

.currency-dropdown {
    vertical-align: middle !important;
    display:block !important;
    height: 25px !important;
    margin-top: 9px !important;
    font-size:14px;
    margin-left: 10px;
}

.tile.half-down {
  height: 200px !important;
}

.wide-text_extrasmall {
    min-width: 75px !important;
}

.wide-text_small {
    min-width: 150px !important;
    max-width: 150px !important;
}

.wide-text_smallmed {
    min-width: 200px !important;
    max-width: 200px !important;
}

.wide-text_med {
    min-width: 300px !important;
}

.wide-text_large {
    min-width: 450px !important;
}

.bg-grey {
    background-color: #555555 !important;
    background-image: none !important;
    border-color: #444444 !important;
    color: #fff !important;
}

.bg-maroon {
    background-color: #5A0000 !important;
    background-image: none !important;
    border-color: #5A0000 !important;
    color: #fff !important;
} 

.panel.panel-default.maroon {
  border: 1px solid #5A0000;
}

.panel.panel-default.maroon div.panel-heading {
  background-color: #5A0000 !important;
  color:#fff;
}

.bg-orange {
    background-color: #E65C00 !important;
    background-image: none !important;
    border-color: #E65C00 !important;
    color: #fff !important;
}

.panel.panel-default.orange {
  border: 1px solid #E65C00;
}

.panel.panel-default.orange div.panel-heading {
  background-color: #E65C00 !important;
  color:#fff;
}

.bg-warmyellow {
    background-color: #CCA300 !important;
    background-image: none !important;
    border-color: #CCA300 !important;
    color: #fff !important;
}

.panel.panel-default.warmyellow {
  border: 1px solid #CCA300;
}

.panel.panel-default.warmyellow div.panel-heading {
  background-color: #CCA300 !important;
  color:#fff;
}

.bg-blue {
    background-color: #26467C !important;
    background-image: none !important;
    border-color: #26467C !important;
    color: #fff !important;
}
 
.portlet.box.blue.light1 > .portlet-title {
    background-color: #3463AE !important;
}

.portlet.box.blue.light2 > .portlet-title {
    background-color: #5D98F9 !important;
}

.portlet.box.blue.light3 > .portlet-title {
    background-color: #93BBFB !important;
}

.portlet.box.blue > .portlet-title {
    background-color: #26467C !important;
}

.panel.panel-default.blue {
  border: 1px solid #26467C;
}

.panel.panel-default.blue div.panel-heading {
  background-color: #26467C !important;
  color:#fff;
}

.bg-lightblue {
    background-color: #bfd5fa !important;
    background-image: none !important;
    border-color: #bfd5fa !important;
    color: #fff !important;
}

.panel.panel-default.light blue {
  border: 1px solid #bfd5fa;
}

.panel.panel-default.light blue div.panel-heading {
  background-color: #bfd5fa !important;
  color:#fff;
}

.panel.panel-default.red {
  border: 1px solid #e02222;
}

.panel.panel-default.red div.panel-heading {
  background-color: #e02222 !important;
  color:#fff;
}

.bg-yellow {
    background-color: #ffb848 !important;
    background-image: none !important;
    border-color: #ffb848 !important;
    color: #fff !important;
}

.panel.panel-default.yellow {
  border: 1px solid #ffb848;
}

.panel.panel-default.yellow div.panel-heading {
  background-color: #ffb848 !important;
  color:#fff;
}

.portlet.box.green.light1 > .portlet-title {
    background-color: #72C47E !important;
}

.portlet.box.green.light3 > .portlet-title {
    background-color: #AEDDB5 !important;
}

.portlet.box.green > .portlet-title {
  background-color: #35aa47;
} 

.bg-green {
    background-color: #35aa47 !important;
    background-image: none !important;
    border-color: #35aa47 !important;
    color: #fff !important;
}

.panel.panel-default.green {
  border: 1px solid #35aa47;
}

.panel.panel-default.green div.panel-heading {
  background-color: #35aa47 !important;
  color:#fff;
}

.bg-purple {
    background-color: #17052F !important;
    background-image: none !important;
    border-color: #17052F !important;
    color: #fff !important;
}

.portlet.box.purple.light1 > .portlet-title {
    background-color: #9D55AD !important;
}

.portlet.box.purple.light2 > .portlet-title {
    background-color: #B680C2 !important;
}

.portlet.box.purple > .portlet-title {
  background-color: #17052F;
} 

.panel.panel-default.purple {
  border: 1px solid #17052F;
}

.panel.panel-default.purple div.panel-heading {
  background-color: #17052F !important;
  color:#fff;
}

.panel.panel-default.dark {
  border: 1px solid #555555;
}

.panel.panel-default.dark div.panel-heading {
  background-color: #555555 !important;
  color:#fff;
}

.panel.panel-default.light grey {
  border: 1px solid #fafafa;
}

.panel.panel-default.light grey div.panel-heading {
  background-color: #fafafa !important;
  color:#fff;
}

.portlet.maroon > .portlet-title > .caption {
  color: #fff;
}

.portlet.box.maroon > .portlet-title > .caption > i{
  color: #fff;
}

.portlet > .portlet-body.maroon, .portlet.maroon {
  background-color: #5A0000 !important;
}

.portlet.solid.maroon > .portlet-body {
  border: 0;
  color: #fff;
}

.portlet.box.maroon.light1 > .portlet-title {
    background-color: #7B3333 !important;
}

.portlet.box.maroon.light2 > .portlet-title {
    background-color: #8C4D4D !important;
}

.portlet.box.maroon > .portlet-title {
  background-color: #5A0000;
} 

.portlet.box.maroon {  
   border: 1px solid #5A0000;
   border-top: 0;
}

.dashboard-stat.maroon {
  background-color: #e7191b;
}

.dashboard-stat.maroon .more { 
  background-color:#bc0d0e;
} 


.portlet.orange > .portlet-title > .caption {
  color: #fff;
}

.portlet.box.orange > .portlet-title > .caption > i{
  color: #fff;
}

.portlet > .portlet-body.orange, .portlet.orange {
  background-color: #E65C00 !important;
}

.portlet.solid.orange > .portlet-body {
  border: 0;
  color: #fff;
}

.portlet.box.orange.light1 > .portlet-title {
    background-color: #FF7519 !important;
}

.portlet.box.orange.light2 > .portlet-title {
    background-color: #FF944D !important;
}

.portlet.box.orange > .portlet-title {
  background-color: #E65C00;
} 

.portlet.box.orange {  
   border: 1px solid #E65C00;
   border-top: 0;
}

.dashboard-stat.orange {
  background-color: #e7191b;
}

.dashboard-stat.orange .more { 
  background-color:#bc0d0e;
} 






.portlet.warmyellow > .portlet-title > .caption {
  color: #fff;
}

.portlet.box.warmyellow > .portlet-title > .caption > i{
  color: #fff;
}

.portlet > .portlet-body.warmyellow, .portlet.warmyellow {
  background-color: #CCA300 !important;
}

.portlet.solid.warmyellow > .portlet-body {
  border: 0;
  color: #fff;
}

.portlet.box.warmyellow > .portlet-title {
  background-color: #CCA300;
} 

.portlet.box.warmyellow.light1 > .portlet-title {
    background-color: #FFCC00 !important;
}

.portlet.box.warmyellow.light2 > .portlet-title {
    background-color: #FFDB4D !important;
}

.portlet.box.warmyellow > .portlet-title {
  background-color: #CCA300;
}

.portlet.box.warmyellow {  
   border: 1px solid #CCA300;
   border-top: 0;
}

.dashboard-stat.warmyellow {
  background-color: #e7191b;
}

.dashboard-stat.warmyellow .more { 
  background-color:#bc0d0e;
}






.table thead tr th.right {
    text-align:right;
}

.table thead tr th.center {
    text-align:center;
}

.table tbody tr td.right {
    text-align:right;
}

.table tbody tr td.center {
    text-align:center;
}


.grid_trace {
    margin-bottom:15px;
    padding:0;
}

.dropdown-menu li > form a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 0 6px 13px;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu li > form a:hover, .dropdown-menu .active > form a, .dropdown-menu .active > form a:hover {
    background-color: #eee;
    background-image: none;
    color: #333;
    filter: none;
    text-decoration: none;
}

a.btn.btn-info.invoke {
    color: #222;
    border-color: #46B8DA;
    text-decoration: underline;
    background-color: transparent;
}

.radio label.lblradio {
    padding: 0px 5px 0px 5px;
    color: #666666;
}

.img_pdf_on{
    background-image: url("/assets/img/ui/pdf.gif");
    background-repeat: no-repeat;
}

.img_pdf_off{
 }

a.btn.webpart i, a.btn.redirect i, a.btn.justicon i {
    float: left;
    height: 20px;
    width: 20px;
    padding-top: 4px;
}

table.dataTable a.btn {padding-top:2px;padding-bottom:2px;}

ul.dropdown-menu li > a.btn {
    text-align: left;
}

.dropdown-menu {
    min-width: 220px;
}

form.modal-form div.caption {
    display: none;
}

#clExistingNotes {height:230px;}

.footer .footer-tools .go-top {
    float:left;
    padding-top:2px;
    margin-right:4px;
    width:26px;
}

.footer .footer-tools .collapse-all {
    float:left;
    padding-top:2px;
    width:30px
}

.highlight {
    background-color: #FFFF88;
}

.hide-portlet {border:none;}
.hide-portlet div.portlet-title {display:none;}
div.portlet.box.hide-portlet div.portlet-body {padding:0px;}
div.table-responsive {overflow-x:auto;}


.tile.triple {
    width: 425px !important;
}

.tile.quadriple .tile.w4x {
    width: 570px !important;
}

.tile.w5x {
    width: 715px !important;
}

.tile.w6x {
    width: 860px !important;
}

.tile.max 
{
    width: 100% !important;
}

.tile.auto
{
    width: auto !important;
}

.tile.triple-down {
    height: 425px !important;
}

.tile.triple-down h4 {
    padding-bottom:25px;
}

.piechart_label{
    font-size:13px;text-align:center;padding:2px;color:#ffffff;
}

.legendLabel {
    padding-left:5px;
    padding-right:10px;
}


.bg-white {
    background-color: #FDFDFD !important;
    background-image: none !important;
    border-color: #FAFAFA !important;
    color: #fff !important;
}

.panel.panel-default.white {
  border: 1px solid #FAFAFA;
}

.panel.panel-default.white div.panel-heading {
  background-color: #FAFAFA !important;
  color:#666666;
}

.bg-white h4 {
    color: #666666;
}

.bg-white .tickLabel {
    color: #666666;
}

.bg-white .legendLabel {
    color: #666666;
}

.bg-white .tile-object {
    color: #666666;
}

.bg-white .tile-object .name {
    color: #666666;
}

.bg-white .tile-object .number {
    color: #666666;
}

.panel-object {
    display: table;
    padding: 0px 10px 10px 10px;
}

.panel-object .name {
    padding-right: 10px;
    color: #666666;
    font-weight: bold;
    float: left;
}

.panel-object .number {
    padding-right: 10px;
    color: #666666;
    float: left;
}

.chart_tooltip {
    position: absolute;
	display: none;
	border: 1px solid #fdd;
	padding: 2px;
	background-color: #fee;
	opacity: 0.80;
}

.tile .tile-body h3, .tile .tile-body h4 {
    line-height: 1.3em;
}

.tenant-title {
    margin: 0 0px 0 20px;
    float:left;
    font-weight: bold;
}

.tenant-title a {
    width: auto;
    font-size:16px;
    margin-right: 40px;
    line-height: 14px;
    display: inline-block;
    height: 42px;
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
}

.tenant-logo {
    float: right;
    margin-right: 22px;
    margin-top: 20px;
    width: 185px;
}

.tenant-logo img {
	width:100%;
}

.tenant-logo a {
    width: 100%;
}

.page-sidebar-menu > li.start {
    margin-top:10px;
}

.owner-logo {
    float:left;
    width:140px;
    margin-left:20px;
    margin-bottom:20px;
    margin-left:-155px;
}

.sidebar-toggler {
    margin-bottom: 28px;
}

body.page-sidebar-closed .tenant-logo {
    display:none;
}

.form-actions {
    border-bottom: 1px solid #e5e5e5;
}

div .alert.display-hide {
    margin-bottom: 0px;
}

div.form-body h3.form-section:nth-of-type(1) {
    margin-top:0px;
}

form div.form-body.form-grid {
    padding:0px 0px 20px 0px;
}

.reportwindow {
    width:100%;height:100%;border:none;overflow:auto;
}

div.modal-header button.close.expand {
    background-image: url("../img/portlet-expand-icon.png") !important;
    margin-right:10px;
    width:14px;
    height:16px;
    margin-top:-3px !important;
}

div.modal-header button.close.collapse {
    background-image: url("../img/portlet-collapse-icon.png") !important;
    margin-right:10px;
    width:14px;
    height:16px;
    margin-top:-3px !important;
}

.timeline > li .timeline-time span.time {
    font-size: 20px;
}

.btn {
    padding: 7px;
    min-width: 36px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.form-section {
    border-bottom: 4px solid #cccccc;
    font-weight: 600 !important;
    color: #555555;
}

.label_fix_left {
    text-align: left !important;
    padding-bottom: 5px;
}

form.modal-form .control-label {
    text-align: left;
}

form.modal-form div.alert.alert-danger {
    margin-bottom: 10px;
}

form.modal-form div.alert.alert-danger.display-hide {
    margin-bottom:0px;
}

.tiles .tile h3, .tiles .tile-body h4 {
    font-weight:bold !important;
    text-transform:lowercase !important;
}

.tile .front-icon {
    color: #222222;
}

a.img_notes_on, td.staicon span.img_notes_on {
    border: solid 1px #FFE187 !important;
	background-color: #FFE187 !important;
    color: #CA9300 !important;
    margin-right:2px;
    z-index:99999;
}

a.img_notes_off, td.staicon span.img_notes_off {
    color: #8A8A8A !important;
    margin-right:2px;
}

a.img_freeze_on, td.staicon span.img_freeze_on {
    border: solid 1px #FFA76D !important;
	background-color: #FFA76D !important;
    color: #E65C00 !important;
    margin-right:2px;
}

a.img_freeze_off, td.staicon span.img_freeze_off {
    color: #8A8A8A !important;
    margin-right:2px;
}

a.img_pay_dont, td.staicon span.img_pay_dont{ 
    color: #e02222 !important;
    margin-right:2px;
    border: 1px solid #e02222 !important;
}

a.img_paperinvoice_on, a.img_download_on, td.staicon span.img_paperinvoice_on {
    border: 1px solid #0d638f !important;
}

a.img_approve_on, td.staicon span.img_approve_on {
    border: solid 1px #5d98f9 !important;
	background-color: #5d98f9 !important;
    color: #0004A6 !important;
    margin-right:2px;
}

a.img_approve_partial, td.staicon span.img_approve_partial {
    border: solid 1px #a5a5a5 !important;
	background-color: #a5a5a5 !important;
    color: #ffffff !important;
    margin-right:2px;
}

a.img_approve_off, td.staicon span.img_approve_off {
   color: #8A8A8A !important;
    margin-right:2px;
}

a.img_pay_on, td.staicon span.img_pay_on {
    border: solid 1px #77FF8A !important;
	background-color: #77FF8A !important;
    color: #008000 !important;
    margin-right:2px;
}

a.img_pay_off, td.staicon span.img_pay_off {
    color: #8A8A8A !important;
    margin-right:2px;
}

a.img_review_allocations_on, td.staicon span.img_review_allocations_on {
    border: solid 1px #C1A4D8 !important;
	background-color: #C1A4D8 !important;
    color: #000000 !important;
    margin-right:2px;
}

a.img_review_allocations_off, td.staicon span.img_review_allocations_off {
    color: #8A8A8A !important;
    margin-right:2px;
}

a.img_dispute_on, td.staicon span.img_dispute_on {
    border: solid 1px #FF9191 !important;
	background-color: #FF9191 !important;
    color: #e02222 !important;
    margin-right:2px;
}

a.img_dispute_off, td.staicon span.img_dispute_off {
    color: #8A8A8A !important;
    margin-right:2px;
}

a.img_allocate_on, td.staicon span.img_allocate_on {
    border: solid 1px #C1A4D8 !important;
 	background-color: #C1A4D8 !important;
    color: #531B80 !important;
    margin-right:2px;
}

a.img_allocate_off, td.staicon span.img_allocate_off {
    color: #8A8A8A !important;
    margin-right:2px;
}


a.img_exception_on, td.staicon span.img_exception_on {
    border: solid 1px #FFF005 !important;
	background-color: #FFF005 !important;
    color: #008000 !important;
    margin-right:2px;
}

a.img_exception_info, td.staicon span.img_exception_info {
    border: solid 1px #008000 !important;
    color: #008000 !important;
    margin-right:2px;
}

a.img_exception_child, td.staicon span.img_exception_child {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    margin-right: 2px;
}

a.img_exception_on_adj, td.staicon span.img_exception_on_adj {
    border: solid 1px #72C47E !important;
    color: #72C47E !important;
    margin-right:2px;
}

td.staicon span.statusicon.img_allocate_off.fa-font {
    display:none;
}

a.img_notification_on, td.staicon span.img_notification_on {
    border: solid 1px #E87E04 !important;
	background-color: #E87E04 !important;
    color: #FFFFFF !important;
    margin-right:2px;
}

a.img_notification_off, td.staicon span.img_notification_off {
    border: solid 1px #8a8a8a !important;
    color: #8A8A8A !important;
    margin-right:2px;
}

a.img_glcorrection_on, td.staicon span.img_glcorrection_on {
    border: solid 1px #e02222 !important;
    background-color: #e02222 !important;
    color: #FFFFFF !important;
    margin-right: 2px;
}

a.img_glcorrection_off, td.staicon span.img_glcorrection_off {
    color: #8A8A8A !important;
    margin-right: 2px;
}

    a.img_review_allocations_off.fa-asterisk:before,
    a.img_review_allocations_on.fa-asterisk:before,
    a.img_notes_on.fa-file-text:before,
    a.img_freeze_on.fa-shield:before,
    a.img_approve_on.fa-check-square-o:before,
    a.img_approve_partial.fa-check-square-o:before,
    a.img_pay_on.fa-dollar:before,
    a.img_pay_dont.fa-dollar:before,
    a.img_dispute_on.fa-flag:before,
    a.img_notes_off.fa-file-text:before,
    a.img_freeze_off.fa-shield:before,
    a.img_approve_off.fa-check-square-o:before,
    a.img_pay_off.fa-dollar:before,
    a.img_dispute_off.fa-flag:before,
    a.img_allocate_on.fa-font:before,
    a.img_allocate_off.fa-font:before,
    a.fa-trash-o:before,
    a.fa-pencil-square-o:before,
    a.fa-square-o:before,
    a.fa-circle-o:before,
    a.fa-check-circle-o:before,
    a.fa-edit:before,
    a.fa-refresh:before,
    a.fa-dot-circle-o:before,
    a.fa-minus-circle:before,
    a.fa-times-circle:before,
    a.fa-close:before,
    a.fa-ban:before,
    a.fa-calendar:before,
    a.fa-clock-o:before,
    a.fa-lock:before,
    a.fa-star-o:before,
    a.fa-cloud:before,
    a.fa-star:before,
    a.fa-play:before,
    a.fa-check-circle:before,
    a.fa-toggle-off:before,
    a.fa-toggle-on:before,
    a.img_exception_off.fa-exclamation-triangle:before,
    a.img_exception_on.fa-exclamation-triangle:before,
    a.img_exception_info.fa-exclamation-triangle:before,
    a.img_exception_child.fa-exclamation-triangle:before,
    a.fa-plus:before,
    a.img_paperinvoice_on.fa-paperclip:before,
    a.img_paperinvoice_off.fa-paperclip:before,
    a.fa-check-square-o:before,
    a.fa-map-marker:before,
    a.fa-eye:before,
    a.fa-download:before,
    a.fa-envelope:before,
    a.img_remove_off:before,
    a.fa-undo:before,
    a.fa-flash:before,
    a.img_glcorrection_off.fa-edit:before,
    a.img_glcorrection_on.fa-edit:before,
    td.staicon span:before {
        content: none;
    }

a.hide-item
{
    display:none;
}

a.img_exception_on.ignoreclick, a.img_exception_info.ignoreclick {
    cursor: default;
}

.statusicon {
    padding:5px 8px 5px 8px;
    font-size:15px;
}

.form_section_box {
  border-bottom:solid 2px #dfdfdf;
}

a.img_notes_off, a.img_freeze_off, a.img_approve_off, a.img_pay_off, a.img_dispute_off, a.img_allocate_off, a.img_exception_off, a.img_review_allocations_off
{
    padding-left:8px;
    padding-right:6px;
}

a.img_exception_off, a.img_paperinvoice_off, a.img_remove_off {
    display:none;
}

.fa-stack-3x {
    font-size: 3em;
}

.fa-lg-3x {
    height: 3em;
    line-height: 3em;
    width: 3em;
}
.chart_legend {
    padding-bottom: 5px;
}
.tile h4:hover {
    color:#222222 !important;
}
.nav-bar {
    padding-top:15px;
}
form.modal-form form {margin-bottom:10px;}
form.modal-form form div.form-body {padding:0px 0px 0px 0px;}

.negative_red {
    color: #e02222;
}

td.pop_notempty:not(:empty) {
    background-color: #fff005;
}

.errormsg {width:100%;float:left;border-bottom:solid 1px #ccc;padding:10px;}
.errormsg label {margin-right:50px;float:left;font-weight:bold;}

.hide-checkbox {
    display:none;
}

.input-group-btn {
    vertical-align: top;
}

.ttools {
    float:right;
    margin-right:10px;
}

.ttools .btn.default {
    background-color: #f0f0f0;
}

.pageinate_input_box {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    text-align: center;
    height: 36px;
}

.paging_extStyle {
    font-size: 14px;
    margin-right: 20px !important;
}

.paginate_button {
    background-color: #d8d8d8 !important;
    color: #333333;
    outline: medium none !important;
}

.paginate_button.previous {
    margin-right: 5px !important;
}
.paginate_button.next {
    margin-left: 5px !important;
}

.dataTables_paginate {
    float: left !important;
}

.dataTables_length {
    line-height: 40px;
    margin-right: 20px;
}

.dataTables_length select {
    padding-top:0px;
}

.dataTables_length label {
    margin-bottom: 0px;
}

.dataTables_info {
    float:left !important;
    clear: none !important;
    font-size: 14px;
    padding-top: 11px;
}

.table-toolbar .btn-group {
    margin-right:2px;
}

.table tbody tr.active td {
    color: inherit;
}
.table tbody tr.active a {
    color: inherit;
}
.print {
     position: fixed;
     overflow: auto;
     width: 100%;
     height: 100%;
     z-index: 100000; /* CSS doesn't support infinity */
}


.btn_grey {
    background-color: #e5e5e5;
    color: #333333;
}

.btn_grey:hover {
    background-color: #d8d8d8;
}

.table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > td, .table-scrollable > .table > tbody > tr > td, .table-scrollable > .table > tfoot > tr > td {
    white-space: pre-wrap;
}

.table-scrollable > .table > thead > tr > th:last-child, .table-scrollable > .table > tbody > tr > th:last-child, .table-scrollable > .table > tfoot > tr > th:last-child, .table-scrollable > .table > thead > tr > td:last-child, .table-scrollable > .table > tbody > tr > td:last-child, .table-scrollable > .table > tfoot > tr > td:last-child {
    min-width: 160px;
}

.form-section {
    margin: 30px 0 5px;
}

.table-toolbar {
    float: right;
    margin-top: 5px;
}

.table-nav {
    margin-top:-82px;
}

div.form-body.form-grid {
    padding-bottom:30px;
}

div.webcontrol div.panel {
    margin-bottom:0px;
}

.table-toolbar div.grid-search {
    margin-right: -12px;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
    padding: 0px;
}


div.form-grid div.grid_trace {
    margin-bottom: 0px;
}

.table-toolbar {
    margin-bottom: 0px;
}

.table-scrollable {
    margin-top: 15px !important;
}

div.table-toolbar div.btn-group:nth-child(2) {
    margin-right: -12px;
}

.dataTables_info {
    min-width: 430px;
}

.dataTables_plain {
    min-width: initial;
}

.dataTables_msg {
    max-width: 500px;
    min-width: 500px;
}

.grd-fixed-small .table-scrollable {
    max-height:300px;
    overflow-y:auto;
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: border-box !important;
}

.timeline > li .timeline-time {
    margin-left: -10px;
    width: 17%;
}

.timeline > li .timeline-icon {
    margin: 5px 0 0 -20px;
}

.timeline::before {
    margin-left: -5px;
}

div.ColVis_collectionBackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	z-index: 2147483646;
}

ul.ColVis_collection {
    left: auto;
    right: 0;
    float: right !important;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    display: none;
    float: left;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    width: 200px;
    z-index: 2147483647;
}

ul.ColVis_collection input[type='checkbox'] {
    display:none;
}

ul.ColVis_collection li {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 14px;
    padding: 6px 0 6px 13px;
    text-decoration: none;
    white-space: nowrap;
    background-color: white;
    background-image: none;
    border: none;
    box-shadow: none !important;
}

ul.ColVis_collection li:hover {
    background-color: #eee;
    background-image: none;
    border: none;
    box-shadow: none !important;    
}

ul.ColVis_collection li label {
    font-size: 14px;
}

ul.ColVis_collection li.ColVis_Special {
    background:none;
    background-color: #eee;
    border: none;
}

ul.ColVis_collection li span {
    padding-left: 0px;
}

ul.ColVis_collection li.removed span{
  color: #aaa;
}

label.info-label {
    padding-top: 7px;
    font-style: italic;
    color: #666666;
    font-size: 13px;
}

label.error {
    color:red;
    font-size:13px;
    font-style:italic;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f79b9b;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f28080;
}

.table > thead > tr > td.changed,
.table > tbody > tr > td.changed,
.table > tfoot > tr > td.changed,
.table > thead > tr > th.changed,
.table > tbody > tr > th.changed,
.table > tfoot > tr > th.changed,
.table > thead > tr.changed > td,
.table > tbody > tr.changed > td,
.table > tfoot > tr.changed > td,
.table > thead > tr.changed > th,
.table > tbody > tr.changed > th,
.table > tfoot > tr.changed > th {
  background-color: #fce794;
}

.table-hover > tbody > tr > td.changed:hover,
.table-hover > tbody > tr > th.changed:hover,
.table-hover > tbody > tr.changed:hover > td,
.table-hover > tbody > tr:hover > .changed,
.table-hover > tbody > tr.changed:hover > th {
  background-color: #fce794;
}

.fileinput .uneditable-input {
  max-width: 444px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-scrollable thead tr th {
    /*position: -webkit-sticky;
    position: sticky !important;
    top: 20px;
    z-index: 100;
    background-color: white;*/
    /*max-height: calc(100vh - 80px);*/
  /*box-shadow: 0px 5px 5px 0px rgba(82, 63, 105, 0.08);*/
}

.dataTables_scrollHead {
    position: sticky !important;
    top: 119px;
}

.columnsearchfield {
    width: 130px;
    border-color: lightgray;
    border-style: solid;
}

.columnsearchfield::placeholder {
    color: lightgrey;
}

.nocolumnsearch .columnsearchfield {
    display: none;
}

.dropdown-toggle.chat {
    display: flex;
    background-color: #f37120;
    color: white !important;
}

.header .navbar-nav .dropdown-toggle.chat:hover {
    background-color: #f37120 !important;
}

.header .hor-menu ul.nav li.open > a.dropdown-toggle.chat,
.header .hor-menu ul.nav li > a.dropdown-toggle.chat:hover,
.header .hor-menu ul.nav li > a.dropdown-toggle.chat:focus {
    background: #f37120;
}

.header .navbar-nav .dropdown-toggle.dropdown.currency-dropdown:hover {
    background-color: white !important;
}

.header .hor-menu ul.nav li.open > dropdown-toggle.dropdown.currency-dropdown,
.header .hor-menu ul.nav li > .dropdown-toggle.dropdown.currency-dropdown:hover,
.header .hor-menu ul.nav li > .dropdown-toggle.dropdown.currency-dropdown:focus {
    background: white;
}

/* MultiSelect Styles*/

.multiselect-parent {
    height: 0px;
    visibility: hidden;
}

/* Pin Column Styles */
.pin-column {
    position: sticky;
    right: 0px;
    left: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.21) -2px 0px 4px -2px;
}
.pin-column-with-check {
    position: sticky;
    right: 0px;
    left: 23.2px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.21) -2px 0px 4px -2px;
}
.pin-check-box {
    position: sticky;
    right: 0px;
    left: 0px;
    background-color: white !important;
}

.multiSearchBar {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #e5e5e5;
}

.download_edi {
    color: #8E1CB0;
}

a.img_flash_on {
    border: 1px solid #8E1CB0 !important;
}

.legend_icon, legend_title {
    width: 6% !important;
}
