@font-face {
  font-family: 'Roboto';
  /*src: url('../fonts/roboto/RobotoCondensed-Bold.ttf');
  src: url('fonts/RobotoCondensed-BoldItalic.ttf');
  src: url('fonts/RobotoCondensed-Italic.ttf');
  src: url('fonts/RobotoCondensed-Light.ttf');*/
  src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/roboto/Roboto-Bold.ttf');
}

body{
  /*background-color: #bbb;*/
  background: #bbb url(../img/bg-app.jpg) no-repeat center center fixed;
  font-family: 'Roboto', sans-serif;
  min-height:100%;
}
a,
.btn,
.navbar-toggle {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
/*..::::::::::::::::::::================ BOTONES ================::::::::::::::::::::..*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.btn-primary {
  background-color: #0074d8;
  border-color: #0074d8;
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #035ead;
  border-color: #035ead;
  color: #fff;
}
.btn-primary:hover {
  background-color: #035ead;
  border-color: #035ead;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #035ead;
  border-color: #035ead;
  color: #fff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #fff;
  background-color: #035ead;
  border-color: #035ead;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:focus,
.btn-warning.focus {
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning:hover {
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  background-color: #d58512;
  border-color: #d58512;
}
.btn-acciones {
  background-color: rgba(255,255,255,0);
  margin-bottom: 15px;
  min-height: 34px;
  padding: 0px;
  position: relative;
}
.btn-acciones .btn {
  border-radius: 0px;
}
.btn-acciones .btn-group {
  -webkit-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0);
  -moz-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0);
  box-shadow: 0px 3px 2px -2px rgba(0,0,0,0);
}
.btn-acciones .btn-group .btn {
  /*border: 0px;*/
  text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.2);
}
.btn-acciones .btn-group .btn:first-child {
  margin-left: 0px;
}
.btn-acciones .btn-group .btn:last-child {
  margin-right: 0px;
}
.btn-acciones .btn-group .btn-default {
  background-color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);
  color: #585858;
}
.btn-acciones .btn-group .btn-default:hover,
.btn-acciones .btn-group .btn-default:focus,
.btn-acciones .btn-group .btn-default.focus,
.btn-acciones .btn-group .btn-default:active,
.btn-acciones .btn-group .btn-default.active {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
  color: #585858;
}
.btn-acciones .btn-group .btn-primary {
  background-color: #0074d8;
  border-color: #0074d8;
  color: #fff;
}
.btn-acciones .btn-group .btn-primary:hover,
.btn-acciones .btn-group .btn-primary:focus,
.btn-acciones .btn-group .btn-primary.focus,
.btn-acciones .btn-group .btn-primary:active,
.btn-acciones .btn-group .btn-primary.active {
  background-color: #035ead;
  border-color: #035ead;
  color: #fff;
}
a.disabled,
.btn[disabled],
.btn.disabled,
.btn.disabled:focus {
  background-color: #eee !important;
  border-color: #dfdfdf !important;
  color: #8c8c8c !important;
  /*filter: alpha(opacity=100);
  opacity: 1;*/
  text-shadow: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.table a.disabled,
.table .btn.disabled,
.table .btn.disabled:focus {
  background-color: transparent!important;
}
.btn-acciones .btn-group .btn.disabled,
.btn-acciones .btn-group .btn.disabled:hover,
.btn-acciones .btn-group .btn.disabled:focus,
.btn-acciones .btn-group .btn[disabled],
.btn-acciones .btn-group .btn[disabled]:hover,
.btn-acciones .btn-group .btn[disabled]:focus {
  background-color: #b9b7b7 !important;
  border-color: #d4d4d4 !important;
  color: #e4e4e4 !important;
  cursor: not-allowed !important;
}
.btn-acciones .btn-group .btn + .btn,
.btn-acciones .btn-group .btn + .btn-group,
.btn-acciones .btn-group .btn-group + .btn,
.btn-acciones .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-show-toggle {
  color: #333;
  height: 30px;
  position: relative;
  width: 34px;
}
.content-bar-toggle {
  background-color: #ccc;
  display: inline;
  height: 12px;
  width: 12px;
}
span.bar-toggle {
  background-color: #333;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
span.bar-toggle:nth-child(1) {
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
span.bar-toggle:nth-child(2) {
  height: 12px;
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotate(-360deg);
     -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
       -o-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.btn-show-toggle.collapsed span.bar-toggle:nth-child(1) {
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-show-toggle.collapsed span.bar-toggle:nth-child(2) {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}
.pagination-tabla {
  background-color: #c9c9c9;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-top: 0px;
  color: #616673;
  padding: 5px;
}
ul.pagination {
  margin: 0px 2px;
  margin-bottom: -5px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0px 2px;
  /*-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);*/
}
.pagination > li > a,
.pagination > li > span {
  color: #035ead;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #035ead;
  border-color: #035ead;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #035ead;
  border-color: #035ead;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #f7f7f7;
  border-color: #ccc;
  color: #b5b5b5;
  cursor: not-allowed;
  pointer-events: none;
}
/*.btn-female,*/
.btn-female:hover,
.btn-female:focus,
.btn-female.active {
  background-color: #ec5fa4!important;
  border-color: #ec5fa4!important;
  color: #fff!important;
}
/*.btn-male,*/
.btn-male:hover,
.btn-male:focus,
.btn-male.active {
  background-color: #5bc0de!important;
  border-color: #5bc0de!important;
  color: #fff!important;
}
/*..::::::::::::::::::::================ HEADER ================::::::::::::::::::::..*/
.app-header {
  /*z-index: 1031;*/
  background-color: #035ead;
  border-bottom: 1px solid transparent;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.app-header .navbar-toggle {
  /*margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;*/
  border-radius: 0px;
  border: 0px;
  display: block;
  float: left;
  margin: 0px;
  padding: 13px 10px;
}
/*.....:::::::::: HELPERS ::::::::::.....*/
.text-detalle {
  border-bottom: 1px dotted;
}
.text-success {
  color: #02C547;
}
.text-warning {
  color: #da6e00;
}
.text-danger {
  color: #d9534f;
}
.text-info {
  color: #5bc0de;
}
.text-delete {
  text-decoration: line-through;
}
.hr-detalle {
  border-top: 1px dashed #ccc;
  margin-bottom: 15px;
  margin-top: 5px;
}
.borde-izquierdo {
  border-right: 1px dashed #ccc;
}
.bg-danger {
  background-color: #da7070;
}
.bg-success {
  background-color: #02C547;
}
.bg-info {
  background-color: #aad1e4;
}
.bg-warning {
  background-color: #ff8100;
}
/*.....:::::::::: SKINS ::::::::::.....*/
.app-header .navbar-default .navbar-toggle:hover,
.app-header .navbar-default .navbar-toggle:focus {
  background-color: #007ce8;
}
.navbar-toggle .icon-bar {
  border-radius: 0px;
  height: 2px;
  width: 20px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
}
.app-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.app-header .navbar-right {
  margin-right: 15px;
}
.app-header .navbar-nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
}
.app-header .navbar-nav > li.app-notificaciones > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.app-header .navbar-nav > li > a span.username,
.app-header .navbar-nav > li > a span.fa {
  text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.app-header .navbar-nav > li > a span.fa {
  margin-left: 5px;
  margin-right: 5px;
}
.app-header .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.app-header .navbar-default .navbar-nav > li > a:hover,
.app-header .navbar-default .navbar-nav > li > a:focus {
  background-color: #007ce8;
}
.app-header .navbar-default .navbar-nav > .open > a,
.app-header .navbar-default .navbar-nav > .open > a:hover,
.app-header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #007ce8;
  color: #fff;
}
.app-header .dropdown-menu {
  border: 0px;
  min-width: 173px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.app-header .dropdown-menu > li > a,
.app-header .dropdown-menu > li > div > a {
  color: #8e919e;
  padding: 10px 20px;
}
.app-header .navbar-default .navbar-nav ul.dropdown-menu > li > a > span {
  margin-right: 5px;
}
.app-header .app-tag-notificacion {
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 0.9;
  padding: 2px 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.app-header .bg-warning {
  background-color: #ff8100;
}
.app-header .app-img-perfil {
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}
/*..::::::::::::::::::::================ MAIN PAGE ================::::::::::::::::::::..*/
.app-main-page {
  min-height: 100%;
  position: relative;
}
.cuadro {
  background-color: #fff;
  border-radius: 0px;
  border: 0px;
  /*margin-bottom: 15px;*/
  -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
  box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
  /*box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);*/
}
.cuadro-inner {
  padding: 15px;
}
/*..::::::::::::::::::::================ FORMULARIOS ================::::::::::::::::::::..*/
.form-control {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  color: #242c38;
  position: relative;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 0px #9df500;
  -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 0px #9df500;
  box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 0px #9df500;
  -webkit-transition: ease-in-out 0.3s all;
  -moz-transition: ease-in-out 0.3s all;
  -ms-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
.form-control:focus {
  background-color: #fff;
  border-color: #66afe9!important;
  outline: 0;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
  -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
  box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
}
.form-control::-webkit-input-placeholder {
  color: #afafaf;
}
.form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #afafaf;
}
label {
  font-family: 'RobotoBold';
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 2px;
}
.label{
  font-weight: 100 !important;
}
.form-control[disabled],
.form-control[readonly],
.form-control[readonly]:focus,
fieldset[disabled] .form-control {
  background-color: #e2e2e2;
  border-color: #bbb;
  cursor: not-allowed;
  opacity: 1;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 0 #fff;
  -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 0 #fff;
  box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 0 #fff;
}
.input-group div.inputTags-list {
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/*.input-group div.inputTags-list:focus {
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
  -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
  box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
}*/
/*..::::::::::::::::::::================ PANEL ================::::::::::::::::::::..*/
.panel-default {
  border-color: #ccc;
  border-radius: 0;
}
.panel-default>.panel-heading {
  background-color: #ccc;
  border-color: #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #333;
}
/*..::::::::::::::::::::================ PANEL ================::::::::::::::::::::..*/
.panel-group {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}
.panel-group.panel-group-empty {
  border-bottom: 0px;
  border-top: 0px;
}
.panel-group .panel {
  border-radius: 0px;
  border: 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*-webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0);
     -moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0);
          box-shadow: 0 3px 2px -2px rgba(0,0,0,0);*/
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-group .panel-heading {
  padding: 0px 0px;
  position: relative;
}
.panel-group .panel-default > .panel-heading {
  background-color: #e1e1e1;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}
.panel-group .panel-default:last-child > .panel-heading {
  border-bottom: 0px;
}
.panel-title {
  font-size: 14px;
  position: relative;
}
.panel-group .panel-title > a {
  color: #737373;
  display: block;
  padding: 10px 15px;
}
.panel-group .panel-title > a:hover,
.panel-group .panel-title > a:focus,
.panel-group .panel-heading.active-collapse > .panel-title > a {
  color: #333;
  outline-offset: 0px;
  text-decoration: none;
}
.panel-group .panel-heading.active-collapse > .panel-title > a {
  font-style: italic;
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 1px solid #ccc;
  border-top: 0;
}
.panel-group .panel-default:last-child > .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 0px;
  border-top: 1px solid #ccc;
}
.panel-group .panel-heading .accordion-toggle:after {
  content:"\f0d8";
  font-family: 'FontAwesome';
  font-style: normal;
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all ease-in-out 0.3s;
     -moz-transition: all ease-in-out 0.3s;
       -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
}
.panel-group .panel-heading .accordion-toggle.collapsed:after {
  content:"\f0d7"; 
}
/*..::::::::::::::::::::================ MODAL ================::::::::::::::::::::..*/
.modal-content {
  border-radius: 0px;
  border: 0px;
}
.modal-header {
  background-color: transparent;
  border-bottom: 0px solid transparent;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  position: relative;
}
.modal-footer {
  background-color: #efefef;
  border-top: 1px solid #dfdfdf;
  position: relative;
}
.modal-content .btn,
.modal-confirmacion .btn {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.modal-content .close {
  color: #fff;
  filter: alpha(opacity=60);
  font-weight: 500;
  opacity: .6;
  text-shadow: 0 0px 0px #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.modal-content .close:hover,
.modal-content .close:focus {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-info .modal-content .close {
  color: #777;
  text-shadow: 0 0px 0px #fff;
}
.modal-info .modal-content .close:hover,
.modal-info .modal-content .close:focus {
  color: #888;
}
.modal-success .modal-header,
.modal-info .modal-header,
.modal-warning .modal-header,
.modal-error .modal-header,
.modal-alert .modal-header,
.modal-confirm .modal-header {
  border-bottom: 1px solid transparent;
}
.modal-success .modal-header {
  background-color: #02C547;
  border-color: #02C547;
}
.modal-info .modal-header {
  background-color: #fff;
  border-color: #e3e3e3;
  color: #333;
}
.modal-warning .modal-header {
  background-color: #EAA303;
  border-color: #EAA303;
}
.modal-error .modal-header {
  background-color: #C50212;
  border-color: #C50212;
}
.modal-confirm .modal-header {
  background-color: #EAA303;
  border-color: #EAA303;
}
.modal-alert .modal-header {
  background-color: #777;
  border-color: #777;
}
.modal-success .modal-header h4,
/*.modal-info .modal-header h4,*/
.modal-warning .modal-header h4,
.modal-error .modal-header h4,
.modal-alert .modal-header h4,
.modal-confirm .modal-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .20);*/
}
.modal-body.modal-body-formato {
  padding: 0px;
}
.contenedor-formato {
  background-color: #51575d;
  height: 500px;
}
/*..::::::::::::::::::::================ BREADCRUMB ================::::::::::::::::::::..*/
.breadcrumb-app {
  background-color: rgba(255,255,255,0);
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
}
.breadcrumb > li > a {
  /*color: #242c38;*/
  color: #b8d4ff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  color: #b8d4ff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.breadcrumb > .active {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
/*..::::::::::::::::::::================ ALERTAS ================::::::::::::::::::::..*/
.alert {
  border-radius: 0px;
}
.alert-danger {
  background-color: #da7070;
  border-color: #da7070;
  color: #ffffff;
}
.alert-warning {
  background-color: #ffec88;
  border-color: #decc6c;
}
.table .alert {
  margin-bottom: 4px;
  margin-top: 4px;
}
.panel-group.panel-group-empty .alert {
  margin-bottom: 0px;
}
/*..::::::::::::::::::::================ LIST GROUP ================::::::::::::::::::::..*/
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #ffec88;
}
.list-group.modal-menu-list {
  margin-bottom: 0px;
}
.list-group.modal-menu-list .list-group-item {
  border: 0px;
}
.list-group.modal-menu-list .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group.modal-menu-list .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.list-group.modal-menu {
  margin-bottom: 0px;
  padding-left: 0px;
}
.list-group.modal-menu .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group.modal-menu .list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0;
}
.list-group.modal-menu .list-group-item {
  border: 0px;
}
.list-group.modal-menu a.list-group-item:hover,
.list-group.modal-menu a.list-group-item:focus {
  background-color: #4cc1d3;
  color: #fff;
  text-decoration: none;
}
.list-group.modal-menu .list-group-item span.icono {
  display: inline-block;
  line-height: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 15px;
  margin-top: 0px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  /*width: 44px;*/
}
.list-group.modal-menu .list-group-item span.icono:after {
  /*border-radius: 100%;*/
  border-right: 1px dotted #959595;
  content: '';
  height: 20px;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.list-group.modal-menu a.list-group-item:hover span.icono:after,
.list-group.modal-menu a.list-group-item:focus span.icono:after {
  border-color: #fff;
}
/*..::::::::::::::::::::================ ERRORES FORMULARIOS ================::::::::::::::::::::..*/
.errorContent {
  display: none;
}
input.error,
select.error, 
textarea.error,
input.error.form-control[readonly],
input.error.form-control[readonly]:focus {
  border: 1px solid #ef1313;
  color: #ef1313;
}
/*select.error options:first-child {
  color: #ef1313!important;
}
select.error options {
  color: #000!important;
}*/
/*select.error option:not(first-child) {*/
select.error option:not(first-child) {
  color: #242c38!important;
}
select.error option.text-danger {
  color: #d9534f!important;
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border: 1px solid #ef1313;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #ffbaba;
     -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #ffbaba;
          box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #ffbaba;
}
label.error {
  background: none;
  color: #ef1313;
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 0px;
  text-shadow: none;
}
.has-error .form-control {
  border-color: #ef1313;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #ef1313;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, .075), 0px 1px 0px rgba(255,255,255,0.8), 0 0 8px #ce8483;
     -moz-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, .075), 0px 1px 0px rgba(255,255,255,0.8), 0 0 8px #ce8483;
          box-shadow: inset 2px 1px 4px rgba(0, 0, 0, .075), 0px 1px 0px rgba(255,255,255,0.8), 0 0 8px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 21px;
}
/*..::::::::::::::::::::================ IMAGENES ================::::::::::::::::::::..*/
.preview-imagen {
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.img-preview {
  border: 1px dashed #ccc;
  height: 80px;
  padding: 6px;
  -webkit-transition: 0.3s all;
     -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
       -o-transition: 0.3s all;
          transition: 0.3s all;
}
/*..::::::::::::::::::::================ TABS ================::::::::::::::::::::..*/
.tab-content {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
          box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
}
.nav-tabs {
  border-bottom: 0px solid #ccc;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a {
  border-radius: 0px;
  border: 0px solid transparent;
  color: #ccc;
  line-height: 1.42857143;
  margin-right: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tabs > li > a:hover {
  background: #434659;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 0px;
  cursor: default;
}
.tab-inner .nav-tabs {
  border-bottom: 1px solid #ccc;
}
.tab-inner .nav-tabs > li {
  margin-bottom: -1px;
}
.tab-inner .nav-tabs > li > a {
  border: 1px solid transparent;
  padding: 5px 10px;
}
.tab-inner .nav-tabs > li.active > a,
.tab-inner .nav-tabs > li.active > a:hover,
.tab-inner .nav-tabs > li.active > a:focus {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
.tab-inner .tab-content {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/*..::::::::::::::::::::================ TABLAS ================::::::::::::::::::::..*/
.contenedor-tabla {
  position: relative;
}
.contenedor-tabla .table-responsive {
  margin-top: 0px;
  max-height: 346px;
  overflow-y: auto;
}
.table {
  font-size: 12px;
  margin-bottom: 0px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th {
  background-color: #c9c9c9;
  border: 1px solid #acacac;
  color: #333;
  font-family: 'RobotoBold';
  font-weight: 500;
}
.table-bordered {
  border: 1px solid #acacac;
}
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #acacac;
}
.tabla-principal .table-responsive .table-bordered.dataTable {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.table-responsive .table-bordered > tbody > tr > th:first-child,
.table-responsive .table-bordered > tbody > tr > td:first-child, {
  border-left: 0px;
}
.table-responsive .table-bordered > tbody > tr > th:last-child,
.table-responsive .table-bordered > tbody > tr > td:last-child, {
  border-right: 0px;
}
.fixed-header .table-bordered,
.fixed-footer .table-bordered {
  border: 0px solid #acacac;
}
.fixed-header .table-bordered > thead > tr > th:first-child {
  border-left: 0px;
}
.fixed-header .table-bordered > thead > tr > th,
.fixed-header .table-bordered > tfoot > tr > th,
.fixed-header .table-bordered > thead > tr > td,
.fixed-header .table-bordered > tfoot > tr > td {
  border: 1px solid #acacac;
}
.fixed-footer .table-bordered > tfoot > tr:first-child > th {
  border-bottom-width: 0px;
  border-top-width: 0px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  padding: 4px 8px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ececec;
}
.table > tbody > tr > td .btn,
.table > tbody > tr > th .btn,
.table > tfoot > tr > td .btn,
.table > tfoot > tr > th .btn {
  /*line-height: 1;*/
  background: none;
  border-radius: 0;
  border: 0;
}
.table > tbody > tr > td .btn-sm,
.table > tbody > tr > th .btn-sm,
.table > tfoot > tr > td .btn-sm,
.table > tfoot > tr > th .btn-sm {
  padding: 2px 4px;
}
.table > tbody > tr > td > .input-group .btn-sm,
.table > tbody > tr > th > .input-group .btn-sm,
.table > tfoot > tr > td > .input-group .btn-sm,
.table > tfoot > tr > th > .input-group .btn-sm {
  border: 1px solid #ccc;
  padding: 5px 12px;
}
.table > tbody > tr > td > .input-group > .input-group-btn > .btn-danger,
.table > tbody > tr > th > .input-group > .input-group-btn > .btn-danger,
.table > tfoot > tr > td > .input-group > .input-group-btn > .btn-danger,
.table > tfoot > tr > th > .input-group > .input-group-btn > .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.table > tbody > tr > th a.btn-default,
.table > tbody > tr > td a.btn-default {
  background-color: transparent;
  color: #333;
}
.table > tbody > tr > th a.btn-success,
.table > tbody > tr > td a.btn-success,
.table > tbody > tr > th button.btn-success,
.table > tbody > tr > td button.btn-success {
  background-color: transparent;
  color: #73bc52;
}
.table > tbody > tr > th a.btn-warning,
.table > tbody > tr > td a.btn-warning,
.table > tbody > tr > th button.btn-warning,
.table > tbody > tr > td button.btn-warning {
  background-color: transparent;
  color: #ec971f;
}
.table > tbody > tr > th a.btn-danger,
.table > tbody > tr > td a.btn-danger,
.table > tbody > tr > th button.btn-danger,
.table > tbody > tr > td button.btn-danger {
  background-color: transparent;
  color: #e60606;
}
.table > tbody > tr > th a.btn-primary,
.table > tbody > tr > td a.btn-primary,
.table > tbody > tr > th button.btn-primary,
.table > tbody > tr > td button.btn-primary {
  background-color: transparent;
  color: #0074d8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #02C547;
}
.editar-celda {
  padding-bottom: 2px!important;
  padding-left: 2px!important;
  padding-right: 2px!important;
  padding-top: 2px!important;
}
div.dataTables_wrapper div.dataTables_processing.dataTables-nprogress {
  background-color: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 1051;
}
div.mostrar-empresas,
div.mostrar-sucursales,
div.mostrar-dips {
  background-color: #fff;
  display: none;
  padding: 8px;
}
div.mostrar-empresas .table > thead > tr > th,
div.mostrar-empresas .table > thead > tr > td,
div.mostrar-empresas .table > tbody > tr > th,
div.mostrar-sucursales .table > thead > tr > th,
div.mostrar-sucursales .table > thead > tr > td,
div.mostrar-sucursales .table > tbody > tr > th,
div.mostrar-dips .table > thead > tr > th,
div.mostrar-dips .table > thead > tr > td,
div.mostrar-dips .table > tbody > tr > th {
  background-color: #929292;
  border: 1px solid #818181;
}
div.mostrar-empresas .table > thead:first-child > tr:first-child > th,
div.mostrar-sucursales .table > thead:first-child > tr:first-child > th,
div.mostrar-dips .table > thead:first-child > tr:first-child > th {
  border-left-width: 0;
}
.col-btns {
  /*padding-left: 0px!important;
  padding-right: 0px!important;
  width: 129px!important;*/
}
.contenedor-tabla .table-responsive {
  border-bottom: 1px solid #acacac;
  max-height: 260px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 260px;
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
}
.contenedor-tabla .table-responsive.table-responsive-padding {
  padding-right: 0px;
}
.contenedor-tabla .table-responsive .mCSB_container_wrapper.no-border {
  border-bottom: 0px;
  border-right: 0px;
}
.table-responsive .table > thead > tr > th,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > th,
.table-responsive .table > thead > tr > td,
.table-responsive .table > tbody > tr > td,
.table-responsive .table > tfoot > tr > td {
  white-space: nowrap;
}
.fixed-header-contenedor,
.fixed-footer-contenedor {
  background-color: #c9c9c9;
  border-bottom: 1px solid #acacac;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-top: 1px solid #acacac;
  height: 35px;
  overflow: hidden;
  position: relative;
}
.fixed-footer-contenedor {
  border-top: 0px;
}
.fixed-header,
.fixed-footer {
  border-left: 0px solid #acacac;
  border-right: 0px solid #acacac;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tabla-principal table thead.hidden-thead tr,
.tabla-principal table tfoot.hidden-footer tr {
  visibility: collapse;
}
.tabla-principal table thead.hidden-thead th,
.tabla-principal table tfoot.hidden-footer td {
  border-bottom: 0;
  border-top: 0;
  color: transparent!important;
  height: 0;
  line-height: 0;
  padding-bottom: 0!important;
  /*padding-left: 0!important;
  padding-right: 0!important;*/
  padding-top: 0!important;
  position: static!important;
  white-space: nowrap;
}
.table-fill-default thead th{
  border-right: 1px solid #343a45;
  background: #242c38;
  color: white;
}
.table-fill-dark thead th{
  border-right: 1px solid #343a45;
  background: #1b1e24;
  color: #D5DDE5;
}
.table-fill-green thead th{
  background: #27ae60;
  border-right: 1px solid #9ea7af;
  color: white;
}
.table-fill-red thead th {
  background: #ea6153;
  border-right: 1px solid #9ea7af;
  color: white;
}
.table-fill-blue thead th{
  background: #2980b9;
  border-right: 1px solid #9ea7af;
  color: white;
}
.table-fill-default tfoot th {
  border-top: solid 2px #343a45 !important;
}
.table-fill-dark tfoot th {
  border-top: solid 2px #1b1e24 !important;
}
.table-fill-green tfoot th {
  border-top: solid 2px #27ae60 !important;
}
.table-fill-blue tfoot th {
  border-top: solid 2px #2980b9 !important;
}
.table-fill-red tfoot th {
  border-top: solid 2px #ea6153 !important;
}
.table-fill-hover tbody tr:hover, .table-fill-hover tbody tr:hover td {
  background-color: #4E5066;
  color: white;
}
.table-fill {
  font-size: 12px;
  border-radius: 3px;
  border-collapse: collapse;
  margin: auto;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.table-fill th:first-child {
  border-top-left-radius: 3px;
}
.table-fill th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.table-fill th {
  border-bottom: 4px solid #9ea7af;
  padding: 5px;
  text-align: left;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  vertical-align: middle;
}
.table-fill tfoot th{
  border-top: 2px solid #c1c3d1;;
  border-bottom: none;
  text-align: right;
  color: #4E5066;
}
.table-fill tfoot th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 3px;
}
.table-fill tfoot th:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
}
.table-fill tr:nth-child(2n+1) td {
  background-color: #EBEBEB;
}
.table-fill td:last-child {
  border-right: 0px;
}
.table-fill tr:first-child {
  border-top: none;
}
.table-fill tr:last-child {
  border-bottom: none;
}
.table-fill td {
  padding: 5px;
  vertical-align: middle;
  /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);*/
  border-right: 1px solid #C1C3D1;
}
/*..::::::::::::::::::::================ TOOLTIP ================::::::::::::::::::::..*/
.tooltip {
  position: fixed;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
/*..::::::::::::::::::::================ MAPA ================::::::::::::::::::::..*/
.mapa-google {
  border: 1px solid #ababab;
  height: 300px;
}
@media (max-width: 767px){
  .app-header .navbar-header {
    float: left;
  }
  .app-header .navbar-nav {
    margin: 0;
  }
  .navbar-right {
    float: right !important;
  }
  .app-header .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .app-header .navbar-default .navbar-nav > li {
    display: inline-block;
  }
  .btn-acciones .btn-group {
    margin-right: -2px;
  }
  .btn-acciones .btn-group .btn {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (min-width: 768px) {
  .app-header {
    padding-left: 220px;
  }
  .sidebar-close .app-header {
    padding-left: 40px;
  }
  .app-main-page {
    margin-left: 220px;
  }
  .sidebar-close .app-main-page {
    margin-left: 40px;
  }
  .btn-acciones .btn-group .btn {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (min-width: 992px) {
  .btn-acciones .btn-group .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*----------------------------------INPUTS---------------------------------*/

/*LOADER PARA SELECT*/
.loadingSelect {
  background: #ffffff url("../img/preloader2.gif") no-repeat center;
  /*background-size: 20px 20px;*/
}

/*HR*/
hr.style14 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

/*MENÚ ACCIONES EN MODAL*/
.modal-menu-list .option-active:hover{
  background-color:#343a40;
  font-weight: bold;
  padding-left: 40px;
}
.modal-menu-list .option-active:hover span{
  color: white;
}

/*CLASES AUXILIARES PARA TABLAS (ROWS EN ESPECIFICO)*/
.row-click {
  cursor: pointer;
}
.row-click:hover, .row-click:hover td {
  /*color: white;*/
  background-color: #d4dde5 !important;
}

.font-sm{
  font-size: 11px !important;
}
.panel-custom {
  margin-bottom: 0px;
  box-shadow: none;
}

.bullets-custom-1, ul li{
  list-style-type:  none;
  margin-left: 0px;
}
.bullets-custom-1 ul li:before{
  font-family: 'FontAwesome';
  content: '\f046';
  margin:0 5px 0 -15px;
  color: #777;;
}
/*..::::::::::::::::::::================ CKEDITOR ================::::::::::::::::::::..*/
.has-error .cke_chrome {
    border-color: #ef1313;
}
/*..::::::::::::::::::::================ SWITCH ================::::::::::::::::::::..*/
.switch-input {
  display: none;
}
.switch-label {
  position: relative;
  display: inline-block;
  min-width: 112px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 6px 0px;
  padding: 0px 0px 0px 44px;
}
.switch-label:before,
.switch-label:after,
.switch-status:before {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px;
}
.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-status:before {
  background-color: #9e9e9e;
  border-radius: 50%;
  height: 48px;
  left: 0px;
  opacity: 0;
  top: 55%;
  width: 48px;
}
.switch-label .toggle--on {
  display: none;
}
.switch-label .toggle--off {
  display: inline-block;
}
.switch-input:checked + .switch-status .switch-label:before {
  background-color: #A5D6A7;
}
.switch-input:checked + .switch-status .switch-label:after {
  background-color: #4CAF50;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}
.switch-input:checked + .switch-status:before {
  background-color: #4CAF50;
  -ms-transform: translate(40%, -50%);
  -webkit-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
}
.switch-input:checked + .switch-status .switch-label .toggle--on {
  display: inline-block;
}
.switch-input:checked + .switch-status .switch-label .toggle--off {
  display: none;
}
.switch-input:disabled + .switch-status .switch-label {
  opacity: 0.6;
}
.switch-input:hover + .switch-status:before {
  opacity: 0.2;
}
.switch-input:disabled + .switch-status:before {
  opacity: 0;
}
.margen-switch {
  margin-top: 28px;
}