/*Busqueda y ordenamiento*/
.sort thead th:last-child{
    text-align: center;
    width: 10px;
}
.sort tr td:last-child{
    text-align: right;
}
.sort tr td:last-child a{
    display: table-cell;
    padding: 0 3px;
    cursor: pointer;
}
.sort thead th[data-col] {
    color: #008cba;
    text-decoration: none;
    cursor: pointer;
}
.sort thead th[data-col]:hover,
.sort thead th[data-col]:focus {
    color: #008cba;
    text-decoration: underline;
}
.sort thead th[data-col]:focus {
    outline-offset: -2px;
}
.busqueda{
    border: 1px solid #c8c8c8  !important;
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: inset 0px 0px 1px #cfcfcf ;
    height: 30px;
}
.btn-buscar{
    padding: 5px;
    cursor: pointer;
    border: none;
    background: none;
    color: #286090 ;
}
.btn-buscar:hover{
    color: #337AB7 ;
}
/*Busqueda y ordenamiento 2 (CXC)*/
.rowTotales th:first-child{
    text-align: center;
}
.sortCC thead th:last-child{
    text-align: center;
}
.sortCC tr td:last-child{
    text-align: right;
    width: 10px;
}
.sortCC td:not(.noSort){
    padding-left: 15px !important;
}
.sortitos{
    color: rgb(171, 171, 171);
    cursor: pointer;
}
.iga-sort:hover .sortitos{
    color: #337AB7 ;
}
.sortitos.active{
    color: #337AB7 ;
}
.clicSearch{
    cursor: pointer;
}
.sortCC thead th .input-mini{
    border-radius: 4px 0 0 4px;
    padding-left: 4px;
    border: 1px solid #ccc;
    height: 28px;
}
.sortCC thead th .input-group-addon{
    padding: 3px;
}
.sortCC thead th .iga-times{
    background:#fff !important;
    border-left:none !important;
    padding-left: 0px !important;
}
.sortCC thead th .input-mini{
    box-shadow:none !important;
    border-right:none !important;
    width: 100%;
}
.sortCC thead th .input-group-addon .fa-times{
    cursor:pointer;
    color:#fff;
}
.sortCC tr td,.sortCC tr th{ font-size:12px; }
.sortCC thead th .input-mini:focus,
.sortCC thead th .input-mini:focus + .input-group-addon{
    border-color: #66afe9;
    outline: 0;
}
.sortCC thead th .input-group-addon:hover .fa-times,
.sortCC thead th .input-mini:hover + .input-group-addon .fa-times{
    color: #ccc;
    display: inline-block;
}
.sortCC tbody tr td .btn-default{
    padding: 1px 3px !important;
}
/*Dinero*/
.dinero, .cell-cantidad{
    text-align:right;
    padding-right:30px !important;
}
/*.dinero:not(.noSort),.cantidad:not(.noSort){
    padding-right:30px !important;
}*/
/*.dineroLabel{
    float: left;
}*/
.rowTotales th, .rowTotales td{
    background: #d9edf7 !important;

}

/*CXC*/
tr.linea-roja{
    background-color: rgb(255, 224, 224) !important
}
tr.letras-rojas td{
    color: red !important
}
/*FILTERINPUT*/
.filterUl{
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: absolute;
    width: 90%;
    z-index: 20;
    overflow: auto;
    max-height: 200px;
}
.filterUl li{
    list-style: none;
    cursor: pointer;
    padding: 6px 12px;
}
.filterUl li:hover, .selected{
    list-style: none;
    background: #f8f8f8;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.fa-asterisk{
    color: red !important;
}
iframe{
    border: 1px solid #ccc;
}
.right{
    text-align: right;
    padding-right: 30px !important;
}
.fa-pulse.form-control-feedback{
    width:auto !important;
    height:auto !important;
    top:35px !important;
    right:25px !important;
    color: #ccc !important;
}
html.busy, html.busy * {
    cursor: wait !important;
}
.btn-wl{
    margin-top:23px;
}
.expressEdit .guardar,
.expressEdit .editar{
    cursor: pointer;
}
.expressEdit input{
    height: 25px;
    font-size: inherit;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.expressEdit td{
    height: 30px;
}
.expressEdit tr td:last-child{
    text-align: right;
}
.table2 {
    width: 100%;
}
.table2 tr:hover td {
    background: #f5f5f5;
}
.mycontainer{
    max-width: 1170px;
    margin: 0 auto;
}
.productos-header{
    background-color: #F5F5F5;
    border-radius: 5px;
}
.flechita-menu{
    padding: 15px 15px !important;
    padding-left: 0px !important;
}
.nombre-menu{
    padding-right: 0px !important;
}

/********************************************** Ray ***************************************/
.form-control-ray{
    width:auto!important;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555555;
    background-color:#ffffff;
    background-image:none;
    border:1px solid #cccccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-ray-sinalto{
    width:auto!important;
    /*height: 34px;
    padding: 0;*/
    padding-left:6px;
    padding-right:6px;
    font-size:14px;
    line-height:1.42857143;
    color:#555555;
    background-color:#ffffff;
    background-image:none;
    border:1px solid #cccccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-ray[readonly],.form-control-ray-sinalto[readonly]{
    cursor:not-allowed;
    background-color:#EEE;
    opacity:1;
}
/****************************************** Checkbox Radio Buttom Bootstrap *******************************************/
.radioNormal,
.checkNormal{
    display:inline !important;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    display: none;
}
.form-group input[type="radio"] + .btn-group > label span,
.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.form-group input[type="radio"] + .btn-group > label span:first-child,
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="radio"] + .btn-group > label span:last-child,
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}
.form-group input[type="radio"]:checked + .btn-group > label span:first-child,
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="radio"]:checked + .btn-group > label span:last-child,
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}
.funkyradio div {
    clear: both;
    overflow: hidden;
}
.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding-right: 15px;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/******************* Colores estandar *********************/
.azulOff{
    color:#286090;
}
/*azul On*/
.azul{
    color:#337AB7;
}
.verdeOff{
    color:#449D44;
}
/*verde On*/
.verde{
    color:#5CB85C;
}
.rojoOff{
    color:#C9302C;
}
/*rojo On*/
.rojo{
    color:#D9534F;
}/*rojo inactivo*/
.rojoInactivo{
    color:#DBBBB7;
}
.anaranjadoOff{
    color:#EC971F;
}
/*anaranjado On*/
.anaranjado{
    color:#F0AD4E;
}
.defaultOff{
    color:#E0E0E0;
}
/*default On*/
.default{
    color:#BFBABA;
}
/************************************* Nomina ************************/
.tabla-nomina{
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 0;
}
/************************************* tarjeta contactos ************************/
.flotante {
    position: absolute;
    right: 15px;
    top: 0px;
}
.tarjeta {
    padding: 0px;
    position: relative;
    min-height: 140px;
}
.tarjeta .panel-body{
    padding: 15px 0;
}

.tarjeta .departamento{
    text-transform: uppercase;
    font-weight: bold;
}
.tarjeta .nombre{
    font-weight: bold;
}
.tarjeta .fa{
    width:10px;
}
.division-top {
    border-top: solid 1px #DDDDDD;
    padding-top: 5px;
    padding-bottom: 5px;
}
.toCopy {
    cursor: auto !important;
    border: none;
    width: 85%;
}
/*********************************************** 3 puntitos al final **************************************************/
/*solo utilizar una de las clases*/
.tresPuntos{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}
.cortarTexto{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

/***** recortar y mostrar descripcion o comentarios en tablas ******/
.campo-descripcion:hover:before {
    content: attr(data-title);
    position: absolute;
    display: block;
    z-index: 56;
    border: 1px solid #7c7c7c;
    width: 300px;
    text-overflow: ellipsis;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 4px gray;
    word-wrap: break-word;
    margin-left: -30px;
}
td{position: relative;}

/***** desplegar y contraer panel ******/
.notificacion .badge-notify {
    position: absolute;
    top: 7px;
    right: 3px;
    background: #d9534f;
    font-size: 10px !important;
}
.desplegar {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}
.desplegar:hover { color: #333333; }
/**************************************************** Para tablas *****************************************************/
.tabla-text-center{
    text-align:center!important;
}
.tabla-text-justify{
    text-align:justify!important;
}
.tabla-text-left{
    text-align:left!important;
}
.tabla-text-right{
    text-align:right!important;
}
.tabla-borde{
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: 1px solid #ccc;
}
/************************************* Otros ************************/
.removerDec{
    text-decoration: none !important;
}
.mini-boton{
    background-color: #5CB85C;
    padding: 7px;
    border-radius: 7px;
    border: 1px solid #A3E3A3;
    cursor: pointer;
}
.cancelar-boton-input{
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}