.default-input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: .2em;
    width: 100%;
}
.modal-xl{
    width: 90%;
}
table#tbl-listado-skus{
    width: 100%;
}
div#loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background: #FFF;
    height: 100%;
    display: block;
    pointer-events: none;
    opacity: 0.9;
}
div#loader span {
    position: relative;
    width: 50%;
    display: block;
    font-size: 4em;
    text-align: center;
    height: 50%;
    margin: 20% auto;
}
.text-white{
    color: #FFF !important;
}
.horizontal-menu-li {
    list-style: none;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.horizontal-menu-li > li {
    float: left;
    width: calc(95%/5);
    padding: 0 5px;
    overflow: hidden;
    display: inline-block;
}
ul.sub-opciones > li {
  margin-left: 1em;
}
.sp-bot-5{
    margin-bottom: 5px !important;
}
#contenedor-politicas-de-privacidad{
    padding: 0 15px;
}
#noticias-list {
  max-height: 400px;
  overflow-y: scroll;
  height: 400px;
}
#body-noticia {
    line-height: 30px;
    text-align: justify;
}
.list-normal > li{
    border:none;
}
td.top{
    vertical-align: top;
}
td.top > img{
    float: right;
    top: 0;
}
.tbl-overflow-150{
    border: 1px solid #ccc;
display: block;
max-height: 150px;
overflow-y: scroll;
}
.tbl-overflow-350{
    border: 1px solid #ccc;
display: block;
max-height: 350px;
overflow-y: scroll;
}
textarea{
    resize:vertical;
}
textarea#textarea_results{
    resize: none;
}
.color-white{
    color:#FFF !important;
 }
#btn-calendar{
    background: #EEEEEE;
    display: block;
    border: 1px solid #CCC;
    width: 28px;
    height: 24px;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 20px;
}
.tbl thead tr th.text-center{
    text-align: center;
}
.pseudoinput > span {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: #d52424;
    color: white;
    border: none;
}
.pseudoinput {
    float: left;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.pseudoinput > input{
    pointer-events: none;
}
.seleccion-temporal{
    background: #008cba;
}
.b-buscar-citas{
    display: block;
    position: relative;
    
    float: left;
    
    width: 100px;
    text-align: center;
}
.text-like-button-form:active {
    top: 2px;
    display: block;
    position: relative;
}
.text-like-button-form{
    background: steelblue;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    width: auto;display: inline-block;vertical-align: middle;height: 21px;margin-right: 5px;
}
.text-like-button-form:hover{
    cursor: pointer;
}
.pseudolabel{
    width: 100%;display: inline-block;margin-bottom: 5px;height: 14px;
}
ul.list-unstyled li.active{
   background-color: #4B6C9E;
}
ul.list-unstyled li > a{
    padding: 0 5px;
}
ul.list-unstyled li.active > a{
    color: white;
}
.cell-default{
    background: #D0D0D0;
}
.no-border li{
    border: none !important;
}
.no-border li.button{
    text-align: left;
}
div#body {
    max-height: 340px;
    overflow: scroll;
    padding: 1em;
}

.pantalla-completa {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 1em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.pantalla-completa-tabla{
    overflow: scroll;
    position: relative;
    max-height: 900px;
}
.close-pantalla-completa {
    background: #f1f1f1 none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px;
    padding: 0.4em;
    text-align: right;
    width: 100%;
}

.label-black{
    background: #000;
}
.modal { overflow: auto !important; }
.no-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    /*margin: 0;
    padding: 0;
    width: 50%;*/
}
.tbl tbody tr td.hour {
    background: #4b6c9e none repeat scroll 0 0;
    
    color: white;
    font-weight: bold;
    text-align: center;
}
.container-text > div {
    display: block;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.list-inline > li > .label{
    font-size: 85% !important;
}
.tbl-overflow {
    border: 1px solid #ccc;
    display: block;
    max-height: 250px;
    overflow-y: scroll;
}
.tbl-overflow > table.tbl thead tr th{
    text-align: center;
}
#tbl-overflow-145{
    display: block;
    max-height: 145px;
    overflow-y: scroll;
}
div#tabla-asns_wrapper {
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

.opacity{
    opacity: 0.3;
}
.modal-header{
    background: #4b6c9e none repeat scroll 0 0;
    color: #FFF;
}
.mar-der-10{
    margin-right: 10px;
}
.modal-body{
    min-height: 460px;
}
.modal-body.normal{
    min-height: auto !important;
}
label > input[type="checkbox"]{
    vertical-align: middle;
}
table thead tr th label{
    margin: 0;
    font-weight: 600;
    font-size: 1.0em;
}
table thead tr th label input[type="checkbox"]{
    vertical-align:middle;
}
.no-events{
    pointer-events: none;
}
.ohidden{
    overflow: hidden;
}
.max90{
    max-width: 90%;
}
.break{
    display: inline-block;
    width: 100%;
}
.list-unstyled li a {
    color: #333;
    display: inline-block;
    width: 100%;
}
.list-unstyled li a:hover {
    outline: medium none;
    text-decoration: none;
}

.list-unstyled li {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
    padding: 0.3em 0;
}

#sidebar-wrapper {
    float: left;
    width: 150px;
    max-width: 150px;
    max-height: 470px;
    background: #eee;
    padding:0;
}
#page-content-wrapper {
    float: left;
    width: 100%;
    height: 470px;
    background:#EEE;
}

#wrapper {
    display: block;
    /*height: 400px;*/
    margin: 0 auto;
    /*max-height: 400px;*/
    max-width: 1000px;
    overflow: hidden;
    width: 1000px;
}
#logotipo {
    float: left;
    height: 86px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    width: 155px;
}
#headerBanner {
    background: #ffff88 none repeat scroll 0 0;
    float: right;
    height: 86px;
    width: 800px;
}
#barraTitulo {
    background: #4b6c9e none repeat scroll 0 0;
    float: left;
    height: 22px;
    width: 100%;
}
#titulo {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 1.4em;
    font-variant: small-caps;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    text-align: left;
    width: 50%;
}

#Img1 {
    border: 0 none;
    height: 50px;
    width: 157px;
}

/** footer */
#barraPieMensaje {
    background: #c0c0c0 none repeat scroll 0 0;
    float: left;
    font-size: 0.95em;
    height: 16px;
    width: 30%;
}
#barraPieRuta {
    background: #c0c0c0 none repeat scroll 0 0;
    float: right;
    font-size: 0.95em;
    height: 16px;
    padding-right: 0.5%;
    text-align: right;
    width: 69.5%;
}
#barraPieCopyright {
    line-height: 1;
    background: #4b6c9e none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 0.88em;
    height: 15px;
    text-align: left;
    width: 30%;
}
#barraPieEmpresa {
    line-height: 1;
    background: #4b6c9e none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 0.88em;
    height: 15px;
    text-align: center;
    width: 40%;
}
#barraPieOptimizacion {
    line-height: 1;
    background: #4b6c9e none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 0.88em;
    height: 15px;
    text-align: right;
    width: 30%;
    padding: 0 1%;
}

#footer {
    
    display: inline-block;
    width: 1000px;
    background: #c0c0c0 none repeat scroll 0 0;
}

#cuerpo {
    float: left;
    height: 470px;
    width: 850px;
    background: #FFF;
}

.tbl tr thead {
    font-weight: inherit !important;
}
.tbl thead tr th {
    background: #4b6c9e none repeat scroll 0 0;
    color: white;
    font-weight: 600;
    padding: 0 3px;
    text-align: left;
    white-space: nowrap;
}
.tbl tbody tr td {
    /*border: 1px solid #eaeaea;
    max-width: 100px;
    overflow: hidden;*/
    padding: 5px 3px;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}
.tbl {
    font-size: 10px;
    
    width:100% !important;
}
table#tblCalendar > tbody > tr > td{
    border: 1px solid #eaeaea;
    max-width: 100px;
    overflow: hidden;
    padding: 5px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.table-minified > tbody > tr > td{
    border: 1px solid #eaeaea;
    /*max-width: 100px;*/
    overflow: hidden;
    padding: 5px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
h1 {
    margin: 5px 0;
    font-size: 18px;
}
.form-control {
    background: white;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 2px;
}
.pointer{
    cursor:pointer;
}

/** datatables style */

.dataTables_paginate ul li a {
    padding: 0;
}
.dataTables_paginate ul.pagination {
    float: right;
    margin: 5px;
}
.dataTable_wrapper table.tbl {
    width: 100% !important;
}
.alert{
    margin:0;
}

/** bootstrap */
.nav > li > a{
    padding: 2px;
}

.col-md-2 { width:30%; }


/*
table.table-minified > tbody > tr > td.dm-cbx { width:22px !important; }
table.table-minified > tbody > tr > td.dm-linea { width:40px !important; }
table.table-minified > tbody > tr > td.dm-sku { width: auto; display: inline-block; }
table.table-minified > tbody > tr > td.dm-desc { width:150px !important; }
table.table-minified > tbody > tr > td.dm-marca { width:80px !important; }
table.table-minified > tbody > tr > td.dm-cpu { width:65px !important; }
table.table-minified > tbody > tr > td.dm-cc { width:65px !important; }
table.table-minified > tbody > tr > td.dm-cr { width:65px !important; }
table.table-minified > tbody > tr > td.dm-cp { width:65px !important; }
table.table-minified > tbody > tr > td.dm-precio { width:65px !important; }
*/