body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

label {
    font-size: 13px !important;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group{
    padding: 5px;
    font-size: 11px;
}

.ta-scroll-window > .ta-bind {
    padding-left: 25px;
    font-size: 12px;
    min-height: 300px;
        height: 300px;
    outline: none;
}

.ta-scroll-window.form-control {
    min-height: 300px;
}

.back-red{
    background-color: red;
    color: white;
}

.centrocentro{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-custom {
        background-color: rgb(103,60,142);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: black !important;
}

.btn-destacado{
    background: #59c000;
    background: -moz-linear-gradient(top,#59c000 0,#499900 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#59c000),color-stop(100%,#499900));
    background: -webkit-linear-gradient(top,#59c000 0,#499900 100%);
    background: -o-linear-gradient(top,#59c000 0,#499900 100%);
    background: -ms-linear-gradient(top,#59c000 0,#499900 100%);
    background: linear-gradient(to bottom,#59c000 0,#499900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59c000', endColorstr='#499900', GradientType=0);
    border: 1px solid #499900;
    color: #fff!important;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 2px 10px;
    outline: none;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }    
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: gray;
}

.estilo_tabla_columna{
    background: gold;
    color: black;
    font-weight: bold;
}

.modal{
    overflow-y: scroll !important;
}


/* INFO  USUARIO */
.fecha_actual{
    background: rgb(103,60,142);
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    color: white;

    font-size: 13px;
}
.fecha_actual *{
    display: inline-block;
    vertical-align: middle
}
.imglogo{
    background: white;
        width: 200px;
}
.columna_principal, div#cl1{
    float: left; 
    background: rgb(103,60,142); 
    height: auto; 
    position: fixed;
    left: -253px;
    /*top: 105px;*/
    z-index: 6;
    width: 250px;
    border-right: 3px solid #FFA30B;
    /*top: 0*/
    transition: ease 0.3s all;
    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
}
.seg_columna_principal{
    float: right; 
    background: rgb(103,60,142); 
    height: auto; 
    position: fixed;
    right: -83px;
    z-index: 3;
    width: 80px;
    border-left: 3px solid #FFA30B;
    bottom: 0;
    transition: ease 0.3s all;
    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
}

.flecha_ver{
    float: right;
    background: rgb(103,60,142);
    color: white;
    padding: 10px 8px 5px 10px;
    position: absolute;
    right: -45px;
    top: 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.flecha_ver:hover{
    cursor: pointer;
}
.nombre_usuario, .bienvenido{     
    color: white;
}
.imgperfil{
    margin: 10px;
    border-radius: 10px;
    border:1px solid #F29400;
}
.cerrar_sesion{
    background: #FFA30B;     
    text-transform: uppercase;
    color: rgb(103,60,142);
    padding: 5px 0px;
    border-bottom: 3.5px solid #CC7400;
    text-align: center;
}
.cerrar_sesion:hover{
    color: white;
}
.copyright{     
    background: rgb(103,60,142);
    color: white;
    font-size: 12px
}
.web_site{
    border-top: 1px dashed white;
}

.text-center-tabla{
    text-align: center; vertical-align: middle !important;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}

.categorias-posicion{
    border: 1px solid;
    border-radius: 5px;
}

.categoria-referencia{
    background-color: red;
}

.categoria-no{
    background-color: darkgrey;;
}

.contenido_descripcion_noticia_actividad{
    height: 120px;
    overflow: hidden;
    width: 200px;
}

.tabla_noticias_actividades tbody tr{
    height: 50px;
}