body {
  font-family: "Montserrat", sans-serif;
}

.login-page {
  /* background-color: gray; */
  background-image: linear-gradient(to top, rgba(12, 27, 30, 0.9), rgba(0, 213, 255, 0.3)), url(../img/login_hero_2.jpg);
  /* background-position: 120%; */
  background-size: cover;
  padding-left: 0;
  margin: 0% auto;
  /* overflow-x: hidden; */
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 120%;
  max-width: 100%;
  background-image: url(../img/login_hero_2.jpg);
  /* background-position: bottom; */
  background-repeat: no-repeat;
}

.login-page .card {
  background-color: #002f49cc;
}

.login-page .card .body {
  color: #fff;
}

textarea.form-control {
  height: auto;
  border: 1px solid #e1e1e1 !important;
}

.login-page .login-box .msg {
  color: #fff;
}

.login-page .input-group .input-group-addon .material-icons {
  color: #fff;
}

.form-control {
  border-radius: 0px;
  font-size: 1.2em !important;
  border: 1px solid #ccc;
}

.theme-blue .navbar {
  background-color: #27323c !important;
  height: 50px !important;
  margin: 0;
}

.sidebar, .right-sidebar {
  top: 50px !important;
}

.navbar>.container-fluid {
  height: 50px !important;
}

.theme-blue .navbar::after {
  display: block;
  content: '';
  height: 5px;
  width: 100%;
  bottom: 0px;
  background-color: #0093bf;
  position: absolute;
}

.ls-closed section.content {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

._top {}

._top h2 {
  color: #1a2024;
  font-size: 30px;
  margin-top: 5px;
  line-height: 1.7em;
}

.sidebar .user-info, .right-sidebar .user-info {
  background-image: linear-gradient(to top, rgba(0, 1, 1, 0.9), rgba(0, 0, 0, 0.3)), url("../img/background_avatar_1.jpg");
  background-size: cover;
}

.navbar-brand img {
  height: 60px;
  margin-top: -20px;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: -40px;
}

.container-fluid>.navbar-header {
  padding: 0 7px;
}

.ls-closed .bars::before, .ls-closed .bars::after {
  left: 85px;
  top: -2px;
  font-size: 35px;
}

section.content {
  margin: 50px 15px 0 315px !important;
}

.right-sidebar {
  top: 50px !important;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
  line-height: 0px !important;
  margin-top: -10px;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: -22px;
  width: auto;
}

.navbar .navbar-collapse.in {
  background-color: #27323c !important;
}

.theme-blue .sidebar .menu .list li.active> :first-child i, .theme-blue .sidebar .menu .list li.active> :first-child span {
  color: #DA6717;
}

.theme-blue .sidebar .legal .copyright a, .right-sidebar .legal .copyright a {
  color: #DA6717 !important;
}

.sidebar .user-info .info-container .name, .right-sidebar .user-info .info-container .name {
  color: #00c1fa;
}

#tennan-main {
  min-height: 480px;
}

#_dspinners ._spinnerscontent {
  height: 100px;
  width: 100px;
  z-index: 10;
  opacity: 1;
  margin-right: 0px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0;
  transition: all 0.3s ease-in-out 0;
  margin: -25px -50px;
  top: 200px;
  position: absolute;
  left: 50%;
  background: rgba(109, 207, 255, 0.1803921568627451);
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

#_dspinners {
  display: block;
  background: transparent;
  min-height: 500px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00BCD4;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

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

table.table thead th, table.table tfoot th {
  color: white;
  border-top: none;
  background: #3e5567;
  padding: 8px;
  border: thin solid #33414e;
  border-bottom: thin solid #33414e;
  border-right: thin solid #33414e;
}

.dataTables_wrapper .col-sm-6:first-child {
  float: left;
}

.dataTables_wrapper .col-sm-6 {
  float: left;
}

#tennan-main .card .body {
  padding: 5px 5px !important;
}

.dropdown-menu {
  min-width: 260px;
}

.dataTables_wrapper .header {
  border-bottom: 0px solid rgba(204, 204, 204, 0.35);
}

.card .header .header-dropdown {
  margin-top: -15px;
}

.dataTables_wrapper .header .header-dropdown {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: relative !important;
}

.dataTables_wrapper .header {
  padding: 0px;
}

.dataTables_wrapper .header .header-dropdown i {
  font-size: 24px;
  color: #0d7da6;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 2px;
  margin-left: -3px;
}

.dropdown-backdrop {
  background: #1415154d;
}

.card .header .header-dropdown .dropdown-menu li {
  display: block !important;
  border-bottom: 1px solid rgba(200, 197, 195, 0.35);
}

.dropdown-menu>li>a {
  color: #333333;
}

.modal .modal-header .modal-title {
  font-weight: normal;
  font-size: 18px;
}

.close {
  font-size: 41px;
  font-weight: bold;
  line-height: .2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  color: #fff;
  color: #666666;
  opacity: 1 color: #fff;
}

.modal .modal-header {
  border: none;
  padding: 0;
  background-color: #358cb7 !important;
  background-color: #27323c !important;
  margin-bottom: 4px;
}

.modal .modal-header ._closemodal {
  margin-top: -10px;
  background: transparent !important;
  box-shadow: none !important;
}

.modal .modal-header::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #0093bf;
}

.form-group .form-line {
  border-bottom: 1px solid #e1e1e1;
}

.modal .modal-header .modal-title {
  padding: 12px 5px 12px 5px;
}

.modal-title>span {
  font-weight: normal;
  font-size: 18px;
  padding: 20px 5px 0px;
  color: #222;
  color: #fff;
  line-height: .4em;
}

.form-group {
  margin-bottom: 25px;
}

.modal-header .close {
  margin-top: -1px;
  height: 30px;
  width: 30px;
}

.bootstrap-select .dropdown-menu li.selected a {
  background-color: #0980ab !important;
  color: #fff !important;
}

.modal .modal-footer {
  border: none;
  background: #d6d4d4;
}

.cards>tbody tr {
  float: left !important;
  width: 20rem !important;
  margin: 0.2rem !important;
  border: 0.0625rem solid rgba(0, 0, 0, .125) !important;
  border-radius: .25rem !important;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25) !important;
}

.cards>tbody .odd p {
  color: white;
}

.cards>tbody .even p {
  color: #000000;
}

.cards>tbody .even label {
  color: #ff9620 !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.cards>tbody td {
  display: block !important;
}

.table>tbody label {
  display: none !important;
}

.cards>tbody label {
  display: block !important;
  position: relative !important;
  font-size: 85% !important;
  top: -0.5rem !important;
  /* float: left !important; */
  color: #808080 !important;
  min-width: 4rem !important;
  margin-left: 0 !important;
  margin-right: 1rem !important;
  text-align: left !important;
  DISPLAY: block;
}

.cards tr.selected label {
  color: #404040 !important;
}

.cards>tbody>tr:nth-of-type(2n+1) {
  background-color: #2c4154;
  color: white;
}

.cards>tbody>tr:nth-of-type(2n+1) label {
  color: #ff9800 !important;
}

.table-bordered tbody tr td, .table-bordered tbody tr th {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #32607a !important;
  border-right: 1px solid #cccccc !important;
  border-top: 0px solid #ae4f4f !important;
}

.cards tbody tr td, .cards tbody tr th {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #32607a !important;
  border-right: 0px solid #ae4f4f !important;
  border-top: 0px solid #ae4f4f !important;
  min-height: 40px;
  display: block !important;
  position: relative;
  float: left;
  width: 95%;
}

.modules h4 {
  display: block;
  width: 100%;
  background-color: #358cb7 !important;
  color: white;
  padding: 5px;
  margin: 0;
}

.content_permissions {
  /*
  border: thin solid #358cb7;
  margin-bottom: 5px;
  */
}

.sweet-alert {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  background: rgb(23, 30, 36) !important;
  border-radius: 0;
}

.sa-confirm-button-container .confirm {
  background-color: #FF9800 !important;
  border-left-color: rgb(3, 169, 244) !important;
  border-right-color: rgb(3, 169, 244) !important;
}

.sweet-alert .sweet-styled {
  border-radius: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.sweet-alert h2 {
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.sweet-alert p {
  color: #dbc891;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  background: transparent;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  background-color: transparent;
}

.sweet-alert button.cancel {
  background-color: #8B8484;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.sa-confirm-button-container .confirm {
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.sweet-alert .sweet-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #ffffff;
  word-wrap: break-word;
}

._detail_tab {
  min-width: calc(100% - 140px);
  min-height: 140px;
}

.navbar-header ._statusservice {
  /* top: 11115px; */
  position: absolute;
  margin-left: calc(50% - 150px);
  margin-top: 5px;
}

.navbar-header ._statusservice .badge {
  margin: 0px;
  margin-left: 1px !important;
}

.navbar-header ._statusservice button {
  background: #27323c !important;
  border: thin solid #0093bf !important;
  color: #00BCD4;
  border-radius: 4px !important;
  min-width: 220px;
}

.navbar-header ._statusservice .form-control {
  background: transparent !important;
  border-color: transparent !important;
  max-width: 220px;
  font-size: 14px !important;
}

._statusservice .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: #00BCD4;
  margin-left: -6px;
}

.layout {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0px 5px;
}

@-webkit-keyframes popUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.profile {
  -webkit-animation: popUp ease-in-out 350ms;
  animation: popUp ease-in-out 350ms;
  background: #ffffff;
  border-radius: 25px;
  /*box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);*/
  margin-top: 20px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
}

.profile__account {
  align-self: center;
  flex: 1;
  justify-content: flex-end;
  padding-left: 135px;
}

.profile__button {
  border-radius: 50px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 250ms background, ease-in-out 250ms color;
}

.profile__button:hover {
  background: #000000;
  color: #ffffff;
}

.profile__edit {
  flex: none;
  margin-left: 30px;
  width: 140px;
}

.profile__header {
  display: flex;
  margin-bottom: 20px;
}

.profile__icon {
  flex: none;
  font-size: 1.5em;
  margin-right: 10px;
  padding-top: 3px;
}

.profile__icon--gold {
  color: #eab100;
}

.profile__icon--blue {
  color: #8faae8;
}

.profile__icon--pink {
  color: #ff86af;
}

.profile__key {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

.profile__picture {
  background: #ffffff;
  border-radius: 100px;
  border: 10px solid #ffffff;
  height: 125px;
  position: absolute;
  top: -40px;
  width: 125px;
}

.profile__picture ._tagstatus {
  border-radius: 9px;
  background-color: #FF9800;
  color: #FFF;
  padding: 3px 5px;
  min-width: 140px;
  display: block;
  margin-left: -20px;
  text-align: center;
  margin-top: 5px;
}

.profile__picture:before {
  border-radius: 100px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);
  content: "";
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: -1;
}

.profile__picture img {
  border-radius: 100px;
  height: 100%;
  width: 100%;
}

.profile__stat {
  -webkit-animation: slideUp ease-in-out 350ms forwards;
  animation: slideUp ease-in-out 350ms forwards;
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex: 1;
  justify-content: center;
  opacity: 0;
  padding: 10px 4px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.profile__stat:last-of-type {
  border-right: none;
}

.profile__stat:nth-child(1) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  display: block;
  width: 15%;
  float: left;
  flex: none;
}

.profile__stat:nth-child(2) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  display: block;
  width: 15%;
  float: left;
  flex: none;
}

.profile__stat:nth-child(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  display: block;
  width: 35%;
  float: left;
  flex: none;
}

.profile__stats {
  display: block;
  border-top: thin solid #E0E0E0;
  border-bottom: thin solid #E0E0E0;
  margin-top: 25px;
}

.profile__username {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.profile__value {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #42719c;
}

@media only screen and (max-width: 1000px) {
  #_filterpanel .btn-group {
    min-width: 340px !important;
  }

  #_filterpanel .btn-group button {
    min-width: 340px !important;
  }

  .profile__stat:nth-child(1), .profile__stat:nth-child(2) {
    display: block;
    width: 50%;
    float: left;
    flex: none;
  }

  .profile__stat:nth-child(3) {
    display: block;
    width: 100%;
    float: left;
    flex: none;
  }

  .profile__stats {
    display: block !important;
  }

  .profile__header {
    display: block !important;
  }

  .ls-closed .bars::before, .ls-closed .bars::after {
    left: 65px;
    top: -2px;
    font-size: 35px;
  }

  .navbar-header ._statusservice {
    margin-left: calc(50% - 87px);
    max-width: 220px;
    top: 2px;
    text-align: center;
    display: block;
  }

  .navbar-header ._statusservice .bootstrap-select.btn-group .dropdown-menu {
    margin-left: -10px;
  }

  .navbar-header ._statusservice .bootstrap-select.btn-group .dropdown-menu.inner {
    min-width: 340px !important;
  }

  .login-page {
    /* background-color: gray; */
    background-image: linear-gradient(to top, rgba(12, 27, 30, 0.9), rgba(0, 213, 255, 0.3)), url(../img/login_hero_2.jpg);
    /* background-position: 120%; */
    background-size: cover;
    padding-left: 0;
    margin: 0% auto;
    /* overflow-x: hidden; */
    position: absolute;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 250%;
    max-width: 100%;
    background-image: url(../img/login_hero_2.jpg);
    background-position: 70% 0%;
    background-repeat: no-repeat;
  }

  table.table-bordered.dataTable th:last-child {
    min-height: 40px;
  }

  .section-dash {
    padding: 0;
    height: 160%;
    position: absolute;
    width: 100%;
    height: calc(100% + 410px);
  }

  table.dataTable {
    display: block;
    min-height: 500px !important;
  }

  #_filestracing table tr th, #_filestracing table tr td {
    min-height: 56px;
  }

  #_filestracing table tr th:nth-child(1), #_filestracing table tr td:nth-child(1) {
    min-height: 171px;
  }

  #_tablelistimgparts tr th, #_tablelistimgparts tr td {
    min-height: 56px;
  }

  #_tablelistimgparts tr th:nth-child(1), #_tablelistimgparts tr td:nth-child(1) {
    min-height: 171px;
  }

  .scroll-columns thead tr, .scroll-columns thead th {
    display: block;
    max-width: 200px;
  }

  .scroll-columns tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  .scroll-columns td, .scroll-columns th {
    display: block;
    min-height: 25px;
    text-align: left;
    border: 0px thin;
    border-bottom: 1px thin;
  }

  .scroll-columns thead th {
    border-bottom: 0px solid #33414e !important;
  }

  .scroll-columns thead {
    display: block;
    float: left;
  }

  .scroll-columns tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
  }

  .scroll-columns thead th:last-child {
    min-height: 60px;
  }

  .scroll-columns tbody td:last-child {
    min-height: 60px;
  }

  .cards>tbody>tr {
    width: 100% !important;
  }

  .cards.table-bordered.dataTable {
    width: 100% !important;
  }
}

#loader-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  background: #152735;
  background-color: #27323c !important;
  z-index: 999999;
}

#loader-wrapper2 {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  background: #152735;
  background-color: #27323c !important;
  z-index: 999999;
}

hr {
  border-top: 1px solid #358cb7;
}

.col-lg-1, .col-md-1, .col-sm-1 {
  float: left;
}

.col-lg-2, .col-md-2, .col-sm-2 {
  float: left;
}

.col-lg-3, .col-md-3, .col-sm-3 {
  float: left;
}

.col-lg-4, .col-md-4, .col-sm-4 {
  float: left;
}

.col-lg-5, .col-md-5, .col-sm-5 {
  float: left;
}

.col-lg-6, .col-md-6, .col-sm-6 {
  float: left;
}

.col-lg-7, .col-md-7, .col-sm-7 {
  float: left;
}

.col-lg-8, .col-md-8, .col-sm-8 {
  float: left;
}

.col-lg-9, .col-md-9, .col-sm-9 {}

.col-lg-10, .col-md-10, .col-sm-10 {
  float: left;
}

.col-lg-11, .col-md-11, .col-sm-11 {
  float: left;
}

.col-lg-12, .col-md-12, .col-sm-12 {
  /*float: left;*/
}

.clearfix {
  clear: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #55a1c0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

._error {
  color: red;
}

._error {
  background-color: #dfb3b3;
  border: 1px solid #171e24;
}

._nameColumn {
  max-width: 200px;
  min-width: 200px;
}

.right-sidebar p {
  margin: 0;
  font-weight: bold;
  text-align: center;
  background: #0093bf;
  color: white;
  padding: 10px 0;
  font-size: 20px;
}

.modal-footer {
  background: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #bacbcf;
}

.nav-tabs li.active a {
  color: #fdfdfd !important;
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  color: #fdfdfd !important;
}

.nav-tabs>li>a::before {
  border-bottom: 2px solid #0B86AB !important;
}

.card .body {}

.card .header {
  /*background: #0093bf;*/
}

.card .header h2 {
  /*color: #fff;*/
}

#_formticket .card .header {
  min-height: 60px;
}

#_formticket .card .header .header-dropdown i {
  margin-left: -1px;
  margin-top: 5px;
}

#_formticket .card .header {
  border-bottom: 0px solid rgba(204, 204, 204, 0.35);
}

.card .body {
  padding: 0 0 0 2px;
}

#defaultModal .modal-header {
  border: none;
  padding: 0;
  background-color: #27323c !important;
}

#largeModal2::before {
  display: block;
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.modal .card {
  box-shadow: 0 2px 10px transparent;
}

a.list-group-item, button.list-group-item {
  color: #555;
  background-color: #EEEEEE;
  color: #22353d !important;
  border: thin solid #1c3b59;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  background-color: #ffffff;
}

.modal .modal-content .modal-body {
  /* padding-bottom: 200px !important; overflow: hidden; */
}

/* TOGGLE STYLING */
._togglebutton {
  margin: 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  align-items: stretch;
}

._togglebutton input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

._togglebutton input+label {
  margin: 0;
  padding: 10px 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
  min-height: 50px;
  padding: 10px 5px !important;
}

._togglebutton input+label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

._togglebutton input+label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

._togglebutton input:hover+label {
  border-color: #213140;
}

._togglebutton input:checked+label {
  background-color: #FF9800;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #FF9800;
  z-index: 1;
  padding: 10px 5px !important;
}

._togglebutton input:focus+label {
  outline: dotted 1px #CCC;
  outline-offset: .45rem;
}

._togglebutton [type="radio"]+label::before, ._togglebutton [type="radio"]+label::after {
  visibility: hidden !important;
}

.font-red {
  color: #d96060;
}

.media {
  border-bottom: thin solid #0093bf;
  background: #f2fcff;
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.media-right, .media>.pull-right {
  padding: 10px;
}

.nav-tab {
  height: 75px;
}

.modal {
  z-index: 1040;
}

elemento {}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons {
  font-family: 'Material Icons' !important;
}

._img_galery {
  height: 150px;
  width: auto;
}

#_content_files {
  background: #f8fbfc;
  padding: 5px;
}

#_galery_files {
  width: 100%;
  padding: 0px 10px;
}

._imgtracingfiles {
  border-right: thin solid #dddedf;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 1030;
}

.table-bordered tbody tr th {
  padding: 10px;
  border-bottom: 2px solid #0093bf !important;
  border-right: 1px solid #cccccc !important;
  border-top: 0px solid #ae4f4f !important;
}

.table-striped>tbody>tr {
  background-color: #0093bf color:white;
}

.modal .modal-content .modal-body {
  min-height: 450px;
}

.modal.in .modal-dialog {}

.pn-ProductNav_Wrapper .nav-tabs {
  background: #cccdcf;
  width: 99.6%;
  display: block;
  text-align: center;
  margin-left: .2%;
}

.nav-tabs li a {
  color: #fdfdfd !important;
  background: #fbfbfb !important;
  border-radius: 50%;
  margin-bottom: 5px;
}

.nav-tabs>li {
  position: relative;
  top: 0px;
  left: -2px;
  padding: 10px 15px 10px 15px;
  background: #ebebeb;
  width: auto;
  text-align: center;
  margin: 5px 0;
  max-width: 120px;
  line-height: 1em;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:active, .nav-tabs>li>a:focus {
  color: #fdfdfd !important;
  background: #0093bf !important;
}

.nav-tabs .active {
  background: white;
  border-top: 2px solid #0093bf !important;
  border-left: 1px solid #bacbcf !important;
  border-right: 1px solid #bacbcf !important;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a::before {
  border-bottom: 0px solid #AB0B0B !important;
}

.nav-tabs li a {
  width: 52px;
  height: 51px;
  margin-top: -5px;
  border-radius: 0 0 4px 4px;
  margin-left: calc(50% - 25px);
}

.nav-tabs li.active a {
  width: 55px;

  .btn-circle-lg {
    border: none;
    outline: none !important;
    overflow: hidden;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 5px !important;
  }
}

.nav-tabs>li>a .material-icons {
  osition: relative;
  top: 2px;
  margin-bottom: 8px;
  left: -3px;
  font-size: 30px;
}

.nav-tabs>li.active>a .material-icons {
  osition: relative;
  top: 4px;
  margin-bottom: 8px;
  left: -3px;
  font-size: 32px;
}

.nav-tabs+.tab-content {
  padding: 0px 0 !important;
}

._count {
  background: #da6717;
  height: 17px;
  width: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 0px;
  color: white;
  text-align: center;
  font-size: 15px;
  line-height: 1.3em;
  position: absolute;
  right: 0;
  border-radius: 9px 9px 9px 9px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

._count::after {
  display: none;
  content: '';
  height: 10px;
  width: 10px;
  margin-top: -2px;
  margin-left: 3px;
  border-color: #ae4700 transparent transparent transparent;
  border-width: 7px 7px 0px 7px;
  border-style: solid;
  margin: -2px auto;
}

.header .info-box {
  max-width: 140px;
  margin-bottom: 0px;
  height: 50px;
  position: absolute;
  margin-left: calc(50% - 75px);
  margin-top: -35px;
  border-radius: 4px !important;
}

.header .info-box .icon i {
  color: #fff;
  font-size: 40px;
  line-height: 53px;
}

.header .info-box .content {
  padding: 0px 10px;
}

.header .info-box .content .text {
  font-size: 13px;
  margin-top: 1px;
  color: #555;
}

.clock {
  position: relative;
  font-family: monaco, consolas, "courier new", monospace;
}

.clock:before,
.clock:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 2;
  line-height: 1.15;
  color: #333;
}

.clock:before {
  left: 2.325em;
}

.clock:after {
  right: 2.325em;
}

.clock span {
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transform: perspective(750);
  -moz-transform: perspective(750);
  -ms-transform: perspective(750);
  transform: perspective(750);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0 4px;
  font-size: 25px;
}

.clock span:first-child {
  margin-left: 0;
}

.clock span:last-child {
  margin-right: 0;
}

.clock span:nth-child(2),
.clock span:nth-child(4) {
  margin-right: .3em;
}

.clock span:nth-child(3),
.clock span:nth-child(5) {
  margin-left: .3em;
}

.clock span:before,
.clock span:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  border-radius: .125em;
  outline: 1px solid transparent;
  /* fix jagged edges in ff */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .75s, opacity .75s;
  -moz-transition: -moz-transform .75s, opacity .75s;
  -ms-transition: -ms-transform .75s, opacity .75s;
  transition: transform .75s, opacity .75s;
}

.clock span:before {
  opacity: 1;
  z-index: 1;
  content: attr(data-old);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
  -moz-transform: translate3d(0, 0, 0) rotateX(0);
  -ms-transform: translate3d(0, 0, 0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateX(0);
}

.clock span:after {
  opacity: 0;
  z-index: 2;
  content: attr(data-now);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translate3d(0, -102.5%, 0) rotateX(90deg);
  -moz-transform: translate3d(0, -102.5%, 0) rotateX(90deg);
  -ms-transform: translate3d(0, -102.5%, 0) rotateX(90deg);
  transform: translate3d(0, -102.5%, 0) rotateX(90deg);
}

.clock .flip:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 102.5%, 0) rotateX(-90deg);
  -moz-transform: translate3d(0, 102.5%, 0) rotateX(-90deg);
  -ms-transform: translate3d(0, 102.5%, 0) rotateX(-90deg);
  transform: translate3d(0, 102.5%, 0) rotateX(-90deg);
}

.clock .flip:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
  -moz-transform: translate3d(0, 0, 0) rotateX(0);
  -ms-transform: translate3d(0, 0, 0) rotateX(0);
  transform: translate3d(0, 0, 0) rotateX(0);
}

.info-box .content .number {
  text-align: center;
}

#_dash_content .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

#_dash_content .card {
  box-shadow: none;
}

._header_panel {
  background: #fffcfc;
}

._header_panel h2 {
  color: #27323c !important;
}

.header .header-dropdown {
  margin-top: -5px;
}

.card>.header {
  border-bottom: 1px solid rgb(0, 147, 191);
}

.card .body {
  margin-bottom: 50px;
}

.cd-schedule__top-info {
  width: 160px;
  float: left;
  background: #38434f;
  color: white;
  padding: 5px;
  text-align: center;
  margin-top: -2px;
}

.cd-schedule__group>ul {
  margin-left: 160px;
  min-height: 150px;
}

.js .cd-schedule__top-info {
  background: #223544;
  color: white;
  padding: 5px;
  text-align: center;
  margin-top: 0px;
  min-height: 150px;
}

.cd-schedule__event {
  border-right: thin solid #555;
  text-align: center;
  background: #f4f6f6;
}

.js .cd-schedule__group {
  border-bottom: thin solid #a0a0a0;
  display: block !important;
  width: 100%;
  float: left;
}

._title_date {
  display: block;
  text-align: center;
  font-size: 16px;
  background: white;
  color: #186d98;
  display: block;
  text-align: center;
  font-size: 16px;
  background: #358cb7;
  color: #fff;
  border-top: thin solid #0286b7;
  border-bottom: thin solid #0286b7;
  padding: 2px 10px;
  border-radius: 9px;
  margin-top: 5px;
  width: 50%;
  margin-left: 25%;
}

ul, ol {
  list-style: none !important;
}

.cd-schedule__events>ul {
  margin-left: -50px;
}

.cd-schedule__group .btn_assign2 {
  position: absolute;
  margin-top: 105px;
}

.cd-schedule__group ._image_avatar {
  position: absolute;
  margin-top: -85px;
  height: 60px;
  width: 60px;
  background: white;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: none;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: none;
  background-size: auto;
  background-size: 110%;
  background-position: top center;
  border-radius: 50%;
}

.js .cd-schedule__top-info>span {
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 8px;
  margin-top: 20px;
  color: #fff;
}

.cd-schedule__event a {
  box-shadow: none;
}

.cd-schedule__event .card .header {
  padding: 5px;
}

.cd-schedule__event {
  height: auto !important;
}

._count .lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

._count .lds-ellipsis {
  height: 17px;
}

.login-box .card {
  padding: 10px;
}

.login-box {
  margin-top: -225px;
  width: 350px;
  top: 50%;
  position: absolute;
  margin-left: -175px;
  left: 50%;
}

.info-box {
  cursor: pointer;
}

._img_technical {
  height: 60px;
  border-radius: 4px;
  width: 60px;
  margin-top: -10px;
  margin-left: -20px;
  cursor: pointer;
}

table.dataTable thead>tr>th, table.dataTable thead>tr>td {
  padding-right: 30px;
}

._removeTechnical, ._removeTechnical2 {
  position: absolute;
  right: -0px !important;
  top: 0px;
}

.badge {
  margin: 0 5px;
}

.cards {
  display: block !important;
  width: 100% !important;
}

body {
  overflow-x: hidden !important;
}

.right-sidebar {
  overflow-y: scroll;
  width: 300px;
}

._relation {}

._radio_blue input:checked+label {
  background: #0093BF !important;
  border-color: #0093BF !important;
}

._relation input:not(:checked)+label, ._relation input:checked+label {
  padding-left: 26px;
  height: 70px;
  line-height: 15px;
  font-size: 12px !important;
  font-weight: normal;
}

.search-bar.open {
  top: 0;
  background: #ececec;
  height: 100%;
}

._search_filter {
  display: block;
  margin-top: 20px;
  width: 90%;
  margin-left: 5%;
}

.open ._search_filter_header {
  background: #27323c !important;
  display: block;
  width: 100%;
  height: 65px;
}

.search-icon {
  color: white;
}

.modal-open .modal {
  padding-bottom: 400px;
}

.modal {
  overflow: auto !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .login-page {
    /* background-color: gray; */
    background-image: linear-gradient(to top, rgba(12, 27, 30, 0.9), rgba(0, 213, 255, 0.3)), url(../img/login_hero_2.jpg);
    /* background-position: 120%; */
    background-size: cover;
    padding-left: 0;
    margin: 0% auto;
    /* overflow-x: hidden; */
    position: absolute;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 370%;
    max-width: 100%;
    background-image: url(../img/login_hero_2.jpg);
    background-position: 70% 0%;
    background-repeat: no-repeat;
  }

  .modal .modal-content .modal-body {
    min-height: 400px;
  }

  ._togglebutton {
    align-items: stretch;
  }

  ._togglebutton input+label {
    padding: 10px 6px !important;
    font-size: 12px;
  }

  .content_t .header .header-dropdown {
    margin-top: -30px !important;
  }

  .bootstrap-select .dropdown-menu {
    z-index: 999;
    position: absolute;
    top: 0px;
    margin-left: -0;
    overflow-y: auto !important; 
    width: 100%;
  }

  .pn-ProductNav_Contents {
    width: auto;
  }

  .cards>tbody tr {
    width: calc(100% - 5px) !important;
    margin: 5px 2.5px !important;
  }

  .fc-toolbar {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .fc {
    text-align: center;
  }

  .fc-time-grid-container {
    height: 100% !important;
  }

  .fc-scroller {
    height: 100% !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cards>tbody tr {
    width: calc(50% - 10px) !important;
    margin: 5px 5px !important;
  }

  table.dataTable thead>tr>th, table.dataTable thead>tr>td {
    padding-right: 30px;
    min-width: 130px;
  }
}

.modal {
  background: #4b4b4bd9 !important;
}

.fc-time-grid-event {
  display: block;
  float: left;
  width: auto;
  width: 200px !important;
  height: auto;
  /*  position: relative !important;*/
}

.tooltip-inner {
  background-color: #fbfbfb;
  color: #000000;
  box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.tooltip-arrow {
  color: #000000;
  border-top-color: #cccccc !important;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  right: 0;
  position: absolute;
  top: 0;
  width: 28px;
  margin: 5px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
  background-color: #ff9800;
  border-color: #ff9800;
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.round [type="checkbox"]+label::before,
.round [type="checkbox"]:not(.filled-in)+label::after {
  border: 0px solid #5a5a5a;
  margin-top: 5px;
}

.round [type="checkbox"]:checked+label::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

._technical_active {
  background: #27323c;
  color: #fff;
}

#_dash_content {}

#pnProductNavContents1 .nav-tabs li a, #pnProductNavContents2 .nav-tabs li a {
  background: #0093bf !important;
}

.wmd-view-topscroll, .wmd-view-topscrollsearch, .wmd-view, .wmd-viewsearch {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  border: none 0px RED;
}

.wmd-view-topscroll, .wmd-view-topscrollsearch {
  height: 20px;
}

.wmd-view, .wmd-viewsearch {
  height: auto;
}

.scroll-div1, .scroll-div1search {
  width: calc(100% + 1px);
  overflow-x: scroll;
  overflow-y: hidden;
}

.scroll-div2, .scroll-div2search {
  width: calc(100% + 1px);
}

._filters_panel ul {
  margin: 0;
  padding: 0;
}

._filters_panel ul.ks-cboxtags .active {
  border: 2px solid rgb(0, 147, 191);
  color: #0093bf;
  background-color: #FFFFFF;
  transition: all .2s;
  padding: 2px 2px;
}

._filters_panel ul.ks-cboxtags .active::before {
  display: block;
  content: 'check';
  font-family: 'Material Icons' !important;
  font-size: 14px;
  float: left;
  margin: -2px 2px;
}

._filters_panel ul.ks-cboxtags li {
  border: 2px solid #959595;
  color: #959595;
  background-color: #FFFFFF;
  transition: all .2s;
  padding: 2px 5px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 3px;
  font-size: 13px;
  border-radius: 5px;
}

.menu { 
}

.menu-item, .menu-open-button {
  background: #00bcd4;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: 0px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-item {
  margin-left: -80px;
}

.menu-open {
  display: none;
}

.hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.menu-open:checked+.menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked+.menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked+.menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {}

.menu-item:hover {
  background: #00ACC1;
  color: #ffffff;
}

.menu-item:nth-child(3) {
  transition-duration: 180ms;
}

.menu-item:nth-child(4) {
  transition-duration: 180ms;
}

.menu-item:nth-child(5) {
  transition-duration: 180ms;
}

.menu-item:nth-child(6) {
  transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked+.menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked~.menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked~.menu-item:nth-child(3) {
  transition-duration: 190ms;
  -webkit-transform: translate3d(110px, 0, 0);
  transform: translate3d(110px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(4) {
  transition-duration: 290ms;
  -webkit-transform: translate3d(220px, 0, 0);
  transform: translate3d(220px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(5) {
  transition-duration: 390ms;
  -webkit-transform: translate3d(330px, 0, 0);
  transform: translate3d(330px, 0, 0);
}

.menu-open:checked~.menu-item:nth-child(6) {
  transition-duration: 490ms;
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
}

.menu [type="checkbox"]+label {
  height: 80px;
}

.menu input[type="checkbox"] {
  display: none;
}

.menu input[type="checkbox"]+label:before, .menu input[type="checkbox"]:not(.filled-in)+label:after {
  display: none;
}

.modal .dropdown-menu {
  position: relative !important;
}

.modal ._droplist {
  position: absolute !important;
}

table ._droplist {
  position: absolute !important;
}

.tabs-text li.active a {
  width: auto;
  height: 55px;
  margin-left: 0;
  color: #263238 !important;
  background: #ffffff !important;
  border-radius: 0;
}

.tabs-text li.active a:hover, .tabs-text li.active a:active, .tabs-text li.active a:focus {
  color: #607D8B !important;
  background: #ffffff !important;
}

.tabs-text li a {
  color: #929292 !important;
  background: #ebebeb !important;
  border-radius: 0;
  margin-bottom: 5px;
  margin-top: -4px;
  width: auto !important;
  margin-left: 0 !important;
}

.tabs-text>li>a:hover, .tabs-text>li>a:active, .tabs-text>li>a:focus {
  color: #434242 !important;
  background: transparent !important;
}

.modal .nav-tabs>li {
  border-radius: 0 !important;
}

.modal .header {
  min-height: 40px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 5px 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

._inputfiles {
  opacity: 0;
  height: 0;
  width: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #FFF8E1;
  border-radius: 0px;
  border: thin solid #FF9800;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled {
  background-color: #FFF8E1;
}

.modal.in .modal-dialog {
  width: 99.9% !important;
  margin: 0;
  margin-left: .05% !important;
  border: 2px solid #27323c;
}

.btn-circle, .btn-circle-lg {
  border-radius: 5px !important;
}

.sidebar {
  border-top: 1px solid #27323c;
  border-right: thin solid #27323c;
  border-bottom: thin solid #27323c;
  border-radius: 0 4px 4px 0;
  top: 55px !important;
}

.right-sidebar {
  border-top: 1px solid #27323c;
  border-right: thin solid #27323c;
  border-bottom: thin solid #27323c;
  border-radius: 0 4px 4px 0;
  top: 55px !important;
}

.dropdown-menu {
  margin-top: -5px !important;
}

.modal .header .dropdown-menu {}

.tab-pane .nav-tabs>li {
  padding: 10px 0;
}

.hidden, .card .header .header-dropdown .dropdown-menu .hidden {
  display: none !important;
}

._tagstatus {
  border-radius: 9px;
  background-color: #FF9800;
  color: #FFF;
  padding: 3px 5px;
}

._label_detailt {
  padding: 3px 5px;
  border-bottom: thin solid #c7c7c7;
}

._label_detailt span {
  color: #069;
  font-weight: bold;
}

._detail_tab {
  background: #F5F5F5 !important;
  min-height: 172px;
  border-bottom: thin solid #0093bf !important;
  border-left: thin solid #0093bf !important;
  border-top: thin solid #0093bf !important;
  border-right: thin solid #0093bf !important;
  margin: 5px;
}

._detail_tab2 {
  background: #FFFFFF !important;
  border-bottom: thin solid #0093bf !important;
}

._detail_tab_avatar {
  background: white !important;
  border-top: 2px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-radius: 4px 4px 0 0;
  border-right: thin solid transparent !important;
  border-bottom: thin solid transparent !important;
  padding: 19px 5px !important;
}

._modal_body_ajust {
  color: #777 !important;
  padding: 0px !important;
}

.modal .card .header {
  padding: 0 5px;
}

thead th:first {
  min-width: 100px !important;
}

details {
  float: left;
  padding: 0 !important;
  margin: 2px 0 !important;
  ;
  ;
}

details summary div {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  color: #464646;
  border: 1px solid silver
}

details p, details summary {
  background: #f5f5f5;
  color: #0c6d9e;
}

details summary {
  padding: 10px 20px 20px 20px;
  font-size: 19px;
  z-index: 1;
  border: 1px solid #5dbad6;
  cursor: pointer;
}

details p {
  color: white;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid silver;
  text-align: justify;
  z-index: 3;
  box-shadow: 0 0 30px -12px #000
}

details[open] p {
  background: #27323c;
  background: #08364c;
  animation: det .3s;
  position: absolute;
  color: white;
  background: #1f619d;
}

@keyframes det {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

details summary button {
  float: right;
  background: #FF9800;
  border: 0;
  padding: 11px;
  margin: -6px -6px 0 0;
  color: #fff;
  border-radius: 4px;
  cursor: pointer
}

details summary button:hover {
  background: #FF9800;
}

details ._label_detailt {
  padding: 3px 5px;
  border-bottom: thin solid #03A9F4;
  font-size: 13px;
  color: white;
  display: block;
}

.table>thead:first-child>tr>th:nth-child(1), .table>thead:first-child>tr>td:nth-child(1) {
  min-width: 100px;
  width: auto !important;
}

.table>thead:first-child>tr>th:last-child {
  min-width: 100px;
}

.daterange {
  cursor: pointer;
}

#_filterpanel .daterange {
  border: 2px solid rgb(0, 147, 191);
  color: #0093bf;
  background-color: #FFFFFF;
  transition: all .2s;
  padding: 2px 5px;
  border-radius: 4px;
  text-align: center;
  width: auto;
  float: left;
  margin: 2px 10px
}

#_filterpanel .bootstrap-select>.dropdown-toggle {
  border: 1px solid transparent !important;
}

#_filterpanel h2 {
  /* color: #fff; */
  float: left !important;
  margin: 5px 10px !important;
}

.dropdown ._value {
  float: left;
  margin-top: -2px;
}

.pagination>li>a, .pagination>li>span {
  border: 1px solid #CCCCCC !important;
}

.pagination li.active a {
  background-color: #FF9800;
}

.pagination>li:first-child>a, .pagination>li:last-child>a {
  width: auto;
  height: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #FF9800;
}

.modal-title .btn:not(.btn-link):not(.btn-circle):hover {
  outline: none;
  color: white;
}

#_filterpanel .btn-group {
  border: 2px solid rgb(0, 147, 191) !important;
  color: #0093bf !important;
  background-color: #FFFFFF !important;
  transition: all .2s !important;
  padding: 2px 2px !important;
  border-radius: 4px !important;
  margin: 2px !important;
  border: 2px solid rgb(0, 147, 191) !important;
  display: block !important;
  float: left !important;
  width: auto !important;
  min-width: 170px !important;
  min-width: 220px !important;
  display: block !important;
}

#_filterpanel select span {
  color: #0093bf !important;
}

#_filterpanel select li.selected a span, #_filterpanel .btn-group li.selected a span {
  background-color: #0980ab !important;
  color: #fff !important;
}

#_filterpanel select button, #_filterpanel .btn-group button {
  padding: 2px 5px !important;
}

#_formreview .nav-tabs>li {
  position: relative;
  top: 0px;
  left: -2px;
  padding: 5px 15px 0 15px;
  background: #ebebeb;
  width: 140px;
  text-align: center;
  margin: 5px 0;
}

.panel-group .panel-col-gray .panel-title {
  background-color: #9E9E9E !important;
  background-color: #7d8c9a !important;
  font-weight: normal;
  color: #fff;
}

.panel-group .panel-col-gray {
  border: 1px solid #9E9E9E;
}

.panel-title ._buttonL {
  position: absolute;
  right: 20px;
  margin-top: -33px;
  height: 30px;
  padding: 5px 7px;
}

table .bootstrap-select.btn-group .dropdown-menu {}

._resulSUM {
  background-color: #4dd0e1 !IMPORTANT;
  color: #094b4e;
  border-radius: 0px;
  border: thin solid #0097A7 !important;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  border-radius: 0px;
  font-size: .9em !important;
  border: 1px solid #ccc !important;
}

.timeline {
  width: 100%;
  /* max-width: 800px; */
  background: #fff;
  padding: 10px;
  position: relative;
  /* box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2)*/
}

.timeline .row {
  border-bottom: thin solid #ddd;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33% + 14px);
  bottom: 0px;
  width: 4px;
  background: #cccdcf;
}

.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
  border-bottom: thin solid #ddd;
}

.entry:nth-child(1) {
  border-bottom: thin solid transparent;
}

.entry .title {
  margin-bottom: 10px;
  float: left;
  width: 33%;
  padding-right: 0px;
  text-align: right;
  position: relative;
}

.entry .title:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 25px;
  border: 2px solid #00BCD4;
  background-color: #fff;
  border-radius: 100%;
  top: calc(23.5px);
  right: -25.5px;
  z-index: 99;
}

.entry .title:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  /* border: 2px solid #00BCD4; */
  background-color: #d1d2d3;
  border-radius: 100%;
  top: calc(30px);
  right: -18.5px;
  z-index: 99;
}

.entry .title h3 {
  margin: 10px;
  font-size: 100%;
}

.entry .title hr {
  margin: 0px;
  width: calc(100% + 25px);
  margin-left: -13px;
}

.entry .title p {
  margin: 0 10px;
  font-size: 100%;
  text-align: right;
}

.entry .body {
  margin: 10px 0;
  float: right;
  width: 66%;
  padding-left: 30px;
}

.entry .body p {
  line-height: 1.4em;
}

.entry .body p:first-child {
  margin-top: 0px;
  font-weight: 400;
  border: thin solid #e4e4e4;
  border-radius: 4px;
  padding: 5px;
  background: #f9f9f9;
}

.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}

.entry .body ul li:before {
  content: "–";
  margin-right: .5em;
}

._timg_technical {
  text-align: center;
}

._timg_technical img {
  height: 60px !important;
  border-radius: 50% !important;
  width: 60px !important;
  /* margin-top: -12px; */
  /* margin-left: -20px; */
  cursor: pointer !important;
}

._statusservice button {
  padding: 0px 26px 0px 5px;
}

._statusservice .bs-caret {
  color: white;
}

.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
  margin-bottom: 5px !important;
}

.dropdown>.btn-small {
  width: 30px !important;
  height: 30px !important;
  padding: 3px 7px;
  margin: -25px 7px;
}

.list-group-item .dropdown li {
  color: #094864;
  text-align: left;
  padding: 2px 10px;
}

.menu-toggle .glyphicon {
  font-size: 20px;
  line-height: 1.4em;
}

.list-group ._options {
  margin-top: -30px;
  position: relative;
  display: block;
  margin-left: 25px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .megamenu .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar .navbar-collapse.in {
    display: contents !important;
  }
}

[data-component='navbar'] {
  position: relative;
  width: 100%;
}

[data-component='navbar'] .navbar {
  background-color: #fff;
}

[data-component='navbar'] .navbar-toggler {
  line-height: 2.4;
  margin-left: 75px;
}

[data-component='navbar'] .navbar-toggler span {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  display: none;
}

[data-component='navbar'] .navbar-toggler[aria-expanded="true"] {
  color: #009fff;
}

[data-component='navbar'] .navbar-toggler[aria-expanded="true"] span {
  display: initial;
  color: #009fff;
}

[data-component='navbar'] .navbar-toggler[aria-expanded="true"] i {
  color: #009fff;
}

[data-component='navbar'] .navbar-collapse {
  background-color: #292a2c;
}

[data-component='navbar'] .navbar-nav {
  height: 100vw;
}

[data-component='navbar'] .collapsing {
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}

[data-component='navbar'] .navbar-brand {
  background-color: #009fff;
  height: 60px;
  width: 75px;
  text-align: center;
}

[data-component='navbar'] ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

[data-component='navbar'] .right-links i {
  color: #000;
  font-size: 20px;
  line-height: 2.8;
}

[data-component='navbar'] .home {
  border-right: 1px solid #ababab;
}

[data-component='navbar'] .dropdown-toggle::after {
  display: none;
}

[data-component='navbar'] .dropdown-item {
  color: #292b2c;
  font-size: 0.75em;
}

[data-component='navbar'] .dropdown {
  position: relative;
}

[data-component='navbar'] .dropdown span {
  color: #fff;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -8px;
  right: -3px;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  font-size: 0.625em;
  font-weight: 600;
}

[data-component='navbar'] .dropdown img {
  border-radius: 50%;
  height: 40px;
}

[data-component='navbar'] .list-group .lg {
  height: 500px;
  width: 270px;
  overflow: auto;
}

[data-component='navbar'] .list-group .list-group-item {
  border-radius: 0;
  letter-spacing: 0.5px;
}

[data-component='navbar'] .list-group h5 {
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 2;
}

[data-component='navbar'] .list-group p {
  font-size: 0.5625em;
  font-weight: 400;
  line-height: 2;
}

[data-component='navbar'] ._nivel1 {
  padding: 10px;
}

[data-component='navbar'] .megamenu .megamenu-links {
  background-color: #EEEEEE;
  height: 100vh;
  overflow: hidden;
  padding: 10px;
}

[data-component='navbar'] .megamenu .list-group {
  background-color: #292a2c;
}

[data-component='navbar'] .megamenu .btn {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
  margin: 0px;
  border-radius: 0px;
}

[data-component='navbar'] .megamenu .btn:hover {
  background-color: #27323c;
  color: #fff;
}

[data-component='navbar'] .megamenu a[aria-expanded=true] .add_box {
  display: none;
}

[data-component='navbar'] .megamenu a[aria-expanded=false] .indeterminate_check_box {
  display: none;
}

[data-component='navbar'] .megamenu [aria-expanded="true"] {
  background-color: #27323c;
  color: #fff;
}

[data-component='navbar'] .megamenu [aria-expanded="true"] i {
  color: #0989b0;
  font-size: 1.25em;
  float: right;
}

[data-component='navbar'] .megamenu [aria-expanded="false"] {
  background-color: #27323c;
  color: #FFFFFF;
  border-radius: 0;
}

[data-component='navbar'] .megamenu [aria-expanded="false"] i {
  color: #0989b0;
  font-size: 1.25em;
}

[data-component='navbar'] .megamenu [aria-expanded="false"]:hover i {
  color: #0989b0;
  font-size: 1.25em;
}

[data-component='navbar'] .megamenu .list-group {
  background-color: #ffffff;
}

[data-component='navbar'] .megamenu .list-group-item {
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1em;
  color: #0093bf !important;
  padding: 4px 10px;
}

[data-component='navbar'] .megamenu .list-group-item:hover {
  background-color: #FBFBFB;
}

[data-component='sidebar'] .sidebar {
  position: fixed;
  z-index: 9999;
}

[data-component='sidebar'] .first-menu {
  position: fixed;
  background-color: #292a2c;
  height: 100vw;
  width: 75px;
  top: 60px;
  overflow: hidden;
  transition: width .5s;
}

[data-component='sidebar'] .first-menu a {
  color: #fff;
}

[data-component='sidebar'] .first-menu i {
  font-size: 24px;
}

[data-component='sidebar'] .first-menu span {
  font-size: 14px;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  visibility: hidden;
}

[data-component='sidebar'] .first-menu:hover span {
  opacity: 1;
  visibility: visible;
}

[data-component='sidebar'] .first-menu .list-group-item {
  border-radius: 0;
}

[data-component='sidebar'] .first-menu .list-group-item:hover {
  background-color: #009fff;
}

[data-component='sidebar'] .first-menu:hover {
  width: 160px;
}

[data-component='sidebar'] .list-group-item {
  font-size: 14px;
}

[data-component='sidebar'] .submenu {
  position: fixed;
  left: 160px;
  width: 195px;
  top: 60px;
  background-color: #009fff;
  height: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: 600ms opacity 600ms, 600ms visibility 600ms;
}

[data-component='sidebar'] .submenu .list-group-item {
  margin-top: 8px;
}

[data-component='sidebar'] .first-menu li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

[data-component='sidebar'] .sub-submenu {
  position: fixed;
  background-color: #fff;
  left: 355px;
  top: 60px;
  height: 100vw;
  width: 195px;
  opacity: 0;
  visibility: hidden;
  transition: 600ms opacity 600ms, 600ms visibility 600ms;
}

[data-component='sidebar'] .sub-submenu a {
  color: #009fff;
}

[data-component='sidebar'] .sub-submenu .list-group-item:hover {
  background-color: transparent;
}

[data-component='sidebar'] .submenu li:hover .sub-submenu {
  visibility: visible;
  opacity: 1;
}

[data-component='sidebar'] .list-group-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

[data-component='sidebar'] .arrow {
  position: fixed;
  left: 329px;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-right: 27px solid white;
}

[data-component='sidebar'] .arrow:nth-child(3) {
  top: 20px;
}

.navbar .navbar-collapse.in {
  padding: 0;
}

._uppercase {
  text-transform: uppercase !important;
}

._filterpanel .daterange {
  border: 2px solid rgb(0, 147, 191);
  color: #0093bf;
  background-color: #FFFFFF;
  transition: all .2s;
  padding: 2px 5px;
  border-radius: 4px;
  text-align: center;
  width: auto;
  float: left;
  margin: 2px 10px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  /*margin-left: 20px; GTJCAMBIO*/
}

/* --- */
#sidebar-menu ul {
  padding: 0px;
}

#sidebar-menu {
  background: #0093bf;
  border-radius: 5px;
  position: relative;
  left: 0px;
  height: 38px;
  width: 100%;
  color: #abe2ff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 0px;
  z-index: 9;
}

#sidebar-menu.animate {
  width: 210px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

#toggleMenu {
  background: #1888c4;
  height: 37px;
}

#toggleMenu .list {
  position: absolute;
  top: 12px;
  cursor: pointer;
  right: 8px;
  ;
  height: 30px;
  width: 30px;
  height: 30px;
}

#toggleMenu .thumbs {
  position: absolute;
  display: none;
  top: 9px;
  cursor: pointer;
  right: 3px;
  height: 30px;
  width: 30px;
  height: 30px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/toggle-thumbs.png") 0 0 no-repeat;
}

#sidebar-menu li {
  float: left;
  padding: 15px 0 15px 54px;
  margin: 1px 4px 1px 4px;
  list-style: none;
  color: white;
  width: 125px;
}

#sidebar-menu li i {
  font-size: 2.2em;
  margin-top: -20px !important;
  margin-left: 7px;
  position: absolute;
  font-size: 35px;
}

#sidebar-menu li .material-icons {
  margin-top: -13px !important;
}

#sidebar-menu.animate li i {
  margin-left: -40px;
}

#sidebar-menu ul {
  margin-top: 11px;
}

#sidebar-menu li {
  padding-left: 4px;
  height: 37px;
}

#sidebar-menu.animate li {
  padding-left: 54px;
}

#sidebar-menu li>span {
  margin-left: 40px;
  margin-top: -7px !important;
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  display: block;
}

#sidebar-menu .selected>span {
  color: white;
}

#sidebar-menu .selected:hover {
  color: white;
}

#sidebar-menu .selected {
  background-color: #FF9800;
  color: white;
  border-radius: 4px;
}

#toggleMenu_option span {}

/*----------------*/
.sidebar_option.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 300px;
  background: white;
}

.sidebar_option.right {
  top: 0;
  left: 0;
  bottom: 0;
  min-width: calc(100%);
  max-width: calc(100%);
  background: white;
  min-height: 500px;
  display: block;
}

.sidebar_option.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: white;
}

.sidebar_option.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: white;
}

.sidebars label {
  margin-bottom: 0px;
  font-size: 11px;
}

.sidebars>.sidebar_option {
  position: relative;
  padding: 4px;
  text-align: center;
  z-index: 9;
  border: 1px solid #0093bf;
  float: left;
}

._desploy_report .lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -95px;
  top: 50%;
  margin-top: -32px;
}

.t_list_ticket_parts_quotation input {
  font-size: 13px !important;
}

.custom-radios input[type=radio]#color-6+label span {
  background-color: #673AB7;
}

.check_tgl {
  position: relative;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin: 7px 0 5px 0;
  font-size: 20px;
}

.check_tgl b {
  font-size: 12px;
  text-align: center;
  display: block;
}

.check_tgl,
.check_tgl:after,
.check_tgl:before,
.check_tgl *,
.check_tgl *:after,
.check_tgl *:before,
.check_tgl+.check_tgl-btn {
  box-sizing: border-box;
}

.check_tgl::selection,
.check_tgl:after::selection,
.check_tgl:before::selection,
.check_tgl *::selection,
.check_tgl *:after::selection,
.check_tgl *:before::selection,
.check_tgl+.check_tgl-btn::selection {
  background: none;
}

.check_tgl span {
  position: relative;
  display: block;
  height: 1.8em;
  line-height: 1.2em;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  border-radius: 2em;
  padding: 0.2em 1em;
  border: 1px solid #fafafa;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
  max-width: 100px;
}

.check_tgl span:before {
  position: relative;
  display: block;
  line-height: 1.8em;
  padding: 0 0.2em;
  font-size: 16px;
}

.check_tgl span:after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 2em;
  width: 1.3em;
  height: 1.3em;
  margin-left: -1.45em;
  top: 0.2em;
  background: #FFFFFF;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
}

.check_tgl input[type="checkbox"] {
  display: none !important;
}

.check_tgl input[type="checkbox"]:not(:checked)+span {
  background: #E0E0E0;
  color: #358cb7;
  padding-left: 1.6em;
  padding-right: 0.4em;
}

.check_tgl input[type="checkbox"]:not(:checked)+span:before {
  content: attr(data-off);
  color: #42719c;
}

.check_tgl input[type="checkbox"]:not(:checked)+span:after {
  background: #FFFFFF;
  left: 1.6em;
}

.check_tgl input[type="checkbox"]:checked+span {
  background: #ff9800;
  color: #FFFFFF;
  padding-left: 0.4em;
  padding-right: 1.6em;
}

.check_tgl input[type="checkbox"]:checked+span:before {
  content: attr(data-on);
}

.check_tgl input[type="checkbox"]:checked+span:after {
  background: #FFFFFF;
  left: 100%;
}

.check_tgl input[type="checkbox"]:disabled,
.check_tgl input[type="checkbox"]:disabled+span,
.check_tgl input[type="checkbox"]:read-only,
.check_tgl input[type="checkbox"]:read-only+span {
  cursor: pointer;
}

.check_tgl-gray input[type="checkbox"]:not(:checked)+span {
  background: #e3e3e3;
  color: #999999;
}

.check_tgl-gray input[type="checkbox"]:not(:checked)+span:before {
  color: #999999;
}

.check_tgl-gray input[type="checkbox"]:not(:checked)+span:after {
  background: #ffffff;
}

.check_tgl-inline {
  display: inline-block !important;
  vertical-align: top;
}

.check_tgl-inline.check_tgl {
  font-size: 16px;
}

.check_tgl-inline.check_tgl span {
  min-width: 50px;
}

.check_tgl-inline.check_tgl span:before {
  line-height: 1.4em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.check_tgl-inline-label {
  display: inline-block !important;
  vertical-align: top;
  line-height: 26px;
}

.check_tgl span {
  max-width: 90px !important;
}

.check_tgl {
  position: relative;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin: 7px 0 5px 0;
  font-size: 20px;
  border: thin solid #29435a;
  padding: 5px;
  background: #27323c;
  border-radius: 4px;
}

.check_tgl b {
  font-size: 12px;
  text-align: center;
  display: block;
  color: white;
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #048ab3;
  border-color: #048ab3;
}

.panel-body {
  padding: 15px;
  background: #27323c;
}

.tab-content .row {
  height: 0px;
}

.tab-content>.active {
  min-height: 400px;
  display: block;
}

.tab-content>.active .row {
  height: auto;
}

._nav_tabs_content_ticket>.tab-pane {
  margin-top: 0px;
}

._tab_notes_active {
  margin: 0px !important;
  padding: 10px 0px 0px 0px !important;
}

.dropdown-menu>li>a {
  color: #333333;
  border-bottom: thin solid #ececec;
}

.shipping_tag {
  font-size: 12px;
  background: #FF9800;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  color: white;
  padding: 3px;
}

.profile__header hr {
  border-top: 1px solid #eaeaea;
  margin: 0px;
}

.layout hr {
  border-top: 1px solid #eaeaea;
  margin: 0px;
}

._tag_b1 {
  border: thin solid#109ac3;
  color: #27323c;
  padding: 3px 5px;
  /* border-radius: 9px; */
  display: block;
  margin-top: 10px;
  width: 90%;
  margin-left: 5%;
}

.resume {
  position: relative;
  background: white;
  width: 100%;
  margin: 0 0 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.resume>header {
  padding: 0px;
  margin: 0px;
  width: calc(100% + 32px);
  margin-left: -17px;
  margin-top: -5px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

header {
  position: relative;
  background: #4b5f6f;
  background: #35546d;
  width: 100%;
  overflow: hidden;
  text-shadow: 1px 2px 3px #304a63;
}

header hr {
  margin: 0px;
}

header h1 {
  position: relative;
  /* font-family: 'Bitter', serif; */
  font-size: 1em;
  font-weight: normal;
  background: #28627d;
  color: white;
  margin: 0;
  height: 90px;
  padding-top: 28px;
  padding-left: 10px;
  padding-right: 30px;
  float: left;
  z-index: 2;
  max-width: 380px;
}

@media (max-width: 75em) {
  header h1 {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    height: auto;
    height: auto;
  }
}

@media (max-width: 36em) {
  header h1 span {
    display: none;
  }
}

header h1:after {
  position: absolute;
  content: '';
  height: 100%;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  /*border-left: 20px solid #ffffff;*/
  /*border-left: 20px solid #28627d;*/
  /*right: -20px;*/
  top: 0;
}

header div {
  position: relative;
  color: white;
  float: left;
  padding-top: 24px;
  padding-left: 35px;
  padding-right: 48px;
  height: 90px;
  max-width: 766px;
}

@media (max-width: 75em) {
  header div {
    width: 50%;
  }
}

@media (max-width: 36em) {
  header div {
    width: 100%;
    padding: 10px 15px;
    height: auto;
  }

  header {
    height: auto;
  }
}

header div:first-of-type {
  background: #2e779c;
  background: #2c4154;
  background: #24425e;
  z-index: 1;
}

header div:first-of-type:after {
  position: absolute;
  content: '';
  height: 100%;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  /* border-left: 20px solid #2e779c;*/
  /* border-left: 20px solid #24425e;*/
  /*right: -20px;*/
  top: 0;
}

@media (max-width: 75em) {
  header div:first-of-type {
    padding: 10px 15px;
  }
}

header a {
  color: white;
  padding: 0 3px;
  border-radius: 2px;
  text-decoration: none;
}

header a:hover, header a:focus {
  color: white;
  background: #00baa6;
}

.info {
  width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2,
.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10,
.col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

.row {
  margin-right: -7px;
  margin-left: -7px;
}

/*-------------*/
/*----------------*/
.sidebar2.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 300px;
  background: white;
}

.sidebar2.right {
  top: 0;
  right: 0;
  bottom: 0;
  min-width: calc(100% - 70px);
  max-width: calc(100% - 70px);
  background: white;
}

.sidebar2.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: white;
  width: calc(100% - 300px);
}

.sidebar2.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: white;
}

.sidebars2 label {
  margin-bottom: 0px;
  font-size: 11px;
}

.sidebars2>.sidebar2 {
  position: fixed;
  color: white;
  padding: 4px;
  text-align: center;
  z-index: 5;
      border: 2px solid #0093bf;
}

.option-check2 {
  background: transparent;
  margin: 0;
  border: none !important;
  line-height: 3.5em;
  width: 150px !important;
  padding: 0px !important;
      border: 2px solid #0093bf !important
}

.option-check2 input[type="radio"] {
  display: none;
}

.option-check2 i {
  position: absolute !important;
  margin-left: -56px !important;
  margin-top: 12px !important;
  color: white !important;
}

.option-check2 label {
  border-left: 40px solid #0093bf;
  background-color: #fff;
  display: block;
  width: 100%;
  margin: 0px;
}

.option-check2 label {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  height: 50px;
      margin: -.5px 0;
}

.option-check2 label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27323c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.option-check2 label.checked {
  color: white !important;
}

.option-check2 label.checked:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
[type="checkbox"].filled-in:not(:checked) + label:after { 
  border: 2px solid #ffc107; 
}
/*-------------*/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #ffc107;
  border-radius: 3px 0 0 3px;
  color: #27323c;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;  
}

.tag::before {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #ffffff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #ffc107;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover ,.tag:active,.tag:focus{
  background-color: #a87f05;
  color: white;
  text-decoration: none;
}

.tag:hover::after {
   border-left-color: #a87f05; 
}