@font-face {
  font-family: 'museosans_500';
  src: url('../fonts/museo-sans/museosans_500-webfont.woff') format('opentype');
}


body,
.main-header .logo,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /* font-family: 'museosans_500',"Arial","Helvetica Neue",sans-serif !important; */
  /* font-family: "Museo Sans", verdana, sans-serif; */
  font-family: 'Inter', sans-serif !important;
}

.k-animation-container {
  height: auto !important
}

#addressBookDirective .k-list-scroller {
  height: 400px !important
}

#addressBookDirectiv .k-nodata {
  width: 60% !important
}

#contentAddressBook li {
  font-size: 18px;
  letter-spacing: 0.5px
}

  #contentAddressBook li:hover {
    color: rgb(0,177,169)
  }

#contentAddressBook1 li {
  font-size: 18px;
  letter-spacing: 0.5px
}

  #contentAddressBook1 li:hover {
    color: rgb(0,177,169)
  }

a {
  color: #00A19C;
}

.right-user-menu a {
  padding: 7px 15px !important;
  /* color: #777 !important; */
  color: #fff;
}


  .right-user-menu a:hover {
    /* background-color: #8b8b8b !important;
    color: #fff !important; */
    background: #cec9f7 !important;
    color: #58478d !important;
  }

.sidebar-mini.sidebar-collapse .main-sidebar {
  width: 68px !important;
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 0;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  left: 68px;
}

.logo-mini img, .logo-lg img {
  width: 56px;
  height: 56px;
  background: #fff;
  padding: 2px;
  margin: 10px;
  margin-top: 7px;
  position: absolute;
  z-index: 10000;
}

.logo-mini img {
  margin-left: 5px;
}

.logo-lg img {
  /* margin-left: -10px; */
  float: left;
}





.content-wrapper {
  /* background: rgb(236, 237, 239, 1.0) !important;; */
  margin-left: 54px;
}

.main-footer {
  background: #272727;
  border-top:none;
 
}
.main-footer strong{
  color: #b2b2b4;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16PX;
} 
.skin-gray .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #4D4D4D;
  background-color: rgb(0, 161, 156) !important;
}
.skin-gray .sidebar-menu > li:hover > a, .skin-gray .sidebar-menu > li.active > a, .skin-gray .sidebar-menu > li.menu-open > a{
  /* background: transparent; */
  background: #02afa6;
  color: #333;
}
.skin-gray .sidebar-menu > li:hover > a > i > span{
  /* background: transparent; */
  background: #fff;
}

.content-header {
  background: #F2F2F2 !important;
  padding-bottom: 10px;
}

/*.logo-mini img, .logo-lg img {
  width: 40px;
  height: 38px;
  background-color: #fff;
  padding: 2px;
  margin: -2px 5px 0 4px;
}

.logo-lg img {
  float: left;
  margin-left: -10px;
  margin-top: 5px;
}*/

.logo-lg span {
  font-size: 16px;
}

.fms-right-menu-item.divider {
  margin: 0;
}

.fms-right-menu-item a {
  text-align: left;
  padding: 7px 15px !important;
  color: #777 !important;
}

  .fms-right-menu-item a:hover {
    background-color: #e1e3e9 !important;
    color: #333 !important;
  }

.navbar-nav > .user-menu > .dropdown-menu {
  min-width: 300px;
  margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu:after {
  position: absolute;
    content: '';
    right: 10px;
    top: -5px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  min-height: 185px;
  height: auto !important;  
}
.dropdown-menu>li>a {
  line-height: 25px;  
  font-weight: 200 !important;
  font-size: 14px;
  background: #ffffff;
  color: #313131;
}
.skin-gray .main-header li.user-header {
  background-color: #f8f8f8;
  /* background-color: #2E2E2E; */
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{
  font-size: 14px;
  font-weight: 700;
  color: #313131;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small{  
  color: #313131;
}

.fms-box-title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px !important;
}

.fms-space-20 {
  margin-bottom: 20px;
}

.fms-status {
  padding: 10px;
}

  .fms-status > .row > div {
    padding-left: 3px;
    padding-right: 3px;
  }

    .fms-status > .row > div:first-child {
      padding-left: 15px;
    }

    .fms-status > .row > div:last-child {
      padding-right: 15px;
    }

.fms-status-item {
  padding: 10px;
  height: 100px;
  position: relative;
  background: #F2F2F2;
}

  .fms-status-item.bg-success,
  .fms-status-item.bg-warning,
  .fms-status-item.bg-danger {
    color: #F2F2F2;
  }

  .fms-status-item.bg-success {
    background: #00A19C;
  }

  .fms-status-item.bg-warning {
    background: #f39c12;
  }

  .fms-status-item.bg-danger {
    background: #dd4b39;
  }

.fms-status-item-value {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.fms-status-item-description {
  position: absolute;
  bottom: 5px;
  max-height: 55px;
  overflow-y: auto;
  font-size: 13px;
}

.fms-status-item-status {
  position: absolute;
  bottom: 5px;
}

.fms-detail-information,
.fms-card-information {
  margin: 10px;
  background: #F2F2F2;
  /*height: 340px;
  overflow-y: auto;
  overflow-x: hidden;*/
}

.fms-card-information {
  /* height: 220px; */
}

  .fms-card-information img {
    /*width: 100px;*/
  }

.fms-table-filter {
  background: #F2F2F2;
  padding: 10px;
}

  .fms-table-filter .input-group-addon {
    border: 0;
    background: transparent;
  }


.fms-table-primary thead {
  background: #3c8dbc;
  color: #fff;
}

.fms-table-primary tfoot {
  background: #F2F2F2;
}

.fms-label-block {
  width: 100% !important;
  float: left;
  padding: 7px 10px !important;
}

.fms-label-nowrap {
  white-space: nowrap;
}

.fms-deviation-form-disabled {
  font-weight: bold;
  color: #3c8dbc;
}

#fms-deviation-form .box {
  border: 1px solid #3c8dbc;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

#fms-deviation-form .box-header {
  background: #3c8dbc;
  color: #FFF;
  border-bottom: 1px #fff solid;
}

#fms-deviation-form .btn-box-tool {
  color: #ffffff;
}

@media (max-width: 768px) {
  .fms-status-item-description, .fms-status-item-status {
    font-size: 11px;
  }

  .fms-momal-for-xs {
    width: auto !important;
  }
}

@media (min-width: 750px) and (max-width: 970px) {
  .fms-status, .fms-detail-information {
    font-size: 12px;
  }
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
  white-space: normal !important;
}




.fms-bell-notice {
  color: #ffffff !important;
  position: relative;
  display: block;
  padding: 15px;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  background-color: transparent;
}

  .fms-bell-notice > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
  }

  .fms-bell-notice:hover,
  .fms-bell-notice:active,
  .fms-bell-notice:focus,
  .fms-bell-notice,
  .fms-bell-notice:hover,
  .fms-bell-notice:focus,
  .fms-bell-notice {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #f6f6f6 !important;
  }




/* Style Notification */
.fms-lst-notice {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}

  .fms-lst-notice > li {
    position: relative;
  }

    .fms-lst-notice > li.header {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      background-color: #ffffff;
      padding: 7px 10px;
      border-bottom: 1px solid #f4f4f4;
      color: #444444;
      font-size: 14px;
    }

    .fms-lst-notice > li.footer > a {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 12px;
      background-color: #fff;
      padding: 7px 10px;
      border-bottom: 1px solid #eeeeee;
      /*color: #444 !important;*/
      text-align: center;
      border-top: 1px #ddd solid;
      margin-top: 10px;
    }

@media (max-width: 991px) {
  .fms-lst-notice > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}

.fms-lst-notice > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}

.fms-lst-notice > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

  .fms-lst-notice > li .menu > li > a {
    display: block;
    white-space: normal;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
  }

    .fms-lst-notice > li .menu > li > a:hover {
      background: #f4f4f4;
      text-decoration: none;
    }

  .fms-lst-notice > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    margin: 0 5px;
  }

    .fms-lst-notice > li .menu > li > a > .glyphicon,
    .fms-lst-notice > li .menu > li > a > .fa,
    .fms-lst-notice > li .menu > li > a > .ion {
      width: 20px;
    }

.fms-lst-notice {
  position: absolute;
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  .fms-lst-notice {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}

.fms-lst-notice > li .menu::-webkit-scrollbar,
.fms-lst-notice > li .menu::-webkit-scrollbar,
.fms-lst-notice > li .menu::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.fms-lst-notice > li .menu::-webkit-scrollbar-thumb,
.fms-lst-notice > li .menu::-webkit-scrollbar-thumb,
.fms-lst-notice > li .menu::-webkit-scrollbar-thumb {
  background-color: #3c8dbc;
  border: 2px solid #555555;
}

.text-primary {
  color: #00A19C !important;
}


.skin-gray .treeview-menu > li:hover,
.skin-gray .treeview-menu > li.active {
  background-color: #00A19C !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  width: 300px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  left: 300px !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
  background-color: #EFAA23 !important;
}

@media (max-width: 768px) {
  .logo-mini img, .logo-lg img {
    width: 40px;
    height: 40px;
  }
}

.sidebar-menu>li>a{
  font-size: 16px;
}
.skin-gray .sidebar a {
  color: #ffffff;
}
.sidebar .sidebar-menu {
  /* padding-top: 20px; */
}

.sidebar-collapse .sidebar-menu > li > a > .fa,
.sidebar-collapse .sidebar-menu > li > a > .glyphicon,
.sidebar-collapse .sidebar-menu > li > a > .ion {
  padding-left: 8px;
}

.show-space div.k-grid-header {
  padding-right: 0 !important;
}

/*Custom modal*/
md-dialog {
  border: 1px #ddd solid;
  box-shadow: 1px 2px 10px rgba(0,0,0,.5);
  margin-bottom: 20px !important;
}

  md-dialog .modal-dialog {
    width: inherit !important;
    margin: 0 !important;
  }

  md-dialog .modal-header {
    background-color: #00A19C !important;
    padding: 10px 15px !important;
    color: #fff !important;
    text-align: center !important;
  }

  md-dialog .layout-padding,
  md-dialog .layout-padding-gt-sm,
  md-dialog .layout-padding-md,
  md-dialog .layout-padding > *,
  md-dialog .layout-padding-gt-sm > *,
  md-dialog .layout-padding-md > *,
  md-dialog .layout-padding > .flex,
  md-dialog .layout-padding > .flex-gt-sm,
  md-dialog .layout-padding > .flex-md {
    padding: 0 !important;
  }

  md-dialog.modal-danger .modal-header {
    background-color: #00A19C !important;
  }

.fms-modal-danger .modal-header,
.fms-modal-danger .btn {
  background-color: #D81F2A !important;
}

.fms-modal-danger .modal-footer {
  text-align: center !important;
}


#lbl-workgroup {
  word-break: break-all;
}

.fms-mandatory-label:after {
  content: "*";
  color: red;
}

.fms-binding-text {
  font-size: 14px !important;
  padding-top: 10px !important;
}

.user-menu .dropdown-menu {
  right: -1px !important;
  background-color: #f8f8f8;
  border-radius: 0 !important;
}

.notice-highlight {
  background-color: #ffeaa7 !important;
}


.user-pick-icon {
  position: absolute !important;
  right: 15px !important;
}



.main-content-wrap{
  background: #22222a;
}
.main-title{
  color: #b2b2b4;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.up-search-form{
  padding: 50px;
}
.content-wrap {
  background: #1a1b1f;
}
.dark-bg{
  background: #272727;
}
.grey-bg{
  background: #22222a;
}
.title-section{
  margin-bottom: 20px;
  vertical-align: middle;
}
.sub-main-title{
  color: #b2b2b4;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.card-table-wrap{
  background:#272727 ;
  padding: 30px 15px;
  margin: 15px 0;
}
.top-search .input-long-white{
  background: #f5f5f5;
  height: 34px;
  box-shadow: none;
  border: none;
  padding-left: 15px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
  margin-left: 20px;
}

.card-table-wrap #example thead{
  background: #1a1b1f;
}
.card-table-wrap #example th,
.card-table-wrap #example table{
  text-align: center;
  background: #4e4e4e;
}
.card-table-wrap #example .k-grid tr td,
.card-table-wrap #example .k-pivot-layout .k-grid tr td{
  border-bottom: 1px solid rgba(26,27,31,0.6);
  border-left: none;
  border-right: none;
}
.card-table-wrap #example thead th {
  background: #1f1f1f;
  color: #f5f5f5;
  font-weight: bold;
  height: 40px;
}
.card-table-wrap #example tbody td{
  color: #f5f5f5;
}
.card-table-wrap #example .k-grid tr:hover td{
  color: #1a1b1f;
}
.card-table-wrap #example thead th a{
  color: #f5f5f5;
}

.btn-border{
  background: transparent;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: none;
}
button.btn-border.btn-border-grey{
  color: #b2b2b4;
  border: 1px solid #b2b2b4!important;
}
.btn.purple-button{
  background: #605f99;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  height: 34px;
}
.list-check-box{
  margin-top: 30px;
  text-transform: uppercase;
  color: #b2b2b4;
}
.list-check-box .checkbox-inline{
  color:#b2b2b4;
}
.k-autocomplete, .k-block, .k-calendar th, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row>th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel>.k-item>.k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar>.k-item>.k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox>input, .k-tiles, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget{
  /*border:1px solid rgba(255,255,255,0.5);*/
  border: none;
}

/* fix issue font-weight bold for content of table */
.k-grid-content table tbody{
  font-weight: 500;
}

#example .k-grid,#example .k-widget ,#example .k-display-block{
  border:1px solid rgba(255,255,255,0.5);
}
/*#example .k-pager-wrap{*/
  /*background: #272727;*/
/*}*/
.no-padding {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-left-20 {
  padding-left: 20px;
}
.pl-150{
  padding-left: 150px;
}
.pr-150{
  padding-right: 150px;
}
.pad-lr-50{
  padding-left: 50px;
  padding-right: 50px;
}

.margin-bt10 {
  margin-bottom: 10px;
}

.margin-bt15 {
  margin-bottom: 15px;
}

.clear-after::after {
  clear: both;
  display: block;
  content: "";
}

.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-30{
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mtb-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb-30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.img-100{
  width: 100%;
}
/* .content-wrapper {
  background: #2e2e2e;
} */
.skin-gray .main-header .navbar{
  /* background: rgba(9,148,155,1);
  background: -moz-linear-gradient(left, rgba(9,148,155,1) 0%, rgba(22,127,156,1) 40%, rgba(73,105,154,1) 61%, rgba(73,105,154,1) 79%, rgba(89,98,155,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,148,155,1)), color-stop(40%, rgba(22,127,156,1)), color-stop(61%, rgba(73,105,154,1)), color-stop(79%, rgba(73,105,154,1)), color-stop(100%, rgba(89,98,155,1)));
  background: -webkit-linear-gradient(left, rgba(9,148,155,1) 0%, rgba(22,127,156,1) 40%, rgba(73,105,154,1) 61%, rgba(73,105,154,1) 79%, rgba(89,98,155,1) 100%);
  background: -o-linear-gradient(left, rgba(9,148,155,1) 0%, rgba(22,127,156,1) 40%, rgba(73,105,154,1) 61%, rgba(73,105,154,1) 79%, rgba(89,98,155,1) 100%);
  background: -ms-linear-gradient(left, rgba(9,148,155,1) 0%, rgba(22,127,156,1) 40%, rgba(73,105,154,1) 61%, rgba(73,105,154,1) 79%, rgba(89,98,155,1) 100%);
  background: linear-gradient(to right, rgba(9,148,155,1) 0%, rgba(22,127,156,1) 40%, rgba(73,105,154,1) 61%, rgba(73,105,154,1) 79%, rgba(89,98,155,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09949b', endColorstr='#59629b', GradientType=1 );
  padding-left: 0; */
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
  /* background-color: rgb(61, 57, 53); */
}
/* .skin-gray .main-header .navbar {
  background-color: #333333;
} */
.skin-gray .main-sidebar{
  background-color: rgb(0, 161, 156);
}
.skin-gray .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-gray .main-header .navbar .nav > li > a:hover,
.skin-gray .main-header .navbar .nav > li > a:active,
.skin-gray .main-header .navbar .nav > li > a:focus,
.skin-gray .main-header .navbar .nav .open > a,
.skin-gray .main-header .navbar .nav .open > a:hover,
.skin-gray .main-header .navbar .nav .open > a:focus,
.skin-gray .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-gray .main-header .navbar .sidebar-toggle {
  color: #ffffff;
  padding: 15px 27px !important;
}
.skin-gray .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-gray .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-gray .main-header .navbar .sidebar-toggle:hover {
  background-color: rgb(0, 161, 156);;
}
@media (max-width: 767px) {
  .skin-gray .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-gray .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
    .skin-gray .main-header .navbar .dropdown-menu li a:hover {
      background: #333333;
    }
}
.sidebar-menu li a i{
  margin-bottom: -5px;
}
/* .skin-gray .sidebar a{
  color: #b2b2b4;
} */
.dis-block{
  display: block;
}
.logo-normal{
  width: 51px;
  float: left;
}
.logo-normal img{
  width: 100%;
}
.sologan-title{
  margin: 15px 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
/* .sidebar-toggle{
  display: none;
} */
.k-picker-wrap.k-state-default,
.k-picker-wrap.k-state-default input,
.k-picker-wrap.k-state-default>.k-select
{
  border-radius: 5px;
}
@media (max-width: 768px) {
  .sologan-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .no-pad-left,.no-pad-right,.no-padding{
      padding: 0 15px;
  }
  .sidebar-collapse .card {
    margin-left: 0 !important;
  }
  .card-table-wrap.detail-info-table{
    padding: 30px 45px!important;
  }
  .card-table-wrap{
    margin: 0!important;
  }
  /* .sidebar-toggle,
  .skin-gray .main-header .navbar .sidebar-toggle{
    display: block;
  } */
  .up-search-form{
    padding: 20px;
  }
  .btn.purple-button{
    margin-top: 10px;
  }
  .list-check-box .checkbox-inline{
    width: 50%;
    float: left;

  }
  .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0;
  }
  .card-table-wrap #example{
    width: 100%;
    overflow: scroll;
  }

  .sidebar-open.skin-gray .main-header .navbar{
    padding-left: 110px;
  }
  .title-section .pull-left,
  .title-section .pull-right{
    float: left !important;
  }
  .card-table-wrap input::placeholder,
  .card-table-wrap select option,
  .form-inline .form-control
  {
    color: white!important;
}
}


/*Update UI from here 26-09-2019*/

.tab__list {
  display: flex;
  padding: 0;  
  margin: 0;
  list-style: none;
  
}

.tab__list-item {
  display: flex;
  align-items: center;    
  margin-bottom: -1px;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab__list-item .tab__list-item--alert {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 4px;
}

.tab__list-item.read .tab__list-item--alert {
  display: none;
}

.tab__list-item--active {  
  font-weight: 300;
}

.tab__content {
  display: none;
}

.tab__content--active {
  display: block;
}

/* CNN */
.tab__list1 {
  display: flex;
  padding: 0;
  border-bottom: 1px solid #cccdcf;
  margin: 0;
  list-style: none;
  margin-top:10px;font-size: 12px;
}

.tab__list-item1 {
  display: flex;
  align-items: center;
  padding: 0.5em 1em calc(0.5em - 3px);
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab__list-item1 .tab__list-item--alert1 {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 4px;
}

.tab__list-item.read1 .tab__list-item--alert1 {
  display: none;
}

.tab__list-item--active1 {
  border-color: #00a19c;
  color: #00a19c;
  font-weight: 600;
}


/* Button base style. */
@media (min-width: 480px) {
  .button {
    min-width: 10em;
  }
}

.button[disabled],
.button.disabled {
  pointer-events: none;
}

.button--primary {
  background-color: #00a19c;
  color: #fff;
}

.button--primary:hover,

.button--primary.hover
 {
  background-color: #ECF8F6;
  color: #00a19c;
}

.button--primary:focus,
.button--primary.focus{
  background-color: #ECF8F6;
  color: #FFF;
}

.button--primary.warning {
 background-color: #9B151D;
 height: 33px;
}

.button--primary.warning:hover,
.button--primary.warning:focus,
.button--primary.warning.hover,
.button--primary.warning.focus {
  background-color: #E75552;
  color: #9B151D;
}


.button--primary.on--image{
  background-color: #fff;
  color: #00a19c;
}

.button--primary:active,
.button--primary.active {
  background-color: #0c877a;
}

.button--primary[disabled],
.button--primary.disabled {
  background-color: #ECEDEF;
}

.button--primary img{
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
}

/* Use dedicated class to avoid using !important */
.button--primary-image-bg {
  background-color: #fff;
  color: #00a19c;
}

.item.with-image {
margin-right: 0px;
margin-left: 0px;
background-color: #000;
}

/* .item {
padding:20px;
padding-top:30px;
padding-bottom:30px;
} */

.button-content {
display: flex;
justify-content: center;
align-items: center;
}

.arrow {
width: 20px;
height: 20px;
background: url("caret-right-white.svg");
background-repeat: no-repeat;
background-position: center;
}

.button--primary:hover .arrow,
.button--primary.hover .arrow{
background: url("caret-right-hovered.svg");
background-repeat: no-repeat;
background-position: center;

}

.arrow.right{
margin-left: 8px;
}

.add{
width: 10px;
height: 10px;
background: url("add.svg");
background-repeat: no-repeat;
background-position: center;
}

.button--primary:hover .add,
.button--primary.hover .add{
background: url("add-hovered.svg");
background-repeat: no-repeat;
background-position: center;

}

.add.left{
margin-right: 8px;
}


/* Button base style. */
.button {
  display: inline-block;
  overflow-x: hidden;
  max-width: 100%;
  /* height: 2.44em; */
  padding: 0 1.22em;
  border: 0;
  border-radius: 99em;
  background-color: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 2.44em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  white-space: nowrap;
}

.button--small {
  font-size: 12px;
}

@media (min-width: 480px) {
  .button {
    min-width: 10em;
  }
}

.button[disabled],
.button.disabled {
  pointer-events: none;
}

.button--secondary {
  border: 2px solid #00a19c;
  color: #00a19c;
  font-weight: 400;
  line-height: 1.42857143 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  Padding: 8px 20px !important;
  margin: 0px 0px 8px 8px !important;
  font-size: 12px !important;
  font-family: 'Inter-Regular', sans-serif !important;
  border-radius: 18px !important;
  min-width: 100px !important;
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary.hover,
.button--secondary.focus {
  background-color: #ECF8F6;
  border: 2px solid #00a19c;
  color: #00a19c;
}

.button--secondary.warning {
 border: 2px solid #9B151D;
color: #9B151D;
}

.button--secondary.warning:hover,
.button--secondary.warning:focus,
.button--secondary.warning.hover,
.button--secondary.warning.focus {
  background-color: #E75552;
  color: #9B151D;
}

.button--secondary:active,
.button--secondary.active {
  background-color: #fff;
  color: #0c877a;
}

.button--secondary[disabled],
.button--secondary.disabled {
  border-color: #ECEDEF !important;
  color: #ECEDEF !important;
  cursor: not-allowed;
}

.button--secondary img{
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
}

/* Use dedicated class to avoid using !important */
.button--secondary-image-bg {
  border-color: #fff;
  color: #fff;
}

.button--secondary-image-bg:hover,
.button--secondary-image-bg:focus,
.button--secondary-image-bg.hover,
.button--secondary-image-bg.focus {
  background-color: #ECF8F6;
  border: 2px solid #00a19c;
  color: #00a19c;
}

.item.with-image {
margin-right: 0px;
margin-left: 0px;
background-color: #000;
}

.radioSignUp label {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  cursor: pointer;
}

.radioSignUp [type='radio'] {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.radio__indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #cccdcf;
  border-radius: 50%;
  margin-right: 0.2em;
  -ms-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
  transform: translate3d(0, -0.1em, 0);
  transition: border 0.15s;
  vertical-align: middle;
}

.radioSignUp [type='radio']:checked + .radio__indicator {
  border: 3.5px solid #00a19c;
}
.toast-error{
  background-color: #9B151D !important;
  background-image: url('/assets/images/backgrounds/header-bg.png') !important;
}
.toast-title, .toast-message{
  color: white !important;
  font-size: 11px;
}
.modal-backdrop {
  /* bug fix - no overlay */    
  display: none;    
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  padding: 15px;
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: left;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.hiuser {
  float: left; 
  margin: 15px 3px;
  color: #333;
  /* font-weight: bold; */
  font-size: 13px;
  letter-spacing: 1px;
}
.material-icons {
  font-size: 14px;
}
.fa-trash-o{
  color: #bc242d;
  font-size: 15px;
}
.k-i-delete {
  color: #bc242d;
}
.k-i-edit{
  color: #00A19C !important;
}
.removebored{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  min-width: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none;
}
.k-button-icontext .k-icon{
  margin-bottom: 5px !important;
}
/* .content label{
  color: rgb(68, 68, 68) !important;
} */

.k-icon{
  font-size: 15px !important;
  height: 2em !important;
}

.loading-partial-icon .loading-partial-outer {
  opacity: .9;
  border-right-color: transparent;
  width: 80px;
  height: 80px;
  top: 5px;
  left: 5px;
  position: absolute;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top: 5px solid rgba(0, 229, 183, 0.9);
  border-right: 5px solid rgba(0, 229, 183, 0.9);
  border-top-width: 4px;
  border-right-width: 0;
  -webkit-animation: spin-right 1s linear infinite;
  animation: spin-right 1s linear infinite;
}

.loading-partial-icon .loading-partial-inner {
  opacity: .9;
  border-right-color: transparent;
  width: 80px;
  height: 80px;
  top: 5px;
  left: 5px;
  position: absolute;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top: 5px solid rgba(0, 229, 183, 0.9);
  border-right: 5px solid rgba(0, 229, 183, 0.9);
  border-top-width: 4px;
  border-right-width: 0;
  -webkit-animation: spin-left 1s linear infinite;
  animation: spin-left 1s linear infinite;
}
.neo-partial-wrap {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  padding: 10px;
  z-index: 2;
  background-size: 100% !important;
  background: url('../../assets/images/logos/petronas_logo_loading-2.png') no-repeat center center transparent;
}
.loadingLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
}
#loadingWrapperDetail {
  /* opacity: .6; */
  /* background: rgba(0, 0, 0, 0.9); */
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2000;
  position: absolute;
  overflow: hidden;
}

.commonColor {
  color: #212121
}

.flowtitle{
  text-align: center;
  font-size: 12px;
  color: #212121;
  font-family: 'Inter-Medium', sans-serif !important;
}
.textname{
  text-align: center;
  font-size: 14px !important;
  color: #212121 !important;
  font-family: 'Inter-Medium', sans-serif !important;
}
.lastupdate{
  font-size: 12px !important;
  font-family: 'Inter-Regular', sans-serif !important;
  color: #212121 !important;
  font-weight: normal;
  line-height: 0;
}
.page-title{
  color: #212121;
  text-transform: uppercase;
  font-family: 'museosans_500',"Arial","Helvetica Neue",sans-serif !important;
  font-weight: 900;
  font-size: 20px;
  background-color: #ecedef;
  padding: 10px 0px 0px 20px;
  margin: 5px;
}
.headertitle{
  font-size: 12px;
  font-family: 'Inter-Medium', sans-serif !important;
  color: #00a19c !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}
#rectangle{
  width: 240px;
  height: 180px;
  min-height: 150px;
  border: 1px #dedcdf solid;
  margin-top: 7px;
}
.popup-header{
  color: #00A19C !important;
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: bold;
}
.form-search {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin: 5px;
  padding: 25px;
}
.form-grid{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin: 5px;
  padding: 25px;
}
.popup-delete{
  min-width: 400px !important;  
}
.popup-delete .modal-header{
  background-color: #ffffff !important;
  text-transform: uppercase !important;
  text-align: left !important;
  font-weight: bold;
  font-size: 14px;
  font-weight: 900;
  color: black !important;
}
.popup-delete button.close{
  opacity: 1 !important; 
  color: #000;
}
.popup-delete .modal-body b{
  font-size: 12px !important;
  font-weight: normal !important;
}
.popup-delete .button--secondary{
  border: 2px solid #00a19c !important;
}
.tt-page{
  font-size: 20px;
  color: #212121;
  text-transform: uppercase;
  margin: 0 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.row-content{
  margin: 0;
  padding: 0;
}
.row-height-5{
  clear: both;
  height: 5px;
}
.row-height-10{
  clear: both;
  height: 10px;
}
.row-height-15{
  clear: both;
  height: 15px;
}
.row-height-20{
  clear: both;
  height: 20px;
}
.row-height-25{
  clear: both;
  height: 25px;
}
.row-height-30{
  clear: both;
  height: 30px;
}
.row-height-35{
  clear: both;
  height: 35px;
}
.row-height-40{
  clear: both;
  height: 40px;
}

.row-mg-5{
  
  margin: 5;
}
.row-mg-10{
  margin: 10;
}
.row-mg-15{
  margin: 15;
}
.row-mg-20{
  margin: 20;
}
.row-mg-25{
  margin: 25;
}
.row-mg-30{
  margin: 30;
}
.row-mg-35{
  margin: 35;
}
.row-mg-40{
  margin: 40;
}
.row-pd-5{
  
  margin: 5;
}
.row-pd-10{
  margin: 10;
}
.row-pd-15{
  margin: 15;
}
.row-pd-20{
  margin: 20;
}
.row-pd-25{
  margin: 25;
}
.row-pd-30{
  margin: 30;
}
.row-pd-35{
  margin: 35;
}
.row-pd-40{
  margin: 40;
}
.form-search label{
  color: #212121;  
  font-size: 12px;
  font-family: 'Inter-Regular', sans-serif;
  font-weight: 800;
}
.btnmaster{
  text-transform: uppercase !important;
  font-weight: 300;
}
.common-disabled{
  pointer-events: none;
  opacity: 0.4;
}
.group-header{
  color: #00A19C;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.icms-status-yes{
  text-align:center; 
  background-color: #ff0000; 
  color:#FFF;
  width: 70%;
  margin: 0px 0px 10px 35px;
}



.icms-status-no{
  text-align:center; 
  background-color: #3c9f40; 
  color:#FFF;
  width: 70%;
  margin: 0px 0px 10px 35px;
}

.vetting-status-complete{
  text-align:center; 
  background-color: #3c9f40; 
  color:#FFF;
  width: 70%;
  margin: 0px 0px 10px 35px;
}

.vetting-status-pending{
  text-align:center; 
  background-color: #9E9E9E; 
  color:#FFF;
  width: 70%;
  margin: 0px 0px 10px 35px;
}

.lastUpdateICMS{
  padding-left: 20px;
}

.lastUpdateBrief{
  padding-left: 0px;
}

.lastUpdateICMSLabel {
  font-weight: 300 !important;
  font-size: 12px !important;
  font-family: 'Inter-Regular', sans-serif !important;
}

.briefing-status-complete{
  text-align:center; 
  background-color: #3c9f40; 
  color:#FFF;
  width: 70%;
  margin: 0px 0px 10px 0px;
}
.briefing-status-pending{
  text-align:center; 
  background-color: #9E9E9E; 
  color:#FFF;
  width: 70%;
  margin: 0px 0px 10px 0px;
}

.security-vetting-incomplete{
  width: 50px;
  height: 50px;
  border-radius: 75px;
  border-color: #1a1b1f;
  background-color: grey;
}

.security-vetting-complete{
  width: 50px;
  height: 50px;
  border-radius: 75px;
  background-color: #4ef04e;
  border-color: #1a1b1f;
}

.security-success{
  width: 50px;
  height: 50px;
  border-radius: 75px;
  background-color: #4ef04e; 
  margin: 0 auto;
}
.ok-icon{
  font-size: 40px;
  color: white;
}
.remainingday{
  margin-left: 50px;
  text-transform: none;
}
/* rmtype-active */
.rmtype-checkDone{
  width: 15px;
  height: 15px;
  background-color: rgb(55, 238, 71);
  border-radius: 75px;
  margin-top: 15px !important;
  margin-left: 25px !important;  
}
/* .rmtype-notactive */
.rmtype-checkValidity{
  width: 15px;
  height: 15px;
  background-color: #FDB924;
  border-radius: 75px;
  margin-top: 15px !important;
  margin-left: 25px !important;  
}

.rmtype-notactive{
  width: 15px;
  height: 15px;
  background-color: #9E9E9E;
  border-radius: 75px;
  margin-top: 15px !important;
  margin-left: 25px !important;  
}

.rmtype-checkExpired{
  width: 15px;
  height: 15px;
  background-color: #D50000;
  border-radius: 75px;
  margin-top: 15px !important;
  margin-left: 25px !important;  
}
.row-clear{
  clear: both;
  height: 0px;
  padding: 0 !important;
  margin: 0 !important;
  width: 100px;
}

.appHistoryPopup>a {
  color: #444444;
  line-height: 5;
}

.purpleBox {
  background-color: purple; 
  width: 85%;
  min-height: 60px;
  margin-bottom: 10px;
}
.purpleBox>p{
  text-align: center; 
  color: white;
  padding-top: 10px;
}

.k-dropdown .k-input {
  color: #212121;
  padding: 6px 12px;
}

.fileName>a {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.downloadBlankForm {
  padding: 10px 0px 0px 35px;
}

.downloadBlankForm > span {
  font-family: inter-medium;
  font-size: 14px
}
.reject{
  border: none !important;
    background-color: #FF0000 !important;
    color: white !important;
}

.amend{
  border: none !important;
    background-color: #FCAA1B !important;
    color: white !important;
}
.review{
  text-transform: uppercase !important;
}

.enabled-wf{
  cursor: pointer !important;
  pointer-events: unset !important;
  opacity: 1 !important;
}

.assignBadge {
  border: 1px solid;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px 20px 20px 40px; 
  min-height: 430px;
}

.ACMSassignBadge {
  border: 1px solid;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 15px 15px 15px 30px; 
  min-height: 430px;
}

.data-label {
  font-weight: 300 !important;
}

/* new sign in screen */
.SignInOptionsbtn {
  position: relative;
  font-size: 16px;
  background-color: #FFF;
  padding: 10px 10px 10px 20px;
  width: 100%;
  min-width: 288px !important;
  max-width: 480px;
  background: white;
  border-radius: 4px;
  margin: 20px 0px 10px 0px;
  border: none;
}
#btn_container-login
{
    border-radius:5px;
    float:left;
    position: relative;
}

.loginText {
  color: #444444;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    padding-top: 2px;
}

.rowsignup {
  margin-right: 0px !important;
}

.termsText{
  color: #444444;
  font-size: 12px;
}

.termsLink {
  font-size: 12px;
}

.readBtn {
  position: relative;
  font-size: 16px;
  background-color: #FFF;
  padding: 10px 10px 10px 20px;
  width: 100%;
  min-width: 288px !important;
  max-width: 480px;
  background: white;
  border-radius: 4px;
  margin-left: 40px;
  margin-bottom: 10px;
  border:1px solid lightgrey;
}

.k-icon:before {
  font-size: 15px;
}

@media print {
  h1 {page-break-before: always;}
}

.CardReject {
  color: red; 
  font-weight: 600;
}
.CardPending {
  color:#00A19C; 
  font-weight: 600;
}

.userguidetext{
  font-size: 14px;
  font-family: 'museosans_500',"Arial","Helvetica Neue",sans-serif !important;
}

/* Fix css VAWA: Migrate kendo css */
.k-pager-sizes .k-dropdown-wrap .k-input{
  overflow: unset;
}

.k-grid-header th.k-header > .k-link{
  padding: 7px;
}

div.k-grid-header{
  padding-bottom: 10px;
}

.k-autocomplete .k-i-loading{
  bottom: 4px;
}
.form-control.k-widget{
  height: 40px;
}

.k-notification-wrap .k-notification-content{
  margin-top: 6px;
}
/* End Fix css VAWA: Migrate kendo css */

/* fix kendo date picker */
.k-calendar .k-nav-prev, .k-calendar .k-nav-next {
  height: calc(100% - 6px) !important;
  padding: 1px 4px !important;
}

.k-calendar .k-nav-prev .k-icon, .k-calendar .k-nav-next .k-icon {
  height: calc(100% - 12px) !important;
}

.k-calendar .k-header .k-nav-fast {
  height: 100% !important;
}

/* end fix kendo date picker */