/* Minification failed. Returning unminified contents.
(3544,33): run-time error CSS1030: Expected identifier, found ' '
 */
/***********************
  BOOTSTRAP EXTENTIONS
************************/
.form-control {
    border-radius:0;
}
.form-control:focus {
    border-color:#0068bd;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.input-group-btn > .btn {
    border-radius:0;
}
.breadcrumb {
    background-color:transparent !important;
    margin-top:-20px;
    margin-bottom:4px;
    padding-left:0 !important;
}
.breadcrumb-item {
    color:#999;
    text-transform:uppercase;
}
.breadcrumb-item a {
    text-decoration:none;
}
.breadcrumb-item a:focus,
.breadcrumb-item a:hover {
    text-decoration:underline;
}

.modal-content {
    border: none !important;
}
.btn.btn-circle, .btn.btn-circle.disabled{padding:2px 5px;box-shadow: none;border:none;background: transparent;color: #3a5a7a;font-weight: 300;transition:none;}
.btn.btn-circle:hover, .btn.btn-circle:active, .btn.btn-circle.active{box-shadow: none;background: transparent;}
.btn-circle > i{color: #a5b6c7;background:#e5e9ed;width: 60px;height: 60px;padding:18px 0;font-size:24px;border-radius: 50%;display: block;margin:0 auto;margin-bottom:6px;line-height:normal;transition:all .3s ease-in-out 0s;}
.btn-circle.btn-lg > i{width: 80px;height: 80px;padding:22px 0;font-size:36px;}
.btn-circle.btn-sm > i{width: 40px;height: 40px;padding:10px 0;font-size:20px;}
.btn-circle.btn-xs > i{width: 30px;height: 30px;padding:8px 0;font-size:14px;}
.btn-circle b.badge{position: absolute;right: 5px;top: 2px;}
.btn-circle .badge i{margin: 0 -2px}
.btn-white.btn-circle > i{color: #a5b6c7;background: #fff}
.btn.btn-circle.disabled > i{background:#c4c9cf;}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0068bd;
  border-color: #0068bd;
}

.panel-primary > .panel-heading .badge {
  color: #0068bd;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0068bd;
  border-color: #0068bd;
  /*border-radius: 0px;*/ 
  /*font-size: 18px; 
  font-weight: 700;*/ 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005aa3;
  border-color: #005aa3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0068bd;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #0068bd;
  background-color: #fff;
}
.btn-primary-clear {
  color: #0068bd;
  background-color: #fff;
  border-color: #0068bd;
}
.btn-primary-clear:focus,
.btn-primary-clear.focus {
  color: #357ebd;
  background-color: #fff;
  border-color: #357ebd;
  -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow:inset 0px 3px 5px rgba(0,0,0,0.125);
}
.btn-primary-clear:hover {
  color: #357ebd;
  background-color: #fff;
  border-color: #357ebd;
  -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow:inset 0px 3px 5px rgba(0,0,0,0.125);
}
.btn-primary-clear:active,
.btn-primary-clear.active,
.open > .dropdown-toggle.btn-primary-clear,
.btn-primary-clear:active:focus,
.btn-primary-clear.active:focus,
.open > .dropdown-toggle.btn-primary-clear:focus,
.btn-primary-clear:active.focus,
.btn-primary-clear.active.focus,
.open > .dropdown-toggle.btn-primary-clear.focus {
  color: #357ebd;
  background-color: #fff;
  border-color: #357ebd;
}
.btn-primary-clear:active:hover,
.btn-primary-clear.active:hover,
.open > .dropdown-toggle.btn-primary-clear:hover {
  color: #13496c;
  background-color: #fafafa;
  border-color: #13496c;
}
.btn-primary-clear:active,
.btn-primary-clear.active,
.open > .dropdown-toggle.btn-primary-clear {
  background-image: none;
}
.btn-primary-clear.disabled,
.btn-primary-clear[disabled],
fieldset[disabled] .btn-primary-clear,
.btn-primary-clear.disabled:hover,
.btn-primary-clear[disabled]:hover,
fieldset[disabled] .btn-primary-clear:hover,
.btn-primary-clear.disabled:focus,
.btn-primary-clear[disabled]:focus,
fieldset[disabled] .btn-primary-clear:focus,
.btn-primary-clear.disabled.focus,
.btn-primary-clear[disabled].focus,
fieldset[disabled] .btn-primary-clear.focus,
.btn-primary-clear.disabled:active,
.btn-primary-clear[disabled]:active,
fieldset[disabled] .btn-primary-clear:active,
.btn-primary-clear.disabled.active,
.btn-primary-clear[disabled].active,
fieldset[disabled] .btn-primary-clear.active {
  color: #0068bd;
  background-color: #e9f4fb;
  border-color: #67b2e4;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.btn-primary-clear .badge {
  color: #fff;
  background-color: #67b2e4;
}

.btn-secondary {
    color: #0068bd;
    background-color: #f7f7f7;
    border-color: #e0e0e0;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #0076d6;
  background-color: #e8e8e8;
  border-color: #a0a0a0;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #e8e8e8;
  border-color: #a0a0a0;
  opacity: 0.5;
}
.btn-secondary .badge {
  color: #0068bd;
  background-color: #0068bd;
}

.btn-success {
  color: #fff;
  background-color: #37a447;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #329240;
  border-color: #329240;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #37a447;
  border: #37a447;
  opacity: 0.5;
}
.btn-success .badge {
  color: #37a447;
  background-color: #37a447;
}
.btn-danger {
    background-color: #a94442;
    color: #fff;
}
.btn-danger-clear {
  color: #c53e3e;
  background-color: #fff;
  border-color: #c53e3e;
}
.btn-danger-clear:focus,
.btn-danger-clear.focus {
  color: #9d2f2f;
  background-color: #fff;
  border-color: #9d2f2f;
  -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow:inset 0px 3px 5px rgba(0,0,0,0.125);
}
.btn-danger-clear:hover {
  color: #9d2f2f;
  background-color: #fff;
  border-color: #9d2f2f;
  -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow:inset 0px 3px 5px rgba(0,0,0,0.125);
}
.btn-danger-clear:active,
.btn-danger-clear.active,
.open > .dropdown-toggle.btn-danger-clear,
.btn-danger-clear:active:focus,
.btn-danger-clear.active:focus,
.open > .dropdown-toggle.btn-danger-clear:focus,
.btn-danger-clear:active.focus,
.btn-danger-clear.active.focus,
.open > .dropdown-toggle.btn-danger-clear.focus {
  color: #9d2f2f;
  background-color: #fff;
  border-color: #9d2f2f;
}
.btn-danger-clear:active:hover,
.btn-danger-clear.active:hover,
.open > .dropdown-toggle.btn-danger-clear:hover {
  color: #621d1d;
  background-color: #fafafa;
  border-color: #621d1d;
}
.btn-danger-clear:active,
.btn-danger-clear.active,
.open > .dropdown-toggle.btn-danger-clear {
  background-image: none;
}
.btn-danger-clear.disabled,
.btn-danger-clear[disabled],
fieldset[disabled] .btn-danger-clear,
.btn-danger-clear.disabled:hover,
.btn-danger-clear[disabled]:hover,
fieldset[disabled] .btn-danger-clear:hover,
.btn-danger-clear.disabled:focus,
.btn-danger-clear[disabled]:focus,
fieldset[disabled] .btn-danger-clear:focus,
.btn-danger-clear.disabled.focus,
.btn-danger-clear[disabled].focus,
fieldset[disabled] .btn-danger-clear.focus,
.btn-danger-clear.disabled:active,
.btn-danger-clear[disabled]:active,
fieldset[disabled] .btn-danger-clear:active,
.btn-danger-clear.disabled.active,
.btn-danger-clear[disabled].active,
fieldset[disabled] .btn-danger-clear.active {
  color: #c53e3e;
  background-color: #f9ebeb;
  border-color: #d67676;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.btn-danger-clear .badge {
  color: #fff;
  background-color: #d67676;
}

.btn-default-gray {
background-color: #ebebeb;
}

/* override the default bootstrap badge for accessibility */ 
.badge {
    background-color: #66625E;
    color: #fff;
}

.badge-gray {
  display: inline-block;
  min-width: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  color:#474747; 
   background-color:#ebebeb; 
}
.badge-gray > label{
    color:#474747 !important;
}
.badge-blue {
  display: inline-block;
  min-width: 10px;
  padding: 1px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  color:#ffffff; 
   background-color:#0068bd; 
}

.badge-danger {
  display: inline-block;
  min-width: 10px;
  padding: 1px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  color:#ffffff; 
   background-color:#f0210e; 
}

.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-primary,.open > .dropdown-toggle.btn-info{
  color: #fff;
  background-color: transparent;
}
/****************
  ALERT MESSAGE
*****************/
.alert-clear {
    /*display:none;*/
    font-size:1em;
    border:0;
    background-color:transparent;
}
.alert
{
    border: 0;
  border-radius: 0px;
  margin-bottom:10px !important;
  margin-top:0;
}
/*********************
  COURT USERS DETAIL
**********************/
.mjbTabContentCourtUsersDetail {
    background-color:#fff;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:20px;
}

/*************************
  DATATABLES ADJUSTMENTS 
**************************/

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color:#fff !important;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color:#f7f7f7 !important;
}
.table-hover > tbody > tr:hover {
  background-color:#eaf4fb !important;
}
.table-bordered {
  border:1px solid #efefef !important;
}
thead {
  background-color:#e8e8e8;
}

table.dataTable thead > tr > th, table.dataTable thead > tr > th:hover {
  background-color:transparent !important;
  border:none !important;
}
table.dataTable tbody > tr > td, table.dataTable tbody > tr > td:hover {
  background-color:transparent !important;
  border:none !important;
}

   
.dataTables_filter #FilterButton span {
    color:rgba(0,0,0,0.65);
}
.dataTables_filter #FilterButton span:hover {
    color:rgba(0,0,0,1);
}
.dataTables_filter #FilterButton:hover {
    text-decoration:none;
}

/* for datatables not using the data table wrapper (intepreter search) */
#FilterButton span {
    color:rgba(0,0,0,0.65);
}
#FilterButton span:hover {
    color:rgba(0,0,0,1);
}
#FilterButton:hover {
    text-decoration:none;
}

.dataTables_filter input
{
    width: 300px !important;

}

.dataTables_filter
    {
        float:left !important;
        padding-left:0 !important;
        padding-right:0 !important;
        padding-top:15px;
    }
.pull-left .dataTables_filter {
    padding-left:0 !important;
}
.pull-right .dataTables_filter {
    padding-right:0 !important;
}

/*
BEGIN COURT BOOTSTRAP NAVBAR
*/
/*.navbar-default.navbar-court {
  background-color: #3c4c66;
  opacity: 0.15;
}*/

/*
FH - home page login dropdown menu background color to match app banner color
*/

/*begin header styles*/
nav.navbar {
    background-color: #0068bd;
    color: #fff;
    height: 76px;
    border-bottom: 3px solid #c8c8c8;
}

    nav.navbar div.header-title {
        max-width: 400px;
        font-family: Times New Roman;
        font-size: 24px;
        color: #ffffff;
        font-weight: 700;
        text-decoration: none solid rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 24px;
        position: absolute;
        top: 11px;
        left: 106px;
    }

.navbar-brand {
    border: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
   background-color: #0068bd;
}

/* start hamburger menu */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #005aa3;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* end hamburger menu */

.navbar-fixed-bottom-court .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.navbar-fixed-bottom-court .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/*for fixed footer */  

.navbar-fixed-bottom-court {
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
}


.navbar-fixed-bottom-court {
  border-width: 0 0 1px;
  bottom: 0;
  margin-bottom: 0;
}

.navbar-fixed-bottom-court .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


/*
END COURT BOOTSTRAP NAVBAR
*/

a.paginate_button{
    color:#342f2c;
    text-decoration:none;
}
a.paginate_button.current{
    background-color:#ebebeb !important;
    color:#342f2c;
    font-weight:bold;
}

button.close
{
    color:#fff !important;
}

.row.padding10 > [class^="col-"],.row.padding10 > [class*=" col-"]
{
    padding-right:10px;
    padding-left:10px;
}
.row.padding7 > [class^="col-"],.row.padding7 > [class*=" col-"]
{
    padding-right:7px;
    padding-left:7px;
}
.row.padding0 > [class^="col-"],.row.padding0 > [class*=" col-"]
{
    padding-right:0;
    padding-left:0;
}

/******************
  BOOTBOX STYLING
*******************/
.bootbox.modal .modal-dialog {
   /*position: absolute;*/
   /*top: 50%;*/
   /*left: 50%;*/
   /*transform: translate(-50%, -50%) !important;*/
}

.bootbox.modal .modal-header {
    background-color: #0068bd;
    width:100%;
}

.bootbox.modal .modal-header .modal-title {
    height: 26px;
    font-family:Quattrocento;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
}

.bootbox.modal .modal-header button { height: 26px; }
.bootbox.modal .modal-header .close, .close:hover, .close:focus { color:#fff; }
.bootbox.modal .modal-header .close { filter:alpha(opacity=50); opacity:0.5; }
.bootbox.modal .modal-header .close:hover, .close:focus { filter:alpha(opacity=100); opacity:1; }

.bootbox.modal .modal-body {
    background-color: #fafafa;
    max-width: 603px !important;
}

.bootbox.modal .modal-footer {
    background-color: #fafafa;
    border:none;
    text-align:center;
}

.bootbox.modal .modal-footer .pics-modal-btn-primary {
    margin-right:20px !important;    
    width:100px;
    height:33px;
    /*background-color: #0068bd;*/
}

.bootbox.modal .modal-footer .pics-modal-btn-primary-nowidth {
    margin-right:20px !important;    
    
    height:33px;
    background-color: #0068bd;
}

.bootbox.modal .modal-footer .pics-modal-btn-default {
    margin-right:20px !important;    
    width:100px;
    height:33px;
}

.bootbox.modal .modal-footer .pics-modal-btn:last-child {
    margin-right:0;
}

#activityDocuments {
    width:100% !important;
}

.dxeBase {
    font-size:14px !important;
    font-family:"Open Sans", sans-serif !important;
}
.dxucTextBox {
    background-color: #e8e8e8;
    /*border:1px solid #c8c8c8;*/
}

.dxucTextBox input[type="file"] {
    border:1px solid #c8c8c8;
}

.dxucBrowseButton, .dxucBrowseButtonHover {
    background:none !important;
}
.dxucBrowseButton a,
.dx-al .dxucButton a {
  color: #fff !important;
  background-color: #2b52a3;
  border-color: #2b52a3;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  /*border: 1px solid transparent;*/
  border-radius:0;
}
.dx-al .dxucButton a:hover,
.dx-al .dxucButton a:focus,
.dxucBrowseButton a:hover,
.dxucBrowseButton a:focus,
.dxucBrowseButton a:active,
.dxucBrowseButton a.active,
.open > .dropdown-toggle.dxucBrowseButton a {
  color: #fff;
  background-color: #325c8a !important;
  border-color: #325c8a !important;
}
.dx-al .dxucButton a:hover,
.dx-al .dxucButton a:focus {
  text-decoration:none;
}
.dxucBrowseButton a:active,
.dxucBrowseButton a.active,
.open > .dropdown-toggle.dxucBrowseButton a {
  background-image: none;
}
.dx-al .dxucButton.dxucDisabled a,
.dx-al .dxucButton.dxucDisabled a:hover,
.dx-al .dxucButton.dxucDisabled a:focus,
.dxucBrowseButton a.disabled,
.dxucBrowseButton a[disabled],
.dxucBrowseButton a.disabled:hover,
.dxucBrowseButton a[disabled]:hover,
.dxucBrowseButton a.disabled:focus,
.dxucBrowseButton a[disabled]:focus,
.dxucBrowseButton a.disabled:active,
.dxucBrowseButton a[disabled]:active,
.dxucBrowseButton a.disabled.active,
.dxucBrowseButton a[disabled].active,
.dxucBrowseButton a.disabled,
.dxucBrowseButton a[disabled],
fieldset[disabled] .dxucBrowseButton a,
.dxucBrowseButton a.disabled:hover,
.dxucBrowseButton a[disabled]:hover,
fieldset[disabled] .dxucBrowseButton a:hover,
.dxucBrowseButton a.disabled:focus,
.dxucBrowseButton a[disabled]:focus,
fieldset[disabled] .dxucBrowseButton a:focus,
.dxucBrowseButton a.disabled:active,
.dxucBrowseButton a[disabled]:active,
fieldset[disabled] .dxucBrowseButton a:active,
.dxucBrowseButton a.disabled.active,
.dxucBrowseButton a[disabled].active,
fieldset[disabled] .dxucBrowseButton a.active {
  background-color: rgba(34,63,94,0.75) !important;
  border-color: rgba(34,63,94,0.75) !important;
}
.dx-al .dxucButton a .badge,
.dxucBrowseButton a .badge {
    color: #0068bd;
    background-color: #fff;
}
.dxucBrowseButton {
    padding-right:0 !important;
}
.dx-al > table {
    width:100%;
}
.dx-al > table > tbody > tr > td {
    text-align:right;
}
.dxucFileList li {
    font-family:"Open Sans", sans-serif;
    font-size:14px;
    margin-top:1px;
}
.dxRB.dxucButton a {
    color:rgba(0,0,0,0.5);
}
.dxRB.dxucButton a:hover,
.dxRB.dxucButton a:focus {
    color:#a94442;
    text-decoration:none;
}
.dxRB.dxucButton a:after {
    content:'\f1f8';
    font-family:fontAwesome;
    margin:0 0 0 10px;
}
.dxucInputs tbody, .dxucInputs tr,
.dxucInputs td {
    background-color:transparent;
}
.dxucInputs {
    background-image: url('../Images/drag-and-drop-files-here_bg.png');
    background-position: center;
    background-repeat: no-repeat;
}

.table-borderless>thead>tr>th
.table-borderless>thead>tr>td
.table-borderless>tbody>tr>th
.table-borderless>tbody>tr>td
.table-borderless>tfoot>tr>th
.table-borderless>tfoot>tr>td {
    border: none;
}

.dataTables_filter input
{
    width:250px !important;
}
.fa-flag, .fa-flag-o, .fa-flag-checkered{
    color:#f00;
}

.panel-default {
    border-color: #efefef !important;
}

.panel-default > .panel-heading {
    color: #4c4c4c;
    border: none;
    background-color: #f7f7f7;
}

.panel-heading {
    border-radius: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #efefef; 
}
/*fuelux*/
.radio-custom, .checkbox-custom{margin-left: -20px}
.radio-custom input[type=radio], .checkbox-custom input[type=checkbox]{position: absolute;left: -9999em;}
.radio-custom > i:before, .checkbox-custom > i:before{font-size: 1.333em;vertical-align: -10%;margin-left:0;margin-right: 4px;color: #ddd}
.radio-custom > i.checked:before, .checkbox-custom > i.checked:before{color: #13c4a5}
.radio-custom > i.disabled:before, .checkbox-custom > i.disabled:before{color: #eee}
.radio-custom > i.checked:before{content: '\f111';}
.checkbox-custom > i.checked:before{content: '\f046';}
.spinner .input-group-btn{display: table-cell;min-width: 25px}
.spinner .input-group-btn .btn{width:25px;padding: 0;font-size: 12px;margin-left: -1px;line-height: 1;height: 19px;overflow: hidden;border-radius: 0 4px 0 0 !important;}
.spinner .input-group-btn .btn+.btn{height: 20px;border-radius: 0 0 4px 0 !important;}
.spinner .input-sm + .input-group-btn .btn{font-size: 10px;height: 15px;}
.spinner .input-sm + .input-group-btn .btn+.btn{height: 16px;}
.select{position: relative;display: inline-block;}

.pillbox{border: 1px solid #e0e4e8;padding: 10px;border-radius: 4px}
.pillbox ul{margin: 0;list-style: none;padding:0;}
.pillbox li{display: inline-block;font-size:12px;color: #fff;;padding: 6px 8px;cursor: pointer;margin:2px;float: left;}
.pillbox li:after{content: " x";font-size: 11px;font-weight: normal;opacity: 0.6;filter: alpha(opacity=60);}
.pillbox li:hover:after{opacity: 0.9;filter: alpha(opacity=90);}
.pillbox input{border:none;outline:0;min-height: 24px;width: auto;display: inline-block;box-shadow: none;background: transparent;}

.datagrid tfoot th{font-weight: normal;}
.datagrid tfoot .grid-pager .combobox{max-width: 80px;position: relative;top: 10px}
.datagrid tfoot .grid-pager .combobox input{width: 40px}
.datagrid tfoot .dropdown-menu{min-width: 60px;text-align: left;}
.datagrid tbody{height: 256px;overflow:hidden;overflow-y:auto }
#selectTextSize {position: absolute;top: 0;display: none;visibility: hidden;}

.wizard {
  font-size: 14px;
  padding: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #e0e4e8;
}

.wizard .badge{
  margin-right: 4px;
}
.wizard .badge-info{
  background-color: #5191d1;
}
.wizard .badge-success{
  background-color: #3fcf7f;
}
.wizard ul li.complete,
.wizard ul li.complete:hover{
  cursor: pointer;
  background: #f1f5f9;
}
.wizard ul li.complete:after{
  border-left-color:#f1f5f9;
}
.wizard ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.wizard ul li {
  position: relative;
  float: left;
  padding: 0 15px 0 25px;
  margin: 0;
  color: #999999;
  cursor: default;
  height: 40px;
  line-height: 40px;
}

.wizard.wizard-vertical{float: left;border-bottom: none}
.wizard.wizard-vertical + .step-content{zoom:1;overflow: hidden;padding-left: 40px}
.wizard.wizard-vertical ul li {
  position: relative;
  float: none;
  border-bottom: 1px solid #e0e4e8;
  padding-left: 15px;
}
.wizard.wizard-vertical ul li:last-child{}

.wizard ul li:first-child{
  padding-left: 15px;
  border-radius: 4px 0 0 0;
}
.wizard .actions{
  float: right;
  margin: 8px 10px 0 0;
}

.wizard ul li:before, .wizard ul li:after{
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -10px;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 10px solid #e0e4e8;
  z-index: 1;

}
.wizard ul li:after{
  right: -9px;
  border-left-color:#f7f8f9;
  z-index: 2;
}

.wizard ul li.active {
  color: #3a87ad;
  background: #fff;
}

.wizard ul li.active:after{
  border-left-color: #fff;
}

.step-content {
  padding: 15px;
}

.step-content .step-pane {
  display: none;
}

.step-content .step-pane.active {
  display: inherit;
}


/*!
 * Slider for Bootstrap
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #e0e4e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f3f4f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #13c4a5;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1010;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #ccc;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #13c4a5;
  color: #fff;
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #13c4a5;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 43px;
  line-height: 43px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #13c4a5;
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #13c4a5;
}

.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
  direction: ltr;
  text-align: left;
  }
  
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  
html .fc,
.fc table {
  font-size: 1em;
  }
  
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
  }



/* Header
------------------------------------------------------------------------*/
.fc-header{background: #f7f8f9}
.fc-header td {
  padding:12px 10px 0 10px;
  white-space: nowrap;
  }

.fc-header-left {
  width: 25%;
  text-align: left;
  }
  
.fc-header-center {
  text-align: center;
  }
  
.fc-header-right {
  width: 25%;
  text-align: right;
  }
  
.fc-header-title {
  display: inline-block;
  vertical-align: top;
  }
  
.fc-header-title h2 {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 0;
  white-space: nowrap;
  }
  
.fc .fc-header-space {
  padding-left: 10px;
  }
  
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
  }
  
/* buttons edges butting together */

.fc-header .fc-button {
  margin-right: -1px;
  }
  
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
  margin-right: 0; /* back to normal */
  }
  
/* button layering (for border precedence) */
  
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
  }
  
.fc-header .fc-state-down {
  z-index: 3;
  }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
  }
  
  
  
/* Content
------------------------------------------------------------------------*/
  
.fc-content {
  clear: both;
  }
  
.fc-view {
  width: 100%; /* needed for view switching (when view is absolute) */
  overflow: hidden;
  }
  
  

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
  border: 1px solid #ddd;
  }
  
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
  background: #fcf8e3;
  }
  
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30); /* for IE */
  }
  


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.8em;
  white-space: nowrap;
  cursor: pointer;
  }
  
.fc-state-default { /* non-theme */
  border: 1px solid;
  }

.fc-state-default.fc-corner-left { /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  }

.fc-state-default.fc-corner-right { /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  }

/*
  Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
  and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  line-height: 0.85;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline; /* for IE7 */
  }

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
  font-weight: bold;
  }
  
/* icon (for jquery ui) */
  
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
  }
  
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
  }
  
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
  background-color: #fff;
  border-color:#c3c6c9;
  color:#657483;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);
  }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #f7f8f9;
  }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
  }

.fc-state-down,
.fc-state-active {
  background-color: #f7f8f9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  }

  

/* Global Event Styles
------------------------------------------------------------------------*/
   
.fc-event {
  background-color: #5191d1; /* default BACKGROUND color */
  color: #fff;               /* default TEXT color */
  font-size: .85em;
  cursor: default;
  padding: 4px 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  }

a.fc-event {
  text-decoration: none;
  }
  
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
  }
  
.fc-rtl .fc-event {
  text-align: right;
  }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
  }
  
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden; /* hacky spaces (IE6/7) */
  font-size: 300%;  /* */
  line-height: 50%; /* */
  }
  
  
  
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
  }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  }
  
/* resizable */
  
.fc-event-hori .ui-resizable-e {
  top: 0           !important; /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
  }
  
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
  }
  
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px; /* IE6 had 0 height */
  }
  
  
  
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
  border-collapse: separate;
  }
  
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
  }
  
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
  }
  
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
  }
  
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
  }
  
  

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
  text-align: center;
  }

.fc .fc-week-number {
  width: 22px;
  text-align: center;
  }

.fc .fc-week-number div {
  padding: 0 2px;
  }
  
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
  }
  
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
  }
  
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px; /* distance between events and day edges */
  }
  
/* event styles */
  
.fc-grid .fc-event-time {
  font-weight: bold;
  }
  
/* right-to-left */
  
.fc-rtl .fc-grid .fc-day-number {
  float: left;
  }
  
.fc-rtl .fc-grid .fc-event-time {
  float: right;
  }
  
  

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
  border-collapse: separate;
  }
  
.fc-agenda-days th {
  text-align: center;
  }
  
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
  }

.fc-agenda .fc-week-number {
  font-weight: bold;
  }
  
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
  }
  
/* make axis border take precedence */
  
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
  }
  
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
  }
  
/* all-day area */
  
.fc-agenda-allday th {
  border-width: 0 1px;
  }
  
.fc-agenda-allday .fc-day-content {
  min-height: 34px; /* TODO: doesnt work well in quirksmode */
  _height: 34px;
  }
  
/* divider (between all-day and slots) */
  
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
  }
  
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
  }
  
/* slot rows */
  
.fc-agenda-slots th {
  border-width: 1px 1px 0;
  }
  
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
  }
  
.fc-agenda-slots td div {
  height: 20px;
  }
  
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
  }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
  }
  
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid; /* doesn't work with background in IE6/7 */
  }
  


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
  border-width: 0 1px;
  }

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  }
  
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
  }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
  }
  
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  }
  
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
  display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
  }
  
/* resizable */
  
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
  }
  
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
  _overflow: hidden;
}

/*parsely*/
.parsley-error-list{margin:0;padding: 0;list-style: none;margin-top: 6px;font-size: 12px}
.parsley-error{border-color: #ff5f5f !important}

/*datatable*/
.dataTables_wrapper{position: relative;}
.dataTables_processing{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
  z-index: 1;
}
.dataTables_wrapper .table{
  border: 1px solid #e0e4e8;
  border-width: 1px 0;
}
.dataTables_wrapper label{font-weight: normal;font-size: 12px;display: block;margin-bottom: 0}
.dataTables_wrapper select, .dataTables_wrapper input{font-size:12px;height: 30px;padding: 5px 10px;border-radius: 3px;display: inline;border:1px solid #ccc;outline: 0}
.dataTables_wrapper select{width: 75px;}
.dataTables_wrapper input{width: 200px;}
.dataTables_filter, .dataTables_paginate{float:right;}
.dataTables_length, .dataTables_filter{padding: 15px;}
.dataTables_info, .dataTables_paginate{padding: 15px;}
.dataTables_paginate .paginate_button, .dataTables_paginate .paginate_active{cursor:pointer;outline:0;border:1px solid #dddddd;border-right-width:0;background: #fff;padding: 6px 10px}
.dataTables_paginate.pagination-sm .paginate_button, 
.dataTables_paginate.pagination-sm .paginate_active{
  padding: 3px 8px;
}
.dataTables_wrapper .paginate_active{background-color: #f5f5f5}
.dataTables_wrapper .paginate_button_disabled{color: #ccc;background-color: #fafafa}
.paginate_button.first{border-radius: 3px 0 0 3px;}
.paginate_button.last{border-radius: 0 3px 3px 0;border-right-width:1px;}
.dataTables_wrapper th{cursor: pointer;outline: 0}
.dataTables_wrapper th:after{font-family: FontAwesome; color: #666;position: relative;float:right;font-weight: normal;}
.dataTables_wrapper .sorting:after{content: "\f0dc";color: #ccc;}
.dataTables_wrapper .sorting_asc:after{content: "\f0de";}
.dataTables_wrapper .sorting_desc:after{content: "\f0dd";}


/*Timeline*/
.timeline{
  display: table;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  position: relative;
  border-collapse: collapse;
}
.timeline:before{
  content: "";
  width: 6px;
  margin-left: -4px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 30px;
  background-color: #ddd;
  z-index: 0;
}
.timeline-item{display: table-row;}
.timeline-caption{
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-item:before, .timeline-item.alt:after{
  content: "";
  display: block;
  width: 50%;
}
.timeline-item.alt:before{display: none}
.timeline-item .panel{padding: 15px}
.timeline-date{position: absolute;width: 150px;left: -200px;top: 3px;text-align: right;}
.timeline-icon{position: absolute;left: -41px;top: -2px;}
.time-icon{width: 30px;height: 30px;display:inline-block !important;z-index: 10;border:2px solid #fff;line-height:26px;border-radius: 20px;text-align: center;background-color: #898989}
.time-icon:before{font-size: 16px;color: #fff}
.timeline-caption .panel{display: inline-block;position: relative;margin-left: 25px;position: relative;text-align: left;}
.timeline-item.alt{text-align: right;}
.timeline-item.alt .panel{margin-right: 25px;margin-left: 0}
.timeline-item.alt .timeline-date{left: auto;right: -200px;text-align: left;}
.timeline-item.alt .timeline-icon{left: auto;right: -41px;}
.timeline-caption h5{margin:0}
.timeline-caption h5 span{display: block;color: #999;margin-bottom: 4px;font-size: 12px}
.active .timeline-caption h5 span{color: #fff}
.timeline-item.active{display: table-caption;text-align: center;}
.timeline-item.active:before{width: 1%}
.active .timeline-caption{display: inline-block;width: auto;}
.timeline-item.active .panel{margin-left: 0}
.active .timeline-date, .active .timeline-icon{position: static;margin-bottom:10px;display: inline-block;width: auto;}
.timeline-caption p{font-size: 12px;margin-bottom: 0;margin-top: 10px;}
.timeline-footer{display: table-row;}
.timeline-footer a{display: table-cell;text-align: right;}
.timeline-footer .time-icon{margin-right: -15px;z-index: 5}

.select2-container .select2-choice{height: 30px;line-height: 28px;border: 1px solid #ccc;border-radius: 2px}
.select2-container .select2-choice div{background-color: transparent;background-image: none;border-left: none;}
.select2-container .select2-choice div b{background:none;position: relative; }
.select2-container .select2-choice div b:after{content: "\f0d7"; font-family: FontAwesome;color: #aaa;}
.select2-dropdown-open .select2-choice div b:after{content: "\f0d8"}
.select2-search input{background: #fff;}
.select2-search{position: relative;}
.select2-search:after{position:absolute;content: "\f002"; font-family: FontAwesome;color: #aaa;right: 5px;top:4px;width: 18px}
.select2-drop.select2-drop-above .select2-search:after{top:8px;}
.select2-container .select2-choice abbr{background: transparent;}
.select2-container .select2-choice abbr:after{content: "\f00d"; font-family: FontAwesome;position: absolute;top: -7px;font-size: 11px;color: #aaa}
.select2-results .select2-highlighted{background-color: #23d4b5}
.select2-container-multi .select2-choices{border: 1px solid #ccc;border-radius: 3px;padding-top: 2px}
.select2-container-multi .select2-choices .select2-search-choice{border: 1px solid #ccc}
.select2-search-choice-close{background: transparent;}
.select2-search-choice-close:after{content: "\f00d"; font-family: FontAwesome;font-size: 11px;color: #aaa;position: absolute;left: 2px;top: -1px}

.gallery img{border-radius: 3px 3px 0 0;}
.gallery .item{border-radius:3px;background-color: #fff;}
.gallery .desc{padding: 20px;}
.gallery .desc h4{margin-top: 0}
.gallery .item-media{position: relative;display: block;overflow: hidden;}
.gallery .item-media:before{
  content: "";
  background-color: rgba(19,196,125,0.8);
  position: absolute;
  left: -100%;
  width: 100%;
  bottom: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px 3px 0 0;
  z-index: 2;
}
.gallery .item-media:after{
  content: "\f067";
  font-family: FontAwesome;
  font-size: 28px;
  color: #fff;
  position: absolute;
  right: -50%;
  top: 50%;
  margin-right: -14px;
  margin-top: -14px;
  z-index: 3;
}

.gallery .item-media:hover:before{
  left: 0
}

.gallery .item-media:hover:after{
  right: 50%;
}

.gallery .item-media:before, .gallery .item-media:after{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* custom blockUI style displaying the ajax loader defined in site.js */
div.blockMsg {
    top: 10% !important;
    left: 45% !important;
    background-color: #f7f7f7;
    border: solid 1px #C0C0C0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px;
    color: #4c4c4c;
    text-align: center;
}
/* ajax loader image */ 

.ajax-loader-image {
  width: 40px;
  height: auto;
}

body {
    color: #4c4c4c; /* tundora */
    font-family: 'Open Sans',sans-serif;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 14px;
}

p, table, td, div, a, span {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}

a:link, a:active,a:visited{
    text-decoration:none;
}

a {
    color:#0068bd;
}

a:hover {
    color:#005aa3;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#content {
    padding-left: 30px;
    padding-right: 30px;
}

#alertMessage {
    display: none;
    font-size: 1em;
}

/* the circle icon toolbar*/
.irma-circle-icon-toolbar > a  {
    width: 140px;
    height: 120px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;

}

.pics-court-staff-add-edit.panel-group .panel,
.pics-court-staff-add-edit.panel-group .panel + .panel {
    margin-top: 0;
}

.pics-court-staff-add-edit.panel-heading .pics-collapse-icon:before {
    color: #fff;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}


.pics-court-staff-add-edit.panel-heading.collapsed .pics-collapse-icon:before {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.pics-court-staff-add-edit.panel-heading .pics-accordion-icon:before {
    color: #717171;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.pics-court-staff-add-edit.panel-heading.collapsed .pics-accordion-icon:before {
    color: #717171;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.pics-court-staff-add-edit.panel-heading .badge {
    background-color: #ebebeb;
    color: #4c4c4c;
}

.pics-button {
    cursor: pointer;
    margin: 2px 3px;
    padding: 6px 10px;
}

/*.mjbClickToView,*/
.pics-cursor-pointer {
    cursor: pointer;
}

.pics-cursor-pointer-nohover {
    cursor: pointer;
}

.pics-cursor-pointer:hover {
    background-color: #4c4c4c;
}

.pics-badge-light.badge {
    background-color: rgba(200,200,200,0.5);
    color: #4c4c4c;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.pics-badge-light.pics-text-bold {
    font-weight: bold;
}

.pics-bg-curious-blue {
    background-color: #0068bd !important;
    color: #fff !important;
}


.pics-bg-mercury {
    background-color: #f7f7f7;
}

.pics-border-mercury {
    border: 1px solid #f7f7f7;
}

.pics-block {
    display: block !important;
}

.pics-inline-block {
    display: inline-block !important;
    text-decoration: none;
}

a.pics-inline-block:active {
    text-decoration: none;
}

.pics-padding-11px {
    padding: 11px;
}

.pics-padding-lr-15px {
    padding: 0 15px;
}

.pics-margin-bottom-15px {
    margin-bottom: 15px;
}

.pics-required:after {
    color: #4c4c4c;
    content: " *";
    font-size: 16px;
}

.datepicker {
    z-index: 10002 !important;
}

.datepicker td, .datepicker th {
    border-radius: 0 !important;
}

.datepicker td.active.active, .datepicker-switch, .datepicker th.next, .datepicker th.prev, th.dow {
    color: #ffffff;
    background-color: #0068bd;
}
.pics-title-quattro {
    font-family: Quattrocento,serif;
    margin-top: 6px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight:bold;
    color:#717171  !important;
}

.pics-title-quattro-lg,
h1.pics-title-quattro-lg {
    color: #4c4c4c;
    font-family: Quattrocento,serif;
    font-size: 20px;
    margin-top: 6px;
    text-decoration: none;
    text-transform: capitalize;
    /*text-align: justify;*/
    font-weight:bold;
}
.pics-title-quattro-lg-link,
h1.pics-title-quattro-lg-link {
    color: #3498db;
    font-family: Quattrocento,serif;
    font-size: 20px;
    margin-top: 6px;
    text-decoration: none;
    text-transform: capitalize;
    /*text-align: justify;*/
    font-weight:bold;
}

    /* 
            these classes will format a title containing multiple properties
            ie: Title   ID  Description
        */
    .pics-title-quattro-lg span.title-normal,
    h1.pics-title-quattro-lg span.title-normal {
        font-size: 1em;
        margin-right: 15px;
    }

    .pics-title-quattro-lg span.title-grey,
    h1.pics-title-quattro-lg span.title-grey {
        color: #999999;
        font-size: 1em;
        margin-right: 15px;
    }

    .pics-title-quattro-lg span.title-bold,
    h1.pics-title-quattro-lg span.title-bold {
        font-weight: bold;
        font-size: 1em;
        margin-right: 15px;
    }

/*.pics-title-quattro-lg span.title-grey:after,
        h1.pics-title-quattro-lg span.title-grey:after,
        .pics-title-quattro-lg span.title-bold:before,
        h1.pics-title-quattro-lg span.title-bold:before {
            content: "    ";
            white-space: pre;
        }*/



.pics-title-open-sans-md {
    color: #342f2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.pics-text-capitalize {
    text-transform: capitalize;
}

.pics-text-center {
    text-align: center;
}

.pics-text-xxl, .pics-text-xxl p {
    font-size: 24px;
}

.pics-text-xl, .pics-text-xl p {
    font-size: 22px;
}

.pics-text-lg, .pics-text-lg p {
    font-size: 20px;
}

.pics-text-md, .pics-text-md p {
    font-size: 16px;
}

.pics-text-sm, .pics-text-sm p {
    font-size: 14px;
}

.pics-text-xs, .pics-text-xs p {
    font-size: 12px;
}

.pics-text-no-data {
    color: #949494;
    background-color: #fafafa;
    padding: 10px 10px 50px 10px;
}

.pics-text-gray-opacity-35 {
    color: rgba(140,140,140,0.35);
}
.pics-text-gray-opacity-50 {
    color: rgba(140,140,140,0.50);
}

.pics-text-justify {
    text-align: justify;
}

.pics-text-xl {
    font-size: 22px;
}

.pics-text-lg {
    font-size: 20px;
}

.pics-text-md {
    font-size: 16px;
}

.pics-text-sm {
    font-size: 14px;
}

.pics-text-xs {
    font-size: 12px;
}

.pics-text-bold {
    font-weight: bold !important;
}

label.pics-text-bold {
    font-weight: bold !important;
    color: #717171;
}

.pics-text-italic {
    font-style: italic;
}

.pics-text-astral {
    color: #337ab7;
}

.pics-text-danger {
     color: #a94442;
}

.pics-text-boston-blue {
    color: #357ebd;
}


.pics-text-cinnabar {
    color: #e35832;
}

.pics-text-cod-gray {
    color: #1f1c1c;
}

.pics-text-blue {
    color: #0068bd;
}
.pics-text-info {
    color: #31708f;
}

.pics-text-dune {
    color: #342f2c;
}

.pics-text-dusty-gray {
    color: #999;
}

.pics-text-fiord {
    color: #3c4c66;
}

.pics-text-flint {
    color: #66625e;
}

.pics-text-gallery1 {
    color: #efefef;
}

.pics-text-gallery2 {
    color: #ebebeb;
}

.pics-text-gray {
    color: #717171 !important;
}

.pics-text-hokey-pokey {
    color: #c9a22c;
}

.pics-text-mojo {
    color: #c53e3e;
}

.pics-text-polar {
    color: #eaf4fb;
}

.pics-text-silver {
    color: #c8c8c8;
}

.pics-text-silver-chalice {
    color: #aaa;
}

.pics-text-tundora {
    color: #4c4c4c;
}

.pics-text-white {
    color: #fff;
}

.pics-text-wild-sand {
    color: #f7f7f7;
}

.pics-text-zest {
    color: #e37632;
}

.pics-columns-6 {
    -webkit-columns: 150px 6; /* Chrome, Safari, Opera */
    -moz-columns: 150px 6; /* Firefox */
    columns: 150px 6; /* IE 10+ */
}

.pics-columns-4 {
    -webkit-columns: 100px 4; /* Chrome, Safari, Opera */
    -moz-columns: 100px 4; /* Firefox */
    columns: 100px 4; /* IE 10+ */
}

.pics-columns-3 {
    -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
    -moz-columns: 100px 3; /* Firefox */
    columns: 100px 3; /* IE 10+ */
}

ul.pics-columns-6, ul.pics-columns-6 li,
ul.pics-columns-4, ul.pics-columns-4 li,
ul.pics-columns-3, ul.pics-columns-3 li {
    list-style-type: none;
}

li.pics-columns-avoid-break {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.dataTables_length {
    float: left;
}

.dataTables_info {
    float: left;
}

a.current {
    /* 4/13/2018 - FH - current page color in datatable pagination is changed to gray per designer request */
    /*background-color:#666 !important;
        color:#fff;*/
    background-color: #ebebeb !important;
    color: #4c4c4c;
}

a.tab-submenu {
    padding: 5px 10px !important;
    background-color: #13c4a5 !important;
}

.well-white {
    background-color: #fff;
}
/*FH */
.paginate_button:hover {
    background-color: #0068bd !important;
    color: #ffffff;
}



img.header-logo {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 62px;
    width: 61px;
}
/*.header-login
{
    position:absolute;
    height:32px;
    top:14px;
    right:18px;
     color:#fff;
}
.header-login span.header-login-text{
   
    font-family:  sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: capitalize;
    text-align: center;
    font-weight:normal;
}*/

.mjbHeaderLogin {
    font-family: Open Sans;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: capitalize;
    /*text-align: center;*/
    font-weight: normal;
}

.mjbLoginSubmitButton {
    width: 100%;
    height: 45px;
    background-color: #0068bd;
    background-repeat: no-repeat;
    font-family: Open Sans;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
}

.mjbLoginAlert {
    width: 354px;
    height: 17px;
    font-family: Open Sans;
    font-size: 13px;
    color: #d57373;
    font-weight: 300;
    text-decoration: none solid rgb(213, 115, 115);
    text-align: justify;
}

.mjbModalTitle {
    /*width: 240px;*/
    height: 26px;
    font-family: Quattrocento;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
}

.mjbModalHeader {
    max-width: 603px;
    width: 100%;
    background-color: #0068bd;
}
.mjbModalBody {
    max-width: 603px;
    width: 100%;
    background-color: #fafafa;
}


.mjbModalHeaderLarge {
    width: 100%;
    background-color: #0068bd;
}

.mjbModalFooterLarge {
    width: 100%;
}

.mjbModalBodyLarge {
    /*max-width: 960px !important;
min-width:960px !important;*/
    width: 100%;
    background-color: #fafafa;
    max-height: 700px;
    /*overflow-y: auto;*/
}

.mjbModalDialog {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;*/
}

.mjbModalDialogLarge {
    max-width: 800px;
    min-width: 80% !important;
    min-height: 300px;
    max-height: 800px;
    overflow-y:auto;
    overflow-x:hidden;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;*/
}

.mjbModalDialogMedium {
    max-width: 600px;
    min-width: 60% !important;
    min-height: 300px;
    max-height: 800px;
    overflow-y:auto;
    overflow-x:hidden;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;*/
}
/*begin accordion wizard styles*/
a.accordion-disabled {
    color: #999;
}

div.pics-panel-new-interpreter div.panel-heading {
    background-color: #e8e8e8 !important;
}

div.pics-panel-new-interpreter div.panel-heading-active {
    background-color: #0068bd !important;
}

    div.pics-panel-new-interpreter div.panel-heading-active .panel-title a {
        color: #fff !important;
    }

i.fa-star-active {
    color: #0068bd;
    font-weight: bold;
    fill: #0068bd;
    opacity: 0.5;
}

label {
    font-family: 'open sans';
    font-weight: normal;
    font-size: 14px;
    color: #4c4c4c;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 1px solid #4c4c4c;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 6px 0 0;
}

    input[type=checkbox] + label {
        margin-top: -10px;
    }

input[type=radio] {
    width: 16px;
    height: 16px;
}
/*end accordion wizard style*/

/*start address-well*/
div.address-well {
    font-size: 14px;
    line-height: 28px;
    min-height: 20px !important;
    padding: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
}

.pics-panel-section-header {
    background-color: #f7f7f7; 
    display: block; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.pics-cardview {
    position: relative;
    box-shadow: 4px 4px 12px #efefef;
    background-color: #fff !important;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}
.pics-cardview-header {
    margin: -15px -15px 20px -15px;
    background-color: #f7f7f7;
    padding: 10px;
}

.pics-cardview-header-text {
    font-size: 18px !important;
    font-weight: bold;
    color: #4c4c4c;
}

/*end address-well*/
.pics-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5 !important;
    color: #4c4c4c !important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.pics-well-white {
    background-color: #fff !important;
}

.pics-well-white-border {
    border: 1px solid #ebebeb;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    color: #4c4c4c !important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fff !important;
}


/*start form validation*/
.required-invalid {
    background-color: rgb(252,221,220);
    border: 1px solid rgb(213,115,115);
}
/*end form validation*/

/*interpreters list styles*/
div.pics-interpreters-header-row {
    background-color: #f7f7f7 !important;
    background-repeat: no-repeat;
}

div.pics-interpreters-header-row, div.pics-interpreters-header-row a, div.pics-interpreters-header-row span {
    font-weight: bold;
    font-size: 16px !important;
}

span.pics-interpreters-name, span.pics-inerpreters-citycounty, span.pics-inerpreters-id {
    color: #4c4c4c;
    font-size: 16px !important;
}

span.pics-inerpreters-staff {
    color: #0068bd;
    font-size: 16px !important;
}

span.pics-interpreters-vt {
    border-radius: 12px;
    background-color: #342f2c;
    color: #e8e8e8;
    text-decoration: none solid rgb(232, 232, 232);
    text-align: center;
    font-size: 14px !important;
}

    
.pics-panel-interpreters {
    margin-bottom: 2px;
}

a.filter-header {
    color: #4c4c4c;
    background-color: #ebebeb;
    padding: 4px;
    width: 100%;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

    a.filter-header:hover, a.filter-header:focus {
        text-decoration: none;
    }

a.pics-link-cancel:link, a.pics-link-cancel:active {
    color: #0068bd;
    text-decoration: underline;
}


a.pics-link-cancel:hover {
    color: #357ebd;
    text-decoration: none;
}

.pics-margin-right-20 {
    margin-right: 20px;
}


.pics-noradius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

table.dataTable tbody tr {
    cursor: pointer;
}

.pics-squared {
    border-radius: 0;
}

.pics-no-border {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading .pics-collapse-icon:before {
    color: #fff;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.panel-heading.collapsed .pics-collapse-icon:before {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.panel-heading .pics-collapse-icon:before {
    color: #fff;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.panel-heading.collapsed .pics-collapse-icon:before {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.panel-heading.pics-text-tundora .pics-collapse-icon:before,
.panel-heading.pics-text-tundora.collapsed .pics-collapse-icon:before {
    color: #4c4c4c;
}
.panel-heading.pics-text-black .pics-collapse-icon:before,
.panel-heading.pics-text-black.collapsed .pics-collapse-icon:before {
    color: #4c4c4c;
}

.work-request-header .pics-collapse-icon:before {
    color: #fff;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.work-request-header.collapsed .pics-collapse-icon:before {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.work-request-header .pics-collapse-icon:before {
    color: #fff;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.work-request-header.collapsed .pics-collapse-icon:before {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}

.work-request-header.pics-text-tundora .pics-collapse-icon:before,
.work-request-header.pics-text-tundora.collapsed .pics-collapse-icon:before {
    color: #4c4c4c;
}

.panel-heading.pics-bg-mercury:hover {
    background-color: #f7f7f7;
}

.pics-button-nav {
    border: 1px solid #0068bd;
    width: 120px;
    padding: 8px;
    margin-right: -2px !important;
    background-color: #fff;
}

.pics-button-nav:hover {
    border: 1px solid #0068bd;
    background-color: #005aa3;
    color: #fff;
}

.pics-button-nav-active {
    background-color: #0068bd;
    color: #fff;
}

.pics-nav-horizontal {
    border-bottom: 1px solid #ebebeb;
    list-style-type: none;
    margin: 0 0 10px 0;
    /*overflow:auto;*/
    padding: 0;
    width: 100%;
}

div.pics-navtab > ul.pics-nav-horizontal > li {
    border: none;
    color: #4c4c4c;
    display: inline-block;
    text-decoration: none;
}

.pics-nav-horizontal li .badge {
    background-color: rgba(200,200,200,0.5);
    color: #4c4c4c;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

div.pics-navtab > ul.pics-nav-horizontal > li > a {
    border-bottom: 2px solid #fff;
    display: block;
    outline: none;
    padding: 10px 30px;
    text-decoration: none;
}

div.pics-navtab > ul.pics-nav-horizontal > li.dropdown.pull-right > a {
    padding-right: 0;
}

div.pics-navtab > ul.pics-nav-horizontal > li > a:hover {
    border-bottom: 2px solid #0068bd ;
    outline: none;
    text-decoration: none;
}

div.pics-navtab > ul.pics-nav-horizontal > li.active > a,
div.pics-navtab > ul.pics-nav-horizontal > li.active > a:hover,
div.pics-navtab > ul.pics-nav-horizontal > li > a:focus {
    border-bottom: 2px solid #4c4c4c;
    color: #4c4c4c;
    outline: none;
    text-decoration: none;
}

div.pics-navtab > ul.pics-nav-horizontal > li.dropdown > a:focus {
    border-bottom: 2px solid #4c4c4c;
    color: #4c4c4c;
    outline: none;
    text-decoration: none;
}

div.pics-navtab > ul.pics-nav-horizontal > li.dropdown.active > a:focus {
    border-bottom: 2px solid #4c4c4c;
    color: #4c4c4c;
    outline: none;
    text-decoration: none;
}

.pics-hover-transparent:hover {
    background-color: transparent;
}

.pics-pull-right {
    float: right;
    position: relative;
    z-index: 99;
}

.pics-cards tbody tr {
    float: left;
    /*min-width: 360px;*/
    width: 33%;
    max-width: 800px;
    min-height: 170px;
    padding-bottom: 0 !important;
}

.pics-cards tbody td {
    display: block;
    padding-bottom: 0 !important;
}

.pics-cards2 tbody tr.pics-cards2-row {
    float: left;
    min-width: 460px;
    width: 49%;
    /*max-width: 800px;*/
    min-height: 170px;
    padding-bottom: 0 !important;
}

.pics-cards2 tbody td.pics-cards2-col {
    display: block;
    padding-bottom: 0 !important;
}

.pics-offer-declined {
    background-color: #f00;
    color: #fff;
}

.pics-offer-interested {
    background-color: #090;
    color: #fff;
}

.pics-offer-pending {
    background-color: #999;
    color: #fff;
}

.pics-work-request-status {
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
}

.pics-confidential {
    background-color: #f00;
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
}

.pics-confidential-text {
    background-color: #fff;
    padding: 4px 10px;
    color: #f00;
    border-right: 6px #f00 solid;
    border-left: 6px #f00 solid;
    border-top: 1px #f00 solid;
    border-bottom: 1px #f00 solid;
}

.pics-item-confidential {
    width: 140px;
    height: 16px;
    /*display: inline-block;*/
    margin: 0 0 8px 0;
    background-color: #e8e8e8;
    background-size: cover;
    line-height: 16px;
    box-shadow: 0 0 8px 4px #e8e8e8;
    text-align: center;
}


.pics-work-request-circle {
    height: 24px;
    width: 24px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.pics-work-request-square-light {
    height: 24px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(232,232,232,0.5);
    color: #4c4c4c;
    padding: 0 3px 0 3px;
}

.pics-work-request-circle-dark {
    background-color: #c8c8c8;
    color: #4c4c4c;
}

.pics-work-request-circle-light {
    background-color: rgba(232,232,232,0.5);
    color: #4c4c4c;
}


.pics-work-request-status-oncall {
    height: 20px;
    line-height: 20px;
    width: 60px;
    background-color: #d62211;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.pics-work-request-status-mncis-cancelled {
    height: 20px;
    line-height: 20px;
    width: 160px;
    background-color: #717171;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}


.pics-work-request-assignment-type {
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 10px;
    background-color: #717171;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 1px 0 1px 0;
}

.pics-work-request-status-notsignedin {
    /*height: 20px;
    line-height: 20px;*/
    width: 100px;
    color: #d62b0d;
    border: solid 1px #eb4213;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.pics-work-request-urgency {
    height: 30px;
    line-height: 30px;
    width: 60px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.pics-work-request-urgency-small {
    height: 20px;
    line-height: 20px;
    width: 50px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.pics-work-request-scheduler {
    height: 30px;
    line-height: 30px;
    width: 200px;
    text-align: center;
    display: inline-block;
}

.panel-body {
    padding-bottom: 0;
}

.pics-work-request-addons {
    padding: 10px;
    /*background-color: #f5f5f5 !important;*/
    color: #4c4c4c !important;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.pics-work-request-status-icon-new {
    color: #D2B2E5;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-status-icon-reviewed {
    color: #20d9fa;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-status-icon-pending {
    color: #f0ac00;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-status-icon-assigned {
    color: #19e037;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-status-icon-inprogress {
    color: #f5f107;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-status-icon-completed {
    color: #8c8c8c;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-status-icon-cancelled {
    color: #4c4c4c;
    font-size: 1.8em;
    margin-right: 6px;
}

.pics-work-request-list-item {
    margin-bottom: 10px;
    border: 1px solid #efefef;
}

.pics-work-request-list-item-urgent-red {
    margin-bottom: 7px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 10px #f0210e;
}

.pics-work-request-list-item-urgent-yellow {
    margin-bottom: 7px;
    /*border: 1px solid #efefef;
    box-shadow: 1px 1px 10px #f9a602;*/
}

.pics-work-request-list-item-urgent-orange {
    margin-bottom: 7px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 10px #F56A07;
}

.pics-workrequest-nav {
    border: 1px solid #0068bd;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}

.pics-workrequest-nav:hover {
    background-color: #005aa3;
    color: #fff;
}

.pics-workrequest-nav-urgent {
    width: 100px;
    padding: 8px;
    font-size: 1.0em;
    line-height: 1.0em;
}

.pics-workrequest-nav-view {
    width: 60px;
    padding: 2px;
    font-size: 1.4em;
    line-height: 1.4em;
}

.pics-workrequest-nav-urgent {
    width: 100px;
}

.pics-workrequest-nav-urgent-small {
    width: 60px;
    padding: 2px 4px;
    font-size: 12px;
    margin-right: 10px;
}

.pics-workrequest-nav-active {
    background-color: #0068bd;
    color: #fff !important;
}

.pics-work-request-footer {
    min-height: 30px;
}

.pics-work-request-details {
    margin-bottom: 10px;
}

.pics-work-request-status-bar {
    width: 100%;
    text-align: center;
}

    .pics-work-request-status-bar li {
        list-style: none;
        display: inline-block;
        position: relative;
        text-align: center;
    }

        .pics-work-request-status-bar li.indicator {
            width: 100px;
            opacity: 0.3;
        }

        .pics-work-request-status-bar li hr {
            margin-bottom: 25px !important;
            margin-left: -40px !important;
            margin-right: -35px !important;
            width: 100px;
            border-color: #717171;
        }

        .pics-work-request-status-bar li.indicator.active {
            opacity: 1;
        }

        .pics-work-request-status-bar li.current {
            font-weight: bold;
        }

.dxsc-horizontal-same-day-apt .dxsc-apt-status-container, .dxsc-horizontal-apt .dxsc-apt-status-container {
    width: 10px !important;
    height: 100% !important;
    float: left !important;
}

.pics-overflow-y-400 {
    max-height: 400px;
    overflow-y: auto;
}


.pics-filter-bar-close-tag {
    display: inline-block;
    margin-left: 4px;
    font-weight: bold;
    color: #4c4c4c !important;
}

.pics-filter-bar li {
    list-style-type: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: rgba(235, 235, 235, 0.40);
    padding: 2px 5px 2px 5px;
    margin-right: 8px;
}

.pics-full-width-max-content {
    min-width: max-content !important;
    width: 100%;
    
}

footer {
    background-color: #ececec !important;
    /*opacity: 0.15;*/
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
}

.mjbFooterGray {
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

    .mjbFooterGray a {
        color: #4c4c4c;
        text-decoration: none;
    }

        .mjbFooterGray a:focus, .mjbFooterGray a:hover {
            color: #4c4c4c;
            text-decoration: underline;
        }

    .mjbFooterGray ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .mjbFooterGray ul li {
            display: inline;
        }

            .mjbFooterGray ul li + li:before {
                content: " | ";
                padding: 0 14px;
            }

.mjbInterpreterSearchWrapper {
    border: 1px solid #c8c8c8;
    height: auto;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
    max-width: 450px;
}

.mjbTitleFlint {
    color: #3C4C66;
    font-family: Quattrocento, Regular;
    font-weight: 700;
    text-decoration: none solid;
    font-size: 24px;
    background-color: rgba(120,98,94,0.07);
    padding: 10px;
}

.mjbInterpreterSearchContent {
    font-size: 14px;
    margin-bottom: 18px;
    padding: 0 10px 0 10px;
    text-align: left;
}

    .mjbInterpreterSearchContent p {
        font-size: 12px;
        text-align: center;
    }

.mjbLabelTundora {
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none solid;
}

.pics-notification-card {
    border-bottom: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 3px;
    padding: 6px 16px;
}

    .pics-notification-card.active {
        background-color: #eaf4fb;
    }

.modal-header {
    cursor: move;
}

.modal-content {
    max-height: 95% !important;
}

div.work-request-link-container:hover {
    background-color: #FEF7E8;
}

div.work-request-link-container: {
    background-color: #f7f7f7;
}

.dataTables_wrapper label {
    font-size: 14px !important;
}

.dataTables_wrapper .table {
    border-top: none !important;
}

.previous-offers {
    border: solid 1px #e3e3e3;
    background-color: #fdfdfd;
    color: #4c4c4c;
    max-height: 140px;
    min-height: 140px;
    overflow-y: auto;
}

.previous-offers-list {
    color: #4c4c4c;
}

.previous-offers-header {
    border-bottom: solid 1px #c8c8c8;
}

.previous-offers-title {
    margin: 6px 0 6px 0;
}
 table.calendar-table td, table.calendar-table div, table.calendar-table p, table.calendar-table a {
    font-size: 12px !important;
}
.dxsc-apt-description-container
{
    display:none;
}
.dxsc-tr-minuteItem
{
    height:45px !important;        
}
div#scheduler_toolTipBlock_appointmentToolTipDiv_mainDiv{
    display:none;
}
ul.chevron-right {
    list-style-type: none;
}
ul.chevron-right li::before{
    content: "\f054";
    font-family: "FontAwesome";
    padding: 0 10px 0 0;
    margin-left: -23px;
}

/*
== pics-text-bold
.booking-font { 
    font-weight: bold !important;
}
*/
.booking-text-color {
    color: brown !important;
}
.booking-border {
    border: 1px solid brown !important;
}
.booking-hidden {
    display:none;
}
/* Bootstrap LG (Mobile First Method - Add a pixel for Non-Mobile First Method) */
@media (max-width: 1199px) {
    .pics-columns-6 {
        -webkit-columns:100px 4; /* Chrome, Safari, Opera */
        -moz-columns:100px 4;    /* Firefox */
        columns:100px 4;         /* IE 10+ */
    }
    .pics-cards tbody tr
    {
        width:48%;
    }
}


@media only screen and (max-width: 1150px) {
   .pics-columns-6, .pics-columns-4 {
        -webkit-columns:100px 3; /* Chrome, Safari, Opera */
        -moz-columns:100px 3;    /* Firefox */
        columns:100px 3;         /* IE 10+ */
    }
     
}

@media only screen and (max-width: 1000px) {
    .pics-columns-6, .pics-columns-4, .pics-columns-3 {
        -webkit-columns:100px 2; /* Chrome, Safari, Opera */
        -moz-columns:100px 2;    /* Firefox */
        columns:100px 2;         /* IE 10+ */
    }
}

/* center the bootbox and boostrap dialog when not in mobile view */
@media (min-width: 990px) {
    .bootbox.modal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
}


@media only screen and (min-width: 960px) {
    .pics-table-container {
      display: table;
    }

    .pics-table-container .pics-table-row {
      height: 100%;
      display: table-row;
    }

    .pics-table-container .pics-table-row .pics-table-col {
      display: table-cell;
      float: none;
      vertical-align: top;
    }
}


@media screen and (max-height: 900px) {
    .pics-overflow-y-400{
        max-height:200px;
        overflow-y:auto;
    }
    .mjbModalDialogLarge {
        /*top:30%;*/
        overflow-y:auto;
        max-height:700px;
        overflow-x:hidden;
    }
    .mjbModalDialogMedium {
        /*top:40%;*/
        overflow-y:auto;
        max-height:700px;
        overflow-x:hidden;
    }
    .mjbModalBodyLarge {
        overflow-y:auto;
        max-height:700px;
        overflow-x:hidden;
    }
}

@media screen and (max-height: 700px) {
    
    .mjbModalDialogLarge {
        /*top:30%;*/
        overflow-y:auto;
        max-height:600px;
    }
    .mjbModalDialogMedium {
        /*top:40%;*/
        overflow-y:auto;
        max-height:600px;
    }
    .mjbModalBodyLarge {
        overflow-y:auto;
        max-height:600px;
    }

}
@media screen and (max-height: 400px) {
    .pics-overflow-y-400{
        max-height:100px;
        overflow-y:auto;
    }
}
/* Bootstrap MD (Mobile First Method - Add a pixel for Non-Mobile First Method) */
@media screen and (max-width: 991px) {
    .mjbFilterHdrRow { display:block; }
    .mjbFiltersOffscreen { position:absolute; left:-999em; }
    .mjbFiltersOffscreen .mjbFilterCloseWrapper { display:block; margin:0; padding:0; }
    .mjbFiltersOffscreen .mjbFilterCloseWrapper a { color:#000; font-size:36px; }
    .mjbFiltersOffscreen .mjbFilterCloseWrapper a:hover { color:#999; text-decoration:none; }
    body.mjbHide { background-color:rgba(0,0,0,0.75); z-index:1; }
    body.mjbHide footer { display:none; }
    .mjbInterpreterResultsWrapper { padding-left:0; margin-left:0; margin-bottom:30px; margin-top:10px; } /*margin-bottom:5px;*/ 
    .mjbInterpreterResultsWrapper .mjbFilterHdrRow { margin-top:0; margin-bottom:15px; padding-top:0; }
    .mjbInterpreterResultsWrapper.mjbFiltersShow .mjbFiltersOffscreen { background-color:#fff; left:1em; padding:0 15px 0 15px; top:0; width:95%; z-index:2; }
    .mjbInterpreterResultsWrapper.mjbFiltersShow .mjbFilterHdrRow { display:none; }
    .mjbInterpreterResultsWrapper.mjbFiltersShow .mjbResultsColumn { display:none; }
    .mjbInterpreterResultsWrapper.mjbFiltersShow .mjbResultsHdrRow { display:none; }
    .mjbPanelTitleMobile {padding-left:58px;}
    .mjbResultsHdrRow { margin-bottom: 15px; }
    .mjbResultsHdrRow .mjbRightJustify { text-align:left !important; }
    .navbar-court { margin-bottom:0 !important; }
    .panel-court > .panel-heading .text-right { text-align:left; }
    .tab-pane.active { margin-bottom:25px; }
    #ResultsRowSearch { display: none; }
    
    div.pics-work-request-footer * {
        text-align: left !important;
    }

}

@media (max-width: 868px) {

    nav.navbar div.header-title {
        font-size: 24px;
        width: 450px;
        line-height: 24px;
        position: absolute;
        top: 12px;
        left: 76px;
    }

    img.header-logo {
        max-width:52px;
        max-height:52px;
        position:absolute;
        left:10px;
        top:10px;
    }
}

@media (max-width: 767px) {
    .navbar {
        z-index: 1040;
    }
    .notification-dot {
        height: 10px;
        width: 10px;
        background-color: #ff0000;
        border-radius: 50%;
        display: block;
        top: -4px !important;
        right: -4px;
        position: absolute;
    }
    .pics-cards tbody tr {
        float: left;
        min-width: 360px;
        width: 100%;
        max-width: 800px;
        min-height: 170px;
        padding-bottom: 0 !important;
    }

    .pics-cards2 tbody tr.pics-cards2-row {
        float: left;
        min-width: 460px;
        width: 100%;
        /*max-width: 800px;*/
        min-height: 170px;
        padding-bottom: 0 !important;
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        margin-top: 0 !important;
    }

    nav.navbar {
        height:60px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none !important;
        box-shadow: none !important;
    }
    nav.navbar div.header-title{   
        font-size: 14px; 
        width:220px; 
        line-height:16px;
        position:absolute;
        top:12px;
        left:60px;
    }

    img.header-logo {
        max-width:42px;
        max-height:42px;
        position:absolute;
        left:10px;
        top:6px;
    }

    /* remove the pipes from the foooter link and left align */
    .mjbFooterGray ul li + li:before {
        content: "";
        padding: 0;
        text-align: left;
    }
        .mjbFooterGray ul li {
            text-align: left;
        }

    .pics-cardview {
        padding-bottom: 60px !important;
        height: auto !important;
        padding-bottom: 20px !important;
    }
    .pics-remove-text-right-sm, .text-right.pics-remove-text-right-sm {
        text-align:left !important;
    }
    .header-title{
        font-size:14px !important;
    }
    .mjbFooterGray li{
        display:block !important;
    }
    .pics-navtab > ul.pics-nav-horizontal > .pull-right {
        float:none !important;
    }
    .pics-navtab > ul.pics-nav-horizontal > .pull-right > .dropdown-menu {
        right: auto;
        left: 0;
    }
    .pics-navtab > ul.pics-nav-horizontal > li > a,
    .pics-navtab > ul.pics-nav-horizontal > li > a:hover,
    .pics-navtab > ul.pics-nav-horizontal > li.active > a,
    .pics-navtab > ul.pics-nav-horizontal > li.active > a:hover,
    .pics-navtab > ul.pics-nav-horizontal > li > a:focus,
    .pics-navtab > ul.pics-nav-horizontal > li.dropdown > a:focus,
    .pics-navtab > ul.pics-nav-horizontal > li.dropdown.active > a:focus {
        border-bottom:2px solid #0068bd ;
        color:#0068bd ;
    }
    .pics-navtab > ul.pics-nav-horizontal > li.dropdown.pull-right > a {
        padding-left:0;
        padding-right:30px;
    }
     .pics-cards tbody tr
    {
        width:99%;
    }
     
    .pics-cards2 tbody tr.pics-cards2-row {   
        float:none;
        min-height:100px;
        min-width: 360px;
        width:99%;   
    }

    span.pics-pull-right.pics-cardview-header-text
    {
        float:none;
    }

    #content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pics-mobile-left-align {
        text-align: left !important;
    }

    .icon-header-left-align {
        text-align: left !important;
        margin-top: 10px;
    }

    .mjbModalHeader {
        max-width: initial;
    }

    .mjbModalBody {
        max-width: initial;
    }
}

@media screen and (max-width: 700px) {
    .mjbResultsInfoHdr .pull-right { clear:right; float:none !important; }
    .header-title{
        font-size:14px !important;
    }
    .mjbFooterGray li{
        display:block !important;
    }
}

@media screen and (max-width: 670px) {
    .header-title{
        font-size:14px !important;
    }
    .mjbExpandCollapseWrapper { margin:0 0 10px 15px; text-align:left !important; }
    .mjbFooter ul li { display: block; }
    .mjbFooter ul li + li:before { content: ""; content:none; padding: 2px 0; }
    .mjbInterpreterResultsWrapper { margin-bottom:70px; }
    .mjbNoResults { font-size:14px; margin-top:22px; padding-left:20%; padding-right:20%; }
    .mjbTabsWrapper { border-spacing:2px 0; display:table; }
    .nav-tabs.nav-tabs-court li:first-child { margin-left:0; margin-right:0; }
    .nav-tabs.nav-tabs-court li { background-color:rgba(159,109,16,0.25); border-radius:4px 4px 0 0 !important; display:table-cell; float:none; width:50%; padding:3px;  }
    .nav-tabs.nav-tabs-court li.active { background-color:rgba(159,109,16,1); border-bottom:none; border-radius:4px 4px 0 0 !important;
                                         box-shadow:inset -1px 0 0 0 #9f6d10, inset 0 1px 0 0 #9f6d10, inset 1px 0 0 0 #9f6d10, inset 0 -1px 0 0 #fff, inset -2px 0 0 0 #fff, inset 0 2px 0 0 #fff, inset 2px 0 0 0 #fff;
                                         -webkit-box-shadow:inset -1px 0 0 0 #9f6d10, inset 0 1px 0 0 #9f6d10, inset 1px 0 0 0 #9f6d10, inset 0 -1px 0 0 #fff, inset -2px 0 0 0 #fff, inset 0 2px 0 0 #fff, inset 2px 0 0 0 #fff;
    }
    .nav-tabs.nav-tabs-court li a, .nav-tabs.nav-tabs-court li a:focus, .nav-tabs.nav-tabs-court li a:hover { background-color:transparent; border-bottom:none; margin:0 !important; text-decoration:none; }
    .nav-tabs.nav-tabs-court li.active a, .nav-tabs.nav-tabs-court li.active a:focus, .nav-tabs.nav-tabs-court li.active a:hover { border:none; box-shadow:none; -webkit-box-shadow:none; }
    .pics-work-requests-top
    {
        margin-top:6px;
    }
}

@media only screen and (max-width: 640px) {
    .header-title{
        font-size:14px !important;
    }
    .pics-columns-6, .pics-columns-4, .pics-columns-3 {
        -webkit-columns:250px 1; /* Chrome, Safari, Opera */
        -moz-columns:250px 1;    /* Firefox */
        columns:250px 1;         /* IE 10+ */
    }
}
@media (max-width: 1159px) {

    .pics-mobile-left-align button, .pics-mobile-left-align a, .pics-mobile-left-align input[type='checkbox'], .button-block span {
        text-align: left;
        margin-bottom: 5px;
    }
}

@media (max-width: 600px) {

    .header-title{
        font-size:14px !important;
    }
    nav.navbar {
        height:60px;
    }
   nav.navbar div.header-title{   
        font-size: 14px; 
        width:220px; 
        line-height:16px;
        position:absolute;
        top:12px;
        left:60px;
    }
    .mjbHeaderLogin
    {
        position:absolute;
        top:12px;
        right:0px;
         color:#fff;
    }
    img.header-logo {
        max-width:42px;
        max-height:42px;
        position:absolute;
        left:10px;
        top:6px;
    }
    img.avatar {
        width:20px;
    }
    
}
/*end header styles*/

/* Bootstrap XS (Mobile First Method - Add a pixel for Non-Mobile First Method) */
@media (max-width: 479px) {
    .pics-remove-text-right-xs, .text-right.pics-remove-text-right-xs {
        text-align:left !important;
    }
   
}

@media screen and (max-width:376px) {
    .mjbInterpreterResultsWrapper.mjbFiltersShow .mjbFiltersOffscreen { width:90%; }
}

@media screen and (max-width:767px) {
    .navbar-fixed-bottom-court {
        border-radius: 0;
        position:relative;
        right: 0;
        left: 0;
    }
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
