/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-abr-2016, 15:57:29
    Author     : Alejandro Glavic
*/

.filatabla, .filamaster {
    cursor: pointer;
}

.noeditar {
    cursor: not-allowed;
}

.alertaflotante {
    z-index: 99;
    width: 50%;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.sombraaf, .dropdown-menu {
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
}

.sombrachica {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
}

.popover {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
}

.table-responsive {
    border: 1px solid #ccc;
}

.tresp-master {
    max-height: 320px;
}

.tresp-comun {
    max-height: 640px;
}

.tresp-media {
    max-height: 480px;
}

.tablascroll {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.ifinfo {
    height: 50px;
    width: 100%;
    border: none;
}

.ifvariosarchivos {
    height: 150px;
    width: 100%;
    border: 1px solid #ccc;
    overflow: auto;
}

.ctbusqueda, .auxbusqueda {
    padding: 0;
    max-height: 24px;
    height: 24px;
    width: 0;
}

.auxbusqueda {
    width: 100%;
}

.ctpaginas {
    /*padding: 0;
    max-height: 28px;
    height: 28px;*/
    text-align: center;
    width: 60px;
    display: inline-table;
}

.corridalog {
    max-height: 400px;
    overflow-y: auto;
}

mark {
    background-color: #222;
    color: #fff;
    padding: 0;
}

.ctinicio {
    max-width: 400px;
}

.material-icons {
    font-size: 16px;
}

.icogrande {
    font-size: 32px;
}

.izqmenu {
    width: 24px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.icoborde {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.campocolor {
    width: 40px;
    height: 22px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.dropdown-menu.multi-column {
    width: 400px;
}

.checkext {
    height: 20px;
    width: 20px;
}

.cuadrobusquedaesp {
    font-weight: normal;
}

.dropdown-menu.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.text-rojofuerte {
    color: #ff0000;
}
a.text-rojofuerte:hover,
a.text-rojofuerte:focus {
    color: #ff0000;
}

.floatThead-container {
    overflow: visible !important;
    overflow-x: hidden;
}