body {
    margin: 0;
    padding: 0;
    background-color:#F6F8FA !important;
}
html {
    background-color:#F6F8FA;
}

p {
    padding:0px !important;
    margin:0px !important;
}
.container-Principal {
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
    width:100%;
    background-color:#F6F8FA;
} 
.container {
    margin: 0px; 
    padding: 0px; 
    
    z-index: 1000;
    width: 100%;
}
.navbar-header {
    width: 100%; 
    height: 100%; 
    background-color: #7AADD9; 
    margin: 0px !important;
}

.btn {
    padding:1px 5px !important; /*2px 5px 2px 5px !important;*/
    font-size:12px !important;
    font-family: Arial;
    line-height: 18px !important;
    /*1px 5px*/
}

input[type="text"],input[type="password"], textarea
{
    border-radius:3px;
    border:1px solid #7F9DB9;
}

.input-group-addon
{
    padding: 4px 6px !important;
    font-size: 13px !important;
}

.glyphicon 
{
    position:inherit !important;
}
select
{
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	line-height: 1.42857143;	
	border-radius: 3px;	
}

select:focus
{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);	
}

.noPadding {
    padding-right:0px !important;
    padding-left:0px !important;
    padding-top:5px !important;
}

.TablaIzqB {
    padding-right:0px !important;
    padding-left:0px !important;
    padding-top:5px !important;
    max-width:100px;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}

.TablaDerB12 {
    padding-right:0px !important;
    padding-left:0px !important;
    padding-top:5px !important;
    width: 100%;
    float: left;
    position: relative;
}

.Columna
{
padding-left:7px !important;
padding-right:7px !important;
}

@media(min-width:768px) {
    .TablaDerB12{
        width: -webkit-calc(100% - 100px);
        width: expression(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: -o-calc(100% - 100px);
        width: calc(100% - 100px);
    }
}
@media (min-width: 992px) {
    /*.TablaDerB12{
        width: calc(100% - 100px);
    }*/
}
@media (min-width: 1200px) {
    /*.TablaDerB12{
        width: calc(100% - 100px);
    }*/
}

table {
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

.datepicker-days > table {
    border-collapse: collapse !important;
    border-spacing: 0px !important;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px !important;
}
/*table > tbody, table > tbody > tr {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}*/

.formulario {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: #F6F8FA;
}

.titulo {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    background-color: #e5e5e5;
    /*height: 25px;*/
    padding: 3px;
    text-align: center;
}

.heading {
    color: #0066CC;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10pt;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #A7CDF0;
    margin-top: 5px;
}

.texto {
    font-size: 10pt;
    color: #000000;
    font-family: Tahoma;
    height:auto !important;
}

.container > .texto {
    padding-left:0px !important; 
    padding-right:0px !important; 
    margin-left:0 !important; 
    max-width: 950px;
}

.form-control {
    height: 21px !important;
    padding: 0px !important;
    font-size: 10pt !important;
    font-family: arial;
    color: #000000 !important;
}

.row {
    font-size: 10pt !important;
    color: #000000 !important;
    font-family: arial !important;
    margin: 0px;
    padding: 0px;
    /*acaca - 19/06/2017 - Boiero Agustin - Solicitud: 5426 */
    /*padding-top:5px !important;*/
    /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
}

.input-group .form-control{
    position: initial !important;
}
/*control fechas*/
.input-group-addon:last-child{
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    background-color:White !important;  
}
.input-group-addon:hover{
    background-color: #f2f2f2 !important;
}
.input-group-addon.date
{
    padding: 3px !important;
    font-size: 13px !important;
}

/* GRILLAS de bootstrap*/

.alert-success{
    background-color: rgb(239, 243, 251) !important;
    border-color: transparent !important;
    color: Black !important;
    max-width: 600px !important;
}
th {
    background-color: #7AADD9 !important;
    color:White !important;
}
/*table {
    font-size:8pt !important;
}*/
.table-hover > tbody > tr:hover{
    background-color:#FFD96E !important;
}
.ColumnaDer {
    text-align: right !important;    
}
.ColumnaIzq{
    text-align:left !important;
}
.ColumnaCen{
    text-align:center !important;
}
.grilla{
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
}
.grilla td, th{
    padding:4px !important;
}

.panel-body {
    border-collapse: collapse;
    border-spacing: 0;
}

/*LOGIN*/
.form-signin {
    max-width: 330px;
    margin: 0 auto;
    margin-top: 66px;    
    padding:0; 
    background-color:#F6F8FA; 
    border-radius:5px; 
    border: 2px solid #ddd; 
    box-shadow: 0 4px 23px rgba(0, 0, 0, .5); 
}
.row-login
{
    margin:10px 15px 0px 15px;
}

.form-control-login {
    margin:0px !important; 
    width:100% !important;
    padding:5px !important; 
    height: 34px !important;
}

.btn-login {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-center-login{
    margin-top:0;
    margin-bottom:20px; 
    padding:10px; 
    background-color:#e5e5e5;  
    border-top-left-radius:5px; 
    border-top-right-radius:5px; 
    font-weight: bold;
}

/*datepicker*/
.datepicker table tr td, .datepicker table tr th{
    font-size:11px;
    width: 25px !important;
    height: 25px !important;
}
.datepicker table tr td span, .datepicker table tr th span{
    line-height:22px !important;
    height: 22px !important;
}
.datepicker table {
    width:150px !important;
}

/*tabs*/
.ui-tabs-active
{
    background-color: #7AADD9; /*#dbebf9*/
    /*border-top:1px solid #A7CDF0 !important;
    border-left:1px solid #A7CDF0 !important;
    border-right:1px solid #A7CDF0 !important;*/
    border-radius: 4px 4px 0 0 !important;
    font-weight:bold;
}
.ui-tabs-active > a
{
    color:#FFFFFF;
    border-color:#7AADD9 !important;
}

.nav > li > a:hover
{
    background-color:#eeeeee;
    color:#337ab7 !important;
    border-top:1px solid #A7CDF0 !important;
    border-left:1px solid #A7CDF0 !important;
    border-right:1px solid #A7CDF0 !important;
}

.nav > li > a:focus
{
    color:#FFFFFF;
    outline:none !important;
}
.nav-tabs
{
    border-bottom: 1px solid #A7CDF0 !important;
}
.nav-tabs.nav-justified > li > a
{
    border-bottom: none !important;
    border: 1px solid #A7CDF0;
}


/*iframe responsive*/

.embed-container-modal {
    position: initial;
    overflow: hidden;
    height: 420px;
}

.embed-container-modal iframe {
    position: absolute;
    top:20px;
    width: 100%;
    height: 100%;
}

.embed-container {
    position: initial;
    overflow: hidden;
    top:52px;
    height: -webkit-calc(100% - 52px);
    height: expression(100% - 52px);
    height: -moz-calc(100% - 52px);
    height: -o-calc(100% - 52px);
    height: calc(100% - 52px);
    z-index: 1;    
}
.embed-container iframe {
    position: absolute;
    top:52px;
    width: -webkit-calc(100% - 170px);
    width: expression(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -o-calc(100% - 170px);
    width: calc(100% - 170px);
    height: -webkit-calc(100% - 52px);
    height: expression(100% - 52px);
    height: -moz-calc(100% - 52px);
    height: -o-calc(100% - 52px);
    height: calc(100% - 52px);
    }
.modal-body
{
    background-color:#F6F8FA !important;
}
.modalBackground
{
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup {
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;		
}
/*regular tamaņos de elementos especiales*/
@media (min-width: 768px) {
    /*.textarea {
        width: 510px !important;
    }*/
    #divContent {
        margin-left: 170px !important;
    }   
}
@media (min-width: 992px) {
    /*.textarea {
        width: 710px !important;
    }*/
}
@media (min-width: 1200px) {
    /*.textarea {
        width: 895px !important;
    }*/
}
/*grafico*/
.highcharts-container{/*cetrear grafico*/
    margin:0 auto !Important;
}

/*ventanas modals*/

.modal-dialog
{
   z-index: 1050;
   width: auto;
   font-size: 14px;
}

#BuscMod .modal-dialog
{
    max-width: 632px;
}

#MsjSalir .modal-dialog
{
    max-width: 300px;
}

tabla .modal-dialog
{
    max-width: 632px; 
    margin:0px;
}

.imgResponsiveMia
{
    background-position: 50%;  
    display: block !important; 
    width: 100% !important; 
    background-repeat: no-repeat; 
    background-size: cover;
    object-fit: cover;
    
}

.navbar-toggle
{
    background-color: Transparent ! important;
}

/*Clases header*/
.BarraTop
{
    width: 100%; 
    height:100%; 
    background-image: url(../Imagenes/top1.jpg); 
    background-repeat: repeat-x;
}
.contMenu
{
    padding-top: 0px; 
    padding-bottom: 0px; 
    background-color:Transparent !important; 
    height:50px;
    z-index:1000;
}

.nuevouno
{
    width: calc(100% - 15px) !important; 
    width: -webkit-calc(100% - 15px) !important; 
    width: expression(100% - 15px) !important; 
    width: -o-calc(100% - 15px) !important; 
    width: -moz-calc(100% - 15px) !important; 
    left: 15px !important;
}

.nuevodos
{
    width: calc(100% - 170px) !important; 
    width: -webkit-calc(100% - 170px) !important; 
    width: expression(100% - 170px) !important; 
    width: -o-calc(100% - 170px) !important; 
    width: -moz-calc(100% - 170px) !important; 
    left: 170px !important;
}

.headingPrimaryGrande
{
	padding: 5px 0 0 0;
	color: #0062CC;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;	
	margin-bottom: 5px;
}

.headingPrimaryChico
{
	padding: 5px 0 0 0;
	color: #0062CC;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;	
	margin-bottom: 5px;
}

.lineaPrimary {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0062CC;
}

.headingSecondaryGrande
{
	padding: 5px 0 0 0;
	color: #545B62;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;	
	margin-bottom: 5px;
}

.headingSecondaryChico
{
	padding: 5px 0 0 0;
	color: #545B62;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;	
	margin-bottom: 5px;
}

.lineaSecondary {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #545B62;
}


