/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-jul-2015, 18:25:07
    Author     : luisrojasceron
*/

.home{
    background: white;
    
}

.h_10{
    width: 10%;
}

.h_20{
    width: 20%;
}

.h_30{
    width: 30%;
}

.h_40{
    width: 40%;
}

.h_50{
    width: 50%;
}

.h_60{
    width: 60%;
}

.h_70{
    width: 70%;
}

.h_80{
    width: 80%;
}

.h_90{
    width: 90%;
}

.h_100{
    width: 100%;
}

.h_auto{
    height: auto;
}

.w_auto{
    width: auto;
}



.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon-redes{
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 15px;
    background: #04B4AE;
    color: white;
    padding: 15px;
    border-radius: 25px;
    cursor: pointer;
}

.cabezera_f{   
    background: white;
    /*background-image: url("../img/iii.jpg"); */
    background-repeat: repeat;
    color: white;
}

.footer_pag{
    width: 100%; 
    border-top: 1px solid #000;     

    float: left;
    background: #911037;
    color: #911037;
    background-image: url("../img/punto_fondo.png");
    background-repeat: repeat;
}

.f_foo {
   background: #911037;
}

.boletin{
    background: transparent;
    width: 100%;
    margin: auto;
    height: auto;

}
.txt_center{
    text-align: center;
}

.txt_left{
    text-align: left;
}

.txt_right{
    text-align: right;
}

.padding_footer{
    padding: 20px;
}

.f_neg{
    background-color: #911037;
    background-repeat: repeat;
    color: white;  
}

.fondo_puntos{
    background: #FEFEFE !important;
    color: #a30931 !important;
    background-image: url("../img/punto_fondo.png");
    background-repeat: repeat; 
}



.img_slider{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;      
}





/*  -----  BOLETINES  ------*/



.txt_transparent{
    color: transparent;
}

.btn{
    color:#ffffff;
    background-color: #a30931;
    border-color: #cccccc;
 }

.white_txt{
    color:white;
}

.black_txt{
    color:#000;
}

/* Padding */

.p_10{
    padding: 10px;
}

.p_15{
    padding: 15px;
}

.p_right_20{
    padding-right: 20px;
}

/* Float */ 

.f_left{
    float: left;
}

.f_right{
    float: right;
}

.center_obj{
    margin: auto;
}

.custom_link:hover{
    text-decoration: none;
}

/*Notifications */

.message
{
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;			
    background-image: -webkit-gradient(linear, left top, right bottom,
        color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
        color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
        to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
        transparent 75%, transparent);

    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);		
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff !important;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    z-index: 9999;
}

.info
{
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

.error
{
    background-color: #de4343;
    border-color: #c43d3d;
}

.warning
{
    background-color: #eaaf51;
    border-color: #d99a36;
}

.success
{
    background-color: #61b832;
    border-color: #55a12c;
}

.message h3
{
    margin: 0 0 5px 0;													 
}

.message p
{
    margin: 0;													 
}

@-webkit-keyframes animate-bg
{
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}


@-moz-keyframes animate-bg 
{
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}


.border_btn{
    border-radius: 25px;
}


.background_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.background_modal.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.background_modal.in {
  filter: alpha(opacity=50);
  opacity: .5;
}


.modal_ {
  position: absolute;
  top: -150px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
}

.modal_.fade .modal_dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal_.in .modal_dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal_open .modal_ {
  overflow-x: hidden;
  overflow-y: auto;
}


.modal_dialog {
  z-index: 1040;
  position: relative;
  width: auto;
  margin-top: 200px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
}

.modal_content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  z-index: 1050;
}
    

@media screen and (min-width: 768px) and (max-width: 769px){
  .modal_dialog {
    width: 600px;
    margin: 200px auto;
  }
  .modal_content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

.modal_header {
  position: relative;
  padding: .1px;
}

.close_modal{
    background:url(../img/x.png) no-repeat; 
    width:25px; 
    height:29px; 

    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:5px; 
    right:5px; 
    cursor:pointer;

}

.back_gmk{
    background: #002a5c;
    border-radius: 6px;
}

.modal_body {
  position: relative;
  padding: 20px;
}

/* Sub menu bootstrap*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.logo_h{
    width: 80%;
    height: auto;
}

@media only screen and (max-width: 900px) {
    .logo_h {
        width: 130px !important;
        height: auto;
    }   
}

/* media 600 */
@media only screen and ( max-width: 400px ) {
    .logo_h {
        width: 120px !important;
        height: auto;
    } 
}


/* Snippet de sesion */
.navbar-login
{
    width: auto;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 57px;
}

@media(min-width:768px){
    .navbar-login
    {
        width: 335px;
        color:#000;
    }
    
}

/* Nav */
.h_a_nav{
    height: 69.6px;
}

@media(max-width:768px){
    .h_a_nav{
        height: auto;
    }   
}

@media(min-width:768px) and (max-width: 900px){
    .h_a_nav{
        height: 61.5167px;
    }
}

/* Override classes */

.nav > li.active > a,
.nav > li.active > a:hover {
  color: #fff !important;
  background-image: url("../img/fondo_azul.jpg") !important;
  background-repeat: repeat;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-image: url("../img/fondo_azul.jpg") !important;
  background-repeat: repeat;
  color: #fff !important;
}



/*//spinner for token*/ 
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

//img class activation
.img_active:hover{
    background: #002a5c !important;
    border: 2px solid #002a5c !important;
}

td, th {
    padding: 2px !important;
}

.blue_backg_banner{
    background: url("../img/fondo_azul.jpg");
}

.custom_btn{
    padding: 2px 10px!important;
}

.btn_ok{
    background-color: #61b832;
    border-color: #55a12c !important;
}

.btn_err{
    background-color: #de4343;
    border-color: #c43d3d !important;
}

@media only screen and (max-width : 340px) {
    .custom_nav{
        padding: 2px 10px!important;
    }
}

/* A little material design */

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 70px;
  margin: 1rem;
  position: relative;
  width: 100px;
  cursor:pointer;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.selected_card{
    background-color: #002a5c;
    color:#fff;
}

/* Spin */

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}