﻿div.msgCURP
{
    width: 98%;
    margin: 2px;
    color: #0000FF;
}
.warning
{
    border: thin none #FFFF00;
    font-weight: bold;
    color: #FF0000;
}
.utilerias{ 
    width: 45%; 
}
/*.roleButton {
    background-color:#007d92;
    color:#FFF;
    font-size:15px;
    border: #c5c5c5 solid thin;
}*/
.maincontainer
{
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-left: 10px;
    margin-top: 10px;*/ 
    /*background-color: #FFFFCC;*/
    /*background-color: #f4f4f4;*/
    /*border: #c5c5c5 solid thin;*/
    position:relative;
}

div.ClienteBloqueado {
    border: thin solid #FF0000;
    background-color: #FF0000;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    float: left;
    border-radius:7px;
    /*height: 50px;
    width:200px;*/
}

.panelOfItems{
    height:200px; 
    width:100%;
    /*background-color:#003;*/
    background-color:rgb(52,102,153);
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image: url(../imagenes/bgazul.jpg);
    background-repeat: repeat-x;
    background-position-x: 40px;
}
div.FormSpace
{
    /*border:solid green 1px;*/
    margin: 3px;
    width: 98%;
    height: 80%;
    background-color:whitesmoke;
    background-repeat: repeat;
    background-position: center;
    overflow:auto;
    box-shadow: 0 4px 10px 0 #00A7F3
    /*box-shadow: 1px 1px 1px 1px #00A7F3, 1px 1px 1px 1px #00A7F3;*/
}
.Main
{
    margin:0px;
    height: 100%;
    width: 100%;
}

/*.MainPrincipal
{
    margin:0px;
    height: 91%;
    width: 100%;
}*/
.MainPrincipal {
    margin:0px;
    height:100%;
    width:100%;
    position:fixed;
    top:50px;
}
.MainFrame
{
    margin:0px 0px 0px 0px;
    height:99.5%;
    width:100%;
    padding:0px;
    border:0px;
    /*position:fixed;*/

}
    
html,body
{
    margin:0px;
    margin-left:0px;
    margin-top:0px;
    height:100%;
    width:100%;

}
body
{
    /*background-color:#F3F3F3;
    background-repeat:repeat-x;*/
    background-image: url(../Imagenes/img/fondo.jpg);        
}
/*Estilos configurables para cambiar la apariencia del sandbox*/
.bodySanbox {
    background-color:lightblue;
}
.navbar.navbarSanbox{
    background-color:yellowgreen;
}
/*Fin Estilos apariencia sandbox*/
center {
display: block;
text-align: -webkit-center;
}
div.pageTitle
{
    /*padding: 3px;
    font-size: 30px;
    color: #023d51;
    background-repeat: repeat-x;
    height: 45px;
    float:left;
    height:100%;*/
    padding-top:15px;
    padding-left:15px;
    font-size:1rem;
    color:rgba(255,255,255,.7);
    font-family: "Roboto", sans-serif;
    text-align:left;
}
div.pageIcon
{
    position: absolute;
    left: 0px;
    top: 0px;
}
a.TvMain_0
{
    color: #FFFFFF;
}
a.TvMain_0:hover
{
    color: #FC0;
}
a.redMenu
{
    color: #FF8C00;
}
a.redMenu:hover
{
    color: #FF4500;
}
/*TreeViews*/
div.CustomTvCont
{
    background-color:Transparent;
    background-image:none;

}
div.DivConfig
{
    overflow:auto;
    border:0%;
    float:left;
    color:White;
}
.TvConfigurar_0
{
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    Width:100%; 
    Height:300px;
    color:White;
}
.modal_MPLD{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading_MPLD{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}
#img_Load{
    color:white;
    position: absolute;
    top: 35%;
    left: 46.8%;
    margin-top: -50px;
    margin-left: -50px;
    width: 200px;
    height: 200px;
}
.email {
    height: auto !important;
}

.titleValidacionPLD
{
    font-weight: bold;
    font-size: 16pt;
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.WarningsListaPLD
{
    color:red;
    font-family:Arial;
    font-size:11px;
}
.IsMaximo td{
	background-color: #2ac13c !important;
    color: white !important;
    font-size: 12px !important;
}
.Tablecontainer
{
    float: left;
    /*padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-top: 10px;*/ 
    /*background-color: #FFFFCC;*/
    /*background-color: #f4f4f4;*/
    /*border: #c5c5c5 solid thin;
    position:relative;*/
}

.label_texto_espacio{
    color: white;
}

.EspacioCampoVisiblePantalla{
    margin: 3px !important;
}

#divTextoEdicionPantalla {
    border-collapse: collapse;
    position: relative;
    top: 0;
    z-index: 99;
    background-color: #f04a4a;
    font: 20px  "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    padding: 10px !important;
}
.WarningspPLD
{
    color:red;    
}