/*  FLAT DASHBOARD */
.modal-header,
.flat-header-bar {
    background-color: #545B65;
    color: #eee;
    padding: 0.5em 2em;
    font-size: 1.2em;
    width: 100%;
    font-weight: 600;
    border-radius: 7px 7px 0px 0px;
}

.modal-content {
    margin:1em;
}

.modal-content span.info,
.modal-content label.info{
    color:#666;
}

.modal-content .input-form {
    margin: 10px 0;
}

.modal-content .input-form input{
    width: 250px;
    border-radius: 4px;
}

.modal-content .input-form label{
    font-weight: 600;
    width: 90px;
    display: inline-block;
    line-height: 1em;
}

.modal-content .input-form label.error,
.modal-content .input-form label.info{
    margin-left: 92px;
    font-weight: 500;
    width: auto;
    display: block;
    word-wrap: all;
}

.modal-content .input-form label.error{
    color: #F86335;
    font-style: italic;
}

.modal-content .button-form {
    width:100%;
    margin: 10px auto;
    text-align: right;
}

.flatbox-row .flatbox {
    min-height: 320px;
}

.flatbox {
    display: inline-block;
    vertical-align: top;
    width: 410px;
    background-color: #fff;
    margin: 1.5em 1em;
    /* 2019 new look updates */
    border-radius: 7px;
    overflow: hidden;
}

.flatbox.fit {
    width: auto;
    height: auto;
}

.flatbox.col-100,
.flatbox.full {
    width: 100%;
    max-width: 1328px;
}

.flatbox.col-50,
.flatbox.half {
    width: 50%;
    max-width: 764px;
}

.flatbox.col-40 {
    width: 40%;
    max-width: 764px;
}

.flatbox.col-35 {
    width: 35%;
    max-width: 500px;
}

.flatbox.col-33 {
    width: 33%;
    max-width: 500px;
}

.flatbox.col-30 {
    width: 30%;
    max-width: 500px;
}

.flatbox .header {
    background-color: #545B65;
    color: #fff;
    padding: 1em 2em;
    font-size: 13px;
}

.flatbox .header a {
    color: #FFF;
}

.flatbox .content .header-panel {
    float: left;
    line-height: 2.5em;
    background-color: #858d9a;
    padding: 0 20px;
    color: #FFF;
    min-height: 278px;
}

.flatbox .content .detail-panel {
    float: left;
    line-height: 2.5em;
    padding: 0 0 0 20px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
}

.flatbox .content .detail-panel div {
    overflow: hidden;
}

.flatbox .content .tool-panel {
    float: right;
    line-height: 2.5em;
    padding: 0 5px 0 0;
    background-color: #fff;
}

.flatbox .content .tool-panel .flatbtn {
    margin: 0 0.3em;
}

.flatbox .content {
    position: relative;
    overflow: hidden;
}

.flatbox.action .content {
    text-align: center;
    margin: 1em 0;
}

.flatbox.action .content .flatbtn .text {
    padding-left: 1em;
}

.flatbox .content .upgrade-option {
    color: #3399DB;
    font-weight: bold;
    cursor: pointer;
}

.flatbox .content .upgrade-option:before {
    content: " [ ";
    color: #000;
    font-weight: normal;
}

.flatbox .content .upgrade-option:after {
    content: " ] ";
    color: #000;
    font-weight: normal;
}

.flatbox .content .update-available {
    color: #6BD895;
    font-weight: bold;
    cursor: pointer;
}

.flatbox .content .update-available:before {
    content: " [ ";
    color: #000;
    font-weight: normal;
}

.flatbox .content .update-available:after {
    content: " ] ";
    color: #000;
    font-weight: normal;
}

.flatbox.action {
    width: 265px;
}

.flatbox.action .content .sms {
    color: #ADBDCD;
}

.flatbox.action .content .sms:before {
    content: " [";
    color: #FFF;
}

.flatbox.action .content .sms:after {
    content: "] ";
    color: #FFF;
}

.flatbox.action .flatbtn{
    width: 230px;
}

.flatbox .content.map {
    text-align: center;
    height: 350px;
}

.flatbtn {
    cursor: pointer;
    display: inline-block;
    background-color: #858D9A;
    color: #FFF;
    margin: 0.3em;
    line-height: 45px;
    width: 250px;
    font-size: 1.3em;
    text-align: center;
    /* 2019 new look updates */
    border-radius: 15px;
    box-shadow: 1px 3px 3px #b5b5b5;
}
.flatbtn.noshadow {
  box-shadow: none;
}
.flatbtn.square {
  border-radius: 0px;
  box-shadow: 1px 3px 3px #333;
}
.flatbtn.sm {
  font-size: 1em;
  line-height: 30px;
  width: 150px;
}
.flatbtn.renew{
  background-color: #1d9d74;
}
.flatbtn.upgrade{
  background-color: #0091B6;
}
.flatbtn.close{
  background-color: #bb2525;
}
.flatbtn.cancel-sub{
  background-color: #da6c6c;
}
.flatbtn.sub-cancelled{
  cursor: not-allowed;
  color: #2B2E33;
  background-color: #ccc;
}
.flatbtn.sub-cancelled:hover {
  color: #2B2E33;
  background-color: #ccc;
}
.flatbtn.update{
  background-color: #fdaa56;
}
button.flatbtn {
    border: none;
}
.flatbtn-blue {
    background-color: #0091B6;
}
.flatbtn.formbtn {
    margin: 0.3em;
    padding: 0.3em 1em;
    line-height: 2em;
    font-size: 1em;
    text-align: center;
    width: auto;
}
.flatbtn.formbtn.disabled {
    color: #fefefe !important;
    background-color: #d2d6dc !important;
    cursor: default !important;
}
.flatbtn.cancel {
    background-color: #CCC;
}
.flatbtn.disabled {
  color: #fefefe !important;
  background-color: #d2d6dc !important;
  cursor: default !important;
}
.flatbtn:hover {
    color: #FAB500;
    background-color: #2B2E33;
}

.flat-clickable {
    cursor: pointer;
    color: #858D9A;
}

.flat-clickable:hover {
    color: #FAB500;
}

table.select-table > tbody > tr,
table.sort-table th.sort-able {
    cursor: pointer;
}
table.flat-table .sortable-wrapper th.sort-able.active,
table.flat-table th.sort-able:hover .sortorder,
table.flat-table th.sort-able.active .sortorder{
    color: #FAB500;
}
table.fold-table > tbody > tr:not(.fold) {
    cursor: pointer;
}
table.fold-table > tbody > tr.fold {
    background-color: #E7ECF2;
    display: none;
}
table.fold-table > tbody > tr.fold.open {
    display: table-row;
    margin: 0 auto;
}
table.fold-table > thead > tr.disable > th {
  background-color: #ddd !important;
  color: #888 !important;
}
table.fold-table > tbody > tr.disable > td {
  background-color: #FEFEFE !important;
  color: #cfd3da !important;
  cursor: default !important;
}
table.fold-table > tbody > tr.inactive > td {
  background-color: #FEFEFE !important;
  cursor: default !important;
}
table.flat-table {
    border: 1px solid #d4d4e0;
    width: 100%;
}
table.flat-table th{
    color: #fefefe;
    background-color: #858d9a;
    text-align: left;
    vertical-align: top;
}

table.flat-table.select-table > tbody > tr:hover > td,
table.flat-table.select-table > tbody > tr.active > td,
table.flat-table.sort-table > thead > tr > th.sort-able:hover,
table.flat-table.sort-table > thead > tr > th.sort-able.active,
table.flat-table.fold-table > tbody > tr:not(.fold):hover > td,
table.flat-table.fold-table > tbody > tr:not(.fold).active > td{
    color: #FAB500 !important;
    background-color: #2B2E33 !important;
}
table.flat-table > thead > tr.disable > th.sort-able.active {
  background-color: #bbb !important;
  color: #666 !important;
}
table.flat-table > tbody > tr:nth-child(even) > td,
table.flat-table > tr:nth-child(even) > td {
 background-color: #E7ECF2;
}
table.flat-table > tbody > tr:nth-child(odd) > td,
table.flat-table > tr:nth-child(odd) > td {
 background-color: #FEFEFE;
}
table.flat-table.fold-table > tbody > tr:nth-child(4n-1) > td {
 background-color: #E7ECF2;
}
table.flat-table.fold-table > tbody > tr:nth-child(4n-3) > td {
 background-color: #FEFEFE;
}
table.flat-table td, table.flat-table th {
    border-right: 1px solid #d4d4e0;
    border-top: 1px solid #d4d4e0;
    max-width: 400px;
    padding: 6px 8px;
    word-wrap: break-word;
}
table.flat-table td {
    color: #6F747D;
    font-weight: 600;
}

.flatbtn.ondate{
    width: 70px;
    font-size: 1em;
    line-height: 30px;
}


/* Override datepicker theme*/
.ui-widget-header {
    background: #55b2d8 none;
    border: 1px solid #545b65;
}
.ui-widget-content {
    border: 1px solid #bac2cd;
    background: #FFF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #bac2cd;
    background: #FFF;
    font-weight: bold;
    color: #545b65;
    
    text-align: center;
    border-radius: 5px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #bac2cd;
    background: #545b65;
    color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #bac2cd;
    background: #bac2cd;
    font-weight: bold;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: unset;
}

.flat-tooltip {
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 10000;
}

select.flat-select > option:hover {
    background-color: #2B2E33;
    color: #FAB500;
    outline: none;
}

select.flat-select,
select.flat-select option {
    outline: none;
}

.flat-language .languages-container {
  top: 5px;
  right: 5px;
  padding: 0px 5px 5px 7px;
  width: 100px;
  background-position: 85px 10px;
  background-color: #83878D;
  background-image: url(/img/white-downarrow.png);
  text-transform: none;
  color: #eeeeee;
  line-height: 15px;
  font-size: 11px;border-radius: 7px;
}

.flat-language .languages-container li a {
  display: block;
  width: 100%;
  color: #eee;
}

.flat-language .languages-container .icons-flags {
  top: 5px;
  margin-right: 6px;
}

.flat-language .languages-container li:hover a {
  color: #444B55;
}

.flat-ldr {
  margin: 100px auto;
  text-align: center;
  font-size: 10px;
}

.flat-ldr > div {
  background-color: #545B65;
  height: 15px;
  width: 10px;
  display: inline-block;
  margin: 2px;
  
  -webkit-animation: sk-stretchdelay 1.5s infinite ease-in-out;
  animation: sk-stretchdelay 1.5s infinite ease-in-out;
}

.flat-ldr .rect2 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.flat-ldr .rect3 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}

.flat-ldr .rect4 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.flat-ldr .rect5 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.flat-ldr .rect6 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(1); opacity: 0.4; }  
  20% { -webkit-transform: scaleY(2.5); opacity: 1; }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 0.4;
  }  20% { 
    transform: scaleY(2.5);
    -webkit-transform: scaleY(2.5);
    opacity: 1;
  }
}

.dashboard-notification {
  width: 100%;
  display: table;
  background-color: #167AC6;
  padding: 0.5em 1em 0.3em 1em;
  position: relative;
  font-size: 1.15em;
  min-width: 1024px;
  border-radius: 20px;
  padding: 12px 15px;
  opacity: 0;
  animation: 1s notification-slide 0.23s ease-in-out forwards;
}

@keyframes notification-slide {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

.dashboard-notification.warning {
  background-color: #ffc75e;
}

.dashboard-notification .content {
  display: table-cell;
  color: #fefefe;
  vertical-align: middle;
}
.dashboard-notification .content a{
    color: #fefefe;
    text-decoration: underline;
}

.dashboard-notification.warning .content {
  color: #000;
}

.dashboard-notification .content .link {
  color: #fefefe;
  text-decoration: underline;
  cursor: pointer;
}

.dashboard-notification .not-break {
  white-space: nowrap; 
}

.dashboard-notification.warning .content .link{
  color: #167AC6;
}

.dashboard-notification .control {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.dashboard-notification .control .flatbtn {
  width: 4em;
  height: 1.8em;
  font-size: 0.9em;
  line-height: 0.8em;
  padding: 0.5em;
}

.dashboard-notification .control > div {
  display: inline-block;
  float: right;
}

.dashboard-notification .control .checkbox {
  color: #fefefe;
  float: right;
}

.dashboard-notification.warning .control .checkbox {
  color: #000;
}

.dashboard-notification .control .checkbox input[type="checkbox"]{
  position: relative;
  top: 3px;
  margin: auto;
}

.dashboard-notification .control .close {
  margin-left: 1.15em;
}

.dashboard-notification .control .flat-clickable {
  color: #fefefe;
}

.dashboard-notification.warning .control .flat-clickable {
  color: #444;
}

.dashboard-notification .control .flat-clickable:hover {
  color: #444;
}

.dashboard-notification.warning .control .flat-clickable:hover {
  color: #aaa;
}

.dashboard-notification-detail.modal {
  padding: 1.5em;
  max-width: 700px;
  font-size: 1.2em;
}

.license-profile {
  border-radius: 7px;
  overflow: hidden;
}

.license-profile.order table.flat-table.select-table > tbody > tr.disable:hover > td,
.license-profile.order table.flat-table.select-table > tbody > tr.disable.active > td,
.license-profile.order table.flat-table.sort-table > thead > tr.disable > th.sort-able:hover,
.license-profile.order table.flat-table.sort-table > thead > tr.disable > th.sort-able.active,
.license-profile.order table.flat-table.fold-table > tbody > tr.disable:not(.fold):hover > td,
.license-profile.order table.flat-table.fold-table > tbody > tr.disable:not(.fold).active > td{
  color: #FFF !important;
  background-color: #777 !important;
}