/* Formato base */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    text-decoration:none;
    font-family: 'Tahoma', sans-serif;
    color: #636363;
    font-variant: small-caps;
}:focus,:hover,:active {
    text-decoration:none;
    font-family: 'Tahoma', sans-serif;
    color: #636363;
    font-variant: small-caps;
}
button,a,a:focus,a:hover,a:active {
    font-weight: bold;
    outline: none !important;
}
form{
    margin-bottom: 0px;
}
.btn{
    font-weight: normal !important;
    margin-bottom: 5px;
}
.mini-btn {
    height: 28px;
    width: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 110%;    
}
.micro-btn {
    height: 21px;
    width: 21px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 15px;    
}
.modal-footer .btn + .btn{
    margin-bottom: 5px;
}
.modal-title{
    font-weight: bold;
}
input[type="password"]{
    font-variant: normal;
}

/* Titulos */
.titulo-1{
    display: block;
    font-size: 200%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 37px;
    color: #000;
}
.titulo-3{
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 37px;
    color: #000;
}
.titulo-4{
    display: block;
    font-size: 107%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 37px;
    color: #000;
}
.titulo-5{
    display: block;
    font-size: 95%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 37px;
    color: #000;
}

.control-label{
    text-align: left !important;
}

/*Centrado de columnas, NOTA requiere un div padre row-center y un div hijo col-centered*/
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}


/*Formato a links*/
a.mini-link{
    color: #888;
    font-size: .8em;
    font-weight: bold;
}
a.mini-link:focus,a.mini-link:hover{
    color: #656565;
}


/*Formato a textos*/
.text-primary{
    color: #337ab7;
}
.text-success{
    color: #5cb85c;
}
.text-info{
    color: #5bc0de;
}
.text-warning{
    color: #f0ad4e;
}
.text-danger{
    color: #d9534f;
}
.text-grey{
    color: #888;
}
.form-explain{
    color: #aaa;
    font-size: .8em;
    font-weight: bold;
}

/*Formato a los modal*/
.modal-backdrop{
    z-index: 102;
}
.modal{
    z-index: 103;
}


/*Botones*/
.btn-grey{
    color: #fff;
    background-color: #888;
}
.btn-grey:focus,.btn-grey:hover,.btn-grey:active{
    color: #fff !important;
    background-color: #6B6B6B;
}
.btn-folder{
    color: #fff;
    background-color: #FFE000;
    border-color: #F0d100;
}
.btn-folder:focus,.btn-folder:hover,.btn-folder:active{
    color: #fff !important;
    background-color: #f5d600;
}


/* Formato header */
body{
    padding-top: 10px;
    background-color: #eee;
}
body.iframe{
    padding-top: 0px;
}
#left-sidebar, #left-sidebar-icon{
    top: 68px;
}
header .navbar-brand{
    height: 68px !important;
}
header a.navbar-brand{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
#navbar-logo{
    width: 280px !important;
}
#navbar-collapse ul.nav>li>a{
    height: 68px;
    padding-top: auto;
    padding-bottom: auto;
    border-right: 1px solid #4d5650;
}
.top_logo{
    max-height: 56px;
    width: auto;
}
.navbar_head{
    z-index: 101;
    min-height: 68px !important;
    border-width: 0px;
}
.navbar-header-icon, .navbar-header-text{
    display: block;
}
#navbar-collapse a, #navbar-collapse a:hover, #navbar-collapse a:focus{
    box-shadow: 0px 0px 0px 0px;
}
/*#navbar-collapse li.open>a{
    background-color: #222222;
}*/
#navbar-collapse a.active span, #navbar-collapse li.open a span, .inverse a:hover{
    color:#fff;
}
#navbar-collapse ul.nav>li>a:hover{
    background-color: #000 !important;
}
.navbar-header{
    min-width: 340px;
}
li.dropdown .navbar-header-icon{
    margin-right: 5px;
}
ul.nav>li.link{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    /*de mas*/
    padding-bottom: 15px;
    border-right: 1px solid #4d5650;
    border-left: 1px solid #4d5650;

}
ul.nav>li.link span{
    font-weight: bold;
}
ul.nav>li.link span.fa, ul.nav>li.link span.glyphicon{
    font-weight: normal;
}
ul.nav>li.dropdown div.navbar-header-text span.fa-angle-double-up{
    display:none;
}
ul.nav>li.dropdown.open div.navbar-header-text span.fa-angle-double-down{
    display:none;
}
ul.nav>li.dropdown.open div.navbar-header-text span.fa-angle-double-up{
    display:inline;
}


/* Formato navegador no compatible */
.navegador-no-compatible{
    position: fixed;
    z-index: 96;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    background-color: #eee;
    padding:auto;
}
.navegador-no-compatible>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: orange;
    font-size: 120%;
    font-weight: bold;
}


/* Formato Cargando pagina */
.cargando_pagina{
    position: fixed;
    z-index: 95;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    background-color: #eee;
    padding:auto;
}
.cargando_pagina>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: orange;
    font-size: 120%;
    font-weight: bold;
}


/* Formato barra lateral izquierda */
#left-sidebar-personal-data {
    margin: 10px 25px 10px 23px !important;
}
#left-sidebar-personal-data img{
    margin-top: 10px;
    max-height: 50px;
    max-width: 50px;
    width: auto;
    height: auto;
}
#left-sidebar-personal-data .text-white, #left-sidebar-personal-data a.active span{
    color:#fff;
}
#left-sidebar a, #left-sidebar-icon a{
    color: #636363;
    text-decoration: none;
}
#left-sidebar-personal-data .icon-button{
    margin-top: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#left-sidebar-personal-data a span:hover, #left-sidebar-personal-data strong{
    color:#fff;
}
#left-sidebar ul.nav>li{
    padding: 0;
    margin: 0;
}
#left-sidebar ul.nav>li>a{
    display: block !important;
    padding: 10px 30px 10px 15px !important;
    border-radius: 0 !important;
}
#left-sidebar ul.nav>li.active>a, #left-sidebar ul.nav>li.active>a span{
    background-color: #222 !important;
    color:#fff !important;
}
#left-sidebar ul.nav>li.dropdown>a{
    background-color: #222 !important;
}
#left-sidebar ul.nav>li>a:hover, #left-sidebar ul.nav>li>a:hover span{
    background-color: #000 !important;
    border-radius: 0 !important;
    color:#fff !important;
}
#left-sidebar{
    position: fixed;
    z-index: 98;
    bottom: 0px;
    overflow: hidden;
    margin-left: 0px;
    width: 250px;
    background: #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#left-sidebar-icon{
    display: none;
    z-index: 97;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    width: 283px;
    margin-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#left-sidebar-icon>div{
    border-radius: 6px;
    background: #222;
    margin-top: 15px;
    padding: 0px;
    width: 100%;
    color: #fff !important;
}
#left-sidebar-icon>div a, header a, header a:active, header a:focus{
    outline: none;
}
#left-sidebar-icon>div div{
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 8px;
}
.left-sidebar-icon-left, .left-sidebar-icon-right{
    color:#9D9D9D;
}
#left-sidebar-icon>div div:hover .left-sidebar-icon-left, #left-sidebar-icon>div div:hover .left-sidebar-icon-right, .navbar-brand:hover span, #navbar-collapse a:hover span{
    color:#fff;
}
.left-sidebar-icon-right{
    display:none;
}
#contenido-pagina>div.container {
    padding-top: 1.5em;
    padding-left: 260px;
    padding-right: 10px;
    padding-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    max-width: 1400px !important;
}
#contenido-pagina.sin_acceso>div.container{
    padding-left: 0px;
}
#contenido-pagina.sin_acceso>#left-sidebar, button.sin_acceso, #navbar-collapse.sin_acceso, #left-sidebar-icon.sin_acceso{
    display: none !important;
}
/* Dropdown de la barra izquierda */
#left-sidebar .dropdown-left>ul{
    padding: 0px;
}
#left-sidebar .dropdown-left>ul>li{
    width: 100%;
    background-color: #333333;
}
#left-sidebar .dropdown-left>a{
    display: block !important;
    position:relative;
    border-radius: 0px !important;
    background-color: #222222;
}
#left-sidebar .dropdown-left>ul>li>a{
    display: block !important;
    border-radius: 0px !important;
    padding: 5px 30px 5px 40px !important;
}
#left-sidebar #left-sidebar-personal-data .dropdown-left>ul>li>a{
    padding-left: 10px !important;
}

#left-sidebar .dropdown-left>ul>li>a:hover{
    background-color: #000000;
}
#left-sidebar .dropdown-left>ul, #left-sidebar .dropdown-left>a>span.fa-angle-double-up, #left-sidebar .dropdown-left.open>a>span.fa-angle-double-down{
    display:none;
}
#left-sidebar .dropdown-left.open>ul{
    display:block;
}
#left-sidebar .dropdown-left>ul>li.top{
    height: 8px;
    background: rgba(34,34,34,1);
    background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333', GradientType=0 );
}
#left-sidebar .dropdown-left>ul>li.bottom{
    height: 8px;
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(34,34,34,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222', GradientType=0 );
}
#left-sidebar .dropdown-left.open>a>span.fa-angle-double-up, #left-sidebar .dropdown-left>a>span.fa-angle-double-down{
    display: inline;
    position: absolute;
    right: 25px;
    font-size: 18px;
    height: 18px;
    margin-top:-9px;
    top:50%;
}
#left-sidebar #left-sidebar-personal-data .dropdown-left.open>a>span.fa-angle-double-up, #left-sidebar #left-sidebar-personal-data .dropdown-left>a>span.fa-angle-double-down{
    right: 0px;
}
#left-sidebar .dropdown-left>a:hover>span, #left-sidebar .dropdown-left>a:hover>big>span, #left-sidebar .dropdown-left.open>a>span, #left-sidebar .dropdown-left.open>a>big>span{
    color: #fff;
}
#left-sidebar .dropdown-left>a>big>span, #dropdown-left-puesto>big>span{
    margin-right: 4px;
}
#dropdown-left-puesto>span{
    font-weight: bold;
}


/* Iscroll */
.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 99;
    width: 10px;
    bottom: 0px;
    top: 0px;
    right: 3px;
    overflow: hidden;
    background-color: #333;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}
.iScrollIndicator {
    position: absolute;
    background: #888;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #666;
}
.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}


/*.subtitulo{
    font-size: larger;
    font-weight: bold;
    color: #8B4513;
}
.miniletra {
    font-size: smaller;
    font-weight: normal;
}
.miniletra_negrita {
    font-size: 60%;
    font-weight: bold;
}
.miniletra_resalta {
    font-size: smaller;
    font-weight: bold;
    color: #8B4513;
}*/

/* Da formato a los div con mensaje de error */
.mensaje_error {
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    color: #FFFFFF;
    background-color: #FF6633;
    /* Pone borde y redondea*/
        border: solid 1px #CC0000;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
}
.mensaje_exito{
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    color: #4F8A10;
    background-color: #DFF2BF;
    /* Pone borde y redondea*/
    border: solid 1px #4cae4c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.oculto{
    display: none;
}


/* Da formato a los foms en línea */
.form-line{
    display:table;
    width: 100%;
}
.form-line-label{
    display:table-cell;
    vertical-align: top;
    padding-top: 7px;
}
.form-line-input{
    display:table-cell;
    vertical-align: top;
    padding-left: 8px;
}
.form-line-break{
    display: block !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}


/* Da formato a los checkbox y radio */
div.checkbox label.input_label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
div.radio, div.checkbox{
    margin-top: 0px;
}
.radio label, .checkbox label{
    padding-left: 10px;
}
input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + span, input[type="radio"] + span{
    display: inline-block;
    width: 21px;
    height: 1em;
}
input[type="checkbox"] + span > i, input[type="radio"] + span > i {
    position: absolute;
    width: 17px;
    height: 18px;
}
input[type="checkbox"] + span > i{
    background:url(imagenes/icheck_orange.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="radio"] + span > i {
    background:url(imagenes/icheck_orange.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].aqua + span > i, input[type="radio"].aqua + span > i{
    background:url(imagenes/icheck_aqua.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].black + span > i, input[type="radio"].black + span > i{
    background:url(imagenes/icheck_black.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].blue + span > i, input[type="radio"].blue + span > i{
    background:url(imagenes/icheck_blue.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].green + span > i, input[type="radio"].green + span > i{
    background:url(imagenes/icheck_green.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].grey + span > i, input[type="radio"].grey + span > i{
    background:url(imagenes/icheck_grey.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].orange + span > i, input[type="radio"].orange + span > i{
    background:url(imagenes/icheck_orange.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].purple + span > i, input[type="radio"].purple + span > i{
    background:url(imagenes/icheck_purple.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].red + span > i, input[type="radio"].red + span > i{
    background:url(imagenes/icheck_red.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].violet + span > i, input[type="radio"].violet + span > i{
    background:url(imagenes/icheck_violet.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"].yellow + span > i, input[type="radio"].yellow + span > i{
    background:url(imagenes/icheck_yellow.png) left top no-repeat;
    background-size: auto 18px;
}
input[type="checkbox"] + span > i {
    background-position : 0px 0 !important;
}
input[type="radio"] + span > i {
    background-position : -72px 0 !important;
}
input[type="checkbox"]:checked + span > i {
    background-position : -18px 0 !important;
}
input[type="radio"]:checked + span > i {
    background-position : -90px 0 !important;
}
input[type="checkbox"][disabled] + i {
    background-position : -36px 0 !important;
}
input[type="radio"][disabled] + i {
    background-position : -108px 0 !important;
}
input[type="checkbox"][disabled]:checked + i {
    background-position : -54px 0 !important;
}
input[type="radio"][disabled]:checked + i {
    background-position : -126px 0 !important;
}


/*Da formato a los input text*/
.select2-selection{
    min-height: 34px;
    border: 1px solid #ccc !important;
}
.select2-selection>span{
    padding-top: 2.5px;
}
.select2-selection__arrow{
    height: 32px !important;
}
.select2-dropdown{
    border: 1px solid #ccc !important;
}
.select{
    position: relative;
}
.select>select{
    min-height: 34px;
    padding-right: 23px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.select>select::-ms-expand {
    display: none;
}
.select:after{
    position: absolute;
    right: 8px;
    top: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dd";
    pointer-events: none;
    z-index: 10;
}
.select2-selection .select2-selection__arrow>b{
    display:none;
}
input, select, textarea {
    max-width: none !important;
}
input[type=text]:focus, input[type=password]:focus{
    outline: none;
}
input[type=text][readonly], input[type=password][readonly]{
    background-color: #fff !important;
    color: transparent;
    text-shadow: 0 0 0 #555;
}
textarea.text {
    resize:none;
    overflow:auto;
    height: 34px !important;
    display: block;
    font-family: 'Tahoma', sans-serif;
    font-variant: small-caps;
    border: 1px solid #CCC;
    color: #000000;
}
textarea.text:focus {
  outline: none;
  font-family: 'Tahoma', sans-serif;
    font-variant: small-caps;
    outline: none;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(141,175,230,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(141,175,230,1);
    box-shadow: 0px 0px 2px 0px rgba(141,175,230,1);
    color: #000000;
}



.titulo_campo{
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #000000;
    display:inline-block;
    padding: 5px 15px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 10px;
}

div.espacio{
    display: block;
    height: 1em;
}


/* Da formato a las tablas */
table.table-page{
    width: 100%;
}
.table-caret{
    font-size: 10px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
th a:link{
    text-decoration:none;
    color: inherit;
}
td.vcenter{
    vertical-align: center !important;
}
th.vcenter{
    vertical-align: middle !important;
}
tr.table-title, .table-title:hover{
    background-color: #e8e8e8 !important;
}
tr.table-par, tr.table-par>td{
    background-color: #f9f9f9;
    /*-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
    /*-webkit-transition: box-shadow 500ms linear;
    -o-transition: box-shadow 500ms linear;
    -moz-transition: box-shadow 500ms linear;
    -ms-transition: box-shadow 500ms linear;
    -kthtml-transition: box-shadow 500ms linear;
    transition: box-shadow 500ms linear;*/
}
tr.table-inpar, tr.table-inpar>td{
    background-color: transparent !important;
    /*-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
    /*-webkit-transition: box-shadow 500ms linear;
    -o-transition: box-shadow 500ms linear;
    -moz-transition: box-shadow 500ms linear;
    -ms-transition: box-shadow 500ms linear;
    -kthtml-transition: box-shadow 500ms linear;
    transition: box-shadow 500ms linear;*/
}
tr.table-zebra-last>td{
    border-top: none !important;
}
tr>td.shadow,tr>th.shadow{
    padding: 0px !important;
    width: 28px;
    -webkit-transition: box-shadow 500ms linear;
    -o-transition: box-shadow 500ms linear;
    -moz-transition: box-shadow 500ms linear;
    -ms-transition: box-shadow 500ms linear;
    -kthtml-transition: box-shadow 500ms linear;
    transition: box-shadow 500ms linear;
}
tr.active_slide>td.shadow:first-child{
    /*ffe599*/
    /*background-color: #ffffff !important;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
    -webkit-box-shadow: -10px 0px 10px -10px rgba(102,175,233,.6);
    -moz-box-shadow: -10px 0px 10px -10px rgba(102,175,233,.6);
    box-shadow: -10px 0px 10px -10px rgba(102,175,233,.6);
    -webkit-transition: box-shadow 500ms linear;
    -o-transition: box-shadow 500ms linear;
    -moz-transition: box-shadow 500ms linear;
    -ms-transition: box-shadow 500ms linear;
    -kthtml-transition: box-shadow 500ms linear;
    transition: box-shadow 500ms linear;
}
tr.active_slide>td.shadow:last-child{
    /*ffe599*/
    /*background-color: #ffffff !important;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;*/
    -webkit-box-shadow: 10px 0px 10px -10px rgba(102,175,233,.6);
    -moz-box-shadow: 10px 0px 10px -10px rgba(102,175,233,.6);
    box-shadow: 10px 0px 10px -10px rgba(102,175,233,.6);
    -webkit-transition: box-shadow 500ms linear;
    -o-transition: box-shadow 500ms linear;
    -moz-transition: box-shadow 500ms linear;
    -ms-transition: box-shadow 500ms linear;
    -kthtml-transition: box-shadow 500ms linear;
    transition: box-shadow 500ms linear;
}
/* Para los divs que simulan tablas */
div.table{
    display: table;
    width: 100%;
    background-color: transparent !important;
    margin-bottom: 0px;
}
div.tr{
    display: table-row;
}
div.td{
    display: table-cell;
}
/* Para usar el wcontent requiere al menos otro td sin wcontent para llenar el espacio, si se quiere centrar se recomienda 2, uno de cada lado de la tabla */
div.td.wcontent{
    width:1px;
    white-space: nowrap;
}
div.td.center{
    text-align: center;
}
div.td.right{
    text-align: right;
}
div.td.left{
    text-align: left;
}
div.td.vcenter{
    vertical-align: middle;
}
div.td.top{
    vertical-align: top;
}
div.td.bottom{
    vertical-align: bottom;
}


/* Recuadros */
.recuadro{
    margin: 10px;
}
.recuadro-body{
    position: relative;
    background-color: #fff;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}
.recuadro-titulo{
    background-color: #ddd;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}
.recuadro.strech>.recuadro-body,.recuadro.strech>.recuadro-titulo{
    padding: 5px 10px;
}
.recuadro-body:first-child,.recuadro-titulo:first-child{
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.recuadro-body:last-child,.recuadro-titulo:last-child{
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}
.mini-recuadro{
    background-color: #fff;
    margin: 4px;
    padding: 5px 10px;
    border-radius: 4px;
    border: #ddd solid 1px;
}
.recuadro-warning, .mini-recuadro-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.recuadro-success, .mini-recuadro-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.recuadro-danger, .mini-recuadro-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


/* Para los sort */
.sort{
    cursor: move;
    cursor: -webkit-grabbing;
}
.sort a, .sort input[type="button"], .sort button{
    cursor: pointer;
    cursor: -webkit-grabbing;
}


.nav-tabs.nav-justified>li>a,.nav-tabs.nav-justified>li>a:active,.nav-tabs.nav-justified>li>a:hover,.nav-tabs.nav-justified>li>a:focus{
    border-bottom-color: #aaa;
}
.nav-tabs.nav-justified>li.active>a,.nav-tabs.nav-justified>li.active>a:active,.nav-tabs.nav-justified>li.active>a:hover,.nav-tabs.nav-justified>li.active>a:focus{
    border-color: #aaa;
    border-bottom-color: transparent !important;
    background-color: transparent !important;
}


/* Alineación */
.text-right-720-center{
    text-align: right;
}
.text-left-720-center{
    text-align: left;
}


/* Checbox dentro de li */
li .checkbox label{
    font-weight: 400;
    line-height: 1.42857143;
    color: #262626 !important;
    white-space: nowrap;
    font-size: 14px !important;
}


/* Nuevo left side bar */
.left-sidebar-categories{
    /*padding-left: 10px;*/
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;

}
.left-sidebar-categories>a{
    text-decoration: none;

}
.left-sidebar-categories>a:hover>.left-sidebar-categories-name{
    color: #000;
    background-color:#eae7e7;
    border-radius: 4px   
}

.left-sidebar-categories>a:hover>.left-sidebar-categories-name-sub{
    color: #eae7e7;
}
.left-sidebar-categories-name.active{
    color: #eae7e7;
    background-color: #085e7f;
    border-radius: 4px

   /*padding: 1px;*/
}
.left-sidebar-categories-name-sub.active{
    color: #eae7e7;
}
.left-sidebar-categories>a>div>i{
    margin-right: 8px;
    padding: 10px;
}
.left-sidebar-categories.active_slide>a>div>.cerrado, .left-sidebar-categories:not(.active_slide)>a>div>.abierto{
    display: none;
}


/* Configuraciones de margin */
.margin-0{
    margin: 0px;
}
.marginl-0{
    margin-left: 0px;
}
.marginr-0{
    margin-right: 0px;
}
.margint-0{
    margin-top: 0px;
}
.marginb-0{
    margin-bottom: 0px;
}


div.editando{
    display:inline-block;
    position: absolute;
    right: 30px;
    top: 15px;
    background-color: orange;
    border-radius: 3px;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
}

.btn-select{
    padding: 9px;
    margin-left: -20px;
}
.btn-form-left{
    padding: 9px;
}
.btn-text-icon{
    font-size: 1.3em;
    height: 34px;
    padding: 8px 10px;
    margin: 0px;
}


div.close-icon{
    position: absolute;
    right: -5px;
    top: -5px;
}
div.close-icon>a>div{
    height:20px;
    width:20px;
    border-radius: 10px;
    background-color: red;
    border: 2px solid #FFF;
    color: #fff;
}
div.close-icon>a>div:hover{
    background-color: #DD0800;
}
div.close-icon>a>div:after{
    position: absolute;
    right: 5px;
    top: 3px;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    pointer-events: none;
    z-index: 10;
}
.list-plus{
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: inherit;
}
.list-plus:before{
    content: "\f0c9";
}
.list-plus:after{
    content: "\f055";
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 7px;
    height: 14px;
    width: 14px;
    background-color: inherit;
    padding-left: 1px;
}

.list-cancel{
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: inherit;
}
.list-cancel:before{
    content: "\f0c9";
}
.list-cancel:after{
    content: "\f057";
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 7px;
    height: 14px;
    width: 14px;
    background-color: inherit;
    padding-left: 1px;
}