/*Busqueda y ordenamiento By Jenice*/
.sort thead th:last-child{
    text-align: center;
}
.sort tr td:last-child{
    text-align: right;
}
.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;
}
.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;
}
.tablaCC{
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-face-color: rgba(0, 25, 148, 0.81);
}
.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:transparent !important;
    border-left:none !important;
    padding-left: 0px !important;

}
.sortCC thead th .input-mini{
    -webkit-appearance: none !important;
    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{
    text-align:right;
}
.dinero:not(.noSort){
    padding-right:30px !important;
}
.dineroLabel{
    float: left;
}
.rowTotales th, .rowTotales td{
    background: #CDCCCC !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;
}
/*********** iconos, errores y feedback **********/
.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 Felix **************************************/
/***************************************** popUp */
#pop {
    z-index:2000;
    padding: 5px;
    font-size: 12px;
    position:absolute;
    border: 1px solid #C8C8C8;
    text-align:justify;
    background:white;
}
#cerrar {
    float:right;
    margin-right:5px;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#666666;
    width:12px;
    position:relative;
    margin-top:-1px;
    text-align:center;
}
/***************************************** input */
.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;
    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[readonly],.form-control-ray[readonly],.form-control-ray-sinalto[readonly]{
    cursor:not-allowed!important;
    background-color:#EEE!important;
    opacity:1!important;
}
/******************* 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;
}
.negroOff{
    color:#2B2B2B;
}
/*default On*/
.negro{
    color:#000000;
}
/**************************************************** 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; }
/*********************************************** Tarjeta contacto *****************************************************/
.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; }
#seccion_contactos > .contacto{
    margin-bottom:4px;
    padding:4px 0px;
}
.edit{
    cursor:pointer;
    color:#286090;
    background-color:transparent;
    border:none !important;
    font-size:12px;
}
.edit:hover{ color:#337AB7; }
.edit.flotante{
    position:absolute;
    right:23px;
    top:2px;
}
.minus{
    cursor:pointer;
    color:#C9302C;
    background-color:transparent;
    border:none !important;
}
.minus:hover{ color: #D9534F; }
.minus.flotante{
    position:absolute;
    right:12px;
}
.division-top{
    border-top:solid 1px #DDDDDD;
    padding-top:5px;
    padding-bottom:5px;
}
.toCopy{
    cursor:auto !important;
    border:none;
    width:85%;
}
/**************************************************** 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;
}
/****************************************** 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; }
.azulBackOff{ background-color:#286090; }
/*Azul On*/
.azul{ color:#337AB7; }
.azulBack{ background-color:#337AB7; }

.verdeOff{ color:#449D44; }
.verdeBackOff{ background-color:#449D44; }
/*Verde On*/
.verde{ color:#5CB85C; }
.verdeBack{ background-color:#5CB85C; }

.rojoOff{ color:#C9302C; }
.rojoBackOff{ background-color:#C9302C; }
/*Rojo On*/
.rojo{ color:#D9534F; }
.rojoBack{ background-color:#D9534F; }
/*Rojo inactivo*/
.rojoInactivo{ color:#DBBBB7; }
.rojoInactivo{ background-color:#DBBBB7; }

.anaranjadoOff{ color:#EC971F; }
.anaranjadoBackOff{ background-color:#EC971F; }
/*Anaranjado On*/
.anaranjado{ color:#F0AD4E; }
.anaranjadoBack{ background-color:#F0AD4E; }

.defaultOff{ color:#E0E0E0; }
.defaultBackOff{ background-color:#E0E0E0; }
/*Default On*/
.default{ color:#BFBABA; }
.defaultBack{ background-color:#BFBABA; }

.negroOff{ color:#2B2B2B; }
.negroBackOff{ background-color:#2B2B2B; }
/*Negro On*/
.negro{ color:#000000; }
.negroBack{ background-color:#000000; }

/************************ Otros ******************************/
.textoNegro{ color:#575757 !important; }
.removerDec{ text-decoration:none !important; }
.cursor{ cursor:pointer !important; }
.negrita{ font-weight:bold; }
.margenBoton{ margin:0px 5px 15px 5px; }
.margenSubmenu{
    display:block !important;
    padding:3px 20px !important;
    color:#333 !important;
    white-space:nowrap !important;
    cursor: pointer !important;
}
.pad0{ padding:0px !important; }