﻿.a {
    color: #337ab7;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0px;
    color: inherit;
}

.dropdown-submenu {
    position: relative;
    display:none;
}
.dropdown-menu {
    padding: 5px 0;
}

.dropdown-menu > li > a {
    display: none;
}


.dropdown-menu.inner > li > a {
    display: block;
}

.dropdown-menu > li > ul {
    padding: 0px;
}



li.open > .dropdown-menu > .dropdown-submenu, li.open > .dropdown-menu > li > a {
    display: block;
}






.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    
}

li.dropdown-submenu  {
    color:red;
}

li.dropdown-submenu:hover > .dropdown-menu > li > a {
    display: block;
}

li.dropdown-submenu:hover > .dropdown-menu > li > ul {
    padding: 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}




.modalLoading {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    opacity: 0.6;
    background-color: rgb(0, 0, 0);
}

.ocultarmodal {
    display: none;
}

.centrado {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    color: black;
    padding-top: 30%;
    opacity: 1;
}

.mayusculas {
    text-transform: uppercase;
}

.fondorojo {
    background-color: red;
    color: white;
}


#logoHeader img {
    padding-left: 0px;
}

@media screen and (max-width: 991px) {
    #logoHeader img {
        padding-left: 50px;
    }
}


.field-validation-error{
    color: red;
}

.semaforo {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 40px;
    min-width:60px;
}

.semaforo li {
    float: left;
}

.semaforoLuz {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    line-height: 51px;
    font-size: 1.4em;
    text-align: center;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.semaforo-1{
    background-color: #29a226;
}

.semaforo-2{
    background-color: #eaea2b;
    color: #000000;
}

.semaforo-3{
    background-color: #f44336;
}

.semaforo-0{
    background-color: #7b7272;
}

.textoSemaforo {
    margin-top: -13px;
    position: fixed;
    margin-left: -5px;
    font-size: 15px;
}

.semaforo-1 > a {
    color: #ffffff;
}

.semaforo-2 > a {
    color: #000000;
}

.semaforo-3 > a {
    color: #ffffff;
}

.semaforo-0 > a {
    color: #ffffff;
}

.menu__back{
    right: 30px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 400px;
}

table.table{
    font-size:12px;
}

.nav > li > a {
    max-width: 180px
}


.dragZone {
    min-height: 100px;
    border-style: dashed;
    border-width: thin;
    padding:20px;
}

.highlight{
    border-color:red;
    border-width:medium;
}

.archivos {
    opacity: 1;
    position: inherit;
}



.form-group input[type=file] {
    opacity: 1;
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.textWhite{
    color:#fff;
}