


/* ----------------------------------------------------------- */
/* ############### INNOVATIVE SYSTEMS STYLES ############### */
/* ----------------------------------------------------------- */
/*
 * Diselan v1.0.0
 * Copyright 2020-2021
 */

 .br-clomos {
	border: dotted 1px #004759; 
 }
 .br-graficas {
	border-left: dotted 1px #004759; 
 }
 .br-clomos-header {
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #004759;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.br-clomos-header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 3px;
  background-color: #b4bbcd;
  z-index: 1040;
}
.br-header {
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #b4bbcd;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.br-header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 3px;
  background-color: #004759;
  z-index: 1040;
}

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

@media (min-width: 992px) {
  .br-header {
    left: 250px;
  }
  .br-clomos-header {
    left: 250px;
  }
}

.br-header-left {
  display: flex;
}
.br-header-left .form-control, .br-header-left .dataTables_filter input, .dataTables_filter .br-header-left input {
  border: 0;
  border-radius: 0;
  padding: 0 20px;
}
.br-header-left .input-group-btn {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.br-header-left .input-group-btn .btn, .br-header-left .input-group-btn .sp-container button, .sp-container .br-header-left .input-group-btn button {
  background-color: #004759;
  border-radius: 0;
  border: 0;
  color: #868e96;
  padding-left: 20px;
  padding-right: 20px;
}
.br-header-left .input-group-btn .btn:focus, .br-header-left .input-group-btn .sp-container button:focus, .sp-container .br-header-left .input-group-btn button:focus, .br-header-left .input-group-btn .btn:active, .br-header-left .input-group-btn .sp-container button:active, .sp-container .br-header-left .input-group-btn button:active {
  color: #343a40;
  box-shadow: none;
}

.br-header-right {
  display: flex;
  align-items: center;
}
.br-header-right a {
  color: #868e96;
}
.br-header-right a:hover, .br-header-right a:focus {
  color: #343a40;
}
.br-header-right .dropdown:last-child .dropdown-menu {
  padding: 0 10px 10px;
}
@media (max-width: 479px) {
  .br-header-right .dropdown:first-child .dropdown-menu {
    transform: translateX(145px) !important;
  }
  .br-header-right .dropdown:nth-child(2) .dropdown-menu {
    transform: translateX(113px) !important;
  }
  .br-header-right .dropdown:last-child .dropdown-menu {
    transform: translateX(49px) !important;
  }
}

.nav-link-profile {
  position: relative;
  color: #868e96;
  transition: all 0.2s ease-in-out;
}
.nav-link-profile img {
  opacity: .85;
  transition: all 0.2s ease-in-out;
}
.nav-link-profile .square-10 {
  right: 15px;
  bottom: 10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
}
.nav-link-profile:hover, .nav-link-profile:focus {
  color: #495057;
}
.nav-link-profile:hover img, .nav-link-profile:focus img {
  opacity: 1;
}

.logged-name {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}

.dropdown-menu-header {
  position: relative;
  border-top: 0;
  margin-top: 1px;
  padding: 10px 20px 20px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: auto !important;
  right: -1px !important;
  top: 55px !important;
  transform: none !important;
  will-change: unset !important;
}
.dropdown-menu-header::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -2px;
  right: 0;
  height: 4px;
  background-color: #fff;
  z-index: 1040;
}

.user-profile-nav {
  margin: 0;
  font-size: 13px;
}
.user-profile-nav a {
  display: block;
  padding: 7px 10px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.user-profile-nav a:hover, .user-profile-nav a:focus {
  background-color: #dee2e6;
}
.user-profile-nav .icon {
  display: inline-block;
  width: 20px;
  line-height: 0;
  text-align: center;
  font-size: 20px;
  position: relative;
  color: #17a2b8;
  top: 2px;
  margin-right: 5px;
}
.user-profile-nav .ion-ios-folder,
.user-profile-nav .ion-power {
  font-size: 18px;
}

.media-list-link {
  display: block;
  transition: all 0.2s ease-in-out;
}
.media-list-link.read {
  background-color: #f8f9fa;
}
.media-list-link:hover, .media-list-link:focus {
  background-color: #e9ecef;
}
.media-list-link .media-body {
  margin-left: 15px;
}
.media-list-link + .media-list-link {
  margin-top: 1px;
}

.navicon-clomos-left {
  width: 60px;
  height: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navicon-left {
  width: 90px;
  height: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navicon-clomos-left a {
  color: #004759;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.navicon-left a {
  color: #004759;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.navicon-left a:hover, .navicon-left a:focus {
  color: #343a40;
}

.navicon-clomos-left a:hover, .navicon-clomos-left a:focus {
  color: #343a40;
}
.navicon-right {
  display: flex;
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
}
.navicon-right a {
  color: #868e96;
  font-size: 24px;
}
.navicon-right a:hover, .navicon-right a:focus {
  color: #343a40;
}
.navicon-clomos-right {
  display: flex;
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
}
.navicon-clomos-right a {
  color: #868e96;
  font-size: 24px;
}
.navicon-clomos-right a:hover, .navicon-clomos-right a:focus {
  color: #343a40;
}
.br-clomos-sideleft {
  position: fixed;
  top: 60px;
  left: -250px;
  bottom: 0;
  z-index: 100;
  width: 250px;
  background-color: #e9ecef;
  padding-left: 1px;
  padding-right: 10px;
  transition: all 0.2s ease-in-out;
}
.br-sideleft {
  position: fixed;
  top: 60px;
  left: -250px;
  bottom: 0;
  z-index: 100;
  width: 250px;
  background-color: #e9ecef;
  padding-left: 1px;
  padding-right: 10px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .br-sideleft {
    left: 0;
  }
  .br-clomos-sideleft {
    left: 0;
  }
}
.br-clomos-sideleft .ps__scrollbar-y-rail {
  visibility: hidden;
}
.br-clomos-logo {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 60px;
  background-color: #b4bbcd;
  /*border-right: 1px solid #FFF;*/
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}
.br-logo {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 60px;
  background-color: #004759;
  /*border-right: 1px solid #FFF;*/
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .br-logo {
    left: 0;
  }
  .br-clomos-logo {
    left: 0;
  }
}
.br-logo > a {
  color: #FCFCFC;
  letter-spacing: -0.5px;
}
.br-logo > a i {
  font-style: normal;
  font-weight: 500;
  color: #17a2b8;
}
.br-logo > a span {
  font-weight: 300;
  color: #00b297;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.br-logo > a span:first-child {
  padding-right: 2px;
}
.br-logo > a span:last-child {
  padding-left: 2px;
}
.br-logo > a:hover, .br-logo > a:focus {
  text-decoration: none;
}
.br-logo > a:hover span:first-child, .br-logo > a:focus span:first-child {
  transform: translateX(-5px);
}
.br-logo > a:hover span:last-child, .br-logo > a:focus span:last-child {
  transform: translateX(5px);
}

.br-clomos-logo > a {
  color: #FCFCFC;
  letter-spacing: -0.5px;
}
.br-clomos-logo > a i {
  font-style: normal;
  font-weight: 500;
  color: #17a2b8;
}
.br-clomos-logo > a span {
  font-weight: 300;
  color: #00b297;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.br-clomos-logo > a span:first-child {
  padding-right: 2px;
}
.br-clomos-logo > a span:last-child {
  padding-left: 2px;
}
.br-clomos-logo > a:hover, .br-clomos-logo > a:focus {
  text-decoration: none;
}
.br-clomos-logo > a:hover span:first-child, .br-clomos-logo > a:focus span:first-child {
  transform: translateX(-5px);
}
.br-clomos-logo > a:hover span:last-child, .br-clomos-logo > a:focus span:last-child {
  transform: translateX(5px);
}

.br-sideleft-menu {
  transition: all 0.2s ease-in-out;
}

.btn-clomos {
  color: #fff !important;
  background-color: #2c56ac !important;
  border-color: #FFF !important;
  min-width: 160px;
}
.btn-clomos:hover {
  color: #fff;
  background-color: #B4BBCD;
  border-color: #FFF;
}
.btn-clomos-light {
  color: #fff;
  background-color: #b4bbcd;
  border-color: #FFF;
  min-width: 160px;
}
.btn-clomos-light:hover {
  color: #fff;
  background-color: #b3baac;
    border-color: #FFF;
}
.btn-grafica {
  color: #FFF !important;
  background-color: #666 !important;
  border-color: #666 !important;
  min-width: 100px;
}
.btn-grafica:hover {
  color: #fff;
  background-color: #262626;
  border-color: #666;
}

.bg-clomos-black {
  background-color: #000000 !important;
}
.bg-clomos {
  background-color: #2c56ac !important;
}
.bg-clomos-light {
  background-color: #b4bbcd !important;
}
a.bg-clomos:focus, a.bg-warning:hover {
  background-color: #ce7d0a !important;
}

.sidebar-label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  opacity: .3;
  white-space: nowrap;
}

.br-menu-link {
  color: #fcfcfc;
  display: flex;
  font-size: 1rem;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  min-width:280px;
}
.br-clomos-menu-link {
  color: #fcfcfc;
  display: flex;
  font-size: 1rem;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width:84%;
}
.br-clomos-menu-link:hover, .br-clomos-menu-link:focus {
  color: #fff;
  background-color: #b4bbcd;
}
.br-clomos-menu-link:focus, .br-clomos-menu-link:active {
  outline: none;
}
.br-clomos-menu-link.show-sub {
  background-color: #b4bbcd;
  color: #fff;
}

.br-clomos-menu-link.active, .br-menu-link:hover{
  background-color: #b4bbcd;
  color: #fff;
}
.br-menu-link:hover, .br-menu-link:focus {
  color: #fff;
  background-color: #b4bbcd;
}
.br-menu-link:focus, .br-menu-link:active {
  outline: none;
}
.br-menu-link.show-sub {
  background-color: #b4bbcd;
  color: #fff;
}

.br-menu-link.active, .br-menu-link:hover{
  background-color: #b4bbcd;
  color: #fff;
}

.br-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  height: 40px;
  letter-spacing: 0.2px;
  font-size: .85rem;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.menu-item-icon {
  width: 18px;
  transition: all 0.2s ease-in-out;
}

.menu-item-label {
  white-space: nowrap;
  margin-left: 10px;
  margin-right: auto;
}

.menu-item-label,
.menu-item-arrow {
  transition: all 0.2s ease-in-out;
}

.br-menu-sub {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 27px;
  background-color: #262626;
  display: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.br-menu-sub .nav-link {
  font-size: 13px;
  color: #fcfcfc;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.br-menu-sub .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -.5px;
  width: 5px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
  transition: all 0.2s ease-in-out;
}
.br-menu-sub .nav-link:hover, .br-menu-sub .nav-link:focus {
  color: #FFF;
}
.br-menu-sub .nav-link:hover::before, .br-menu-sub .nav-link:focus::before {
  width: 20px;
  left: -15px;
  opacity: 1;
  background-color: #FFF;
}
.br-menu-sub .nav-link.active {
  color: #FFF;
}
.br-menu-sub .nav-link.active::before {
  width: 20px;
  left: -15px;
  opacity: 1;
  background-color: #FFF;
}

@media (min-width: 992px) {
  .collapsed-menu .br-logo {
    left: -250px;
  }
  .collapsed-menu .br-clomos-logo {
    left: -250px;
  }
  .collapsed-menu .br-header {
    left: 0;
  }
  .collapsed-menu .br-sideleft {
    width: 90px;
  }
  .collapsed-menu .br-mainpanel {
    margin-left: 90px;
  }
  .collapsed-menu .menu-item-icon {
    transform: translateX(-4px);
  }
  .collapsed-menu .br-sideleft .sidebar-label {
    visibility: hidden;
  }
  .collapsed-menu .info-list {
    display: none;
  }
  .collapsed-menu .br-contentpanel {
    margin-left: 290px;
  }
}

@media (min-width: 992px) {
  .expand-menu .br-sideleft .sidebar-label {
    visibility: visible;
  }
  .expand-menu .br-sideleft {
    width: 250px;
  }
  .expand-menu .info-list {
    display: block;
  }
}

.br-sideright {
  position: fixed;
  top: 0;
  right: -280px;
  bottom: 0;
  z-index: 2000;
  width: 280px;
  background-color: #004759;
  transition: all 0.2s ease-in-out;
}
.br-sideright .tab-pane .ps__scrollbar-y-rail {
  visibility: hidden;
}

@media (max-width: 991px) {
  .show-left .br-header,
  .show-left .br-mainpanel {
    transform: translateX(250px);
  }
  .show-left .br-logo,
  .show-left .br-sideleft {
    left: 0;
    z-index: 2000;
  }
  .show-left .br-clomos-logo,
  .show-left .br-sideleft {
    left: 0;
    z-index: 2000;
  }
  .show-left .menu-item-label {
    /*display: block !important;*/
    opacity: 1 !important;
  }
  .show-left .br-contentpanel {
    transform: translateX(250px);
  }
}

.show-right .br-logo,
.show-right .br-clomos-logo,
.show-right .br-sideleft,
.show-right .br-header,
.show-right .br-mainpanel,
.show-right .br-subleft,
.show-right .br-contentpanel {
  transform: translateX(-280px);
}
.show-right .br-sideright {
  right: 0;
}

.show-left,
.show-right {
  overflow: hidden;
}
.show-left::before,
.show-right::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(29, 41, 57, 0.25);
}

@media (min-width: 992px) {
  .show-left::before {
    display: none;
  }
}

.show-left.show-right::before {
  display: block;
}

.sidebar-tabs {
  height: 60px;
  background-color: #004759;
  border-bottom: 0;
}
.sidebar-tabs .nav-item {
  margin-bottom: 0;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar-tabs .nav-link {
  color: #262626;
  border: 0;
  padding: 13px 24px;
  border-radius: 0;
}
.sidebar-tabs .nav-link.active {
  background-color: #004759;
  color: #00b297;
}

.contact-list-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.contact-list-link.new {
  background-color: #000;
}
.contact-list-link .d-flex {
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
}
.contact-list-link .contact-person {
  margin-left: 10px;
  margin-right: auto;
}
.contact-list-link:hover, .contact-list-link:focus {
  color: #fff;
  background-color: #000;
}
.contact-list-link + .contact-list-link {
  margin-top: 1px;
}

.contact-status-indicator {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #004759;
  border-radius: 50px;
}

.media-file-list {
  padding: 0 25px 20px;
  margin-top: 20px;
}
.media-file-list .media-body {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
  margin-right: auto;
}

.sidebar-datepicker {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.sidebar-datepicker .ui-datepicker-inline {
  position: relative;
  font-size: 13px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 0;
}
.sidebar-datepicker .ui-datepicker-inline .ui-datepicker-title {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.sidebar-datepicker .ui-datepicker-header {
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}
.sidebar-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before, .sidebar-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before,
.sidebar-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.sidebar-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
  color: #fff;
}
.sidebar-datepicker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.sidebar-datepicker .ui-datepicker-calendar thead th {
  text-transform: uppercase;
  color: #004759;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.sidebar-datepicker .ui-datepicker-calendar td {
  border: 0;
  background-color: transparent;
}
.sidebar-datepicker .ui-datepicker-calendar td a {
  background-color: transparent;
}
.sidebar-datepicker .ui-datepicker-calendar .ui-state-default {
  display: block;
  text-align: center;
  padding: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  border: 1px solid transparent;
}
.sidebar-datepicker .ui-datepicker-calendar .ui-state-default:hover, .sidebar-datepicker .ui-datepicker-calendar .ui-state-default:focus {
  background-color: #1a2432;
  color: #fff;
}
.sidebar-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  background-color: transparent;
  color: #00b297;
  border-color: #00b297;
}

.sidebar-event-list .list-group-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sidebar-event-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sidebar-event-list .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.br-mainpanel {
  margin-left: 0;
  margin-top: 60px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .br-mainpanel {
    margin-left: 250px;
  }
}

.br-pageheader {
  display: flex;
  align-items: center;
  background-color: #dee2e6;
  padding-left: 20px;
  padding-right: 20px;
}
.br-pageheader .breadcrumb {
  background-color: transparent;
}
.br-pageheader .breadcrumb-item:not(.active) {
  color: #868e96;
}
.br-pageheader .breadcrumb-item:not(.active):hover, .br-pageheader .breadcrumb-item:not(.active):focus {
  color: #495057;
}
.br-pageheader .breadcrumb-item.active {
  color: #495057;
}

.br-pagebody {
  margin-top: 10px;
  border-left: solid 1px #b4bbcd;
}
@media (min-width: 576px) {
  .br-pagebody {
    padding: 0 20px;
  }
}

.br-section-wrapper {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
}
@media (min-width: 576px) {
  .br-section-wrapper {
    padding: 30px;
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .br-section-wrapper {
    padding: 60px;
  }
}

.br-footer {
  font-size: 12px;
  padding: 20px;
}
.br-footer a {
  color: #868e96;
}
.br-footer a:hover, .br-footer a:focus {
  color: #343a40;
}
.br-footer .footer-right {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .br-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .br-footer .footer-right {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .br-footer {
    padding: 30px;
  }
}

.br-contentpanel {
  margin-top: 60px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .br-contentpanel {
    margin-left: 250px;
  }
}
/* #################### DASHBOARD SKINS #################### */
.br-simple-white {
  background-color: #f8f9fa;
}
.br-simple-white .br-sideleft {
  background-color: #fff;
  border-right: 1px solid #ced4da;
}
.br-simple-white .br-logo {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.br-simple-white .br-clomos-logo {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.br-simple-white .sidebar-label {
  color: #fcfcfc;
  opacity: 1;
}
.br-simple-white .br-menu-link {
  color: #868e96;
}
.br-simple-white .br-menu-link:hover, .br-simple-white .br-menu-link:focus {
  color: #17A2B8;
  background-color: #f8f9fa;
}
.br-simple-white .br-menu-link.active {
  color: #fff;
}
.br-simple-white .br-menu-link:focus, .br-simple-white .br-menu-link:active {
  outline: none;
}
.br-simple-white .br-menu-link.show-sub {
  background-color: #f8f9fa;
  color: #17A2B8;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.br-simple-white .br-menu-link.show-sub.active {
  color: #fff;
}
.br-simple-white .br-menu-sub {
  background-color: #f8f9fa;
}
.br-simple-white .br-menu-sub .nav-link {
  color: #868e96;
}
.br-simple-white .br-menu-sub .nav-link::before {
  background-color: #fcfcfc;
  opacity: 1;
}
.br-simple-white .br-menu-sub .nav-link:hover, .br-simple-white .br-menu-sub .nav-link:focus {
  color: #17A2B8;
}
.br-simple-white .br-menu-sub .nav-link:hover::before, .br-simple-white .br-menu-sub .nav-link:focus::before {
  width: 20px;
  left: -15px;
  opacity: 1;
  background-color: #17A2B8;
}
.br-simple-white .br-menu-sub .nav-link.active {
  color: #17a2b8;
}
.br-simple-white .br-menu-sub .nav-link.active::before {
  width: 20px;
  left: -15px;
  opacity: 1;
  background-color: #17A2B8;
}
.br-simple-white .br-pageheader {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.br-simple-white .br-sideright {
  background-color: #fff;
}
.br-simple-white .br-sideright .more {
  color: #ced4da;
  opacity: 1;
}
.br-simple-white .br-sideright .more:hover, .br-simple-white .br-sideright .more:focus {
  color: #17A2B8;
}
.br-simple-white .br-sideright .switch-button-background {
  background-color: #fcfcfc;
}
.br-simple-white .br-sideright .switch-button-background.checked {
  background-color: #00b297;
}
.br-simple-white .sidebar-tabs {
  background-color: #e9ecef;
}
.br-simple-white .sidebar-tabs .nav-link {
  color: #868e96;
  border: 0;
  padding: 13px 24px;
  border-radius: 0;
}
.br-simple-white .sidebar-tabs .nav-link.active {
  background-color: #fff;
  color: #00b297;
}
.br-simple-white .sidebar-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}
.br-simple-white .contact-list-link {
  color: #495057;
}
.br-simple-white .contact-list-link.new {
  background-color: #f8f9fa;
}
.br-simple-white .contact-list-link:hover, .br-simple-white .contact-list-link:focus {
  color: #343a40;
  background-color: #e9ecef;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-inline {
  border: 1px solid #dee2e6;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-inline .ui-datepicker-title {
  color: #17A2B8;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-header {
  color: #868e96;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before, .br-simple-white .sidebar-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before,
.br-simple-white .sidebar-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.br-simple-white .sidebar-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
  color: #17A2B8;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-calendar thead th {
  color: #343a40;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-calendar .ui-state-default {
  color: #868e96;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-calendar .ui-state-default:hover, .br-simple-white .sidebar-datepicker .ui-datepicker-calendar .ui-state-default:focus {
  background-color: #e9ecef;
  color: #17A2B8;
}
.br-simple-white .sidebar-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
  color: #17A2B8;
  border-color: #17A2B8;
}
.br-simple-white .sidebar-event-list .list-group-item {
  border-color: #dee2e6;
}
.br-simple-white .br-subleft {
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
}
.br-simple-white .br-nav-mailbox .nav-link {
  color: #868e96;
}
.br-simple-white .br-nav-mailbox .nav-link:hover, .br-simple-white .br-nav-mailbox .nav-link:focus {
  background-color: #e9ecef;
  color: #17A2B8;
}
.br-simple-white .br-nav-mailbox .nav-link.active {
  background-color: #e9ecef;
  color: #17A2B8;
}

.br-clomos-sideleft {
  position: fixed;
  top: 60px;
  left: -250px;
  bottom: 0;
  z-index: 100;
  width: 250px;
  background-color: #e9ecef;
  padding-left: 1px;
  padding-right: 10px;
  transition: all 0.2s ease-in-out;
}
.br-sideleft {
  position: fixed;
  top: 60px;
  left: -250px;
  bottom: 0;
  z-index: 100;
  width: 250px;
  background-color: #e9ecef;
  padding-left: 1px;
  padding-right: 10px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .br-sideleft {
    left: 0;
  }
  .br-clomos-sideleft {
    left: 0;
  }
}
.br-clomos-sideleft .ps__scrollbar-y-rail {
  visibility: hidden;
}
.br-clomos-logo {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 60px;
  background-color: #b4bbcd;
  /*border-right: 1px solid #FFF;*/
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}
.br-logo {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 60px;
  background-color: #004759;
  /*border-right: 1px solid #FFF;*/
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .br-logo {
    left: 0;
  }
  .br-clomos-logo {
    left: 0;
  }
}
.br-logo > a {
  color: #FCFCFC;
  letter-spacing: -0.5px;
}
.br-logo > a i {
  font-style: normal;
  font-weight: 500;
  color: #17a2b8;
}
.br-logo > a span {
  font-weight: 300;
  color: #00b297;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.br-logo > a span:first-child {
  padding-right: 2px;
}
.br-logo > a span:last-child {
  padding-left: 2px;
}
.br-logo > a:hover, .br-logo > a:focus {
  text-decoration: none;
}
.br-logo > a:hover span:first-child, .br-logo > a:focus span:first-child {
  transform: translateX(-5px);
}
.br-logo > a:hover span:last-child, .br-logo > a:focus span:last-child {
  transform: translateX(5px);
}

.br-clomos-logo > a {
  color: #FCFCFC;
  letter-spacing: -0.5px;
}
.br-clomos-logo > a i {
  font-style: normal;
  font-weight: 500;
  color: #17a2b8;
}
.br-clomos-logo > a span {
  font-weight: 300;
  color: #00b297;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.br-clomos-logo > a span:first-child {
  padding-right: 2px;
}
.br-clomos-logo > a span:last-child {
  padding-left: 2px;
}
.br-clomos-logo > a:hover, .br-clomos-logo > a:focus {
  text-decoration: none;
}
.br-clomos-logo > a:hover span:first-child, .br-clomos-logo > a:focus span:first-child {
  transform: translateX(-5px);
}
.br-clomos-logo > a:hover span:last-child, .br-clomos-logo > a:focus span:last-child {
  transform: translateX(5px);
}

.br-sideleft-menu {
  transition: all 0.2s ease-in-out;
}




/* ------------------------------	nuevo menu  -------------------- */
.nav-side-menu {
  overflow: auto;
  height: 100%;
  color: #2C56AC;  
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  cursor: pointer;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  /*border-left: 3px solid #b4bbcd;*/
  color: #fff;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #b4bbcd;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #b3baac;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #b4bbcd;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
/*  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;*/
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2c56ac;
  border-bottom: 1px solid #FFF;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #606e96;
}
.nav-side-menu li a i {
  padding-left: 1px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  border-left: 3px solid #b4bbcd;
  background-color: #FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #004759;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/* ------------ Fin Menu ------------ */

/* ---------------------------------------------- */
/* ############### 6.9 Typography ############### */
/* ---------------------------------------------- */
.tx-black {
  font-weight: 900;
}

.tx-bold {
  font-weight: 700;
}

.tx-semibold {
  font-weight: 600;
}

.tx-medium {
  font-weight: 500;
}

.tx-normal {
  font-weight: 400;
}

.tx-light {
  font-weight: 300;
}

.tx-thin {
  font-weight: 200;
}

.tx-xthin {
  font-weight: 100;
}

.tx-poppins {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.tx-roboto {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.tx-hind {
  font-family: "Hind", "Helvetica Neue", Arial, sans-serif;
}

.tx-firasans {
  font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

.tx-source {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

.tx-mont {
  font-family: "Montserrat", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
}

.tx-lato {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.tx-sserif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tx-barcode {
  font-family: "Libre Barcode 39 Extended Text", cursive;
}

.tx-white {
  color: #fff;
}
.tx-clomos-black {
  color: #000;
}

.tx-black {
  color: #2c56ac;
}
.tx-clomos-dark {
  color: #262626;
}

.tx-clomos-light {
  color: #fcfcfc;
}
.tx-clomos-white {
  color: #FFF;
}
.tx-primary {
  color: #0866C6;
}

.tx-success {
  color: #23BF08;
}
.tx-clomos-warning {
  color: #004759;
}
.tx-warning {
  color: #004759;
}
.tx-danger {
  color: #dc3545;
}

.tx-info {
  color: #17a2b8;
}

.tx-inverse {
  color: #343a40;
}

.tx-teal {
  color: #00b297;
}

.tx-dark {
  color: #293949;;
}

.tx-indigo {
  color: #6610f2;
}

.tx-purple {
  color: #6f42c1;
}

.tx-orange {
  color: #f27510;
}

.tx-pink {
  color: #e83e8c;
}

.tx-gray-100 {
  color: #f8f9fa;
}

.tx-gray-200 {
  color: #e9ecef;
}

.tx-gray-300 {
  color: #dee2e6;
}

.tx-gray-400 {
  color: #ced4da;
}

.tx-gray-500 {
  color: #fcfcfc;
}

.tx-gray-600 {
  color: #868e96;
}

.tx-gray-700 {
  color: #495057;
}

.tx-gray-800 {
  color: #343a40;
}

.tx-gray-900 {
  color: #212529;
}

.tx-br-primary {
  color: #004759;
}

.tx-white-2 {
  color: rgba(255, 255, 255, 0.2);
}

.tx-white-3 {
  color: rgba(255, 255, 255, 0.3);
}

.tx-white-4 {
  color: rgba(255, 255, 255, 0.4);
}

.tx-white-5 {
  color: rgba(255, 255, 255, 0.5);
}

.tx-white-6 {
  color: rgba(255, 255, 255, 0.6);
}

.tx-white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.tx-white-8 {
  color: rgba(255, 255, 255, 0.8);
}

.tx-spacing-1 {
  letter-spacing: 0.5px;
}

.tx-spacing-2 {
  letter-spacing: 1px;
}

.tx-spacing-3 {
  letter-spacing: 1.5px;
}

.tx-spacing-4 {
  letter-spacing: 2px;
}

.tx-spacing-5 {
  letter-spacing: 2.5px;
}

.tx-spacing-6 {
  letter-spacing: 3px;
}

.tx-spacing-7 {
  letter-spacign: 3.5px;
}

.tx-spacing-8 {
  letter-spacing: 4px;
}

.tx-spacing--1 {
  letter-spacing: -0.5px;
}

.tx-spacing--2 {
  letter-spacing: -1px;
}

.tx-spacing--3 {
  letter-spacing: -1.5px;
}

.tx-spacing--4 {
  letter-spacing: -2px;
}

.tx-spacing--5 {
  letter-spacing: -2.5px;
}

.tx-spacing--6 {
  letter-spacing: -3px;
}

.tx-spacing--7 {
  letter-spacing: -3.5px;
}

.tx-spacing--8 {
  letter-spacing: -4px;
}

.tx-uppercase {
  text-transform: uppercase;
}

.tx-lowercase {
  text-transform: lowercase;
}

.tx-transform-none {
  text-transform: none;
}

.tx-center {
  text-align: center;
}

.tx-right {
  text-align: right;
}

.tx-left {
  text-align: left;
}

.tx-center-force {
  text-align: center !important;
}

.tx-right-force {
  text-align: right !important;
}

.tx-left-force {
  text-align: left !important;
}

.tx-italic {
  font-style: italic;
}

.tx-style-normal {
  font-style: normal;
}

.tx-8 {
  font-size: 8px;
}

.tx-8-force {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px;
}

.tx-9-force {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px;
}

.tx-10-force {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px;
}

.tx-11-force {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px;
}

.tx-12-force {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px;
}

.tx-13-force {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px;
}

.tx-14-force {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px;
}

.tx-15-force {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px;
}

.tx-16-force {
  font-size: 16px !important;
}

.tx-18 {
  font-size: 18px;
}

.tx-18-force {
  font-size: 18px !important;
}

.tx-20 {
  font-size: 20px;
}

.tx-20-force {
  font-size: 20px !important;
}

.tx-22 {
  font-size: 22px;
}

.tx-22-force {
  font-size: 22px !important;
}

.tx-24 {
  font-size: 24px;
}

.tx-24-force {
  font-size: 24px !important;
}

.tx-26 {
  font-size: 26px;
}

.tx-26-force {
  font-size: 26px !important;
}

.tx-28 {
  font-size: 28px;
}

.tx-28-force {
  font-size: 28px !important;
}

.tx-30 {
  font-size: 30px;
}

.tx-30-force {
  font-size: 30px !important;
}

.tx-32 {
  font-size: 32px;
}

.tx-32-force {
  font-size: 32px !important;
}

.tx-34 {
  font-size: 34px;
}

.tx-34-force {
  font-size: 34px !important;
}

.tx-36 {
  font-size: 36px;
}

.tx-36-force {
  font-size: 36px !important;
}

.tx-38 {
  font-size: 38px;
}

.tx-38-force {
  font-size: 38px !important;
}

.tx-40 {
  font-size: 40px;
}

.tx-40-force {
  font-size: 40px !important;
}

.tx-42 {
  font-size: 42px;
}

.tx-42-force {
  font-size: 42px !important;
}

.tx-44 {
  font-size: 44px;
}

.tx-44-force {
  font-size: 44px !important;
}

.tx-46 {
  font-size: 46px;
}

.tx-46-force {
  font-size: 46px !important;
}

.tx-48 {
  font-size: 48px;
}

.tx-48-force {
  font-size: 48px !important;
}

.tx-50 {
  font-size: 50px;
}

.tx-50-force {
  font-size: 50px !important;
}

.tx-52 {
  font-size: 52px;
}

.tx-52-force {
  font-size: 52px !important;
}

.tx-54 {
  font-size: 54px;
}

.tx-54-force {
  font-size: 54px !important;
}

.tx-56 {
  font-size: 56px;
}

.tx-56-force {
  font-size: 56px !important;
}

.tx-58 {
  font-size: 58px;
}

.tx-58-force {
  font-size: 58px !important;
}

.tx-60 {
  font-size: 60px;
}

.tx-60-force {
  font-size: 60px !important;
}

.tx-62 {
  font-size: 62px;
}

.tx-62-force {
  font-size: 62px !important;
}

.tx-64 {
  font-size: 64px;
}

.tx-64-force {
  font-size: 64px !important;
}

.tx-66 {
  font-size: 66px;
}

.tx-66-force {
  font-size: 66px !important;
}

.tx-68 {
  font-size: 68px;
}

.tx-68-force {
  font-size: 68px !important;
}

.tx-70 {
  font-size: 70px;
}

.tx-70-force {
  font-size: 70px !important;
}

.tx-72 {
  font-size: 72px;
}

.tx-72-force {
  font-size: 72px !important;
}

.tx-74 {
  font-size: 74px;
}

.tx-74-force {
  font-size: 74px !important;
}

.tx-76 {
  font-size: 76px;
}

.tx-76-force {
  font-size: 76px !important;
}

.tx-78 {
  font-size: 78px;
}

.tx-78-force {
  font-size: 78px !important;
}

.tx-80 {
  font-size: 80px;
}

.tx-80-force {
  font-size: 80px !important;
}

.tx-82 {
  font-size: 82px;
}

.tx-82-force {
  font-size: 82px !important;
}

.tx-84 {
  font-size: 84px;
}

.tx-84-force {
  font-size: 84px !important;
}

.tx-86 {
  font-size: 86px;
}

.tx-86-force {
  font-size: 86px !important;
}

.tx-88 {
  font-size: 88px;
}

.tx-88-force {
  font-size: 88px !important;
}

.tx-90 {
  font-size: 90px;
}

.tx-90-force {
  font-size: 90px !important;
}

.tx-92 {
  font-size: 92px;
}

.tx-92-force {
  font-size: 92px !important;
}

.tx-94 {
  font-size: 94px;
}

.tx-94-force {
  font-size: 94px !important;
}

.tx-96 {
  font-size: 96px;
}

.tx-96-force {
  font-size: 96px !important;
}

.tx-98 {
  font-size: 98px;
}

.tx-98-force {
  font-size: 98px !important;
}

.tx-100 {
  font-size: 100px;
}

.tx-100-force {
  font-size: 100px !important;
}

.tx-102 {
  font-size: 102px;
}

.tx-102-force {
  font-size: 102px !important;
}

.tx-104 {
  font-size: 104px;
}

.tx-104-force {
  font-size: 104px !important;
}

.tx-106 {
  font-size: 106px;
}

.tx-106-force {
  font-size: 106px !important;
}

.tx-108 {
  font-size: 108px;
}

.tx-108-force {
  font-size: 108px !important;
}

.tx-110 {
  font-size: 110px;
}

.tx-110-force {
  font-size: 110px !important;
}

.tx-112 {
  font-size: 112px;
}

.tx-112-force {
  font-size: 112px !important;
}

.tx-114 {
  font-size: 114px;
}

.tx-114-force {
  font-size: 114px !important;
}

.tx-116 {
  font-size: 116px;
}

.tx-116-force {
  font-size: 116px !important;
}

.tx-118 {
  font-size: 118px;
}

.tx-118-force {
  font-size: 118px !important;
}

.tx-120 {
  font-size: 120px;
}

.tx-120-force {
  font-size: 120px !important;
}

.tx-122 {
  font-size: 122px;
}

.tx-122-force {
  font-size: 122px !important;
}

.tx-124 {
  font-size: 124px;
}

.tx-124-force {
  font-size: 124px !important;
}

.tx-126 {
  font-size: 126px;
}

.tx-126-force {
  font-size: 126px !important;
}

.tx-128 {
  font-size: 128px;
}

.tx-128-force {
  font-size: 128px !important;
}

.tx-130 {
  font-size: 130px;
}

.tx-130-force {
  font-size: 130px !important;
}

.tx-132 {
  font-size: 132px;
}

.tx-132-force {
  font-size: 132px !important;
}

.tx-134 {
  font-size: 134px;
}

.tx-134-force {
  font-size: 134px !important;
}

.tx-136 {
  font-size: 136px;
}

.tx-136-force {
  font-size: 136px !important;
}

.tx-138 {
  font-size: 138px;
}

.tx-138-force {
  font-size: 138px !important;
}

.tx-140 {
  font-size: 140px;
}

.tx-140-force {
  font-size: 140px !important;
}


.hide {
    display: none;
	}
.show {
    display: inline-block;
	}

.skills {
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr;
	 max-width: 50vw;
	 margin: 0 auto;
	 height: 100vh;
	 align-items: center;
}
 .skills-item {
	 margin: 5px;
	 position: relative;
}
 .skills-item[data-tooltip] {
	 position: relative;
}
 .skills-item[data-tooltip]:after {
	 transition: opacity 0.3s;
	 opacity: 0;
	 position: absolute;
	 content: attr(data-tooltip);
	 bottom: 100%;
	 background-color: #555;
	 padding: 5px 0;
	 border-radius: 6px;
	 color: #fff;
	 padding: 8px;
	 width: auto;
	 right: 50%;
	 transform: translateX(50%);
}
 .skills-item[data-tooltip]:before {
	 transition: opacity 0.3s;
	 opacity: 0;
	 content: "";
	 position: absolute;
	 border-width: 5px;
	 border-style: solid;
	 border-color: #555 transparent transparent transparent;
	 right: 50%;
	 transform: translateX(50%);
	 margin-top: -10px;
}
 .skills-item[data-tooltip]:hover:after {
	 opacity: 1;
}
 .skills-item[data-tooltip]:hover:before {
	 opacity: 1;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
	min-width: 400px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
	min-width: 800px;
  }
}
.modal-header-clomos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:15px;
  background-color: #2c56ac;
  border-bottom: 1px solid #000;
  color:#FFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modal-header-clomos-borrado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:15px;
  background-color: #CF000A;
  border-bottom: 1px solid #000;
  color:#FFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.skew {
	-webkit-transform: skew(-15deg);
    transform: skew(-15deg);
	background:#2c56ac;
	color:#FFF;
}
.selected {
	font-weight:bold;
	color:red;
}

.accordion-button:not(.collapsed){
	color: #232323 !important;
	background-color: #B4BBCD !important;
	/*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}
/* ------------------------------------------- */
/* ############### 3.13 Tables ############### */
/* ------------------------------------------- */
.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table th.valign-middle,
.table td.valign-middle {
  vertical-align: middle;
}
.table thead > tr > th,
.table tfoot > tr > th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #343a40;
  letter-spacing: 0.5px;
}
.table .thead-colored > tr > th,
.table .thead-colored > tr > td {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-width: 0;
  border-top-width: 0;
}
.table .thead-colored > tr > th:first-child,
.table .thead-colored > tr > td:first-child {
  border-top-left-radius: 3px;
}
.table .thead-colored > tr > th:last-child,
.table .thead-colored > tr > td:last-child {
  border-top-right-radius: 3px;
}
.table .thead-colored + tbody > tr:first-child > td,
.table .thead-colored + tbody > tr:first-child > th {
  border-top-width: 0;
}
.table .thead-primary > tr > th, .table .thead-primary > tr > td {
  background-color: #0866C6;
}
.table .thead-success > tr > th, .table .thead-success > tr > td {
  background-color: #23bf08;
}
.table .thead-warning > tr > th, .table .thead-warning > tr > td {
  background-color: #004759;
}
.table .thead-danger > tr > th, .table .thead-danger > tr > td {
  background-color: #DC3545;
}
.table .thead-info > tr > th, .table .thead-info > tr > td {
  background-color: #17A2B8;
}
.table .thead-teal > tr > th, .table .thead-teal > tr > td {
  background-color: #00b297;
}
.table .thead-indigo > tr > th, .table .thead-indigo > tr > td {
  background-color: #6610f2;
}
.table .thead-purple > tr > th, .table .thead-purple > tr > td {
  background-color: #6f42c1;
}
.table .thead-pink > tr > th, .table .thead-pink > tr > td {
  background-color: #e83e8c;
}
.table .thead-orange > tr > th, .table .thead-orange > tr > td {
  background-color: #f27510;
}
.table .thead-dark > tr > th, .table .thead-dark > tr > td {
  background-color: #343a40;
}
.table .thead-light > tr > th, .table .thead-light > tr > td {
  background-color: #e9ecef;
  color: #343a40;
}
.table tbody > tr > th {
  color: #343a40;
  font-weight: 500;
}

.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom: 1px solid #e9ecef;
  border-top: 0;
  border-right-width: 0;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > thead > tr > td:first-child {
  border-left-width: 0;
}
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border-right-width: 0;
  border-top-width: 0;
}
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tbody > tr > td:first-child {
  border-left-width: 0;
}
.table-bordered > tbody > tr:last-child > th,
.table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.table-colored {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  border-radius: 3px;
}
.table-colored > thead > tr > th,
.table-colored > thead > tr > td {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  border-top: 0;
}
.table-colored > thead > tr:first-child > th:first-child,
.table-colored > thead > tr:first-child > td:first-child {
  border-top-left-radius: 3px;
}
.table-colored > thead > tr:first-child > th:last-child,
.table-colored > thead > tr:first-child > td:last-child {
  border-top-right-radius: 3px;
}
.table-colored > tbody > tr > th,
.table-colored > tbody > tr > td {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.table-colored > tbody > tr:first-child > th,
.table-colored > tbody > tr:first-child > td {
  border-top-width: 0;
}
.table-colored > tbody > tr:last-child > th,
.table-colored > tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.table-colored.table-bordered thead tr > th,
.table-colored.table-bordered thead tr > td {
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(255, 255, 255, 0.3);
}
.table-colored.table-bordered thead tr > th:first-child,
.table-colored.table-bordered thead tr > td:first-child {
  border-left-width: 0;
}
.table-colored.table-bordered thead tr > th:last-child,
.table-colored.table-bordered thead tr > td:last-child {
  border-right-width: 0;
}
.table-colored.table-bordered tbody tr > th:first-child,
.table-colored.table-bordered tbody tr > td:first-child {
  border-left-width: 0;
}
.table-colored.table-bordered tbody tr > th:last-child,
.table-colored.table-bordered tbody tr > td:last-child {
  border-right-width: 0;
}
.table-colored.table-bordered tbody tr:last-child > th:first-child,
.table-colored.table-bordered tbody tr:last-child > td:first-child {
  border-bottom-left-radius: 3px;
}
.table-colored.table-bordered tbody tr:last-child > th:last-child,
.table-colored.table-bordered tbody tr:last-child > td:last-child {
  border-bottom-right-radius: 3px;
}

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

.table-primary > thead > tr > th,
.table-primary > thead > tr > td {
  background-color: #0866C6;
}
.table-primary > tbody > tr > th,
.table-primary > tbody > tr > td {
  background-color: #d0e6fd;
  color: #043364;
}
.table-primary.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-primary.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-primary.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #b7d9fc;
}

.table-success > thead > tr > th,
.table-success > thead > tr > td {
  background-color: #23bf08;
}
.table-success > tbody > tr > th,
.table-success > tbody > tr > td {
  background-color: #d1fdc9;
  color: #115d04;
}
.table-success.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-success.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-success.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #bcfcb1;
}

.table-warning > thead > tr > th,
.table-warning > thead > tr > td {
  background-color: #004759;
}
.table-warning > tbody > tr > th,
.table-warning > tbody > tr > td {
  background-color: #fdefda;
  color: #9e6007;
}
.table-warning.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-warning.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-warning.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #fce4c1;
}

.table-danger > thead > tr > th,
.table-danger > thead > tr > td {
  background-color: #DC3545;
}
.table-danger > tbody > tr > th,
.table-danger > tbody > tr > td {
  background-color: #fae3e5;
  color: #921925;
}
.table-danger.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-danger.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-danger.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #f6cdd1;
}

.table-info > thead > tr > th,
.table-info > thead > tr > td {
  background-color: #17A2B8;
}
.table-info > tbody > tr > th,
.table-info > tbody > tr > td {
  background-color: #beeff7;
  color: #0c525d;
}
.table-info.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-info.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-info.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #a7e9f4;
}

.table-teal > thead > tr > th,
.table-teal > thead > tr > td {
  background-color: #00b297;
}
.table-teal > tbody > tr > th,
.table-teal > tbody > tr > td {
  background-color: #7fffec;
  color: #004c40;
}
.table-teal.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-teal.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-teal.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #66ffe8;
}

.table-indigo > thead > tr > th,
.table-indigo > thead > tr > td {
  background-color: #6610f2;
}
.table-indigo > tbody > tr > th,
.table-indigo > tbody > tr > td {
  background-color: #e2d1fd;
  color: #3d0894;
}
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-indigo.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #d2b9fb;
}

.table-purple > thead > tr > th,
.table-purple > thead > tr > td {
  background-color: #6f42c1;
}
.table-purple > tbody > tr > th,
.table-purple > tbody > tr > td {
  background-color: #e4dcf3;
  color: #432776;
}
.table-purple.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-purple.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #d5c8ed;
}

.table-pink > thead > tr > th,
.table-pink > thead > tr > td {
  background-color: #e83e8c;
}
.table-pink > tbody > tr > th,
.table-pink > tbody > tr > td {
  background-color: #fdebf3;
  color: #ac145a;
}
.table-pink.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-pink.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-pink.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #fad4e6;
}

.table-orange > thead > tr > th,
.table-orange > thead > tr > td {
  background-color: #f27510;
}
.table-orange > tbody > tr > th,
.table-orange > tbody > tr > td {
  background-color: #fde5d1;
  color: #944708;
}
.table-orange.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-orange.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-orange.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #fbd7b9;
}

.table-dark > thead > tr > th,
.table-dark > thead > tr > td {
  background-color: #343a40;
}
.table-dark > tbody > tr > th,
.table-dark > tbody > tr > td {
  background-color: #dee2e6;
  color: #060708;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-dark.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-dark.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #cfd5db;
}

.table-light > thead > tr > th,
.table-light > thead > tr > td {
  background-color: #ced4da;
}
.table-light > tbody > tr > th,
.table-light > tbody > tr > td {
  background-color: #e9ecef;
  color: #94a1ae;
}
.table-light.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.table-light.table-striped tbody tr:nth-of-type(2n+1) > th,
.table-light.table-striped tbody tr:nth-of-type(2n+1) > td {
  background-color: #dadfe4;
}
.table-light > thead > tr > th,
.table-light > thead > tr > td {
  color: #343a40;
}
/* ---------------------------------------------- */
/* ############### 4.3 DataTables ############### */
/* ---------------------------------------------- */
table.dataTable {
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}
table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after {
  content: '';
  border: 4px solid transparent;
  border-top-color: #ced4da;
  position: absolute;
  z-index: 10;
  top: 22px;
  right: 8px;
}
table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before {
  content: '';
  border: 4px solid transparent;
  border-bottom-color: #ced4da;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 8px;
}
table.dataTable thead th.sorting_asc::before, table.dataTable thead td.sorting_asc::before {
  border-bottom-color: #17A2B8;
}
table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting_desc::after {
  border-top-color: #17A2B8;
}
table.dataTable tbody th, table.dataTable tbody td {
  /*padding: 0.75rem;*/
  padding: 0rem;
}
table.dataTable tbody td {
	padding: 0.25rem;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top-color: #dee2e6;
}
table.dataTable.no-footer {
  border-bottom-color: #dee2e6;
}

.dataTables_length {
  padding-bottom: 10px;
  margin:1em;
  float:left;
}
.dataTables_length .select2-container {
  width: 60px;
  margin-left: 0;
  margin-right: 10px;
}

.dataTables_filter {
  padding-bottom: 10px;
  padding-right: 5px;
  padding-right: 65px;
  max-width: 50%;
  float: right;
  margin:.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding-top: 0.54rem;
  padding-bottom: 0.54rem;
  /*background-color: #e9ecef;*/
  border-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: #FFF;
  background-image: none;
  border-color: transparent;
  color: #343a40 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background-color: #17A2B8;
  background-image: none;
  border-color: transparent;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  /*background-color: #e9ecef;*/
  color: #fcfcfc !important;
}

/* ############### RTL SUPPORT ############### */
.rtl table.dataTable thead th.sorting::after, .rtl table.dataTable thead th.sorting_asc::after, .rtl table.dataTable thead th.sorting_desc::after, .rtl table.dataTable thead td.sorting::after, .rtl table.dataTable thead td.sorting_asc::after, .rtl table.dataTable thead td.sorting_desc::after {
  right: auto;
  left: 8px;
}
.rtl table.dataTable thead th.sorting::before, .rtl table.dataTable thead th.sorting_asc::before, .rtl table.dataTable thead th.sorting_desc::before, .rtl table.dataTable thead td.sorting::before, .rtl table.dataTable thead td.sorting_asc::before, .rtl table.dataTable thead td.sorting_desc::before {
  right: auto;
  left: 8px;
}
.rtl .dataTables_length .select2-container {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .dataTables_filter {
  padding-right: 0;
  padding-left: 5px;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */

.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid #ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:table-cell;vertical-align:middle;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#1557a5;border: solid 1px #1557a5;}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch span::before{content:"\200b"}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute!important;top:0;left:0;margin:0;z-index:-1;opacity:0;filter:alpha(opacity=0);visibility:hidden}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.3333333}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;-o-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-radius:0 3px 3px 0}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-radius:3px 0 0 3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}
