﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*AAC*/
/*input  ,
select ,
textarea   {
   max-width: 280px; 
}*/

/*.form-control {
  max-width: 280px; 
}
    */

.anchoinputfechas {
    width: 84px !important;
}

.anchoinputfechahora {
    width: 130px !important;
}

.tablasinrayabajo {
    border:none !important;
}

.text-danger {
    color:red;
}

.menu-text {
    font-size:21px;
    background: #375a7f;            
}

.topbar-title {
        opacity: 0.9;
        transition: all .25s ease-in-out;
}
.top-bar {
    background-color: #375a7f;/*#2c3840;*/
    font-size: .8125rem;    
    position: relative;
    color: #f5f5f5;
    padding: 8px;
    padding-top: 0;
}
.top-bar ul {
    background-color:transparent;
    }
.menu > li > a {
    color: #f5f5f5;
    height: 45px;
    line-height: 45px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    font-size:12px;         
}

.menu > li > a:hover,
.menu > li > a:focus {          
    color:#18bc9c;
}
/*.menu > .active > a,
.menu > .active > a:hover,
.menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}*/

.row {
  max-width:72rem;  
  margin:0px;
  }

.rowfull {
  max-width:100%;  
  margin-left:165px;
  /*margin-right: 5px;*/
  }
hr {
        max-width: 100%;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea,select {  
  height: 1.7rem;
  font-size: 12px;  

  }

select {
    padding: 0.4rem;
    padding-right: 1.5rem;    
}

.input-group-button {
  padding-top: 9px;
  }
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
height: 1.7rem;}


.hamburger-icon {
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    height: 12px;
    left: 10px;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    /* display: inline-block; */
    vertical-align: middle;
}

img {
    border: 0;
}

.title-bar {
    background: #375a7f;
    padding: 0.67rem;
    position: relative;
}

.title-bar-title-text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17px;
    left: 2.5rem;
    opacity: 0.9;
}

.off-canvas {    
    background: #375a7f;
    padding: 15px 0;
}
.off-canvas .first {
    color: #727272;
    font-family: 'Proxima Nova Condensed', 'proxima-nova-condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.off-canvas li {
    list-style-type: none;
    padding: 0 0px;
}

.off-canvas a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 38px;
    opacity: .75;
}

#lblloading {
    position:absolute ;
    top:50%;
    left:50%;
    margin-top:-32px;
    margin-left:-64px;
    z-index:30;
    height:70px;
    width:187px;           
    text-align:center;
    color:#999;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}

.prefix, .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 1.6rem;
    height: 1.7rem;
    line-height: 0;
}


p {
   margin-bottom: 0rem;
   line-height: 1.5; 
}

.img_tool_icon {	
	width:32px;
	height:32px;
	background:url(images/attachment_sprite.png) no-repeat;
    padding-left: 34px;
    padding-top: 10px;
}

.img_tool_icon.img_tool_default{    
	background-position:-66px -66px;    
}

.img_tool_icon.img_tool_pdf{    
	background-position:-33px -99px;    
}

.img_tool_icon.img_tool_word{    
	background-position:-66px -33px;    
}

.img_tool_icon.img_tool_excel{    
	background-position:-66px -132px;    
}

.img_tool_icon.img_tool_ppt{    
	background-position:-99px -99px;    
}
.img_tool_icon.img_tool_zip{    
	background-position:-99px -132px;   
}

.img_tool_icon.img_tool_img{    
	background-position:-66px -99px;   
}
.img_tool_icon.img_tool_txt{    
	background-position:-132px -99px;
}
.img_tool_icon.img_tool_msg{    
	background-position:0px -66px;
}
.img_tool_icon.img_tool_html{    
	background-position:-66px 0px;
}

table thead th, table thead td, table tfoot th, table tfoot td {    
    padding: 4px;
    font-weight: bold;
    text-align: left;
    /*background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(155,186,209,1) 100%);*/
    border-bottom: 1px solid #9bbad1;
    border-top: 1px solid #9bbad1;
    border-left: 1px solid #9bbad1;

    
    background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(155,186,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(155,186,209,1)));
    background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(155,186,209,1) 100%);
    background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(155,186,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(155,186,209,1) 100%);
    background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(155,186,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
}

table tbody th, table tbody td {    
    padding: 3px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(212,228,239,1);/*#c8c8c8;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);                     
} 
 
::-webkit-scrollbar-thumb:hover {
    background-color: #98a3a6;
}

::-ms-scrollbar {
    width: 6px;
    height: 6px;
} /* this targets the default scrollbar (compulsory) */


::-ms-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(212,228,239,1);/*#c8c8c8;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);                     
} 
 
::-ms-scrollbar-thumb:hover {
    background-color: #98a3a6;
}

/*::-webkit-scrollbar-button {
    background:url(images/ui-icons_222222_256x240.png);
    background-position:-99px -99px; 
}*/

table.hover tbody tr:hover {
  background-color: #E0ECFF}


.titulo_filtroshome {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}

.headform {
    /*background: linear-gradient(to bottom, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);*/    
    border-bottom: 2px solid #dddfe2;
    padding-top: 12px;
    border-radius: 2px 2px 0 0;

    background: -moz-linear-gradient(top, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(155,186,209,1)), color-stop(100%, rgba(212,228,239,1)));
    background: -webkit-linear-gradient(top, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
    background: -o-linear-gradient(top, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
    background: linear-gradient(to bottom, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef', GradientType=0 );
}


table tr.selected {
    background-color: #C3D9FF !important;
    font-weight: bold;
}

table td,th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.divload {
        position: absolute;             
        z-index: 30;
        height: 32px;
        width: 187px;
        text-align: center;
        color: #999;
        min-height: 20px;
        padding: 6px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    }
.divload.filtros {
    margin-top: 27px;
    margin-left: 0px;       
}
.divload.corresp {
    top: 50%;
    left: 50%;
}

.logconsola{
	position:			absolute;
	top:				50%;
	left:				50%;
	height:				126px;
	width:				350px;
	z-index:			3000;
	margin-left:		-150px;
	margin-top:			-50px;
	border:				1px solid #A5A596;
	text-align:			center;	
	background-color:	#f5f5f5;
    border-radius: 6px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}

.logconsola .title {
    height: 24px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px rgba(155,186,209,1) solid;
    background: linear-gradient(to bottom, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
}

#msgboxconsola{
	position:			absolute;
	top:				50%;
	left:				50%;
	height:				126px;
	width:				350px;
	z-index:			3000;
	margin-left:		-150px;
	margin-top:			-50px;
	border:				1px solid #A5A596;
	text-align:			center;	
	background-color:	#f5f5f5;
    border-radius: 6px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}

#msgboxconsola .title {
    height: 24px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px rgba(155,186,209,1) solid;
    background: linear-gradient(to bottom, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
}

#msgboxconsola_txt {
	width:				270px;
	height:				50px;
	border:				0;
	padding:			0;
	/*margin:				22px 2px 2px 70px;*/
    margin:				20px 2px 2px 70px;
	text-align:			left;
	font-size:			12px;	
    padding-left: 5px;
    overflow: hidden;
}



.boxconsola{
	position:			absolute;
	top:				50%;
	left:				50%;
	height:				126px;
	width:				350px;
	z-index:			3000;
	margin-left:		-150px;
	margin-top:			-50px;
	border:				1px solid #A5A596;
	text-align:			center;	
	background-color:	#f5f5f5;
    border-radius: 6px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);    
}

.boxconsola .title {
    height: 24px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px rgba(155,186,209,1) solid;
    background: linear-gradient(to bottom, rgba(155,186,209,1) 0%, rgba(212,228,239,1) 100%);
}

.boxconsola_txt {
	width:				270px;
	height:				50px;
	border:				0;
	padding:			0;
	/*margin:				22px 2px 2px 70px;*/
    margin:				20px 2px 2px 70px;
	text-align:			left;
	font-size:			12px;	
    padding-left: 5px;
    overflow: hidden;
}


.alerta {
    background:url(Images/alert.png) 4px center no-repeat;
}
.error {
    background:url(Images/error.png) 4px center no-repeat;
}
.ok {
    background:url(Images/ok.png) 4px center no-repeat;
}
.info {
    background:url(Images/info.png) 4px center no-repeat;
}
.yesButton {
    background-image: url(Images/yes.gif);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 2px center;
    background-color: #E5E5E1;
    border: 1px solid #A5A596;
    border-radius: 3px;
    height: 22px;    
    box-shadow: inset 0 -4px 6px -2px rgba(0, 0, 0, .20);
    cursor: pointer;
    text-align: center;
    width: 63px;
    color: initial;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.boton input {
	background:			url(Images/gradient_boton.gif);
	font-size:				11px;
	font-weight:			bold;
	border:				1px solid #AAA;
}

.imgload {
    background:url(Images/loading.gif) 4px center no-repeat;
    height: 30px;
}

