.navbar {min-height: 80px !important; }
.navbar-brand {padding: 0 15px; height: 80px; line-height: 80px;}

.cursor-pointer:hover {
    cursor: pointer;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

.fondo-texturado {
    background-color: #ff9800;
    background-image: url("../images/connected.png");
}
.bs-bbox {
  box-sizing: border-box;
}
.xbold {
    font-weight: bold;
}
.xitalic {
  font-style: italic;
}
.xlabel {
    margin-bottom: 0px;
    color: gray;
    font-weight: bold;
    font-size: 14px;
}
.xtachado-italic {
  text-decoration: line-through;
  font-style: italic;
}

/*estilos para pageslide*/
html {
    overflow-x: hidden;
    height: 100%;
}
.container-left {
    padding: 60px 32px !important;
    height: 100%!important;
}
.ng-pageslide {
    background: #eee;
}
body.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
    opacity: 0.5;
    pointer-events: all;
}
body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
#container-slides {
    overflow: visible !important;
    /*margin-right: -13px;*/
}
.atras {
    margin: 0px 0px;
}
.titulo-slide {
    margin-top: 0px;
    margin-bottom: 0px;
}
.col-form-label {
    padding-top: 5px;
}
.backgroundInputVacio {
    background-color: #FDE5E6;
}
.color-rojo {
    color: red;
}
.ul-permisos-checkboses {
    list-style: none;
    padding-left: 0px;
}
.my-badge-info {
    font-size: 25px;
    background-color: #3a87ad;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
/*background*/
.background-error {
  background-color: #b94a48;
}
.background-warning {
  background-color: #f89406;
}
.background-success {
  background-color: #468847;
}
.background-info {
  background-color: #3a87ad;
}
.background-inverse {
  background-color: #333333;
}
.color-grey {
    color: grey;
}
.color-white {
    color: white;
}
.color-green {
    color: green;
}
.color-blue{
    color: blue;
}
.color-red {
    color: red;
}
/*botón subir imagen*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 4px 10px;
  border-radius: 8px;
  font-weight: bold;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*fin botón subir imagen*/

/*my-card*/
.my-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 3px;
}
.my-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/*fin my-card*/

.background-rolitrans-1 {
    background-color: #43428a;
}
.ui-select-choices.dropdown-menu {
    display: block;
}
.padding-8 {
    padding: 8px!important;
}

/*switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.switch input {display:none;}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch-slider {
    background-color: #ff9800;
    /*background-color: #2196F3;*/
}
input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* Rounded sliders */
.switch-slider.round {
  border-radius: 24px;
}
.switch-slider.round:before {
  border-radius: 50%;
}
/*end switch*/

#mapa {
    height: 300px;
}
.thumb-responsive {
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-40 {
    width: 40px;
    height: 40px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-50 {
    width: 50px;
    height: 50px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-60 {
    width: 60px;
    height: 60px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-80 {
    width: 80px;
    height: 80px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-100 {
    width: 100px;
    height: 100px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-120 {
    width: 120px;
    height: 120px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.w3-orange,.w3-hover-orange:hover{color:#fff!important;background-color:#ff9800!important}