#header {
  background-image: url("https://cdn.essentialpar.app/logos/epar.png");
  max-width: 100%;
  max-height: auto;
  background-repeat: no-repeat;

}


.shadowBox {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #EDECF5;
 /* box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15); */
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.50);
}


.shadowBox2 {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #EDECF5;
 /* box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15); */
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.50);
}


.shadow2 {
  border-radius: 6px;
  border: 1px solid #EDECF5;
  box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15); 
}


.hidden {
  display: none !important;
}

.inactive { 
  color: #ccc;
  background-color: #fafafa;
} 

.bootstrap-datetimepicker-widget.dropdown-menu.open {
  z-index: 16000 !important;
  /* has to be larger than 1050 */
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  z-index: 16000;
}

body.modal-open .datepicker {
  z-index: 1650 !important;
}

body.modal-open .bootstrap-datetimepicker-widget {
  z-index: 1650 !important;
}

.modal:nth-of-type(even) {
  z-index: 1052 !important;
}
/*
.modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important; 
}
*/
.modal-fullscreen {
  max-width: 95% !important;
}


.icon {
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3.2em;
  text-align: center;
  border-radius: 10px;
  vertical-align: middle;
  align-items: center;
  /*padding: 7%;*/
}


/*
<div class="icon"><div class="icon-content"> <i class="fas fa-laptop-house fa-2x"></i> Station </div></div>
<div class="icon badge-light-secondary"><i class="fas fa-laptop-house fa-2x"></i></div> Station 



<div class="icon badge-light-secondary"><i class="fab fa-stack-exchange fa-2x"></i></div> Exchange


*/

[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  background: #839192;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
  text-transform: uppercase;
}

.ubg-gray:before {
  background: #839192;
}

.ubg-red:before {
  background: #A93226;
}

.ubg-green:before {
  background: #28B463;
}

.ubg-blue:before {
  background: #2E86C1;
}

.ubg-orange:before {
  background: #CA6F1E;
}

.ubg-black:before {
  background: #212F3D;
}





.badge-gray {
  background: #839192;
  color: #fff;
}

.badge-red {
  background: #A93226;
  color: #fff;
}

.badge-green {
  background: #28B463;
  color: #fff;
}

.badge-blue {
  background: #2E86C1;
  color: #fff;
}

.badge-orange {
  background: #CA6F1E;
  color: #fff;
}

.badge-violet {
  background: #c12ea1;
  color: #fff;

}

.badge-bluegreen {
  background: #2ec190;
  color: #fff;
}



.badge-light-primary {
  color: #A93226;
  background-color: #fae8e7;
}

.badge-primary.badge-outline {
  border: 1px solid #A93226;
  color: #A93226;
  background-color: transparent;
}


.badge-secondary.badge-outline {
  border: 1px solid #797D7F;
  color: #797D7F;
  background-color: transparent;
}

.badge-light-secondary {
  color: #797D7F;
  background-color: #f0eeee;
}


.badge-light-success {
  color: #50CD89;
  background-color: #E8FFF3;
}
.badge-success.badge-outline {
  border: 1px solid #50CD89;
  color: #50CD89;
  background-color: transparent;
}

.badge-light-info {
  color: #2E86C1;
  background-color: #e9f3fa;
}

.badge-info.badge-outline {
  border: 1px solid #2E86C1;
  color: #2E86C1;
  background-color: transparent;
}

.badge-warning.badge-outline {
  border: 1px solid #FAC14D;
  color: #FAC14D;
  background-color: transparent;
}

.badge-light-warning {
  color: #FAC14D;
  background-color: #f8edd7;
}


.badge-danger.badge-outline {
  border: 1px solid #FF4943;
  color: #FF4943;
  background-color: transparent;
}

.badge-light-danger {
  color: #FF4943;
  background-color: #fae2e2;
}



.display-6 {
  font-size: 2.0rem;
  font-weight: 300;
  line-height: 1.2;
}


/*********************************
*
*
*    Stripped
*
*
*********************************/



.row-striped:nth-of-type(odd) {
  background-color: #efefef;
  border-left: 4px #797D7F solid;
}

.row-striped:nth-of-type(even) {
  background-color: #ffffff;
  border-left: 4px #bbc3c7 solid;
}



/*
.li-striped {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
*/

.li-striped:nth-child(odd) {
  background-color: rgba(0, 0, 0, .02);
}

.li-striped:nth-child(even) {
  background-color: #fff;
}



.btn-group-toggle:not(.nocheck) .btn.active::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  white-space: pre;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f00c   ";
}





/*********************************
*
* Card IMG
*
*
*********************************/




.card .card-img-container .card-img {
  background-size: cover;
  background-position: top center;
  display: block;
  height: 225px;
}

.card .card-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card .card-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}









/*********************************
*
* Radio card box
*
*
*********************************/





.card-input-label {
  width:100%;
}


.card-input-element {
  display: none;
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked + .card {
   box-shadow: 0 0 1px 1px #A93226;
}
.card-input-element:hover:not(:checked) + .card {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}






.card-hover:hover {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}






/*
.card-input-element:checked+.card::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  white-space: pre;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "  \f00c";
  font-size: 24px;
}
*/


/*
<label class="mt-3">
<input type="radio" name="demo" class="card-input-element d-none" value="demo2">
<span class="card card-body d-flex flex-row justify-content-between align-items-center">
Organization 2
</span>
</label>
*/


/*********************************
*
*
*    ROSTER - USED
*
*
*********************************/




#roster {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #EDECF5;
  box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15);
}

#roster td {
  font-size: 0.8rem;
  color: #212529;

}

#roster th {
  font-size: 0.8rem;
}


#roster:not(.roster-ghost) .uList:hover,
#rosterpods:not(.roster-ghost) .uList:hover {
  background-color: rgba(0, 0, 0, .02);
}

.table .rList:hover,
.table .rList:hover {
  background-color: rgba(0, 0, 0, .02);
}

#rostertimetable .table-bordered thead td,
#rostertimetable .table-bordered thead th {
  border-bottom-width: 2px;
}

#rostertimetable .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #e9e9eb;
}

#rostertimetable .table-bordered td,
#rostertimetable .table-bordered th {
  border: 1px solid #dee2e6;
  font-size: 0.8rem;
  color: #212529;
}


#rosterpods li {
  font-size: 0.8rem;
  color: #212529;
}


#rosterseniority td {
  font-size: 0.8rem;
  color: #212529;
}

#rosterseniority th {
  font-size: 0.8rem;
}


.rp-section {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #efefef;
  border-right: 4px #797D7F solid;
  position: relative;
  contain: none;
}


.roster-ghost tr:not(.roster_header) td {
  color: #6c757d !important;
  font-style: oblique;
}

.roster-bg-vacancy {
  background-color: #FFF6F6 !important;
}

.roster-bg-issue {
  background-color: #FFFBF6 !important;
}

.roster-bg-notice {
  background-color: #FFFFF6 !important;
}

.roster-bg-self {
  background-color: #F6FFF6 !important;
}


.checklist-bg-pass {
  background-color: #F6FFF6 !important;
}
.checklist-bg-fail {
  background-color: #FFF6F6 !important;
}


.rMargin1 {
  padding-left: 55px;
}

.rMargin2 {
  padding-left: 35px;
}

.rMargin3 {
  padding-left: 10px;
}

.rosterpods-batts {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #EDECF5;
  box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15);
}

.rosterpods-units {
  min-width: 550px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #cacaca;
  box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15);
}

.user-position {
  position: absolute;
  top: 0;
  border-left: 1px solid #dee2e6;
  bottom: 0;
  width: 44px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.user-position span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
}


.batt-position {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.batt-position span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
}




/*
span.linked {
  border-left: 2px solid #000;
}


span.linked::before {
  content:'';
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 50%;
  width: 0.75em;
  border: 2px solid #000;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
}
*/
span.linked {
  position: relative;
  margin-left: 7px;
}

span.linked::before,
span.linked::after {
  content: "";
  position: absolute;
  left: -8px;
}

span.linked::before {
  border-top: 1px solid #6c757d;
  top: 9px;
  width: 8px;
}

span.linked::after {
  border-left: 1px solid #6c757d;
  height: 11px;
  /* 100% */
  width: 0px;
}

span.linked:last-child::after {
  height: 11px;
}



span.linked>span {
  margin-left: 9px;
}


/*********************************
*
*
*    SWITCH - USED
*
*
*********************************/





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 31px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked+.slider {
  background-color: #444;
}

input.primary:checked+.slider {
  background-color: #A93226;
}

input.success:checked+.slider {
  background-color: #8bc34a;
}

input.info:checked+.slider {
  background-color: #3de0f5;
}

input.warning:checked+.slider {
  background-color: #FFC107;
}

input.danger:checked+.slider {
  background-color: #f44336;
}

input:focus+.slider {
  box-shadow: 0 0 1px #A93226;
}


input:disabled:checked+.slider {
  background-color: #E6B0AA;
}


input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* The switch - the box around the slider */
.switch-sm {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 21px;
  float: right;
}

/* Hide default HTML checkbox */
.switch-sm input {
  display: none;
}

/* The slider */
.slider-sm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-sm:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-sm.round {
  border-radius: 34px;
}

.slider-sm.round:before {
  border-radius: 50%;
}


input.default:checked+.slider-sm {
  background-color: #444;
}

input.primary:checked+.slider-sm {
  background-color: #A93226;
}

input.success:checked+.slider-sm {
  background-color: #8bc34a;
}

input.info:checked+.slider-sm {
  background-color: #3de0f5;
}

input.warning:checked+.slider-sm {
  background-color: #FFC107;
}

input.danger:checked+.slider-sm {
  background-color: #f44336;
}

input:focus+.slider-sm {
  box-shadow: 0 0 1px #A93226;
}


input:disabled:checked+.slider-sm {
  background-color: #E6B0AA;
}


input:checked+.slider-sm:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}


/********************************
*
*  Pills
*         
*********************************/



.advpill_box {
  color: #212529;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 0 .375rem;
  margin: 0;
  list-style: none;
}

.advpill {
  font-weight: 400;
  line-height: 1.5;
  pointer-events: auto;
  word-wrap: break-word;
  white-space: nowrap;
  list-style: none;
  box-sizing: border-box;
  float: left;
  padding: 0;
  padding-right: .75rem;
  margin-top: calc(.375rem - 2px);
  margin-right: .375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: .2rem;
}

.advpill_close {
  line-height: 1.5;
  pointer-events: auto;
  word-wrap: break-word;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  float: left;
  padding-right: 3px;
  padding-left: 10px;
  margin-right: 3px;
  margin-left: 3px;
  font-weight: 700;
  color: #bdc6d0;
}

.advpill_boxOuter {
  line-height: 1.5;
  pointer-events: auto;
  word-wrap: break-word;
  color: #212529;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  min-height: calc(1.5em + .75rem + 2px) !important;
}





/********************************
*
*  Dropdown Lg
*         
*********************************/


.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}

@media screen and (min-width: 768px) {
  .dropdown.dropdown-lg {
    position: static !important;
  }

  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px;
  }
}

/********************************
*
*  Tree TABLE 
*         
*********************************/



.simple-tree-table-icon {
  max-width: 1em;
  line-height: 1em;
}

table.simple-tree-table span.tree-icon {
  display: inline-block;
  width: 12px;
  margin: 2px;
  padding: 0 2px
}

table.simple-tree-table span.tree-closed,
table.simple-tree-table span.tree-opened {
  background-color: #eee;
  text-align: center;
  cursor: pointer
}

table.simple-tree-table span.tree-icon.tree-opened:after {
  content: "-"
}

table.simple-tree-table span.tree-icon.tree-closed:after {
  content: "+"
}




/********************************
*
*  ADMIN LOWER BAR
*         
*********************************/


.navbar-new-bottom .nav-link:not(.active):hover {
  border: 1px #A93226;
  cursor: pointer;
}

.navbar-new-bottom .navbar-nav .nav-link:not(.active):hover,
.navbar-new-bottom .navbar-nav .nav-link:focus {
  cursor: pointer;
}


.navbar-new-bottom {
  background-color: #F1F1F1;
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .3);
  border-top: 1px solid #e0e0e0;
  /*margin-top: 4%;
 */
  height: 40px;
}

.navbar-new-bottom ul li {
  margin-left: 2%;
  margin-right: 2%;
}



/********************************
*
*  ADMIN EDITABLE - USED
*         
*********************************/




.editable,
a.editable,
a.editable:hover {
  text-decoration: none;
  border-bottom: dashed 1px #636363;
}

.editable-disabled,
a.editable-disabled,
a.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
  text-decoration: none;
}

/*
.editable-buttons {
  display: inline-block; 
  vertical-align: top;
  margin-left: 7px;
  zoom: 1; 
  *display: inline;
}

.editable-buttons.editable-buttons-bottom {
  display: block; 
  margin-top: 7px;
  margin-left: 0;
}

*/

.editable-buttons>.btn,
.btn-sm {
  padding: 0.49rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  border: 1px solid transparent;
  text-decoration: none;
}


.editable-color {
  padding: 4px 12px;
  border: 1px solid transparent;
  background-color: attr('data-value');
}



/************************************************************************/
/*
*         UPLOAD
*/
/***********************************************************************/




.upload-drop-zone {
  height: 200px;
  border-width: 2px;
}

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}











/************************************************************************/
/*
*          MISC
*/
/***********************************************************************/



.uLactive {
  background: #efefef;
}

.uList {
  cursor: pointer;

}

.search-bar {
  -webkit-text-size-adjust: 100%;
  color: #2e3f50;
  font-family: Open Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 30px;
  background-color: #ecf0f1;
  height: 35px;
  min-height: 35px;
  font-size: 14px;
}

.search {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
  user-select: text;
  appearance: none;
  height: 35px;
  width: 100%;
  border-radius: 99px;
  background: hsla(0, 0%, 100%, .001);
  outline: none;
  transition: border-color .15s ease-out, padding-left .15s ease-out;
  padding: 0 1.625em;
  border: none;
}


.label-wrapper {
  -webkit-text-size-adjust: 100%;
  color: #2e3f50;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 14px;
  user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;

  transition: transform .15s cubic-bezier(.75, 0, .25, 1), -webkit-transform .15s cubic-bezier(.75, 0, .25, 1);
  transform: none;
}


.rM_active {}

.rM_hover {}

.ui-draggable-dragging {
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0 1px 1px #fff inset;
  padding: 6px;
  background-color: #fff;
}

.eR_active {}

.eR_hover {
  background-color: #DAFFC2;
}




.ds-btn li {
  list-style: none;
  float: left;
  padding: 10px;
}

.ds-btn li a span {
  padding-left: 15px;
  padding-right: 5px;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.ds-btn li a span small {
  width: 100%;
  display: inline-block;
  text-align: left;
}







/************************************************************************/
/*
*           ADMIN SIDEBAR
*/
/***********************************************************************/

.admin-vertical-nav {
  min-width: 17rem;
  width: 17rem;
  height: 100%;
  min-height: 100vh;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.admin-page-content {
  transition: all 0.4s;
}

.admin-vertical-nav p.nav-link:hover {
}




/************************************************************************/
/*
*           CALENDER FLAG
*/
/***********************************************************************/


.calflag {
  padding: 5px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-style: none;
  font-size: 14px;
}

.calflag:hover {
  color: #000000;
}



.calpass {
  color: #009900;
  font-weight: bold;
}

.calfail {
  color: #990000;
  font-weight: bold;
}

.cal_blocked {
  background-color: #F0F0F0;
}


.calflagR {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-style: none;
  border-radius: 0.25em;

  box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.50);

}


.calflagSM {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-style: none;
  border-radius: 0.25em;

  box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.50);
}



/************************************************************************/
/*
*           NEW CALENDAR
*/
/***********************************************************************/

#calendar {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #EDECF5;
  box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15);
}


#calendar .event {
  direction: ltr;
  text-align: left;
  background: #F5F4F2;
  color: #333;
  padding: 0px;

  border: solid 1px #E0E0E0;
  margin-bottom: 10px;
  overflow: visible;



  border-radius: 2px;
  cursor: pointer;
  background: #F5F4F2;
  border: solid 1px #E0E0E0;
  min-height: 40px !important;
}

#calendar .event:hover,
#calendar .event:focus {
  color: #EDECF5 !important;
}


#calendar .entry:hover {
  color: #A93226;
  cursor: pointer;
  text-decoration: none;
}

#calendar .entry {
  clear: both;
  display: block;
  float: left;
  font-size: 14px;
  margin: 14px 6px 6px;
  overflow: hidden;
  position: relative;
  width: 85%;
  text-decoration: none;
  color: #666666;
}

#calendar a.assignment:hover {
  background-color: #FCF3CF;
  /*#FFF9D7*/
}

#calendar .today {
  background-color: #f5f5f5;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 3px;
}

#calendar .empty {
  background: none repeat scroll 0% 0% #F2F4F4;
  /*#fafafa*/
}

.shiftBadge {
  width: 20px;
  height: 20px;
}

@media (max-width:1005px) {

  .shiftBadge {
    width: 14px;
    height: 14px;
  }

  .calflag {
    font-size: 10px;
  }

  #calendar .entry {
    font-size: 10px;
  }

}




@media (max-width:575px) {

  .headTxt {
    font-size: .5rem;
  }


  .day h5 {
    background-color: #f8f9fa;
    padding: 3px 5px 5px;
    margin: -8px -8px 8px -8px;
  }

  .date {
    padding-left: 4px;
  }
}

@media (min-width: 576px) {
  .day {
    height: 14.2857vw;
  }

  .date {
    font-size: .8rem;
  }

  .dateTxt {
    font-size: .7rem;
  }

  .headTxt {
    font-size: .9rem;
  }

}























/*****
*
*  NOT USED
*
******/

.calflag_work {
  background-color: #F3CF8B;
}

.calflag_signup {
  background-color: #ffff00;
}

.calflag_off {
  background-color: #FF8000;
}

.calflag_cover {
  background-color: #7489EB;
}

.calflag_covered {
  background-color: #AAFFFF;
}

.calflag_overtime {
  background-color: #00FF00;
}

.calflag_pto {
  background-color: #FF0000;
}


/**********************************************
*
*
*   WORKCODE COLORS (convert over to color names)
*
*
***********************************************/

.workcode_bid {
  background-color: #EBEDEF;
}

.workcode_reg {
  background-color: #ffff;
}

.workcode_ann {
  background-color: #F3CF8B;
}

.workcode_ot {
  background-color: #00FF00;
}

.workcode_flo {
  background-color: #AAFFFF;
}

.workcode_sck {
  background-color: #FF8000;
}

.workcode_skf {
  background-color: #FF8000;
}

.workcode_mxw {
  background-color: #ffff00;
}

.workcode_mxo {
  background-color: #7489EB;
}

.workcode_otm {
  background-color: #16A085;
}

.workcode_ota {
  background-color: #66FFCC;
}

.workcode_signup {
  background-color: #9999FF;
}

.workcode_ooc {
  background-color: #FFFF00;
}

.workcode_tr {
  background-color: #9933CC;
}

.workcode_kd {
  background-color: #DE3163;
}

.workcode_wcp {
  background-color: #F55442;
}

.workcode_adm {
  background-color: #F55442;
}

.workcode_brv {
  background-color: #99A3A4;
}

.workcode_hp {
  background-color: #3498DB
}






/**********************************************
*
*
*        RANK COLORS (DARKER)
*
*
*
***********************************************/


.rank_blue {
  color: #2471A3;
}

.rank_red {
  color: #A93226;
}

.rank_black {
  color: #1C2833;
}

.rank_green {
  color: #117A65;
}

.rank_orange {
  color: #F39C12;
}

.rank_purple {
  color: #9933CC;
}

.rank_gray {
  color: #616A6B;
}

.rank_darkblue {
  color: #2E4053;
}

.rank_mixorange {
  color: #E9967A;
}

.rank_blue_bg {
  background-color: #2470a37c;
}

.rank_red_bg {
  background-color: #a9312683;
}

.rank_black_bg {
  background-color: #1c28333f;
}

.rank_green_bg {
  background-color: #117a6567;
}

.rank_orange_bg {
  background-color: #e091106b;
}

.rank_purple_bg {
  background-color: #bc6ae654;
}

.rank_gray_bg {
  background-color: #117a8557;
}

.rank_darkblue_bg {
  background-color: #12509283;
}

.rank_mixorange_bg {
  background-color: #e9967a69;
}





/**********************************************
*
*
*        SHIFT COLORS
*
*
*
***********************************************/





.shift_bdr_red {
  border-color: #ea0d00 !important;
}
.shift_bg_red {
  background-color: #ea0d00 !important;
}

.shift_txt_red {
  color: #ea0d00 !important;
}




.shift_bdr_green {
  border-color: #3ca93c !important;
}
.shift_bg_green {
  background-color: #3ca93c !important;
}
.shift_txt_green {
  color: #3ca93c !important;
}



.shift_bdr_blue {
  border-color: #1b1bf4 !important;
}
.shift_bg_blue {
  background-color: #1b1bf4 !important;
}

.shift_txt_blue {
  color: #1b1bf4 !important;
}




.shift_bdr_pink {
  border-color: #FF3399 !important;
}
.shift_bg_pink {
  background-color: #FF3399 !important;
}

.shift_txt_pink {
  color: #FF3399 !important;
}



.shift_bdr_orange {
  border-color: #F39C12 !important;
}

.shift_bg_orange {
  background-color: #F39C12 !important;
}

.shift_txt_orange {
  color: #F39C12 !important;
}



.shift_txt_purple {
  color: #9933CC !important;
}
.shift_bg_purple {
  background-color: #9933CC !important;
}
.shift_bdr_purple {
  border-color: #9933CC !important;
}



.shift_txt_kd {
  color: #DE3163 !important;
}
.shift_bg_kd {
  background-color: #DE3163 !important;
}
.shift_bdr_kd {
  border-color: #DE3163 !important;
}




/*
//ANN  background-color: #F3CF8B;
//MXW background-color: #ffff00;
// MXO background-color: #7489EB; 
// FLO background-color: #AAFFFF;
// SCK background-color: #FF8000;
// SP background-color: #FF0000;
// OT background-color: #00FF00;
*/
.eiEdit {
  border-left: 2px solid #DD3C05;
  border-right: 2px solid #DD3C05;
}













/**********************************************
*
*
*       TREE BETA
*
*
*
***********************************************/






/*
 li.tree:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}


ul.tree:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

li.tree:before {
  content:"";
  display:block;
  width:10px; 
  height:0;
  border-top:1px solid;
  margin-top:-1px; 
  position:absolute;
  top:1em; / (line-height/2) /
  left:0;
}
.no-select() {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.no-wrap() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#TemplateEditor {
  .no-select();

  cursor: default;
  border: 1px solid rgba(0,0,0,.125); 
  margin: 10px;
  padding: 10px;

  width: 100%;
  height: 415px;
  overflow-y: scroll;
 
  white-space: nowrap;
}

#TemplateEditor ul {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
  }

#TemplateEditor li {
    display: block;
    margin: 2px;
    padding: 2px 2px 2px 0;
}
#TemplateEditor li[class*="node"] {
      display: inline-block;
}


#TemplateEditor li.node-cpe:hover {
        background-color:red;
        color: #2D2B3A;
 }
#TemplateEditor .active {
        background-color: #ABEBC6;
        color: #2D2B3A;
			  border: 2px solid rgba(0,0,0,.125); 

 }
  

#TemplateEditor li.node-facility {
      color: black;
      font-weight: bold;
    }

#TemplateEditor li.node-cpe {
      color: #2D2B3A;
      cursor: pointer;
    }

#TemplateEditor li li {
    border-left: 1px solid black;
}
	
#TemplateEditor li li:before {
      color: #2D2B3A;
      font-weight: 300;
      content: "— ";
  }


#TemplateEditor span.ractive {
	 background-color: #FCF3CF;
	  border: 2px solid rgba(0,0,0,.125); 

}
#TemplateEditor span.sactive {
	 background-color: #FDEBD0;
	  border: 2px solid rgba(0,0,0,.125); 

}
#TemplateEditor span.bactive {
	 background-color: #FADBD8;
	  border: 2px solid rgba(0,0,0,.125); 
}

*/
/**********************************************
*
*
*       TAG BETA
*
*
*
***********************************************/





.tag {
  background: rgba(124, 124, 124, 0.2) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  margin: 4px 0 0;
  padding: 2px 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tag:hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  margin: 4px 0 0;
  padding: 2px 5px;
  cursor: pointer;
}


/**********************************************
*
*
*       RADIO BETA
*
*
*
***********************************************/





.boxradio {
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}


.boxradio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.boxselected {
  box-shadow: 0px 8px 16px 0px #EEEEEE;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

.boxselected {
  background-color: #E0F2F1;
}

.boxradio.card-block {
  width: 200px;
  border: 1px solid lightgrey;
  border-radius: 5px !important;
  background-color: #FAFAFA;
  margin-bottom: 30px;
}

.boxradio .ico {
  margin-top: 30px;
  margin-bottom: 20px;
}



/**********************************************
*
*
*       ACCORD PANEL
*
*
*
***********************************************/




.accordion_one .panel-group {
  margin-bottom: 0;
  border: 1px solid #f1f1f1;
  margin-left: 1px;
}

.accordion_one .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid transparent;
  border-radius: 0;
  margin: 0;
}

.accordion_one .panel-default {
  border: 0;
}

.accordion_one .panel-default>.panel-heading {
  border-radius: 0px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}


.accordion_one .panel .panel-heading a.collapsed {
  color: #999999;
  display: block;
  padding: 12px 30px;
  border-top: 0px;
}

.accordion_one .panel .panel-heading a {
  display: block;
  padding: 12px 30px;
  background: #fff;
  color: #313131;
  border-bottom: 1px solid #f1f1f1;
}

.accordion-wrap .panel .panel-heading a {
  font-size: 14px;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 35px;
  background: #fff;
}

.img-accordion {
  width: 81px;
  float: left;
  margin-right: 15px;
  display: block;
}

.accordion_one .panel .panel-heading a:after {
  content: "\2212";
}

.accordion_one .panel .panel-heading a.done:after {
  content: "\f00c";
}





.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
  font-family: 'FontAwesome';
  font-size: 15px;
  width: 36px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #F1F1F1;
  float: left;
  margin-left: -31px;
  margin-top: -12px;
  margin-right: 15px;
}

.accordion_one h4 {
  font-size: 18px;
  line-height: 24px;
}




/**********************************************
*
*
*       ALERT MODIFIER
*
*
*
***********************************************/


.ca {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.caIcon {
  padding-right: 20px;
  flex-shrink: 1;
}

.caMsg {
  padding-left: 20px;
  border-left: 2px solid;
  flex-grow: 1;
}


/**********************************************
*
*         DRAG DROP MODIFIER
*
*
*
***********************************************/



.panel-placeholder {
  border: 1px dotted black;
  border-radius: 4px;
  margin: 0 15px 20px 15px;
  padding: 0;
  height: 50px;
}


/**********************************************
*
*        LOADING
*
*
*
***********************************************/



.ldg h1,
.ldg h2,
.ldg h3,
.ldg h4,
.ldg h5,
.ldg h6,
.ldg p,
.ldg a,


.ldg li,
.ldg tr,

.ldg .btn,
.ldg label,
.ldg .form-control {
  color: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;
}

.ldg h1::placeholder,
.ldg h2::placeholder,
.ldg h3::placeholder,
.ldg h4::placeholder,
.ldg h5::placeholder,
.ldg h6::placeholder,
.ldg p::placeholder,
.ldg li::placeholder,
.ldg tr::placeholder,
.ldg a::placeholder,

.ldg .btn::placeholder,
.ldg label::placeholder,
.ldg .form-control::placeholder {
  color: transparent !important;
}

@keyframes ldg {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.ldg {
  pointer-events: none;
  animation: ldg 1s infinite alternate;
}

.ldg img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}



@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.m-progress {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.m-progress:before {
  content: '';

  display: inline-block;

  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;

  box-sizing: border-box;

  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;

  width: 24px;
  height: 24px;

  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
  border-left-color: #333333;
  border-right-color: #333333;
}

.btn-lg.m-progress:before {
  margin-top: -16px;
  margin-left: -16px;

  width: 32px;
  height: 32px;
}

.btn-sm.m-progress:before {
  margin-top: -9px;
  margin-left: -9px;

  width: 18px;
  height: 18px;
}

.btn-xs.m-progress:before {
  margin-top: -7px;
  margin-left: -7px;

  width: 14px;
  height: 14px;
}















/**********************************************
*
*         CANVAS
*
*
*
***********************************************/

.bs-canvas-overlay {
  opacity: 0;
  z-index: -1;
}

.bs-canvas-overlay.show {
  opacity: 0.85;
  z-index: 1100;
}

.bs-canvas {
  top: 0;
  width: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
}

.bs-canvas-left {
  left: 0;
}

.bs-canvas-right {
  right: 0;
}


.bs-canvas-overlay,
.bs-canvas {
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
}

/**********************************************
*
*         Exchange/Overtime Dashboards
*
*
*
***********************************************/

.inner-wrapper {
  position: relative;
  height: calc(100vh - 3.5rem);
  transition: transform 0.3s;
}

@media (min-width: 992px) {
  .sticky-navbar .inner-wrapper {
    height: calc(100vh - 3.5rem - 48px);
  }
}

.inner-main,
.inner-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.inner-sidebar {
  left: 0;
  width: 235px;
  border-right: 1px solid #cbd5e0;
  background-color: #fff;
  z-index: 1;
}

.inner-main {
  right: 0;
  left: 235px;
}

.inner-main-footer,
.inner-main-header,
.inner-sidebar-footer,
.inner-sidebar-header {
  height: 3.5rem;
  border-bottom: 1px solid #cbd5e0;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  flex-shrink: 0;
}

.inner-main-body,
.inner-sidebar-body {
  padding: 1rem;
  overflow-y: auto;
  position: relative;
  flex: 1 1 auto;
}

.inner-main-body .sticky-top,
.inner-sidebar-body .sticky-top {
  z-index: 999;
}

.inner-main-footer,
.inner-main-header {
  background-color: #fff;
}

.inner-main-footer,
.inner-sidebar-footer {
  border-top: 1px solid #cbd5e0;
  border-bottom: 0;
  height: auto;
  min-height: 3.5rem;
}

@media (max-width: 767.98px) {
  .inner-sidebar {
    left: -235px;
  }

  .inner-main {
    left: 0;
  }

  .inner-expand .main-body {
    overflow: hidden;
  }

  .inner-expand .inner-wrapper {
    transform: translate3d(235px, 0, 0);
  }
}

.nav>.nav-link:not(.active):hover {
  font-weight: 500;
  border: 1px #A93226;
  cursor: pointer;
}

.nav-link:not(.active):hover,
.nav>.nav-link:focus {
  cursor: pointer;
}

/**********************************************
*
*       chatbox beta
*
*
*
***********************************************/


.chatbox .unread {
  cursor: pointer;
  background-color: #f4f4f4;
}

.chatbox .messages-box {
  max-height: 28rem;
  overflow: auto;
}

.chatbox .online-circle {
  border-radius: 5rem;
  width: 5rem;
  height: 5rem;
}

.chatbox .messages-title {
  float: right;
  margin: 0px 5px;
}

.chatbox .message-img {
  float: right;
  margin: 0px 5px;
}

.chatbox .message-header {
  text-align: right;
  width: 100%;
  margin-bottom: 0.5rem;
}

.chatbox .text-editor {
  min-height: 18rem;
}

.chatbox .messages-list li.messages-you .messages-title {
  float: left;
}

.chatbox .messages-list li.messages-you .message-img {
  float: left;
}

.chatbox .messages-list li.messages-you p {
  float: left;
  text-align: left;
}

.chatbox .messages-list li.messages-you .message-header {
  text-align: left;
}

.messages-list li p {
  max-width: 60%;
  padding: 5px;
  /*border: #e6e7e9 1px solid;*/
}

.messages-list li.messages-me p {
  float: right;
}

/**********************************************
*
*    timeline for workcode hx
*
*
*
***********************************************/

.timeline {
  border-left: 3px solid #A93226;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  list-style: none;
  text-align: left;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 10px;
}

.pill-timeline {
  background-color: #A93226 !important;
  color: #fff;
}


@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding-left: 25px;
    padding-bottom: 25px;
  }
}

.timeline h6 {
  font-weight: 400;
}

.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
    padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}


.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #A93226;
  box-shadow: 0 0 0 3px #A93226;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
    left: -31.8px;
  }
}


.timeline2 .timeline2-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.timeline2 .timeline2-item:last-child .timeline2-line {
  bottom: 100%;
}
.timeline2 .timeline2-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #DBDFE9;
  width: 40px;
}
.timeline2 .timeline2-line-sm {
  width: 25px;
}


.timeline2 .timeline2-line-solid {
  border-left-style: solid !important;
}
.timeline2 .timeline2-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
}
.timeline2 .timeline2-content {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}
.timeline2.timeline2-center .timeline2-item {
  align-items: center;
}
.timeline2.timeline2-center .timeline2-item:first-child .timeline2-line {
  top: 50%;
}
.timeline2.timeline2-center .timeline2-item:last-child .timeline2-line {
  bottom: 50%;
}

.timeline2-label {
  position: relative;
}
.timeline2-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #F1F1F2;
}
.timeline2-label .timeline2-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline2-label .timeline2-item:last-child {
  margin-bottom: 0;
}
.timeline2-label .timeline2-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: #252F4A;
}
.timeline2-label .timeline2-badge {
  flex-shrink: 0;
  background-color: #ffffff;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid #ffffff !important;
}
.timeline2-label .timeline2-content {
  flex-grow: 1;
}


.timeline2-symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}


.timeline2-symbol .timeline2-symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #676d7c;
  background-color: #DBDFE9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
  width: 40px;
  height: 40px;
}


.timeline2-symbol .timeline2-symbol-label-sm {
  width: 25px;
  height: 25px;
}



.timeline2-symbol .timeline2-symbol-label:after {
  border-radius: 0.475rem;
}

.timeline2-symbol.timeline2-symbol-circle,
.timeline2-symbol.timeline2-symbol-circle .timeline2-symbol-label {
  border-radius: 50%;
}
.timeline2-symbol.timeline2-symbol-circle:after,
.timeline2-symbol.timeline2-symbol-circle .timeline2-symbol-label:after {
  border-radius: 50%;
}






#ferrisWheelButton_menu {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#ferrisWheelButton_menu>.fwb_menu {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

#ferrisWheelButton_menu>.fwb_menu div {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
}

#ferrisWheelButton_menu>.fwb_menu div i {
  display: table-cell;
  vertical-align: middle;
}

#ferrisWheelButton_menu>.fwb_menu .fwb_share {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#ferrisWheelButton_menu>.fwb_menu .fwb_close {
  opacity: 0;
}

#ferrisWheelButton_menu>.fwb_menu.fwb_active {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);

}

#ferrisWheelButton_menu>.fwb_menu.fwb_active .fwb_share {
  opacity: 0;
}

#ferrisWheelButton_menu>.fwb_menu.fwb_active .fwb_close {
  opacity: 1;
}

#ferrisWheelButton_menu>div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  display: table;
}

#ferrisWheelButton_menu>div i {
  display: table-cell;
  vertical-align: middle;
}

#ferrisWheelButton_menu>div:hover {
  cursor: pointer;
}

#ferrisWheelButton_menu>.fwb_buttons {
  opacity: 0;
}

#ferrisWheelButton_menu:has(.fwb_active) .fwb_buttons {
  opacity: 1;
}






.panel-table .panel-body {
  padding: 0;
}

.panel-table .panel-body .table-bordered {
  border-style: none;
  margin: 0;
}

.panel-table .panel-body .table-bordered>thead>tr>th:first-of-type {
  text-align: center;
  width: 100px;
}

.panel-table .panel-body .table-bordered>thead>tr>th:last-of-type,
.panel-table .panel-body .table-bordered>tbody>tr>td:last-of-type {
  border-right: 0px;
}

.panel-table .panel-body .table-bordered>thead>tr>th:first-of-type,
.panel-table .panel-body .table-bordered>tbody>tr>td:first-of-type {
  border-left: 0px;
}

.panel-table .panel-body .table-bordered>tbody>tr:first-of-type>td {
  border-bottom: 0px;
}

.panel-table .panel-body .table-bordered>thead>tr:first-of-type>th {
  border-top: 0px;
}

.panel-table .panel-footer .pagination {
  margin: 0;
}

/*
    used to vertically center elements, may need modification if you're not using default sizes.
    */
.panel-table .panel-footer .col {
  line-height: 34px;
  height: 34px;
}

.panel-table .panel-heading .col h3 {
  line-height: 30px;
  height: 30px;
}

.panel-table .panel-body .table-bordered>tbody>tr>td {
  line-height: 34px;
}



/*

#floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#floating-button .base {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}


#floating-button .edit {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-weight: 300;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}





#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index:99999;
}

#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}
@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}
@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
}



.nd1 {
  background: #d3a411;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  background: #3c80f6;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}

.nd4 {
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
#container-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
  animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
  animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
  animation-delay: 0.2s;
}

.letter {
  font-size: 23px;
  font-family: "Roboto";
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile {
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
*/



/*
*  HELP CENTER
**/
.categories-clouds li {
  display: inline-block;
  margin-bottom: 5px
}

.categories-clouds li a {
  display: block;
  border: 1px solid;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: .9rem;
}















.single_post {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.single_post .body {
  padding: 30px
}

.single_post .img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px
}

.single_post .img-post>img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  max-width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .7;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .8s ease-in-out
}

.single_post .img-post:hover .social_share {
  display: block
}

.single_post .footer {
  padding: 0 30px 30px 30px
}

.single_post .footer .actions {
  display: inline-block
}

.single_post .footer .stats {
  cursor: default;
  list-style: none;
  padding: 0;
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 35px
}

.single_post .footer .stats li {
  border-left: solid 1px rgba(160, 160, 160, 0.3);
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 0 2em;
  padding: 0 0 0 2em;
  text-transform: uppercase;
  font-size: 13px
}

.single_post .footer .stats li a {
  color: #777
}

.single_post .footer .stats li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0
}

.single_post h3 {
  font-size: 20px;
  text-transform: uppercase
}

.single_post h3 a {
  color: #242424;
  text-decoration: none
}

.single_post p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0
}

.single_post .blockquote p {
  margin-top: 0 !important
}

.single_post .meta {
  list-style: none;
  padding: 0;
  margin: 0
}

.single_post .meta li {
  display: inline-block;
  margin-right: 15px
}

.single_post .meta li a {
  font-style: italic;
  color: #959595;
  text-decoration: none;
  font-size: 12px
}

.single_post .meta li a i {
  margin-right: 6px;
  font-size: 12px
}











/*
.single_post2 {
  overflow: hidden
}

.single_post2 .content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative
}

.single_post2 .content .actions_sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px
}

.single_post2 .content .actions_sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
  font-weight: 100
}

.single_post2 .content .text {
  font-size: 15px
}


.right-box .instagram-plugin {
  overflow: hidden
}

.right-box .instagram-plugin li {
  float: left;
  overflow: hidden;
  border: 1px solid #fff
}

.comment-reply li {
  margin-bottom: 15px
}

.comment-reply li:last-child {
  margin-bottom: none
}

.comment-reply li h5 {
  font-size: 18px
}

.comment-reply li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777
}

.comment-reply .list-inline li {
  display: inline-block;
  margin: 0;
  padding-right: 20px
}

.comment-reply .list-inline li a {
  font-size: 13px
}

@media (max-width: 640px) {
  .blog-page .left-box .single-comment-box>ul>li {
    padding: 25px 0
  }

  .blog-page .left-box .single-comment-box ul li .icon-box {
    display: inline-block
  }

  .blog-page .left-box .single-comment-box ul li .text-box {
    display: block;
    padding-left: 0;
    margin-top: 10px
  }

  .blog-page .single_post .footer .stats {
    float: none;
    margin-top: 10px
  }

  .blog-page .single_post .body,
  .blog-page .single_post .footer {
    padding: 30px
  }
}
*/




/**********************************************
*
*         MESSAGES BOX
*
*
***********************************************/


.email-app {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #e1e6ef;
}

.email-app nav {
  flex: 0 0 200px;
  padding: 1rem;
  border-right: 1px solid #e1e6ef;
}

.email-app nav.wide {
  flex: 0 0 30%;
}

.email-app nav .btn-block {
  margin-bottom: 15px;
}

.email-app nav .nav {
  flex-direction: column;
}

.email-app nav .nav .nav-item {
  position: relative;
}

.email-app nav .nav .nav-item .nav-link,
.email-app nav .nav .nav-item .navbar .dropdown-toggle,
.navbar .email-app nav .nav .nav-item .dropdown-toggle {
  color: #151b1e;
  border-bottom: 1px solid #e1e6ef;
}

.email-app nav .nav .nav-item .nav-link i,
.email-app nav .nav .nav-item .navbar .dropdown-toggle i,
.navbar .email-app nav .nav .nav-item .dropdown-toggle i {
  width: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-align: center;
}

.email-app nav .nav .nav-item .nav-link .badge,
.email-app nav .nav .nav-item .navbar .dropdown-toggle .badge,
.navbar .email-app nav .nav .nav-item .dropdown-toggle .badge {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
}

.email-app main {
  min-width: 0;
  flex: 1;
  padding: 1rem;
}

.email-app .inbox .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e6ef;
}

.email-app .inbox .messages {
  padding: 0;
  list-style: none;
}

.email-app .inbox .message {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #e1e6ef;
}

.email-app .inbox .message:hover {
  background: #f9f9fa;
}

.email-app .inbox .message .actions {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
}

.email-app .inbox .message .actions .action {
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
  text-align: center;
}

.email-app .inbox .message .actions .action i {
  color: #c0cadd;
}


.email-app .inbox .message a {
  color: #000;
}

.email-app .inbox .message a:hover {
  text-decoration: none;
}

.email-app .inbox .message.unread .header,
.email-app .inbox .message.unread .title {
  font-weight: bold;
}

.email-app .inbox .message .header {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

.email-app .inbox .message .header .date {
  margin-left: auto;
}

.email-app .inbox .message .title {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email-app .inbox .message .description {
  font-size: 12px;
}

.email-app .message .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e6ef;
}

.email-app .message .details .title {
  padding: 1rem 0;
  font-weight: bold;
}

.email-app .message .details .header {
  display: flex;
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #e1e6ef;
  border-bottom: 1px solid #e1e6ef;
}

.email-app .message .details .header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}







.email-app .message .details .header .from {
  color: #212529;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 .375rem;
  margin: 0;
  list-style: none;
}



.email-app .message .details .header .date {
  margin-left: auto;
}

.email-app .message .details .attachments {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 3px solid #f9f9fa;
  border-bottom: 3px solid #f9f9fa;
}

.email-app .message .details .attachments .attachment {
  display: flex;
  margin: 0.5rem 0;
  font-size: 12px;
  align-self: center;
}

.email-app .message .details .attachments .attachment .badge {
  margin: 0 0.5rem;
  line-height: inherit;
}

.email-app .message .details .attachments .attachment .menu {
  margin-left: auto;
}

.email-app .message .details .attachments .attachment .menu a {
  padding: 0 0.5rem;
  font-size: 14px;
  color: #e1e6ef;
}

@media (max-width: 767px) {
  .email-app {
    flex-direction: column;
  }

  .email-app nav {
    flex: 0 0 100%;
  }
}

@media (max-width: 575px) {
  .email-app .message .header {
    flex-flow: row wrap;
  }

  .email-app .message .header .date {
    flex: 0 0 100%;
  }
}















/**********************************************
*
*         Split View
*
*
*
***********************************************/
.split {
  display: flex;
  flex-direction: row;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  cursor: col-resize;
}

/**********************************************
*
*         Calendar Beta
*
*
*
***********************************************/


.calentry {
  padding: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*

<div class="calentry purple assignment" href="javascript:void(0);" data-assignid="317" id="ddMl_317" data-str="2024-01-03" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="details">
    
   <h3 class="d-flex justify-content-around align-items-center"> <span class="calflag rounded workcode_reg" data-toggle="popover" data-html="true" data-trigger="hover" title="" data-content="<b class='text-muted'>LAST TOUCHED:</b>&nbsp;&nbsp;2024-01-01 16:01:07 By Administrator, ePar" data-original-title="\\Engine 100\CP">
                           BID</span>
    <span>0800-0800</span>
<i class="fas fa-cog" aria-hidden="true"></i>

</h3>
    
    <p> \\Station 100\Engine 100 CP </p>


</div></div>
*/

.details {
  border-radius: 4px;
  background: #fff;
 /* box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.50); */
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); 
  border: 1px solid #EBECEE;
 /* padding: 10px;*/
  border-left: 5px solid var(--theme-bg);
  height: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
}

.calentry h3 {
  font-size: 12px;
  font-weight: 600;
  /*
  line-height: 1.4;
  padding: 2px 5px;
  */
  padding-top: 9px;
  border-radius: 2px;
}


.calentry.red {
  --theme-bg: #ea0d00;
}

.calentry.green {
  --theme-bg: #3ca93c;
}

.calentry.blue {
  --theme-bg: #1b1bf4;
}

.calentry.pink {
  --theme-bg: #FF3399;
}

.calentry.orange {
  --theme-bg: #F39C12;
}

.calentry.purple {
  --theme-bg: #9933CC;
}

.calentry.kd {
  --theme-bg: #DE3163;
}

.calentry.gray {
  --theme-bg: #BBBCBC;
}

.calentry p {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin: 0;
}

.calentry p+p {
  color: #858585;
  margin-top: 5px;
  font-weight: 400;
}

.calentry .day {
overflow:auto;
}







/**********************************************
*
*        Timeline
*
*
***********************************************/







.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}
.axis text {
  font-size: 10px;
}
.timeline-label {
  font-size: 12px;
}
#timeline2 .axis {
  transform: translate(0px,40px);
  -ms-transform: translate(0px,40px); /* IE 9 */
  -webkit-transform: translate(0px,40px); /* Safari and Chrome */
  -o-transform: translate(0px,40px); /* Opera */
  -moz-transform: translate(0px,40px); /* Firefox */
}
.coloredDiv {
  height:20px; width:20px; float:left;
}



/**********************************************
*
*        TIMELINE - USER ASSIGNMENT SMALL
*
*
***********************************************/





.timeline_area {
  position: relative;
  z-index: 1;
}
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area {
      padding-left: 100px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
      width: 100px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #A93226;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
      padding: 20px;
  }
}















/**********************************************
*
*        HELP POPUP
*
*
***********************************************/





.ibox-content {
  background-color: #FFFFFF;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #E7EAEC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}

.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

.hr-line-dashed {
  border-top: 1px dashed #E7EAEC;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}



.search_footer{
  position: relative;
  padding: 1rem;
  background-color: #f3f3f3;
  text-align: center;
}



.search_footer::before {
  content: '';
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom-color: #f3f3f3;
}



.btn-grey{
  background-color:#D8D8D8;
color:#FFF;
}





.timeline3 {
  list-style-type: none;
  position: relative
}

.timeline3:before {
  background: #dee2e6;
  left: 9px;
  width: 2px;
  height: 100%
}

.timeline3-item:before,
.timeline3:before {
  content: " ";
  display: inline-block;
  position: absolute;
  z-index: 1
}

.timeline3-item:before {
  background: #fff;
  border-radius: 50%;
  border: 3px solid #3b7ddd;
  left: 0;
  width: 20px;
  height: 20px
}






.card-counter{
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: .3s linear all;
}

.card-counter:hover{
  box-shadow: 4px 4px 20px #DADADA;
  transition: .3s linear all;
}

.card-counter.primary{
  background-color: #007bff;
  color: #FFF;
}

.card-counter.danger{
  background-color: #ef5350;
  color: #FFF;
}  

.card-counter.success{
  background-color: #66bb6a;
  color: #FFF;
}  

.card-counter.info{
  background-color: #26c6da;
  color: #FFF;
}  

.card-counter i{
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers{
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
  color: #fff;
}

.card-counter .count-name{
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
  color: #fff;
}




/**********************************************
*
*       BETA - TIMELINE ROSTER
*
*
***********************************************/

.tlr_event {
  border-width: 1px;
  font-size: .75em;
  padding: 0 .75em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;

}
.tlr_event.begin {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tlr_event.end {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}




/**********************************************
*
*       BETA - STATION TASK LIST
*
*
***********************************************/


.thumb-sm {
  height: 36px;
  width: 36px;
}
.card-box {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}

.taskList {
  min-height: 40px;
  margin-bottom: 0
}

.taskList li {
  background-color: #fff;
  border: 1px solid rgba(121, 121, 121, .2);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px
}

.taskList li:last-of-type {
  margin-bottom: 0
}

.taskList a {
  font-size: 13px
}

.taskList .checkbox {
  margin-left: 20px;
  margin-top: 5px
}







.station-tasks .tasks {
  background: #fff;
  padding: 0;
}

.station-tasks .task-list {
  height: 100%
}

.station-tasks .graph {
  height: 100%
}

.station-tasks .priority.high {
  background: #f86c6b;
 /* background: #fffdfd;*/
  margin-bottom: 1px
}

.station-tasks .priority.high span {
  background: #f86c6b;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px
}

.station-tasks .priority.medium {
  background: #fff0ab;
  margin-bottom: 1px
}

.station-tasks .priority.medium span {
  background: #f8cb00;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px
}

.station-tasks .priority.low {
  background: #cfedda;
  margin-bottom: 1px
}

.station-tasks .priority.low span {
  background: #4dbd74;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px
}

.station-tasks .task {
  border-bottom: 1px solid #e4e5e6;
  margin-bottom: 1px;
  position: relative
}

.station-tasks .task .desc {
  display: inline-block;
  width: 75%;
  padding: 10px 10px;
  font-size: 12px
}

.station-tasks .task .desc .title {
  font-size: 16px;
  margin-bottom: 5px
}

.station-tasks .task .time {
  display: inline-block;
  width: 15%;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0
}


.station-tasks .task .time .date {
  margin-bottom: 5px
}

.station-tasks .task.last {
  border-bottom: 1px solid transparent
}

.station-tasks .task.high {
  border-left: 2px solid #f86c6b
}

.station-tasks .task.medium {
  border-left: 2px solid #f8cb00
}

.station-tasks .task.low {
  border-left: 2px solid #4dbd74
}



/*

.station-tasks .timeline {
  width: auto;
  height: 100%;
  margin: 20px auto;
  position: relative
}

.station-tasks .timeline:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 4px;
  background: #d1d4d7;
  left: 50%;
  margin-left: -2px
}

.station-tasks .timeslot {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 5px 0
}

.station-tasks .timeslot .task {
  position: relative;
  width: 44%;
  display: block;
  border: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.station-tasks .timeslot .task span {
  border: 2px solid #63c2de;
  background: #e1f3f9;
  padding: 5px;
  display: block;
  font-size: 11px
}

.station-tasks .timeslot .task span span.details {
  font-size: 16px;
  margin-bottom: 10px
}

.station-tasks .timeslot .task span span.remaining {
  font-size: 14px
}

.station-tasks .timeslot .task span span {
  border: 0;
  background: 0 0;
  padding: 0
}

.station-tasks .timeslot .task .arrow {
  position: absolute;
  top: 6px;
  right: 0;
  height: 20px;
  width: 20px;
  border-left: 12px solid #63c2de;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-right: -18px
}

.station-tasks .timeslot .task .arrow:after {
  position: absolute;
  content: '';
  top: -12px;
  right: 3px;
  height: 20px;
  width: 20px;
  border-left: 12px solid #e1f3f9;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.station-tasks .timeslot .icon {
  position: absolute;
  border: 2px solid #d1d4d7;
  background: #2a2c36;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  height: 30px;
  width: 30px;
  top: 0;
  left: 50%;
  margin-left: -17px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-shadow: none;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.station-tasks .timeslot .time {
  background: #d1d4d7;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 1px;
  left: 50%;
  padding: 5px 10px 5px 40px;
  z-index: 1;
  margin-top: 1px
}

.station-tasks .timeslot.alt .task {
  margin-left: 56%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.station-tasks .timeslot.alt .task .arrow {
  position: absolute;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  border-left: none;
  border-right: 12px solid #63c2de;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: -18px
}

.station-tasks .timeslot.alt .task .arrow:after {
  top: -12px;
  left: 3px;
  height: 20px;
  width: 20px;
  border-left: none;
  border-right: 12px solid #e1f3f9;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.station-tasks .timeslot.alt .time {
  top: 1px;
  left: auto;
  right: 50%;
  padding: 5px 40px 5px 10px
}
*/





