
* {box-sizing: border-box;}


/* =============responsive columns ========================== */
/*
the sum of columns sould be 12
*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after 
{
    content: "";
    clear: both;
    display: block;
 
}

[class*="col-"] 
{
    float: left;
    padding: 0px; 
    
}

/*Floating columns*/
.floating-cols
{
    display: inline-block;
    /*vertical-align:top; */   
    width: 225px;
     margin-right: 0px 2px 2px 2px;
    /*height: 100%;*/
    /*margin: 2px;*/
    /*border: 1px solid #73AD21;*/
}

.floating-cols-200px
{
    display: inline-block;
    /*vertical-align:top; */   
    width: 200px;
     margin: 2px auto 2px auto;
    /*height: 100%;*/
    /*margin: 2px;*/
    /*border: 1px solid #73AD21; */
}

/*Creating 2 columns that float left then onresize floats down...*/
.floating-1box 
{
    display: inline-block;
    vertical-align:top;
    width: 200px;
    margin:0px 0px 3px 3px;
    /*height: 100%;*/
    /*margin: 5px;*/
   /* border: 1px solid #73AD21; */
}


.floating-2box {
    display: inline-block;
    vertical-align:top;
    width:260px;
    margin:2px auto 2px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
   /*border: 1px solid red;*/
}

.floating-header-frm {
    display: inline-block;
    position:relative;
    bottom:0px;
     right:0px;
    width: 228px;
    /*border: 1px solid #73AD21;*/
}



/*Creating 3 columns that float left then onresize floats down...*/
.floating-3box {
    display: inline-block;
    vertical-align: top;
    max-width: 420px;
    min-width: 300px;
    margin: 2px auto 2px auto;
    /*height: 100%;*/
    /* margin: 3px;*/
    /*border: 1px solid red;*/
}


/*Creating 4 columns that float left then onresize floats down...*/
.floating-4box {
    display: inline-block;
    vertical-align:top;
    width: 300px;
    margin:2px auto 2px auto;
    /*height: 100%;*/
    /*margin: 5px;*/
    /*border: 3px solid #73AD21;*/  
}

/*Creating 2 big columns that float left then onresize floats down...*/
.floating-5box {
    display: inline-block;
    vertical-align:top;
    max-width: 450px;  /*420*/
    margin:2px auto 2px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
    /*border: 1px solid #73AD21;*/
}

.floating-3Frmbox {
    display: inline-block;
    vertical-align: top;
    width: 32%; /*420*/
    /*max-width:250px;*/
    margin: 2px auto 2px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
    /* border: 1px solid #73AD21;*/
}

.floating-mainsection {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: top;
    min-width: 300px;
    width: 65%;
    margin: 3px 6px 3px auto;
    /*height: 100%;*/
    /*border: 1px solid #73AD21;*/
}

.floating-smallsection {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 33%;
    /*min-width: 300px;*/
    /*height: 100%;*/
    margin: 3px 0px 6px auto;
    /*border: 1px solid #73AD21;*/
}

.floating-innersection {
    display: inline-block;
    vertical-align: top;    
    margin: 0px auto 10px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
   /* border: 1px solid red;*/
}




/*Creating  columns that float left then onresize floats down...*/
.tramite-fecha {width:110px}

.tramite-c1 {
    display: inline-block;
    vertical-align:top;
    width: 140px;
    height:100%; 
    margin:0px auto 0px auto;
    /*height: 100%;*/
    /*border: 1px solid red;*/
    float: left;    
}


.tramite-c2 {
    display: inline-block;
    vertical-align:top;
    /*width: 100px;*/
    /*width: 100%;*/
    max-width:800px;   
    margin:0px auto 0px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
    /*border: 1px solid red;*/
    /* float: left;*/
    text-align: justify;
}

div.BloqueTitulo {
    display: inline-block;
    vertical-align:top;
    /*width: 100px;*/
    max-width:80%;     
    min-width:250px;
    margin:0px auto 0px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
    /*border: 1px solid red;*/
    /* float: left;*/
    text-align: justify;
} 


.LegisladorFoto
{
   width:205px; float: left; padding: 0px 3px 3px 3px;  text-align:"center"
 }

.LegisladorInfo 
{
    display: inline-block;
    vertical-align:top;
    /*width: 100px;*/
    /*width: 100%;*/
    max-width:650px;   
    margin:0px auto 0px auto;
    /*height: 100%;*/
    /*margin: 3px;*/
    /*border: 2px solid red;*/
    /* float: left; */
}

#ImgLegislador { padding:0px 2px 2px 2px}

/*=====================Layout=======================*/

#PageLayout { position: static; width:100%; height:100%; background-color:#ffffff;}
#ContentLayout {position: static; width:100%; height:100%;  background-color:#ffffff; margin:0 auto 0 auto;}

#ContentHeader      {position:relative; /*z-index:1;*/  left: 0; top: 0; width: 100%; background-color:#112e51; height:70px; /*margin:0 auto 0 auto;*/ /*border: 1px solid red;*/}
#ContentMenu        {position:relative; /*z-index:1;*/  left: 0; top:0px; width:100%; /*background-color:#229385;*/ height:100%;  /*margin:0 auto 0 auto;  padding:0px 0px 0px 0px ;*//*border: 1px solid red; *//*background-image:url(../images/template/menu_back.png);*/ /*border-top: 2px solid #faac18; border-bottom: 2px solid #faac18;*/ }
#ContentBody        {position:relative; /*z-index:1;*/ left: 0; top:0px; background-color:#ffffff; width:100%; height:100%;  margin:0 auto 0 auto; padding:2px 4px 4px 4px;  /*background-image:url(../images/template/back_body_content.png); background-repeat: repeat-x;*/ /*border: 1px solid red;*/}
#ContentBodySection {position:relative; height:100%;  width:100%; margin-left: auto ; margin-right: auto; /*overflow-y: scroll;overflow-x: hidden;*/ }
#ContentFooter      {position:fixed; left: 0px; bottom: 0px; height:30px; width: 100%; background-color:#333333; margin:0 0 0 0 ;  padding:2px 0 2px 0; vertical-align:middle }
#PageFooter {  position: relative; display: inline-block;width: 100%;  background-color: #F0EFF0; border-top: 5px solid #112E51; text-align:center}
#ContentMenu.out {position:fixed; left: 0;top: 0; width: 100%;}


.FooterMenuStatic {
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 30%;
    display: block;
    /*margin: 0px 0px 0px auto;*/
    text-align: right;
    right: 4px;
    /*Padding: 0px 8px 0px 8px;*/
    /*border: 1px solid red;*/
}


/*=============Report Viewer Server Control===================*/
/*.DocMapAndReportFrame{ min-height:660px; min-width:1280px}*/
/*.MenuBarBkGnd{ min-width:1000px}*/
/*#ctl00_CPHBody_RptViewer_ctl09{ height:100%; overflow:visible !important}*/

/*#ctl00_CPHBody_RptViewer_ctl09_ReportArea{ margin:0 auto auto auto !important}*/



#ctl00_CPHBody_RptViewer input[type=text] {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: normal;
    font-size: 12pt;
    color: #000000 !important;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px
}

#ctl00_CPHBody_RptViewer_ctl08_ctl00 {
    /* font-family: 'Source Sans Pro', sans-serif; font-size:12px;  color: #000000; */
    height: 25px;
    width: 100%;
    color: #FFFFFF !important;
    background-color: #437dcc;
    border: 1px solid #437dcc;
    border-radius: 2px;
    margin: 2px 2px 2px 2px;
}

/*=====================Header=============================================================================*/

/*#hdrtop        { position:static; height:100%; margin:0 auto 0 auto; /*background-image:url(../images/template/hdr_title_back.png); background-repeat:repeat-x;border: 1px solid #faac18;}*/
#sutralogo {
    position: relative;
    margin: 4px 4px 0px 6px;
    float: left;
    border-right: 3px solid #8D8E8F;
    height: 60px;
    width: 95px;
    background-color: transparent; /*background-image:url(../images/template/hdr_left.png); background-repeat: no-repeat;*/ /*border: 1px solid #faac18;*/
}

#hdrlogo {
    position: absolute;
    /*float:left;*/
    margin-right: 2px;
    display: block;
    right: 10px;
    top: 6px;
    height: 60px;
    background-color: transparent;
    /*background-image:url(../images/template/hdr_left.png); background-repeat: no-repeat;*/ /*border: 1px solid #faac18;*/
}

#hdrtitle {
    position: relative;
    float: left;
    height: 100%;
    margin-top:3px;    
    padding-left:10px;
   /* border:1px solid red;*/
}
#hdrtitleA {
    position: relative; /*float:left;*/ /*height:35px;*/
    background-color: transparent;
    margin: 0 0 0 0;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16pt;
    font-weight: bold;
    font-style: normal;
    color: #ffffff !important;
    /*text-shadow: -1px 1px 1px #333333;*/ /* background-image:url(../images/template/hdr_title_back.png);background-repeat:no-repeat; */
    /*border: 1px solid red;*/
}

#hdrtitleB {
    position: relative; /*float:left;*/
    /*height: 35px;*/
    background-color: transparent;
    margin: 0 0 0 0;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #ffffff !important;
    /*text-shadow: -1px 1px 1px #333333;*/ /*background-image:url(../images/template/hdr_title_back.png);background-repeat:no-repeat;*/ /*border: 1px solid blue;*/
}

#hdrtittlesub {
    position: relative; /*float:left;*/
    height: 100%;
    width: 100%;
    background-color: transparent;
    vertical-align: middle; /*background-image:url(../images/template/hdr_submenu_back.png);*/ /*border: 1px solid red;*/
}

#hdrtittlesubA {
    position: absolute;
    height: 100%;
    width: 50%;
    float: left;
    display: block;
    left: 3px; /*border: 1px solid green;*/
}

#hdrtittlesubB {
    position: absolute;
    height: 100%;
    width: 50%;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    text-align: right;
    right: 2px;
    top: 0;
    font-size: 12pt;
    font-weight: normal;
    color: #ffffff !important;
    text-shadow: -1px 1px 1px #333333; /*border: 1px solid blue;*/
}

.ModuleDesc { background-color:Transparent;height:28px; Width:70%; border:0; font-family: 'Source Sans Pro', sans-serif;font-size: 14pt; font-weight:normal; color:#ffffff !Important; text-shadow: -1px 1px 1px #333333;}

#MenuSection {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    float: left;
    width: 70%;
    display: block;
    margin: 4px auto 0 auto;
    /*border: 1px solid orange;*/
}

.MenuStaticSection {
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 30%;
    display: block;
    /*margin: 0px 0px 0px auto;*/
    text-align: right;
    right: 4px;
    /*Padding: 0px 8px 0px 8px;*/
    /*border: 1px solid red;*/
}

.MenuStaticSectionResp {
    display: none;
}



/* =====================  Menu =========================================================== */
.NavigationMenu {float:left;  border:1px solid red; height:20px}
 
   /*.StaticMenuStyle      { background-color:#333333 !important; /*border:solid 2px transparent;*/ /*font-weight:normal; color:#000000 }*/ /*filter :progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFFFF', EndColorStr='#FFD7D7D7');}*/
   /* .StaticSelectedStyle  { background-color:#f5f5f5 !important; border-bottom:0px; border-left:1px solid #333333;border-top:1px solid #333333;border-right:1px solid #333333;  font-weight:normal; color:#000000 } */
     .StaticMenuItemStyle  {  Padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; font-weight:bold; color:#777777 !important}
     .StaticHoverStyle     { background-color:#eeeeee; font-weight:bold; color:#777777 !important; }
     .DynamicMenuStyle     { background-color:#f8f8f8 !important; padding: 0px 0px 0px 0px; /*border-top:2px solid f5f5f5; border-left:2px solid #333333;border-bottom:2px solid #333333;border-right:2px solid #333333; /* border:solid 2px #333333;*/  /*border-bottom-left-radius:10px; border-bottom-right-radius:10px;*/}
  /* .DynamicSelectedStyle { background-color:#333333;font-weight:normal; color:#ffffff !important }*/
     .DynamicMenuItemStyle { background-color:#f8f8f8; Padding: -5px 0px 0px 0px; font-weight:bold; color:#777777 !important; /*border-radius:10px;*/}
     .DynamicHoverStyle {background-color:#eeeeee; font-weight:bold; color:#333333 !important; /*background-image: url(../images/template/selected.png);*/}

  /* Menu estatico adicional al menu dinamico....*/
     .StaticMenu a       { float:left; Padding: 0px 0px 0px 0px;/*margin: 0 1px 0 6px;*/ font-family: 'Source Sans Pro', sans-serif; font-weight:bold; color:#ffffff; text-decoration: none;}
     .StaticMenu:hover   { background-color:#333333; font-weight:bold; color:#112E51; }
     .StaticMenu:active  { font-family: 'Source Sans Pro', sans-serif; font-weight:bold; color:#ffffff} 
     
 /*=========================  SideNav  ==========================================================*/
#menubutton {
    display: none;
    padding-left:20px;
}


.sidenav {
    font-size: 10px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    overflow: hidden;
    transition: 0.5s;
   /* border-left:1px solid #ffffff;*/
    box-shadow: 2px 2px 10px #8D8E8F;
}

    
    .sidenav a {
        padding: 8px 8px 8px 4px;
        text-decoration: none;
        /*font-size: 25px;*/
        color: #818181;
        display: block;
        transition: 0.3s;
    }

.sidenavheader {
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #112E51;
    height: 100px;
}
/*
        .sidenav a:hover {
            color: #f1f1f1;
        }

    */

    .sidenavheader .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        color: #ffffff;
        margin-left: 50px;
    }



/*==================Tree Menu =====================*/
.nodeLevel1 {
    font: bold 10px 'Source Sans Pro', sans-serif;
    margin-left: 0px;
    padding-left: 0px
}

    .nodeLevel1 a:hover {
        color: #112E51;
    }


.nodeLevel2 {
    font: 10px 'Source Sans Pro', sans-serif;
    margin-left: 0px
}

    .nodeLevel2 a:hover {
        color: #112E51;
    }

.nodeLevel3 {
    font: 10px 'Source Sans Pro', sans-serif;
    padding-left: 2px
}

    .nodeLevel3 a:hover {
        color: #112E51;
    }

/* ===========================  WelcomePage =========================================================== */
.lblWelcomeMsg { font-size: 12pt; font-weight: bold;font-family: 'Source Sans Pro', sans-serif; font-style:italic; color:#333333; }

#WelcomePage {position:relative;font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;  height:100%; /*width: 850px; */
              margin-left: auto ; margin-right: auto; margin-top:10px}              
           
#ModuleSection {/*position:relative;*/ font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;  height:100%; width: 200px; border: solid 2px #e7e7e7; border-radius:10px;
                margin-left: 5px ; margin-right:auto;  margin-top:10px; }

#ProfileSection {/*position: relative; */ font-family: 'Source Sans Pro', sans-serif; font-size: 10pt;  vertical-align:top; height:100%; width: 200px;  border: solid 2px #e7e7e7; border-radius:10px;
                 margin-left: 5px; margin-top:10px}
             
.MainSection { font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;  height:100%; width:100%; border: solid 2px #e7e7e7;   margin-left:5px;  margin-right:5px; margin-top:10px; margin-bottom:auto }
     

.BoxSection { font-family: 'Source Sans Pro', sans-serif; font-size: 12pt;  height:100%; width:100%; border-left: solid 2px #e7e7e7;border-right: solid 2px #e7e7e7; border-bottom: solid 2px #e7e7e7; padding-top:15px; padding-left:15px;     }

    .BoxSection ul {
        list-style-type: none;
        line-height:105%;
            margin: 0 0 0 0;
        padding: 0 0 0 0;
    } 

.InsideSection{position: relative; padding: 3px 3px 3px 3px}             

.ListSection{list-style-type:none}

#PanelChangePass {display:none; position:relative; height:100%; /*width: 230px;*/ margin-left: auto ; margin-right: auto; margin-top:auto; font-family: 'Source Sans Pro', sans-serif; font-size: 8pt; color: #000000; font-weight: normal; }

.showpass {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt;	color:  #333333;	font-weight: bold}
.showpass:link {text-decoration: underline}
.showpass a {text-decoration: underline }
.showpass:visited {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt;	color: #333333;	font-weight: bold;	text-decoration: underline}
.showpass:active {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt;	color: #333333;	font-weight: bold;	text-decoration: underline}
.showpass:hover {color: #112E51;}

.psmuypobre  {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt; color: #000000; border: solid 1px #ffffff;  background-color: Red; font-weight: bold;}
.pspobre     {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt; color: #000000; border: solid 1px #ffffff;	background-color: Red;	font-weight: bold}
.psprom      {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt; color: #000000; border: solid 1px #ffffff;	background-color: Orange;	font-weight: bold}
.psfuerte    {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt; color: #000000; border: solid 1px #ffffff;	background-color: Green ;	font-weight: bold}
.psexcelente {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt; color: #000000;	border: solid 1px #ffffff;  background-color: Green ;	font-weight: bold}

.footerIcons  {color:#ffffff}
.footerIcons a {color:#ffffff; text-decoration: none}
.footerIcons:hover {color: #437dcc;}
.footerIcons:visited {color: #ffffff;}
.footerIcons:active {color: #ffffff;}

/* =====================  Body =========================================================== */
 #body {font-family: 'Source Sans Pro', sans-serif;font-size: 12pt; margin:0 0 0 0;}

/* =====================  Page Instructions =========================================================== */
 #page_instructions {display:none; position:relative; height:100%; width: 750px; margin-left: auto ; margin-right: auto; margin-top:auto; font-family: 'Source Sans Pro', sans-serif; font-size: 8pt; color: #333333; font-weight: normal; }
 #EsperaImg {display:none}
 .DisplayNone{display:none}
 
 
.showcontent          {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt;	color: #8D8E8F;	font-weight: bold;	text-decoration: underline}
.showcontent:link     {text-decoration: none;}
.showcontent:visited  {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt;	color: #8D8E8F;	font-weight: bold;	text-decoration: none}
.showcontent:active   {font-family: 'Source Sans Pro', sans-serif;	font-size: 8pt;	color: #8D8E8F;	font-weight: bold;	text-decoration: none}
.showcontent:hover    {color: #333333;}

/*===================== Log In ====================================================================*/
 #loginwin {position:static;  width: 600px; margin: 0 auto auto auto; height:100%; border-radius:10px;}
 /*.imglogin {WIDTH: 168px; HEIGHT: 130px; margin: 0 auto auto auto;}*/
 .imglogin {WIDTH: 105%; HEIGHT: 105%; margin: 0 auto auto auto;}

/*=====================Form Statndard=====================================================================*/
#FrmContent {
    position: relative;
    height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto; /*border-radius:10px;*/ /*border: 1px solid #000000;*/
}

#FrmOptions {
    position: relative;
    text-align: right;
    margin-right: 0
}
#FrmTitle {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    height: 26px;
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 10px;
    background-color: #112E51;
    border: 1px solid #112E51; /*background-image: url(../images/template/hdr_submenu_back.png);background-repeat: repeat;*/ /*border-top-left-radius:10px;border-top-right-radius:10px;*/
}

#FrmTxtTitle {
    position: relative;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase; /*text-shadow: -1px 1px 1px black;*/
}

#FrmBody {
    position: relative; /*padding-left:2px; padding-right:2px;*/
    /*padding-top: 5px;*/
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
    background-color: #ffffff;
    border-top: 1px solid #112E51;
    border-left: 2px solid #dbdcdd;
    border-right: 2px solid #dbdcdd; /*border-bottom:1px solid #8D8E8F;*/
}

#FrmFooter {
    position: relative; /*padding-top:2px; padding-bottom:2px;*/
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #8D8E8F;
    /*border: 1px solid #8D8E8F;*/ /*border-bottom-left-radius:10px;border-bottom-right-radius:10px;*/
    border-left: 2px solid #dbdcdd;
    border-right: 2px solid #dbdcdd;
    border-bottom: 2px solid #dbdcdd;
}

#FormStatusBar {
    position: relative;
    padding-top: 1px; /*border:solid 10px #8D8E8F;*/
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8px;
    background-color: #8D8E8F
}

#FormStatusBarMaster {
    position: relative;
    padding-top: 1px;
    /*border: solid 1 white;*/
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8px;
    background-color: #8D8E8F; /*border-bottom-left-radius:10px;border-bottom-right-radius:10px;*/
}

.FrmSectionTitle {
    position: static;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    background-color: #112E51;
}

td.FrmSectionTitle {
    border-bottom: solid 1px #ffffff
}

.SectionTitle {
    position: static;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: 'Century Gothic';
    font-size: 10pt;
    color: #7F89A2;
    text-transform: uppercase;
}


 #FormFieldSpace {
    margin-top: 1px;
    margin-bottom: 1px;
  
}

.FormFieldSpace {
    margin-top: 1px;
    margin-bottom: 1px;

}

/*#ErrorTxtSection{border:1px solid #ff0000; background-color:#f7f967; height:100%; width:100%}*/

#ErrorTxtSection{height:100%; width:100%;/*border:1px solid #f7d75c;*/ background-color:transparent;  border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px}


/*=====================  Master Detail =====================================================================*/
#FrmDetailTitle {
    position: relative;
    height: 30px;
    border-bottom: 1px solid #112e51;
    background-color: #112e51; /*background-image: url(../images/template/hdr_submenu_back.png);background-repeat: repeat;*/
}

#FrmDetailTxtTitle {
    position: relative;
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFFFFF; /*text-shadow: -1px 1px 1px black;*/
}

#FrmDetailBody {
    position: relative;
    padding-left: 0px;
    padding-top: 5pt;
    vertical-align: middle;
    background-color: #ffffff; /*border-left:1px solid #8D8E8F; border-right:1px solid #8D8E8F*/
}

#FrmDetailFooter {
    position: relative;
    padding-top: 3pt;
    height: 20px;
    vertical-align: middle;
    text-align: justify;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #8D8E8F
}

#FrmAnejosTitle {
    position: relative;
    height: 30px; /*padding-top:1px;*/
    padding-left: 5px;
    background-color: #ffffff; /*border: 1px solid #000000;*/
    background-image: url(../images/template/hdr_submenu_back.png);
    background-repeat: repeat; /*border-top-left-radius:10px;border-top-right-radius:10px;*/
}

#FrmAnejosTxtTitle {
    position: relative;
    margin: 5px 5px 5px 5px;
    width: 55px;
    float: left;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFFFFF;
    text-shadow: -1px 1px 1px black;
}

#FrmAnejosSection {
    position: relative;
    height: 30px; /*padding-top:1px;*/
    padding-left: 5px;
    background-color: #ffffff; /*border: 1px solid #000000;*/
    background-image: url(../images/template/hdr_submenu_back.png);
    background-repeat: repeat;
}

.TabSectionTxtTitle {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    text-shadow: -1px 1px 1px #ffffff;
}

/*=====================  Tabs  ====================================================================*/
#FrmTabsSection  {position:relative; bottom:1px; vertical-align:bottom; height:100%; /*padding-top:1px !important;*/ border-top:1px solid #e9e9e9; border-bottom:1px solid #112e51;background-color: #e9e9e9; /*background-image: url(../images/template/hdr_submenu_back.png);background-repeat: repeat;*/}

.FrmTabsSection  {position:relative;bottom:-1px; vertical-align:bottom; height:30px !important; width:100%;  /*padding-top:1px !important;*/ /*border-top:1px solid #e9e9e9;*/ border-bottom:0px solid #112e51;background-color: #e9e9e9; /*background-image: url(../images/template/hdr_submenu_back.png);background-repeat: repeat;*/}
/* .tabs  {height:28px;width:50px;background-color:red;border-top-left-radius:3px;border-top-right-radius:3px} */

/*Use the padding for positioning the width of the tabs*/
.statictab   {position:relative; height:30px; width:0px;  padding:0px 8px 0px 8px; border-top:Solid 0px #f8f8f8; border-left:Solid 0px #f8f8f8; border-right:Solid 0px #f8f8f8; border-bottom:solid 1px #112e51 ; background-color: #f8f8f8;  text-align:center; font-size:12pt !important; font-weight:normal; font-family: 'Source Sans Pro', sans-serif; color:#112e51;text-decoration: none !important; border-top-left-radius:8px;border-top-right-radius:8px; /*background-image:url(../images/template/tabstatic.png);  background-repeat: repeat*/}
.hovertab    {position:relative; height:30px; width:0px;  padding:0px 8px 0px 8px; border-top:Solid 0px #e7e7e7; border-left:Solid 0px #e7e7e7; border-right:Solid 0px #e7e7e7; border-bottom:solid 1px #112e51 ; background-color: #cccccc;  text-align:center; font-size:12pt !important; font-weight:normal; font-family: 'Source Sans Pro', sans-serif; color:#112e51;text-decoration: none !important; border-top-left-radius:8px;border-top-right-radius:8px; /*background-image :url(../images/template/tabhover.png);  background-repeat :repeat*/}
.selectedTab {position:relative; height:30px; width:0px;  padding:0px 8px 0px 8px; border-top:Solid 1px #112e51; border-left:Solid 1px #112e51; border-right:Solid 1px #112e51; border-bottom:solid 1px #ffffff ; background-color: #ffffff;  text-align:center; font-size:12pt !important; font-weight:bold;   font-family: 'Source Sans Pro', sans-serif; color:#333333;text-decoration: none !important; border-top-left-radius:8px;border-top-right-radius:8px; /*background-image:url(../images/template/tabselected.png); background-repeat:repeat*/}
.disabledTab {position:relative; height:30px; width:0px;  padding:0px 8px 0px 8px; border-top:Solid 1px #8D8E8F; border-left:Solid 1px #e7e7e7; border-right:Solid 1px #e7e7e7; border-bottom:solid 1px #112e51 ; background-color: #8D8E8F;  text-align:center; font-size:12pt !important; font-weight:normal; font-family: 'Source Sans Pro', sans-serif; color:#112e51;text-decoration: none !important; border-top-left-radius:8px;border-top-right-radius:8px; /*background-image:url(../images/template/tabdisabled.png); background-repeat:repeat*/}

.tabtrunc { position:relative;}
/*=====================Page Footer==========================================================*/
.PageFooterA {
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    color: #8D8E8F;
    font-size: 12px;
}

.PageFooterB {
    position: relative;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: #8D8E8F;
    font-size: 10px;
}

.PageFooterC {
    position: relative;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: #8D8E8F;
    font-size: 8px;
}


/*=========================================================================================*/

/*divide section*/
.insidesection {width:100%; height:100%; border: 1px solid #FFFFFF; margin:4px auto 0 auto; border-radius:10px;}
.insidesectiontxt {font-size:14px; font-weight: bold;font-family: 'Source Sans Pro', sans-serif; color:#8D8E8F;  }

/*=========================================================================================*/

.tracker-bg{background-image:url(../images/template/tracker_bg.jpg); border:1px solid #333333}

.reqindicator {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
    color: #112E51;
    font-weight: bold;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px
}




    label.DetailFormLblFixed {
    font-weight: bold;
    font-size: 12pt;
    color: #7F89A2;
    font-family: 'Century Gothic';
    padding-left: 3px;
    padding-right: 3px;
    width: 130px
}

.DetailFormLblFixed {
    font-weight: bold;
    font-size: 12pt;
    color: #7F89A2;
    font-family: 'Century Gothic';
    padding-left: 3px;
    width: 130px
}

label.DetailFormLbl {
    font-weight: bold;
    font-size: 12pt;
    color: #7F89A2;
    font-family: 'Century Gothic';
    padding-left: 3px;
    padding-right: 3px;
}

.DetailFormLbl {
    font-weight: bold;
    font-size: 12pt;
    color: #7F89A2;
    font-family: 'Century Gothic';
    padding-left: 3px;
}

.DetailFormValuelbl {
    font-weight: normal;
    font-size: 12pt;
    font-style: normal;
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 3px;
}

input.DetailFormTxtbox {
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    font-weight: normal;
    font-size: 12pt;
    font-style: italic;
    color: #333333;
    font-family: 'Century Gothic';
    background-color: #F2F2F2;
    padding: 2px 2px 2px 2px;
    margin-left: 2px;
    margin-right: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    input.DetailFormTxtbox:hover {
        border-color: #faac18
    }

    input.DetailFormTxtbox:focus {
        border-color: #112E51
    }

input.DetailFormTxtboxRight {
    text-align: right;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    font-weight: normal;
    font-size: 12pt;
    font-style: italic;
    color: #333333;
    font-family: 'Century Gothic';
    background-color: #F2F2F2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    input.DetailFormTxtboxRight:hover {
        border-color: #faac18
    }

    input.DetailFormTxtboxRight:focus {
        border-color: #112E51
    }

.DetailFormTxtboxDisable {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: normal;
    font-size: 12pt;
    font-style: italic;
    color: #333333;
    font-family: 'Century Gothic';
    background-color: #d6d2c3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.DetailFormTxtboxDisableRight {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: normal;
    font-size: 12pt;
    font-style: italic;
    color: #333333;
    font-family: 'Century Gothic';
    text-align: right;
    background-color: #d6d2c3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.DetailFormTxtbox {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: normal;
    font-size: 12pt;
    font-style: italic;
    color: #333333;
    font-family: 'Century Gothic';
    background-color: #F2F2F2
}

.DetailFormTxtboxAlert {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: normal;
    font-size: 12pt;
    color: #333333;
    font-family: 'Century Gothic';
    background-color: #faac18
}

.DetailFormTxtboxDisableRightRed {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: bold;
    font-size: 12pt;
    color: red;
    font-family: 'Century Gothic';
    text-align: right;
    background-color: #d6d2c3
}

textarea.DetailFormTxtbox {
    border-width: 1px;
    border-style: solid;
    border-color: #F2F2F2;
    font-weight: normal;
    font-size: 12pt;
    color: #333333;
    font-family: 'Century Gothic';
    background-color: #F2F2F2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    textarea.DetailFormTxtbox:hover {
        border-color: #faac18
    }

    textarea.DetailFormTxtbox:focus {
        border-color: #112E51
    }

/*.dropdown select {}*/
select.DetailFormTxtbox {border-width: 1px;	border-style: solid; border-color: #8D8E8F;	font-weight: normal; font-size: 12pt;	color: #333333;	font-family: 'Source Sans Pro', sans-serif;	background-color: #F2F2F2;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:10px;border-top-right-radius:10px}
select.DetailFormTxtbox:hover{border-color: #faac18}
select.DetailFormTxtbox:focus{border-color: #112E51}

.RBL label { display: block;}
.RBL td { text-align: center;   width: 20px;}


input {
    color: #ffffff;
    font-family: 'Century Gothic';
    font-size: 12pt;
    font-weight: normal;
}

    input.CommandBtn {
        /* font-family:'Century Gothic'; font-size:12px;  color: #000000; */
        height: 25px;
        width: 100px;
        /* text-shadow: -1px 1px 1px #ffffff; */
        /* background-image: url(../images/template/input_back.png); background-repeat: repeat; */
        color: #ffffff;
        background-color: #437dcc;
        border: 1px solid #437dcc;
        border-radius: 2px;
        margin: 2px 2px 2px 2px;
    }

        input.CommandBtn:hover 
        {
            cursor: hand;
            /*background-image:url("../images/template/input_back.png");  background-repeat: repeat;*/
            background-color: #112E51;
            color: #ffffff;
            /*border: 1px solid #000000; */
        }

.CommandBtnBrowse {
    width: 85%;
    float: right;
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-weight: normal;
    font-size: 12pt;
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px
}

    .CommandBtnBrowse:hover {
        border-color: #faac18
    }

    .CommandBtnBrowse:focus {
        border-color: #112E51
    }

input[type=checkbox].chkbox {
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    input[type=checkbox].chkbox:hover {
        border-color: #faac18
    }

    input[type=checkbox].chkbox:focus {
        border-color: #ff9900
    }

input[type=radio].radiobtn {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 12pt;
    cursor: hand;
    color: #333333;
}



 /*Hide drop down system arrows*/
/*select::-ms-expand {display: none;}*/

.lov {
    font-weight: normal;
    font-size: 12pt;
    cursor: hand;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 2px 2px 2px 2px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #f2f2f2;
    font-family: 'Century Gothic';
    /*Manejo del icono de dropdown*/
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow_down.png") no-repeat right #f2f2f2;*/
    text-overflow: ellipsis;
}



    .lov:hover {
        border-color: #faac18;
        cursor: pointer;
    }

        .lov:hover select {
            border-color: #faac18;
            cursor: pointer;
        }

    .lov:focus {
        border-color: #112E51
    }


    .lov .ajax__combobox_textboxcontainer input {
        background-color: #FFFFFF;
        border: solid 1px #8D8E8F;
        border-right: 0px none;
    }

    .lov .ajax__combobox_buttoncontainer button {
        background-color: #FFFFFF;
        border: solid 1px #8D8E8F;
        cursor: hand;
    }

        .lov .ajax__combobox_buttoncontainer button hover {
            background-color: #d6d2c3;
            border: solid 1px #8D8E8F;
            cursor: hand;
        }

option hover {
    font-weight: normal;
    font-size: 12px;
    /*background-image: url(../images/template/selected.png);*/
    cursor: hand;
    color: #FFFFFF;
    background-color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
}

.watermarkfield {
    border-width: 1px;
    border-style: solid;
    border-color: #8D8E8F;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
    color: #8D8E8F;
    font-weight: normal;
    height: 16px
}

    .watermarkfield:hover {
        border-color: #faac18;
        color: #333333;
    }

    .watermarkfield:focus {
        border-color: #112E51
    }


.Collapsetxt {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
    color: #8D8E8F;
    font-weight: bold;
}

/*=====================Splash Screen Window=======================*/
.SplashScreenBackground
{
  background-color:#666666;
  filter:alpha(opacity=40);
  opacity:0.5;
}

.PanelSplashScreen {
    border: solid 0px #c0c0c0;
    background-color: transparent;
}

.SplashScreenWin {
    box-shadow: 10px 10px 5px #888888;
    max-width: 960px;
    height: auto;
    /*
    max-width: 960px;
    max-height: 555px;*/
    /*background-image: url(../images/template/splashscreen.png);*/
}

.splashimg {
    position: relative;
    max-width: 100%;
    height: auto;
}

.splashx  {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #ffffff;
    margin-left: 50px;
}

.splashchk{ color:#ffffff}

#SplashScreenBody {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: middle;
    background-color: #ffffff;
    border-top: 1px solid #8D8E8F;
    border-left: 1px solid #8D8E8F;
    border-right: 1px solid #8D8E8F; /*border-bottom:1px solid #8D8E8F;*/
}
#SplashScreenFooter   {position:absolute; bottom: 5px; right: 25px;/*padding-top:2px; padding-bottom:2px;*/ height: 25px; vertical-align: middle;text-align: center; font-weight: bold;font-family: 'Source Sans Pro', sans-serif; 	}

/*==============================================================*/



/*=====================Modal Popup Window=======================*/
.modalBackground
{
  background-color:#666666;
  filter:alpha(opacity=40);
  opacity:0.5;
}

.ModalWindow
{
  border: solid 0px #c0c0c0;
  background-color:transparent;
}

.ModalWin
{
  box-shadow: 10px 10px 5px #888888;
}

#ModalWinTitle    {position:relative; height: 26px; padding-top:2px; padding-left:5px;padding-bottom:10px; background-color: #112e51; /*border: 1px solid #000000;*/ /*background-image: url(../images/template/hdr_submenu_back.png);background-repeat: repeat;*/border-top-left-radius:10px;border-top-right-radius:10px;}
#ModalWinTxtTitle {position:relative; font-weight: bold;font-family: 'Source Sans Pro', sans-serif; color: #ffffff; font-size:16px; /*text-shadow: -1px 1px 1px black;*/ }
#ModalWinBody     {position:relative; padding-left:5px; padding-right:5px; padding-top:5px; vertical-align: middle; background-color: #ffffff; border-top:1px solid #8D8E8F; border-left:1px solid #8D8E8F; border-right:1px solid #8D8E8F;/*border-bottom:1px solid #8D8E8F;*/}
#ModalWinFooter   {position:relative; /*padding-top:2px; padding-bottom:2px;*/ height: 100%; vertical-align: middle;text-align: center; font-weight: bold;font-family: 'Source Sans Pro', sans-serif; 	background-color: #8D8E8F; border:1px solid #8D8E8F; border-bottom-left-radius:10px;border-bottom-right-radius:10px;}


/*=====================Page=======================*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    margin: 0 0 0 0;
    letter-spacing: 1px;
}

 #waitmsg {position:absolute; margin: 250px auto auto 450px; vertical-align:middle; background:#CCCCFF;  visibility:hidden;}
 

p.sectiontxt
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

h1
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	font-style: oblique;
	font-weight: bold;
}

.lbltxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color:  #000000;	font-weight: bold}

.linktxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color:  #777777;	font-weight: normal; text-decoration: none}
.linktxt:link {text-decoration: none}
.linktxt a {text-decoration: none }
.linktxt:visited {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #777777;		text-decoration: none}
.linktxt:active {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #777777;		text-decoration: none}
.linktxt:hover {color: #112e51; cursor:hand; text-decoration: underline}
.linktxt label:hover {color: #112e51; cursor:hand; text-decoration: underline}

.gridlinktxt {font-family: 'Source Sans Pro', sans-serif; font-size: 10pt; color:#000000; font-weight: normal}
.gridlinktxt:link {text-decoration: none ; color: #437dcc }
.gridlinktxt a {text-decoration: none ; color: #437dcc }
.gridlinktxt:visited {font-family: 'Source Sans Pro', sans-serif; color: #437dcc; text-decoration: none}
.gridlinktxt:active {font-family: 'Source Sans Pro', sans-serif; color: #437dcc; text-decoration: none}
.gridlinktxt:hover {color: #112e51; cursor:hand;text-decoration: underline; }


.Sectionlinktxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 10pt;	color:  #777777;	font-weight: normal; text-decoration: none}
.Sectionlinktxt:link {text-decoration: none}
.Sectionlinktxt a {text-decoration: none }
.Sectionlinktxt:visited {font-family: 'Source Sans Pro', sans-serif;	font-size: 10pt;	color: #777777;		text-decoration: none}
.Sectionlinktxt:active {font-family: 'Source Sans Pro', sans-serif;	font-size: 10pt;	color: #777777;		text-decoration: none}
.Sectionlinktxt:hover {color: #112e51; cursor:hand; text-decoration: underline}
.Sectionlinktxt label:hover {color: #112e51; cursor:hand; text-decoration: underline}

.normaltxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #000000;	font-weight: normal;}

.bodylinktxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color:  #437dcc;	font-weight: bold; text-decoration: none}
.bodylinktxt:link {text-decoration: none}
.bodylinktxt a {text-decoration: none }
.bodylinktxt:visited {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #437dcc;	font-weight: bold;	text-decoration: none}
.bodylinktxt:active {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #437dcc;	font-weight: bold;	text-decoration: none}
.bodylinktxt:hover {color: #112e51; cursor:hand; text-decoration: underline}
.bodylinktxt label:hover {color: #112e51; cursor:hand; text-decoration: underline}

.normalftrtxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 10pt;	color: #ffffff;	font-weight: normal;}
.homenormaltxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #000000;	font-weight: normal;}
.smalltxt {font-family: 'Source Sans Pro', sans-serif; font-size: 10pt; color: #000000; font-weight: normal;}
.xsmalltxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 10pt; color: #000000; font-weight: normal;}

.lblStatusBar {font-family: 'Source Sans Pro', sans-serif;	font-size:10pt;	color: #000000;	font-weight: normal;}

table.normaltxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #000000;	font-weight: normal;}

.MsgTxt {font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color: #0000ff;	font-weight: bold}

.MsgTxtErr { font-family: 'Source Sans Pro', sans-serif;	font-size: 12pt;	color:#ff0000;	font-weight: normal; /*background-image: url(../images/exclamation.png);*/	background-repeat: no-repeat;	/*background-color: #FFF200;*/}

.ErrorTxt {font-family: 'Source Sans Pro', sans-serif; font-size: 12pt; color: #ff0000; font-weight: normal; height: 18; 	/*background-image: url(../images/exclamation.png);background-repeat: no-repeat;*/ /*border:solid 1 red;*/	/*background-color: #FFF200;*/ }
.ErrorTxtSmall {font-family: 'Source Sans Pro', sans-serif; font-size: 10pt; color: #ff0000; font-weight: normal; height: 18; 	/*background-image: url(../images/exclamation.png);background-repeat: no-repeat;*/ /*border:solid 1 red;*/	/*background-color: #FFF200;*/ }

/*=====================Form=======================*/


/*=====================End Form=======================*/

/*=====================Calendar=======================*/
/*
Font colors cant assign for calendar control
*/

.DayHeaderStyle
{
	background-image: url(../images/template/header.png);
}

.Calendar  
    .ajax__calendar_container {position:relative; border:1px solid #000000; background-color:#d6d2c3}
    .ajax__calendar_header    { color:#3c1802}
    .ajax__calendar_days      {font-weight:normal; color:#000000}   
    .ajax__calendar_dayname   {font-weight:bold; color: #000000}
    .ajax__calendar_today     {font-weight:normal; color: #000000}  
    .ajax__calendar_hover     {background-image:url("../images/template/selected.png")}		
    .ajax__calendar_active    {font-weight:bold; color: #000000}	
    .ajax__calendar_other     {font-weight:normal; color: #8D8E8F }  

/* Extra Classes not used....
.Calendar .ajax__calendar_prev   {}  
.Calendar .ajax__calendar_title   {} 
.Calendar .ajax__calendar_next    {} 
.Calendar .ajax__calendar_body  {}   
.Calendar .ajax__calendar_day  {}    
.Calendar .ajax__calendar_months {}  
.Calendar .ajax__calendar_month {}		
.Calendar .ajax__calendar_years {}		
.Calendar .ajax__calendar_year {}			
.Calendar .ajax__calendar_footer {}			
*/	

/*=====================Grid=======================*/

/*Grid*/
.datagrid
{
	border: solid 0px #FFFFFF;
    font-weight : normal;
	font-size: 10pt;
	width: 100%;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
}

.datagrid td
{
	border-width: 0;
	border-style: window-inset;
}

.datagridHoover td
{
	background-color: #666666;
}

/*Grid Header */
.DataGridHeader
{
	vertical-align: middle;
	height: 28px;
	text-align: center;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #112e51;
	/*background-image: url(../images/template/hdr_submenu_back.png);*/
	background-repeat: repeat;   /*  position:relative;     top:expression(this.offsetParent.scrollTop);*/
}

.DataGridHeader a
{
	text-decoration: underline;
	color: #FFFFFF ;
}

.DataGridHeader a:hover
{
	color: #faac18;
}

.DataGridAltItemStyle
{
	background-color: #EBE9E9; margin-top:6px; margin-bottom: 6px; border-bottom:1px solid #FFFFFF
}


.DataGridItemSyle
{
	background-color:  #F5F5F5; margin-top:6px; margin-bottom: 6px; border-bottom:1px solid #FFFFFF
}


.DataGridSelItemSyle
{
	color: #FFFFFF;
	background-color: #f8f8f8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12pt;
	border-bottom:1px solid #FFFFFF
}

td.DataGridSelItemSyle
{
	color: #FFFFFF;
	background-color: #f8f8f8;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12pt;
	border-bottom:1px solid #FFFFFF
}


#GridRecordSpace { margin-left:3px; margin-top:4px; margin-bottom: 4px;}
.GridRecordSpace {margin-left:3px; margin-top:4px; margin-bottom: 4px;}
.GridLineSpace { margin-bottom: 4px;}

label.DetailGridLbl {font-weight:bold; font-size: 10pt; color: #333333;	font-family: 'Source Sans Pro', sans-serif;padding-left:3px; padding-right:3px;}
.DetailGridLbl {font-weight:bold; font-size: 10pt; color: #333333;	font-family: 'Source Sans Pro', sans-serif}

label.DetailGridLblFixed {font-weight:bold; font-size: 10pt; color: #333333;	font-family: 'Source Sans Pro', sans-serif;padding-left:3px; padding-right:3px; width:100px}
.DetailGridLblFixed {font-weight:bold; font-size: 10pt; color: #333333;	font-family: 'Source Sans Pro', sans-serif; width:100px}


.GridPagerSyle
{
	/*border-width: 0px;*/
	background-color: #8D8E8F;
	color: #000000;
	/*background-image: url(../images/template/footer.png);
	background-repeat: repeat;*/
	height: 15px;
	font-weight: bold;
	 /* 
     border-left-color: #FFFFFF;
	 border-right-color: #FFFFFF;
     position:relative;          
     top:expression(this.offsetParent.clientHeight<this.offsetParent.scrollHeight?this.offsetParent.clientHeight-this.offsetParent.scrollHeight+this.offsetParent.scrollTop); */
}


.GridPagerSyle a
{
	text-decoration: underline;
	color: #000000;
}

.GridPagerSyle a:hover
{
	color: #faac18;
}

.GridPagerSyle a:visited
{
	text-decoration: underline;
	color: #000000;
}


.TblDetail {width:100%;}

#TblDetail {width:100%;}

.DataGridFooter { background-color: #FFFFFF	}

.Gridfooter
{
	/*border:  solid 0px #8D8E8F;*/ width:100%; height:21px; background-color:#8D8E8F; border-bottom-left-radius:10px;  border-bottom-right-radius:10px;
}

table.Gridfooter tr td
{
	/*border: solid 0px #f8f8f8;*/  border-radius:10px; background-color:#8D8E8F;
}

.GridDetailfooter
{
	border:  solid 1px #8D8E8F; width:100%; height:21px; background-color:#8D8E8F; 
}

table.GridDetailfooter tr td
{
	border: solid 1px #8D8E8F; border-radius:10px;  background-color:#8D8E8F;
}



td.ImgBtnOn {
    border: solid 0px #000000;
    background-color: #D7D7D7;
    background-image: url("../images/template/selected.png") /* filter :progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFFFF', EndColorStr='#FFD7D7D7')*/
}

td.ImgBtnOff {
    border: solid 0px #8D8E8F;
    background-color: #8D8E8F
}

/*===============================Tablet=======================================*/

/*@media screen and (max-width: 600px) 768 */
@media screen and (max-width: 768px), 
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), 
    only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 768px), 
    only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 768px), 
    only screen and ( min-device-pixel-ratio: 2) and (max-width: 768px), 
    only screen and ( min-resolution: 192dpi) and (max-width: 768px), 
    only screen and ( min-resolution: 2dppx) and (max-width: 768px) {

    #ContentHeader {
        height: 100px
    }

    #ContentBody {
        width: 90%;
    }

    #MenuSection {
        display: none;
    }

    .MenuStaticSection {
        display: none
    }


    .MenuStaticSectionResp {
        position: absolute;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333 !important;
        width: 200px;
        display: block;
        /*margin: 0px 0px 0px auto;*/
        text-align: right;
        vertical-align: middle;
        right: 20px;
        top: 4px;
        text-transform: uppercase;
        /*Padding: 0px 8px 0px 8px;*/
        /*border: 1px solid red;*/
    }

        .MenuStaticSectionResp a {
            color: #333333 !important;
            text-decoration: none;
        }

            .MenuStaticSectionResp a:hover {
                color: #112E51 !important;
            }


    .floating-mainsection {
        width: 100%
    }

    .floating-smallsection {
        width: 100%;
    }

    .Sectionlinktxt {
        font-size: 8pt;
    }
    /*--------------------------------------*/
    #menubutton {
        display: block;
        left: 20px;
    }

    .sidenavheader {
        height: 100px;
    }

    .sidenav {
        font-size: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .sidenav a {
            font-size: 10px;
        }

    /*==================Tree Menu =====================*/
    .nodeLevel1 {
        font: bold 10px 'Source Sans Pro', sans-serif;
        margin-left: 0px;
        padding-left: 0px
    }

        .nodeLevel1 a:hover {
            color: #112E51;
        }


    .nodeLevel2 {
        font: 10px 'Source Sans Pro', sans-serif;
        margin-left: 0px
    }

        .nodeLevel2 a:hover {
            color: #112E51;
        }

    .nodeLevel3 {
        font: 10px 'Source Sans Pro', sans-serif;
        padding-left: 2px
    }

        .nodeLevel3 a:hover {
            color: #112E51;
        }

    /*-------------------------------------*/


    #loginwin {
        width: 80%
    }

    .imglogin {
        width: 75%
    }

        #FrmBody {
            width: 100%;
            /*padding: 2px 2px 2px 2px ;*/
            padding: 2px 0px 0px 0px;
        }
    /*#FrmFooter   {height: 40px;}*/

    #hdrtitle {
        margin: 8px 2px 2px 2px;
        /* border: 1px solid red;*/
    }

    #hdrtitleA {
        font-size: 12pt;
        /*float: left;*/
    }

    #hdrtitleB {
        font-size: 11pt;
    }

    #hdrtittlesub {
        font-size: 10pt;
    }

    #hdrtittlesubA {
        font-size: 10pt;
        float: left;
    }

    #hdrtittlesubB {
        font-size: 10pt;
    }

    .ModuleDesc {
        font-size: 10pt;
    }

    .normalftrtxt {
        font-size: 8pt;
    }

    #hdrlogo {
        width: 15%;
    }


    .floating-2box {
        width: 150px
    }

    .BoxSection {
        font-size: 10pt
    }


    .input.ComandBtn {
        width: 75px
    }

    #MainSection {
        width: 95%
    }

    body {
        font-size: 10pt;
    }

    .bodylinktxt {
        font-size: 10pt;
    }

        .bodylinktxt:visited {
            font-size: 10pt;
        }

        .bodylinktxt:active {
            font-size: 10pt;
        }


    .lbltxt {
        font-size: 10pt;
    }

    .linktxt {
        font-size: 10pt;
    }

    .normaltxt {
        font-size: 10pt;
    }

    .MsgTxt {
        font-size: 10pt;
    }

    .MsgTxtErr {
        font-size: 10pt;
    }

    .MsgTxtErr {
        font-size: 10pt;
    }

    .ErrorTxt {
        font-size: 10pt;
    }

    .SectionTitle {
        font-size: 10pt;
    }


    .lov {
        font-size: 10pt;
        min-width: 250px;
    }

    label.DetailFormLblFixed {
        min-width: 100%;
        font-size: 10pt;
    }

    .DetailFormLblFixed {
        min-width: 100%;
        font-size: 10pt;
    }

    label.DetailFormLbl {
        min-width: 100%;
        font-size: 10pt;
    }

    .DetailFormLbl {
        min-width: 100%;
        font-size: 10pt;
    }


    .DetailFormValuelbl {
        min-width: 100%;
        font-size: 10pt;
    }

    input.DetailFormTxtbox {
        min-width: 250px;
        font-size: 10pt;
    }

    .DetailFormTxtbox {
        font-size: 10pt;
    }

    input.DetailFormTxtboxRight {
        font-size: 10pt;
    }

    DetailFormTxtboxRight {
        font-size: 10pt;
    }

    .DetailFormTxtboxDisable {
        font-size: 10pt;
    }

    .DetailFormTxtboxDisableRight {
        font-size: 10pt;
    }

    .DetailFormTxtbox {
        font-size: 10pt;
    }

    .DetailFormTxtboxAlert {
        font-size: 10pt;
    }

    DetailFormTxtboxDisableRightRed {
        font-size: 10pt;
    }

    textarea.DetailFormTxtbox {
        font-size: 10pt;
    }

    select.DetailFormTxtbox {
        font-size: 10pt;
    }

    input {
        font-size: 10pt;
    }


    .floating-3box {
        width: 275px
    }

    .floating-4box {
        width: 275px
    }

    .floating-3Frmbox {
        width: 250px
    }

    .footerb {
        display: none;
    }

    .FooterMenuStatic {
        font-size: 10pt;
    }

    .LegisladorFoto {
        width: 100%; /*325px;*/
        float: left;
        text-align: center;
        padding: 0px;
        margin: auto;
    }

    .floating-innersection {
        width: 270px;
    }
}



/*==============================cell phone=======================*/
@media 
screen and (max-width: 640px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), 
    only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 640px), 
    only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 640px), 
    only screen and ( min-device-pixel-ratio: 2) and (max-width: 640px), 
    only screen and ( min-resolution: 192dpi) and (max-width: 640px), 
    only screen and ( min-resolution: 2dppx) and (max-width: 640px) {

    #ContentHeader {
        height: 120px;
    }

    /*--------------------------------------*/
    #menubutton {
        display: block;
    }

    .sidenav {
        font-size: 10px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .sidenav a {
            font-size: 10px;
        }

    .sidenavheader {
        height: 120px;
    }

    .MenuStaticSection {
        display: none
    }

    .MenuStaticSectionResp {
        position: absolute;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333 !important;
        width: 200px;
        display: block;
        /*margin: 0px 0px 0px auto;*/
        text-align: right;
        vertical-align: middle;
        right: 10px;
        top: 4px;
        text-transform: uppercase;
        /*Padding: 0px 8px 0px 8px;*/
        /*border: 1px solid red;*/
    }

        .MenuStaticSectionResp a {
            color: #333333 !important;
            text-decoration: none;
        }

            .MenuStaticSectionResp a:hover {
                color: #112E51 !important;
            }

    /*==================Tree Menu =====================*/
    .nodeLevel1 {
        font: bold 10px 'Source Sans Pro', sans-serif;
        margin-left: 0px;
        padding-left: 0px
    }

        .nodeLevel1 a:hover {
            color: #112E51;
        }


    .nodeLevel2 {
        font: 10px 'Source Sans Pro', sans-serif;
        margin-left: 0px
    }

        .nodeLevel2 a:hover {
            color: #112E51;
        }

    .nodeLevel3 {
        font: 10px 'Source Sans Pro', sans-serif;
        padding-left: 2px
    }

        .nodeLevel3 a:hover {
            color: #112E51;
        }

    /*-------------------------------------*/
    #loginwin {
        width: 80%
    }

    .imglogin {
        width: 75%
    }

    #FrmBody {
        width: 100%
    }
    /*#FrmFooter   {height: 40px;}*/

    .floating-mainsection {
        width: 100%
    }

    .floating-smallsection {
        width: 100%
    }

    .floating-innersection {
        width: 100%;
    }

    #sutralogo {
        padding-top: 6px;
        text-align: center;
        border: 0px solid #8D8E8F;
        width: 100%;
        float: left;
        display: block;
    }

    #sutra_logo {
        width: 85px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*width: 50%;*/
        border-bottom: 3px solid #8D8E8F;
        /*float: left;*/
    }

    #hdrtitleA {
        text-align: center;
        width: 350px;
        font-size: 11pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* border: 1px solid red;*/
    }

    #hdrtitleB {
        width: 350px;
        text-align: center;
        font-size: 8pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #hdrtittlesub {
        font-size: 8pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .normalftrtxt {
        font-size: 8pt;
    }

    .ModuleDesc {
        font-size: 8pt;
        width: 90%;
        text-align: left;
        /*border: 1px solid red;*/
    }


    #hdrtittlesubA {
        font-size: 6pt;
        width: 350px;
        text-align: left;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #hdrtittlesubB {
        font-size: 6pt;
        width: 350px;
        text-align: right;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* border: 1px solid red;*/
    }

    #hdrlogo {
        display: none
    }

    #MainSection {
        width: 100%
    }


    /*===================== Tabs  ====================================================================*/
    .tabtrunc {
        display: none;
    }

    .statictab {
        text-overflow: ellipsis;
    }

    .hovertab {
        text-overflow: ellipsis;
    }

    .selectedTab {
        text-overflow: ellipsis;
    }

    .disabledTab {
        text-overflow: ellipsis;
    }

    /*===================================================================================*/

    .SectionTitle {
        font-size: 10pt;
    }

    .BoxSection {
        font-size: 10pt
    }

    .input.ComandBtn {
        width: 75px
    }

    label.DetailFormLblFixed {
        min-width: 100%;
        font-size: 10pt;
    }

    .DetailFormLblFixed {
        min-width: 100%;
        font-size: 10pt;
    }

    label.DetailFormLbl {
        min-width: 100%;
        font-size: 10pt;
    }

    .DetailFormLbl {
        min-width: 100%;
        font-size: 10pt;
    }

    .DetailFormValuelbl {
        min-width: 100%;
        font-size: 10pt;
    }

    .floating-3box {
        width: 275px
    }
    /*
.floating-4box { width:275px }
    .footerb {display: none;}
*/


    glyphicon glyphicon-home {
        font-size: 8pt;
    }

    .LegisladorFoto {
        width: 100%; /*325px;*/
        float: left;
        text-align: center;
        padding: 0px;
        margin: auto;
    }

    .FooterMenuStatic {
        font-size: 6pt;
    }

    .linktxt {
        font-size: 10pt;
    }

    .bodylinktxt {
        font-size: 10pt;
    }

        .bodylinktxt:visited {
            font-size: 10pt;
        }

        .bodylinktxt:active {
            font-size: 10pt;
        }
}






