﻿/*=======================================================================================================================================================
-- Login
=========================================================================================================================================================*/
.contenedor_login {
    margin-top: 10%;
    margin-left: 500px;
    border: 5px;
}
.login {
    background-color: #353535;
}
/*=======================================================================================================================================================
-- Masterpage
=========================================================================================================================================================*/
#MasterPage {
    height: 100%;
    width: 100%;
    display: flex;
    overflow-x:hidden;
    overflow-y:auto;
}
#MasterPage_Izquierda {
    width: 25%;
}
#MasterPage_Derecha {
    width: 74%;
}
.contenedor_ABM {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 100px;
    border: 5px;
    width: 97%;
    height: auto;
}
#btnBuscadorCliente {
    vertical-align:bottom;
}
.banner {
    font-size: x-large;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #507CD1;
    background-color: #EFF3FB;
    color: #000000;
    font-weight: bold;
}
.titulo
{
	font-size: x-large;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: orange;
	color: #000000;
	font-weight: bold;
}
.fondo_titulo {
    font-size: xx-large;
    color: blue;
    background-color: #87cefa; /* Cyan */
    font-weight: bold;
    vertical-align: central;
}
.titulo2 {
    font-size: xx-large;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #87cefa; /* Cyan */
    color: blue;
    background-color: #87cefa; /* Cyan */
    font-weight: bold;
}
.titulo3 {
    font-size:x-large;
    text-anchor:middle;
    text-align:center;
}
.tituloMaster {
    font-size: xx-large;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #87cefa; /* Cyan */
    color: orange;
    background-color: #87cefa; /* Cyan */
    font-weight: bold;
    vertical-align: central;
    text-align: center;
}
.tituloMasterMobile {
    font-size: x-large;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #87cefa; /* Cyan */
    color: orange;
    background-color: #87cefa; /* Cyan */
    font-weight: bold;
    vertical-align: central;
    text-align: center;
}
#ImgLogoEmpresa
{
	border: thick solid #FFFFFF;
}
.menu {
    background-color: #353535;
    height: 100%;
    width: 100%;
    float: left;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
}
.Master_Pie
{
	vertical-align: bottom;
	top: inherit;
}
.Master_Content
{
	width:inherit;
}
#ImgUsuario {
    border: medium solid #FFFFFF;
    background-color: white;
    vertical-align: central;
}

.titulo4 {
    height: 10px;
    font-family: Arial;
}

.titulo5 {
    height: 54px;
    font-family: Arial;
}

#lbtnAyuda {
    font-size: 12px;
    font-family: Arial;
}

/*=======================================================================================================================================================
-- Formularios
=========================================================================================================================================================*/
.form-control-obligatorio {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    background-color: #a1e3fc;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-obligatorio: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);
    }
.form-control-obligatorio::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

.form-control-obligatorio:-ms-input-placeholder {
        color: #999;
    }
.form-control-obligatorio::-webkit-input-placeholder {
        color: #999;
    }
.form-control-obligatorio::-ms-expand {
        background-color: transparent;
        border: 0;
    }
.form-control-obligatorio[disabled], .form-control-obligatorio[readonly], fieldset[disabled] .form-control-obligatorio {
        background-color: #eee;
        opacity: 1;
    }
.form-control-obligatorio[disabled], fieldset[disabled] .form-control-obligatorio {
        cursor: not-allowed;
    }
.form-group-sm select.form-control-obligatorio {
    height: 30px;
    line-height: 30px;
}

/*=======================================================================================================================================================
-- Ventanas modal
=========================================================================================================================================================*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalPopup {
    background-color: #FFFFFF;
    width: 400px;
    border-radius: 5px;
    padding: 0;
}
.modalPopup .header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background-color: black;
    height: 30px;
    color: orange;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.modalPopup .body {
    padding: 4%;
    background-color: white;
    min-height: 50px;
    line-height: 32px;
    text-align: left;
    font-weight: normal;
    border-radius: 5px;
}
.modalPopup .footer {
    text-align: center;
    padding-bottom: 2%;
}

/*=======================================================================================================================================================
-- Alertas
=========================================================================================================================================================*/
#AlertaBottom {
    position: fixed;
    bottom: 0px;
    left: 25%;
    width: 50%;
}

/*=======================================================================================================================================================
-- Grilla
=========================================================================================================================================================*/
/* Grilla vieja */
.ABM_DataGrid {
    color: #333333;
    width: inherit;
    font-style: normal;
    font-family: Tahoma;
    font-size: 10pt;
}
.DataGrid {
    color: #333333;
    border: thin;
    border-color: black;
    width: inherit;
    font-style: normal;
    font-family: Tahoma;
    font-size: 10pt;
    text-indent: 3px;
}
.ABM_FooterStyle {
    color: white;
    border-color: black;
    background-color: #b6b8ba;
    font-weight: bold;
}
.ABM_EditItemStyle {
    background-color: #2461BF;
    text-align: left;
}
.ABM_SelectedItemStyle {
    background-color: #ff7d00;
    color: white;
    border-color: black;
}
.ABM_PagerStyle {
    background-color: #838586;
    color: white;
    text-align: center;
    border-color: black;
}
.ABM_AlternatingItemStyle {
    background-color: #eae9e9;
    text-align: left;
}
.ABM_ItemStyle {
    background-color: #eae9e9;
    text-align: left;
}
.ABM_HeaderStyle {
    background-color: #727476;
    font-weight: bold;
    color: white;
    text-align: left;
    border-color: black;
}

/* Grila nueva */
.contenedor_DataGrid {
    margin-left: 20px;
    margin-right: 20px;
    margin-top:20px;
}
.DataGrid_Header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: gainsboro; /* gris claro */
    color: black;
    font-weight: bold;
}
.DataGrid_AlternatingItem {
    background-color:whitesmoke; /* gris clarito */
}
.DataGrid_Item {
    background-color: white;
}
.DataGrid_SelectedItem {
    background-color: #0ba6ff !important; /* celeste, el !important es para que aplaste el color de la clase hover */
    color: white !important;
    /*font-weight: bold;*/
}
.Tabla {
    border: 1px solid lightgray;
    width: 100%;
    /*box-shadow: 10px 10px 5px lightgray;*/
}
.Tabla td, .Tabla th {
    /*text-align: left;*/
    /*border-left: none;
    border-right: none;
    border-bottom: 1px solid lightgray;*/
    border: 1px solid lightgray;
    padding: 3px 3px 3px 6px;
    font-family: Tahoma;
    font-size: small;
    font-style: normal;
}
.Tabla tr {
    text-align:match-parent; /* toma la alineacion de la definicion de la columna*/
}
.Tabla tr:hover { /* Cuando el mouse pasa sobre un item  */
    /*background-color: deepskyblue;*/ /* celeste */
    background-color: #dbe5f0;
    color: black;
    cursor: pointer;
}
/*.Tabla th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: gainsboro; /* gris claro
    color: black;
    font-weight: bold;
}*/
.DropDownList_EnGrilla {
    background-color: transparent;
    font-size: 13px;
    padding: 0px;
    border:none;
    /*width: 150px;
    width:100%;
    /*height:15px;*/
    width:100%;
    height: 100%;
    align-items: center;
}

/*=======================================================================================================================================================
-- Botones de paginacion
=========================================================================================================================================================*/
.Paginacion_Label {
    font-family:Tahoma;
    font-size:10px;
    float:left;
    color:black;
}
/* Equivale a la clase .pagination > li > a */
.Paginacion_Boton {
    border-radius: 50% !important; /* boton redondo */
    margin: 0 5px;
    width: 32px;
    /*text-align: center;*/
    justify-content: center;
    display: inline-flex;
    /*align-items: center;*/
}
/* Pagina activa */
/*.pagination > .active > a {
    background-color:blue !Important;
    color: white !Important;
    border: solid 1px blue !Important;
}*/
/*.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}*/
/*.pagination > .active > a:hover {
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181;
}*/
/*=======================================================================================================================================================
-- Otros
=========================================================================================================================================================*/
/*.PermisoHeredado
{
	color:Gray;
}
.AccesoPermitido
{
	color:Green;
}
.AccesoDenegado
{
	color:Red;
}*/
.RequiredFieldValidator {
    color: blue;
}

body {
    font-family: Arial;
    font-size: 10pt;
}