/*********************************
 LEGACY STYLING
*********************************/

.Oval {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 41px !important;
    background-color: rgba(6, 31, 93, 0.05);
    margin: auto;
  }

.img-circle {
	border-radius: 50%!important
}
.img-rounded {
	border-radius: 6px!important
}

.swapBtn {
    color: rgba(0,0,0,0.7);
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    font-weight: 500;
 }

 .Close {
    float: right;
      border-radius: 50px !important;
      margin-top: -11px;
      background-color: #061f5d;
      color: white;
      border: solid 1px #061f5d;
  }

.badge {
    font-size: .8rem !important;
    font-weight: 300;
    height: 1.3rem;
    color: #fff;
    background-color: rgba(249, 0, 0, 0.9);
    padding: 4px 8px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none!important;
    text-align: center;
    vertical-align: middle;
}

.container-root {
    z-index: 1000;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.banner {
  padding: 48px 0;
    text-align: center;
}
.signin-form {
    margin: 8px auto 0 auto;
}

.bg-left {
    z-index: -1;
    position: fixed;
    bottom: 8px;
    left: 8px;
    width: 200px;
    height: 200px;
    background-image: url("/img/logo-zrost.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 0px) {
    .container-maxWidthXs {
        max-width: 444px;
    }
}
@media (max-width: 600px) {
    .container-root {
        padding: 24px 8px;
    }
    .bg-left {
        width: 50px;
        height: 50px;
    }
}
.continue-with-micro-btn {
    background-color: #C0DBEA;
    text-align: center;
    cursor: pointer;
    text-transform: none !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle {
    background-color: #f0f0f0 !important;
}

.search-count {
    font-size: .9rem;
    font-style: italic;
}

.d-none {
    display: none;
}

.mb-0 {
    margin-bottom: 0;
}

.my-2 {
    margin: 8px 0;
}

.mr-1 {
    margin-right: 4px;
}

.ml-1 {
    margin-left: 4px;
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pb-1 {
    padding-bottom: 4px;
}


#password-strength {
    margin-left: 5px;
}

.short {
    color: #FF0000;
}

.weak {
    color: #E66C2C;
}

.good {
    color: #2D98F3;
}

.strong {
    color: #006400;
}

.pass_match {
    color: green;
}

.pass_not_match {
    color: red;
}

.img-responsive {
    width: 80%;
}

@media only screen and (max-width: 480px) {
    .img-responsive {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .page-content-wrapper .page-content {
        padding: 0px 0 0 20px !important;
    }
}

.page-head .page-title {
    padding: 5px 0 25px !important;
}

.card-icon i {
    font-size: 35px !important;
    padding: 31px 21px !important;
    margin: 18px 0 !important;
}

.caption-subject { 
    font-size:16px;
}

.bold.btn,
.sbold.btn {
	letter-spacing: 0
}

/*********************************
 BOOTSTRAP OVERRIDES
*********************************/

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    vertical-align: middle;
}


/*********************************
 MAIN STYLING
*********************************/

:root,
html {
    font-size: 18px;
}

body {
    color: rgba(0,0,0,0.7);
    padding: 0px !important;
    margin: 0px !important;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
    background-color: rgb(245,245,245);
}
 
a:active,
a:focus,
a:hover {
	outline: 0
}

a:link,
a:visited {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

a, 
a:hover, 
a:active, 
a:visited {
    color: rgba(0,0,0,0.7);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300
}

h1 {
    font-size: 1.6rem;
}
h2 {
    font-size: 1.1rem;
}
h3 {
    font-size: 1rem;
}
h4 {
    font-size: .8rem;
}
h5 {
    font-size: .8rem;
}
h6 {
    font-size: .8rem;
}

.page-header-title {
    float: left;
    display: block;
    height: 48px;
    padding: 12px 0 12px 24px;
    margin: 4px 0 0 0;
    overflow: hidden;
}
.page-header-title h1 {
    color: #FFF;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
}

.page-header.navbar {
    background-color: #000;
    border-bottom: 1px solid #000;
}

.page-container {
    margin: 0;
    padding: 20px 20px 0 0; 
    position: relative;
}

.page-content {
    margin-top: 0;
    padding: 0;
}
  
.page-full-width .page-content {
    margin-left: 0!important;
}

.streamline-icon-single-neutral14x14 {
  margin-top: 15px;
  width: 34px;
  height: 38px;
  object-fit: contain;
}

.dialog-container {
  margin: 32px auto;
  width: 60%;
  min-width: 600px;
}

.nav-item {

}

.nav-item img {
    height: 1.5rem;
    margin: 0 8px 0 0;
}

.nav-item span {
    font-size: 1rem;
    text-align: left;
}

.nav-item a:hover {
    background-color: #d9dee4;
}

.card {
  min-width: 250px;
  border-radius: 12px;
  padding: 8px;
  margin: 0;
  background-color: #FFFFFF;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.card-title {
  margin-top:15px;
}
.card-header {
    display: flex;
    padding: 8px;
    margin: 0 0 8px 0;
    flex-direction: row;
    justify-content: space-between;
}

.card-header h2 {
    padding: 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
}
.card-header-title {
    padding: 0;
}
.card-header-title .sub-heading {
    padding: 0;
    margin: 4px 0 0 0;
    font-size: 0.9rem;
    font-style: italic;
    color: rgba(0,0,0,0.5);
}

.card-header-actions {
    text-align: right;
    padding: 0;
    margin: 0 0 16px 0;
}
.card-header-actions .btn {
    margin-left: 8px;
}

.card-content {
  padding: 8px;
}
.card-actions {
    text-align: right;
    padding: 8px;
}
.card-actions .btn {
    margin-left: 8px;
}

.card-chart {
    height: 300px
}

.chart-container {
    height: 200px; 
    width: 400px; 
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.table td, 
.table th {
    font-size: 1rem; 
    font-weight: 300;
    vertical-align: middle;
}

.table th {
    background-color: #FFF;
    font-weight: 400;
}

.table-borderless,
.table-borderless th, 
.table-borderless td  {
    border: none !important;
}

.table-beds {
    border-collapse: collapse;
    background-color: #FFF;
}

.table-beds, 
.table-beds th, 
.table-beds td {
    border: 1px solid rgba(6, 31, 93, 0.7);
}
.table-beds th, 
.table-beds td {
    padding: 8px;
}
.table-beds th {
    text-align: center;
}

.table-shifts {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFF;
}
.table-shifts, 
.table-shifts th, 
.table-shifts td {
    border: 1px solid rgba(6, 31, 93, 0.7);
}
.table-shifts th, 
.table-shifts td {
    padding: 8px;
}

.table-shifts th {
    text-align: center;
    background-color: #c5e4fb;
    position: sticky;
    top: 64px;
}

.table-shifts th.weekend {
    background-color: #a1cff2;
}

.table-separator {
    padding: 8px;
    border: 1px solid rgba(6, 31, 93, 0.7);
    border-top: none;
    border-bottom: none;
    background-color: #d3d3d3 !important;
    width: 100%;
    vertical-align: middle;
}

.table-shifts td {
    vertical-align: top;
    text-align: center;
}

.table-shifts .title {
    text-align: center;
    padding: 4px;
    margin: 0 0 4px 0;
}
.table-shifts .sub-title {
    text-align: center;
    padding: 4px;
    font-style: italic;
    margin: 0 0 4px 0;
}

.table-shifts .sub-heading {
    font-weight: 600;
    padding: 0 0 4px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid rgba(6, 31, 93, 0.4);
}


.table-shifts .list-item {
  font-size: .8rem;
  margin: 4px 0;
}

.table-shifts .emp-data {
    text-align: center;
    padding: 4px;
    background-color: #FFF;
    font-size: .8rem;
    margin: 4px 0;
    border: 1px solid rgba(6, 31, 93, 0.4);
    border-radius: 12px;
}
.table-shifts .emp-data .assignment-remark img{
    width: 16px;
    transform: scaleX(-1);
    cursor: pointer;
    position: absolute;
}

.table-separator h3 {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

.table-info {
    width: 100%;
    background-color: #FFF;
}

.th-index,
.td-index {
    width: 5rem;
}
.th-number {
    text-align: center;
}

.th-total {
    width: 10rem;
}
.th-name {
    text-align: left !important;
}
.th-date {
    text-align: center;
    width: 10rem;
}
.th-date-time {
    text-align: center;
    width: 15rem;
}
.th-swatch {
    width: 3rem;
}
.th-actions {
    text-align: center !important;
  }

.td-name {
    text-align: left;
    min-width: 10rem;
}

.td-swatch {
    text-align: center !important;
}
.td-date,
.td-date-time {
    text-align: center;
}
.td-number {
    text-align: right;
    padding-right: 16px;
}
.td-actions {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
.td-message {
    text-align: center;
    font-style: italic;
    padding: 8px 16px;
}

td .info {
    display: block;
    font-style: italic;
    font-size: .8rem;
    color: rgba(0,0,0,0.5);
}

.modal-dialog-sm {
    width: 50%;
}
.modal-dialog-md {
    width: 70%;
}
.modal-dialog-lg {
    width: 90%;
}

.modal-body-content {
    padding: 0;
    margin: 0 0 16px 0;
    clear: both;
}

.blank-icon,
.link-icon {
    margin: 0 0 0 8px;
    border-radius: 1.1rem !important;
}

.link-icon:hover {
  background-color: #d3d4d8;
}

.blank-icon img,
.link-icon img {
    border: none;
    padding: 2px;
    height: 1.6rem;
}

.icon-swatch {
    width: 1.4rem;
    height: 1.4rem;
    border: none;
    border-radius: 50%;
    padding: 2px;
    background-color: #FFF;
}

.swatch_mitigated {
    background-color: rgba(8, 181, 16, 0.2)!important;
}
.swatch_excess {
    background-color: rgba(8, 181, 16, 0.6)!important;
}
.swatch_adequate {
    background-color: rgba(8, 181, 16, 0.9)!important;
}
.swatch_shortage {
    background-color: rgba(249, 0, 0, 0.9)!important;
}

.swatch_L0 {
    background-color: rgba(231, 148, 234, 0.9)!important;
}
.swatch_L1a {
    background-color: rgba(191, 55, 229, 0.66)!important;
}
.swatch_L1b {
    background-color: rgba(191, 55, 229, 0.899)!important;
}
.swatch_L2 {
    background-color: rgba(103, 50, 228, 0.718)!important;
}
.swatch_L3 {
    background-color: rgba(71, 41, 244, .9)!important;
}
.swatch_S {
    background-color: rgba(41, 197, 244, 0.9)!important;
}

.swatch_P1 {
    background-color: #FC644d;
}
.swatch_P2 {
    background-color: #EFB936;
}
.swatch_P3 {
    background-color: #55BE87;
}

.swatch_published {
    background-color: rgba(8, 181, 16, 0.9)!important;
}
.swatch_draft {
    background-color: rgba(41, 197, 244, 0.9)!important;
}

.swatch_location_base {
    background-color: #00BAC7!important;
}
.swatch_location_other {
    background-color: #84C700!important;
}
.swatch_employee_bank {
    background-color: #e7ecf4!important;
}
.swatch_locked {
    background-color: #ee9949!important;
}



.swatch-container {
    display: flex;
    margin: 0;
}

.swatch-label {
   height: 1.4rem;
   padding: 0 0 0 12px;
   vertical-align: middle;
}

.chart-bar {
    float: left;
    margin: 0 8px 0 0;
    width: 0;
    height: 1.4rem;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #fff;
    text-align: center;
    background-color: #CCC;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.dashboard_icon {
  font-size: 30px;
  margin-top:24px;
  color:#061f5d !important;
  
}


.portlet.box.blue>.portlet-title>.caption, .portlet.box.blue>.portlet-title>.caption>i {
    color: #061f5d!important;
    font-weight:600!important;
}
.portlet.blue, .portlet.box.blue>.portlet-title, .portlet>.portlet-body.blue{
  background-color: #eaeaea!important;
}

.caption-subject{
  margin-bottom:5px;
}
.dashboard_background{
  background: #f9f9f9;
}

.portlet {
    padding: 0;
}

.portlet-title {
    padding: 0 0 0 16px;
    margin-bottom: 16px;
    border: none;
}

.portlet-body {
    padding: 0;
}

form {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline;
}

.form-title {
    font-size: .9rem;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.form-row {
    margin: 20px 0;
    padding: 0;
    width: 100%;
}
.form-row-last {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    font-size: .9rem;
}

.button-group,
.form-group {
    min-width: 120px;
    margin-bottom: 16px;
}

.form-group-sm {
    width: 20%;
}

.form-group-md {
    width: 40%;
}

.form-group-lg {
    width: 100%;
}

.button-group button {
    margin-left: 4px;
}

.input-group {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    justify-content: start; 
    align-items: stretch;  
}

.input-group label {
    display: inline;
    margin-right: 8px;
}

.form-control {
    font-size: 1rem;
    box-shadow: none!important;
    outline: 0!important;
    color: rgba(0,0,0,0.7);
    padding: 4px;
    border-radius: 8px;
    border:1px solid #CCC;
    display: block;
    width: 100%;
}

.form-control:focus {
    outline: none !important;
    border-color: rgba(0,0,0,0.7);
}

.form-control-full {
    width: 100%;
}

.form-control-small {
    width: 9rem;
}

.input-group-sm>.input-group-btn>select.btn, 
.input-group-sm>select.form-control, 
.input-group-sm>select.input-group-addon, 
select.input-sm {
    height: unset;
}



label {
    margin-bottom: 8px !important;
    font-weight: 500;
    display: block;
}

label .inline {
    display: inline;
    margin-right: 8px;
}

.btn {
    text-align: center;vertical-align: middle;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
    text-transform: capitalize;
    box-shadow: none!important;
    border-radius: 1.1rem !important;
    min-width: 100px;
    padding: 6px 18px;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    display: inline-block;
    margin: 0;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857;
}

.btn.active,
.btn:focus,
.btn:active,
.btn:hover {
    color: rgba(0,0,0,0.7);
    background-color: #d3d4d8;
    border-color: #d3d4d8;
}

.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:focus,
.btn-primary:active, 
.btn-primary:hover {
    color: #ffffff;
    background-color: #393939;
    border-color: #393939;
}

.btn-secondary {
    color: #000000;
    background-color: #ff9800;
    border-color: #ff9800;
}

.btn-secondary:focus,
.btn-secondary:active, 
.btn-secondary:hover {
    color: #000000;
    background-color: #f6ab48;
    border-color: #f6ab48;
}

.btn-full {
    margin: 0!important;
    width: 100%;
}

.breadcrumb {
    background: none;
    padding: 0 0 0;
    margin: 0;
    color: #c5ccd5;
}
  
.breadcrumb>li+li:before {
    display: none;
}

.breadcrumb .fa {
    font-size: 6px;
    margin: 0 2px 0 4px;
    position: relative;
    top: -1px;
}

.breadcrum_anchor {
    text-shadow: none;
}

.system-message {
    bottom: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
}

.alert {
    color: #FFF;
    display: block;
    text-align: left;
    font-size: .95rem;
    padding: 16px 32px;
    margin: 4px auto;
    border-radius: 4px;
    background-color: #323232;
    border: none;
    text-indent: 32px;
    width: 60%;
}

.alert button {
    float: right;
    border: none;
    background: none;
    color: #FFF;
    padding: 0;
}


.alert-warning {
    background: #ED6C02 url(https://cdn.premierit.com/images/icons/mui/warning_wt_24dp.svg) no-repeat 24px center / auto 32px;
}

.alert-error {
    background: #D32F2F url(https://cdn.premierit.com/images/icons/mui/error_wt_24dp.svg) no-repeat 24px center / auto 32px;
}

.alert-success {
    background: #2E7D32 url(https://cdn.premierit.com/images/icons/mui/task_alt_wt_24dp.svg) no-repeat 24px center / auto 32px;
}
.alert-info {
    background: #0288D1 url(https://cdn.premierit.com/images/icons/mui/info_wt_24dp.svg) no-repeat 24px center / auto 32px;
}

.text-warning {
    color: rgba(238, 121, 11, 0.9);
}
.text-error {
    color: rgba(249, 0, 0, 0.9);
}
.text-info {
    color: rgba(0, 139, 253, 0.9);
}
.text-success {
    color: rgba(8, 181, 16, 0.9);
}

.text-disabled {
    color: rgba(0,0,0,0.4);
}

.comment {
    font-style: italic;
}

.flex-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px; 
  justify-content: space-between; 
  align-items: stretch; 
}

.flex-container-left {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    justify-content: start; 
    align-items: stretch; 
  }

.flex-item {
    flex: 1;
}
.flex-item-half {
    flex: 1;
    min-width: calc(50% - 10px);
}
.flex-item-full {
    flex: 0 0 100%; 
}

.avatar {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background-color: rgba(6, 31, 93, 0.05);
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar img {
    width: 34px;
}


.card-icon-badge {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background-color: rgba(6, 31, 93, 0.05);
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon-badge img {
    width: 40px;
}

.colour-picker {
    height: 48px;
    width: 48px;
    padding: 4px;
}

dl.data-list {
    display: flex;
    flex-wrap: wrap; 
    gap: 16px; 
    justify-content: start; 
    align-items: stretch; 
}

ul.list-settings {
    list-style: none;
    margin: 0;
    padding: 0;
}


  /* OVERRIDES */

.nav>li>a:focus, 
.nav>li>a:hover {
    text-decoration: none;
    background-color: inherit ; 
}


.select2-container--bootstrap .select2-selection {
  font-family: Arial, Helvetica, sans-serif !important;  
  font-size: 1rem !important;
  color: rgba(0,0,0,0.7) !important;
}


table.dataTable td.sorting_1, 
table.dataTable td.sorting_2, 
table.dataTable td.sorting_3, 
table.dataTable th.sorting_1, 
table.dataTable th.sorting_2, 
table.dataTable th.sorting_3 {
 background: none !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #000000;
}
.pagination>li>a, 
.pagination>li>span {
    color: #000000;
}

.sweet-alert {
    padding: 16px;
    border-radius: 12px;
}

.disabled {
    color: #a9a9aa !important;
  }

.footer {
    width: 100%;
    padding: 24px 0;
    clear: both;
    position: relative;
    bottom: 0;
}

.footer-content {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.footer a {
    color: #023A59;
}
ul.footer-links {
    padding: 0 0 24px 0;
    margin: 0;
    font-size: .9rem;
}
ul.footer-links li {
    display: inline-block;
    margin: 8px 16px;
}
.copyright {
    font-weight: 400;
    font-size: .8rem;
}





.search-btn-con{
    text-align: center;
    margin-top: 8px;
}
.assignable-rotation-pattern {
    display: flex;
    justify-content: end;
}
.assignable-rotation-pattern #squareGreen{
    width: 30px;
    height: 20px;
    background: #08b510e6;
    margin-right: 4px;
}

.cost-center-card{
    height:225px;
}