/* make sidebar nav vertical */ 
@media (min-width: 768px){
    .affix-content .container {
    width: 700px;
}   

html,body{
    background: #222;
    height: 100%;
    overflow: hidden;
}

.affix-content .container .page-header{
    margin-top: 0;
  }
  .sidebar-nav{
    width:100%;
    height: 100%;
  }
  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
    height: 100%;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #999;
    display: block;
    text-decoration: none;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
  }  
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #333;
    color: #ccc;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}

.navbar-header{
    position: fixed;
    background-color: #cccccc;
    width: 100%;
    z-index: 9;
    margin-top: -1px;
}

#nav-option{
    padding: 5px 5px 5px 18%;
    height: 50px;
    width: 100%;
    background: #3d8996;
    background: -moz-linear-gradient(-60deg, #3d8996 0%, #31708f 60%);
    background: -webkit-linear-gradient(-60deg, #3d8996 0%,#31708f 60%);
    background: linear-gradient(150deg, #3d8996 0%,#31708f 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d8996', endColorstr='#31708f',GradientType=1 );
}

footer{
    position: fixed;
    bottom: 5px;
    left: 1%;
}


content{
	background-color: #eee;
    position: absolute;
    padding: 1%;
    height: 92.5%;
    overflow: auto;
}

footer{
	position: fixed;
    bottom: 5px;
    left: 1%;
}

.num-find {
    border: solid 1px #dddddd;
    font-size: 12px;
    font-weight: bold;
    color: #367a92;
    text-align: left;
    display: inline;
    padding: 6px;
    border-radius: 3px;
    float: left;
    margin: 0px 5px 15px 0px;
    background-color: white;
}

.num-tickets {
    float: right;
    background-color: #cccccc;
    padding: 0px 6px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
}

.logo_view{
    width: auto;
    height: 145px;
    background-size: 130px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 25px;
    border: solid 1px #cccccc;
    padding: 10px;
    margin: 10px;
}

.logo_print{
    height: 140px;
    width: 140px;
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
}

.logo{
    background-image: url("../images/logo.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100%;
    height: 50px;
    background-color: #175c7d;
    border-bottom: 1px solid #1A1A1A;
}

.logo2{
    background-image: url("../images/logo2.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100%;
    height: 50px;
}


.logo-home{
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 500px;
    height: 200px;
    margin: 0 auto;
    margin-top: 100px;
}


.data-user{
	margin-top: -20px;
    color: white;
    float: right;
    padding-right: 10px;
}


.title{
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: solid 1px #dddddd;
    font-weight: bold;
    color: #175c7d;
}

.title-fix{
	font-size: 20px;
    text-align: center;
    border-bottom: solid 1px #dddddd;
    font-weight: bold;
    width: 85%;
    margin: 0 auto;
    position: fixed;
    top: 50px;
    background: white;
    z-index: 99;
    padding: 25px 25px 5px 25px;
    margin-left: 7%;
}

.sub-title{
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px #dddddd;
	font-weight: bold;
}

.text_small{
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
}

.alerta{
	font-size: 14px;
	color: red;
}

.perfil{
	width: 100%;
    height: 60px;
    margin-top: -10px;
    margin-right: 50px;
}

.foto{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 26px;
	height: 26px;
	border-radius: 30px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #cccccc;
    float: right;
    margin: -20px 0px;
    background-image: url(../images/avatar.jpg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}

.file{
    opacity: 0;
    height: 33px;
    width: 33px;
    border: solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.modificar{
	font-family: Arial;
}

.hidden{
	display: none;
}

.sub-menu{
	text-indent: 8px;
}

.input-big{
	border: solid 1px #cccccc;
	padding: 8px;
	width: 90%;
	margin: 0 auto; 
	font-size: 20px;
	border-radius: 4px;
	outline: none;
}

.text-alert-small{
	font-size: 12px;
	color: #9E9E9E;
	text-align: justify;
}

.no-found{
	color: #5bc0de;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.data-ip{
	color: #2196F3;
	text-align: right;
}

.radio, input[type="radio"]{
	height: 15px;
    width: 15px;
    margin: 0 auto;
}

.num{
	width: 50px;
}

.numbres{
	width: 90px;
}

.mail{
    width: 25px;
    height: 25px;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.print{
    width: 25px;
    height: 25px;
    background-image: url(../images/print.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.excel{
    width: 25px;
    height: 25px;
    background-image: url(../images/excel.png);
    background-repeat: no-repeat;
    background-size: 24px;
    margin-right: 5px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.icon-pdf{
    width: 30px;
    height: 30px;
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
    cursor: pointer;
    opacity: 0.8;
}

.icon-pdf:hover{
    opacity: 1;
}

.dv{
    width: 20%;
    float: right;
    text-align: center;
}

.rut{
    width: 75%;
    float: left;
}

.saving{
    width: 100px;
    height: 100px;
    background-image: url(../images/loader.gif);
    background-size: 100px;
    position: fixed;
    left: 47%;
    top: 40%;
    line-height: 12;
    text-align: center;
    font-size: 16px;
    color: #366482;
    z-index: 99;
}

.saving-box{
    width: 82%;
    height: 90%;
    background-image: url(../images/loader.gif);
    background-size: 100px;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    opacity: 0.6;
    line-height: 12;
    text-align: center;
    font-size: 16px;
    color: #999;
    z-index: 99;
}

.saving-box .procesando{
    text-align: center;
    margin-top: 24%;
    font-size: 16px;
}

.tr-click{
    cursor: pointer;
}

.inputHidden{
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
    margin-top: -22px;
    margin-left: 10px;
}

input:required { 
    border-color: #cccccc;
}

input:invalid { 
    border: 1px solid #ff9494;
}

select:required { 
    border-color: #cccccc;
}

select:invalid { 
    border: 1px solid #ff9494;
}

textarea:required { 
    border-color: #cccccc;
}

textarea:invalid { 
    border: 1px solid #ff9494;
}

.trtop th{
    background-color: #e4e4e4;
    color: #333333;
    text-align: center;
}

.big-num {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px;
    border: solid 1px #cccccc;
    border-radius: 10px;
}

.big-num span{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.box{
    height: 240px;
    border: solid 1px #cccccc;
    overflow-x: auto;
}

.box-fix{
    border: solid 1px #cccccc;
}

.btn-cert{
    
    font-size: 12px;
    padding: 4px;
    background-color: #cccccc;
    width: 80px;
    text-align: center;
    float: right;
}

.glyphicon-menu{
    font-size: 18px;
    top: 4px;
}

.search-list{
    position: absolute;
    width: 93%;
    border: solid 1px #CCCCCD;
    margin-left: 2px;
    background-color: white;
    z-index: 99;
    min-height: 100px;
    max-height: 250px;
    overflow: auto;
}

.data_func{
    width: 90%;
    background-color: #dadada;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: -33px;
    margin-left: 5px;
    padding: 5px;
    position: absolute;
    display: none;
}

.closeSearch{
    width: 25px;
    height: 25px;
    position: absolute;
    margin-top: -33px;
    right: -2%;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.asc{
    width: 15px;
    height: 18px;
    float: left;
}

.asc .glyphicon-triangle-bottom{
    position: absolute;
    margin-top: 7px;
}

.asc .glyphicon-triangle-top{
    position: absolute;
}

.asc_act{
    width: 15px;
    height: 18px;
    float: left;
}

.asc_act .glyphicon-triangle-bottom{
    position: absolute;
    margin-top: 7px;
    color: #5bc0de;
}

.asc_act .glyphicon-triangle-top{
    position: absolute;
    color: #5bc0de;
}

.up_file{
    width: 25px;
    height: 25px;
    opacity: 0;
}

.icon_image{
    float: left;
    margin: 5px;
    background-image: url(../images/icon_firma.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon_cert{
    float: left;
    margin: 5px;
    background-image: url(../images/icon_cert.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}

.icon_key{
    float: left;
    margin: 5px;
    background-image: url(../images/icon_key.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
}