﻿body {
    background: url(../Content/images/fondo.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    background-size:cover;
}

.bodyBlank {
    background-image: none !important;
}


.pumice {
    background-color: #919181 !important;
    color:#fff;
}

.ui.label {
    background-color: #d1d1c5 !important; 
}

label.bold {
    font-weight:bold;
}


h5.ui.header {
    color:#fff;
}

label.pumice {
    color:#fff;
}

.logo {
    padding: 2px 2px 2px 2px;
    float:left;
}

.main {
    margin-top:70px;
    padding-left:2px;
    padding-right:2px;
}

.iluminado {
    background-color: rgba(120, 187, 241, 0.50) !important;
}

.trFila {
    cursor:pointer;
}

.capitalize {
    text-transform:capitalize;
}

.pointer {
    cursor:pointer;
}

.disabled.title {
  cursor: default;
  background-color: #dcddde !important;
  color: rgba(0, 0, 0, 0.4) !important;
  opacity: 0.3 !important;
  background-image: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

.ui-widget-header {
    background-color:#023E8A !important;
}

.ui-widget.ui-widget-content {
    background-color: rgba(120, 187, 241, 0.1);
}

.max-heigth-300 {
    max-height: 300px;
    overflow-y:auto;
}

.max-heigth-400 {
    max-height: 400px;
    overflow-y:auto;
}

.imgNombre {
    font-size: 0.9em;
    font-weight: bold;
    color: #191818;
}

/* Mobile */

@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large monitor only"]:not(.mobile),
    [class*="widescreen monitor only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }
}