﻿
.DivTitle
{
 
  height:50px;
  background-color:#8d9db6; 
  line-height:2;
  border-radius:6px;
}

.ParametersBar
{
    height: 40px !important;
    background-color: #003366;
    border-radius: 6px;
    margin-top: 5px;
    padding-top: 6px;
    padding-left: 2%;
    color: White;
}

.Divmsg
{
  height:50px;
  width:80%;
  line-height:2;
  border-radius:6px;
  background-color:#8d9db6; 
  margin-top:10px;
  margin-bottom:10px;
}

.lblreciddiv
{
    width: 16%;
    height: 36px !important;
    display: inline-block;
    background-color: #006699;
    border-radius: 6px;
    text-align: center !important;
    height: 36px;
    padding-bottom:10px;
    color:White;
}

.DivNavegationBotton
{
    width: 16%;
    height: 36px;
    display: inline-block;
    text-align: center;
    background-color: #006699;
    border-radius: 6px;
}


 .DivNavegationBotton:hover
 {
	background: linear-gradient(180deg, #468CCF 5%, #63B8EE 100%);
 }
 

.DivImgMaster
 {
   height:60px;
 }
 
 .DiveTopMasterRow2
 {
     width: 98%;
     height:50px; 
     background: #006699;
     float:left;    
     position:relative;
     padding-bottom:10px;
     margin-left:1%;
     border-radius:10px;
     margin-bottom:2px;
 }
 
 .toggleDiv
{
   display:none;
}

.animatedNav
{
    /* Add background only if you want full width navigation color bar */
    background: transparent none repeat scroll 0 0;
    height: 52px;
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.animatedNav > ul{
	margin:0 auto;
	float:left;
    
}
.animatedNav > ul > li{ 
   
	float: left;
	cursor: pointer;
	list-style-type: none;
	padding: 13px 25px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	position:relative;
    width :100%;
    z-index:1;
}

.animatedNav li:hover
{
    background: #003366;
    border-radius: 10px;
}

.animatedNav > ul > li > a
{
    font-family: 'Raleway' , sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.animatedNav ul li a:hover
{
    color:White !important;
}


.animatedNav li ul{
	position:absolute;
	list-style:none;
	text-align:center;
	width:200px;
	left:50%;
	margin-left:-90px;
	top:32px;
	border-radius:12px;
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}


.animatedNav li ul TrInputs
{
    background-color: #003366;
    
}

.animatedNav li ul li a{
	padding:12px;
	color:#000000;
	text-decoration:none;
	display:block;
}

.animatedNav li ul TrInputs:hover{
	background-color:#006699;
	
}

.animatedNav li ul TrInputs:first-child{
	border-radius:3px 3px 0 0;
	margin-top:25px;
	position:relative;
    text-align: justify;
}

.animatedNav li ul TrInputs:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#00c08b;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

.animatedNav li ul TrInputs:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.animatedNav li:hover ul{
	max-height:300px; /* Increase when adding more dropdown items */
}

 .animatedNav.unfull{
	background:none;	  
 }

.flyUpDiv
{
    background-image: linear-gradient(to bottom right, #C5D8EB, white);
    position: absolute;
    margin-right: 4% !important;
    top: -10%;
    left: 38% !important;
    height: 600px !important;
    width: 60% !important;
    z-index: 2;
    color: #FFFFFF;
    border-radius: 20px 20px 10px 10px;
  
    
}

@-webkit-keyframes moveToUp {
   from {top: 100%;}
    to  {top: 5%;}
}

@keyframes moveToUp {
    from {top: 100%;}
    to {top: 5%;}
}

.flyDownDiv
{
    background-image: linear-gradient(to bottom right, #C5D8EB, white);
    position: absolute;
    margin-right: 4% !important;
    top: 20%;
    left: 38% !important;
    height: 500px !important;
    width: 60% !important;
    z-index: 2;
    color: #FFFFFF;
    border-radius: 16px 0px 16px 0px;
    -webkit-animation: moveToDown 0.3s linear;
    animation: moveToDown 0.3s linear;
    animation-fill-mode: forwards; 
}

@-webkit-keyframes moveToDown {
   from {top: 5%;}
    to  {top: 100%;}
}

@keyframes moveToDown {
    from {top: 5%;}
    to {top: 100%;}
}

.TextBoxStyle
{
    position: relative;
    width: 92% !important;
    height: 22px;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #99CCFF;
    border-radius: 4px;
    -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;
    padding-left:2%;
    text-align:center;
    top: 0px;
    left: 0px;
}

.TextBoxStyle:focus
{
    border: medium solid #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);
}

.RadioText
{
    font-family:Arial !important;
    font-size: large !important;
    text-indent: 5px;
}

.Req
{
    border-right: 1px solid #99CCFF;
    border-top: 1px solid #99CCFF;
    border-bottom: 1px solid #99CCFF;
    border-left: 8px solid #CC0000;
}

 .form-control
{
   
    position: relative;
    display:block;
    width: 90%;
    height: 32px;
    font-size: 18px;
    color: #333333;
    text-align:center;
    background-color: #fff;
    background-image: none;
    border: 1px solid #99CCFF;
    border-radius: 4px;
    -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;
    top: 0px;
    left: 3px;
}

.form-controlReq
{
   
    position: relative;
    display:block;
    width: 90%;
    height: 28px;
    font-size: 14px;
    color: #333333;
    text-align:center;
    background-color: #fff;
    background-image: none;
    border: 1px solid #99CCFF;
    border-radius: 4px;
    -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;
    top: 0px;
    left: 3px;
      border-right: 1px solid #99CCFF;
    border-top: 1px solid #99CCFF;
    border-bottom: 1px solid #99CCFF;
    border-left: 8px solid #CC0000;
}

.TextBoxStyleReq:focus
{
    border: medium solid #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);
}

.Labelrightext
{
    position:relative;
    width:95% !important;
    height:auto;
    text-align:left;
    font-size: 14;
    font-family: Times New Roman;
    color:Black;
    font-weight: 700;
    font-size: 14;
    left:0px;
}


.EditButtom
{
    width:100%;
    height:36px;
    font-family: Arial;
	color: #FFFFFF;
	font-size: 16px;
    display:inline-block;
	align-items: center;
	cursor:pointer;
}



.btnedit
{
    width: 100%;
    font-family: Arial;
    font-size: 15px;
    font-weight:bold;
    display: block;
    text-align: center;
    background-color: transparent;
    border-style: none;
    color: #FFFFFF;
    cursor:pointer;
}

.ButtonStyle
{
    margin-top:20px;
  
}

.LeftEditButtom
{
    width:70%;
    height: 36px;
    position:relative;
    display:inline-block;
    float:right;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    border-top-right-radius:10px;
    background-color: #006699;
    padding-top:10px;
}

.uploadbutton
{
    border-style: none;
    position: relative;
    display: inline-block;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    font-weight:bold;
    border-radius: 4px;
    background-color: #006699;
}

.RightEditButtomAdd
{
    width: 30%;
    height: 36px;
    float:left;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
  
    border-radius: 4px;
  
    background-image: url('Images/Buttons/add.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    background-color: #006699;
}

.RightEditButtomSave
{
    width: 30%;
    height: 36px;
    float:left;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    background-image: url('Images/Buttons/Save.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    background-color: #006699;
}

.btnpdf
{
    background-image: url('Images/System/PDF.png');
    background-repeat: no-repeat;
}

.btnReference_
{
    background-image: url('Images/Buttons/Reference.png');
    background-repeat: no-repeat;
}

.btnselect
{
    background-image: url('Images/Buttons/Select.png');
    background-repeat: no-repeat;
}

.btnRemoveFile
{
    background-image: url('Images/Buttons/RecycleBin1.png');
    background-repeat: no-repeat;
}

.RightEditButtomDelete
{
    width: 30%;
    height: 36px;
    float:left;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    background-image: url('Images/Buttons/Delete.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    background-color: #006699;
}

.RightEditButtomClear
{
    width: 30%;
    height: 36px;
    float:left;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    background-image: url('Images/Buttons/Refresh.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    background-color: #006699;
     padding-top:10px;
}

.LeftEditButtom:hover {
	background: linear-gradient(180deg, #468CCF 5%, #63B8EE 100%);
}

  .button_Next
   {
     width:100%;
     height:36px;
     background-image:url('Images/NavegationRecords/Next.png');
     background-repeat:no-repeat;
     background-position:center;
     display:inline-block;
     border-style:none;
     cursor:pointer;
   }
   
    .button_Previous
   {
     width:100%;
     height:36px;
     background-image:url('Images/NavegationRecords/Previous.png');
     background-repeat:no-repeat;
     background-position:center;
     display:inline-block;
     border-style:none;
     cursor:pointer;
   }
 
    .button_First
{
    width: 100%;
    height: 36px;
    background-image: url('Images/NavegationRecords/First.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    border-style:none;
    cursor:pointer;
}

    .button_Last
   {
     width:100%;
     height:36px;
     background-image:url('Images/NavegationRecords/Last.png');
     background-repeat:no-repeat;
     background-position:center;
     display:inline-block;
     border-style:none;
     cursor:pointer;
   }
   
  .InputsControlsDiv
{
   
    background-color: #BDC7D7;
    margin-top: 2px;
    padding-top:2px;
    padding-Left:10px;
    padding-bottom:8px;
    border-radius: 5px;
   
}

.lblrecid
{
    height:20px;
    color: #FFFFFF;
    line-height:4.3;
}

.RightEditButtomPrint
{
    
    width: 30%;
    height: 36px;
    float:left;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    cursor:pointer;
    border-radius: 4px;
    background-image: url('Images/Buttons/printmgr.png');
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    background-color: #006699;
}

.LabelTitle
{
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 2.5;
    color: White !important;
    font-size: medium;
    font-weight: bold;
    font-family: 'Times New Roman' , Times, serif;
    font-style: italic;
}

.txtfind
{
   width:100%;
   height:30px;
   text-align:center;
   line-height:2.5;
}


.LoginLogoImage
       {
           width:100px;
           height:100px;
           position:relative;
           float:left;
           display:block;
       }
       
.lblaccountunit
{
    font-family: 'Times New Roman' , Times, serif;
    text-align: right;
    padding-left: 100px;
    color: #800000;
    height: 40px;
    line-height: 3;
    font-weight: bold;
}
  
 .togglebtn:hover
{
    background-color: #CC3300;
} 

.DivSignout:hover
{
    color: #003366;
}       



.StaticMenuStyle1
{
    position: relative;
    width: 250%;
    height: 30px;
    background-color: #F0F0F0;
    text-align: left;
    color: Black;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    border-radius:4px;  
}

.GridStyle
{
   width:100%;
   color:Black;
   font-family: "Times New Roman";
}

.GrdHead
{
    height: 40px;
    background: #6C82A2;
    color: White;
    text-align:center;
}

.GrdAlturnet
{
    height: 35px;
    background: #D8DEE7;
    text-align:center;
    font-size:small;
}

.GrdRows
{
    height: 35px;
    background: #8d9db6;
    text-align:center;
    font-size:small;
}

.grdselectrow
{
    background-color: #003366;
    height: 35px;
    color: #FFFFFF;
    font-size:small;
}

.btn_search
{
    width: 100%;
    height: 36px;
    background-image: url('Images/System/T3.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-color: transparent;
    border-style: none;
    cursor:pointer;
}

.Dropdownlist
{
    border: thin solid #3366CC;
    border-radius: 4px;
    color: rgb(33,33,00) !important;
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    vertical-align: middle;
    height: 28px;
    width: 90% !important;
    background-color: #E4E4E4;
    cursor:pointer;
}

.Dropdownlist:focus
{
    border-width: medium;
}
        
.DropdownlistReq
{
    height: 28px;
    width: 90% !important;
    border-width: 1px 1px 1px 8px;
    border-color: #3366CC #3366CC #3366CC #CC0000;
    border-radius: 4px;
    color: rgb(33,33,00) !important;
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    vertical-align: middle;
    background-color: #E4E4E4;
    cursor:pointer;
}

.DropdownlistReq:focus
{
    border-width: medium;
}

.button_Done
{
    position:relative;
    height:30px !important;
    background-image:url('Images/Buttons/check.png');
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    line-height:1.5;
    color: white;
    background-color: #333333;
    border: 1px solid #333333;
    clear:both;
    top: 3px;
    left: 0px;
    margin-right: 0px;
    cursor:pointer;
}

.button_Refresh
{
    position:relative;
    width:100%;
    height:30px;
    background-image: url('Images/Refresh.png');
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
    cursor:pointer;
    color: white;
    background-color: #333333;
    border: 1px solid #333333;
 
}

.lblTitle
{
  position:relative;
  width:95%;
  color:White;
  font-size:large;
  font-weight:bold;
  font-family:Times New Roman;
  background-color:#003366;
  text-align:center !important;
  top:0px;
}

.RadioStyle
{
    
}

.ChkboxStyle
{
    
}

.RdbList
{
    width:90%;
    background-color:#F0F0F0;
    cursor:pointer;
}

.TxtSearch
{
     position:relative;
     width:92%;
     background-image:url('Images/System/search.png');
     background-repeat:no-repeat;
     border: 1px solid #0066FF;
     height:20px;
     text-align: center;
     color: #003366;
     font-weight: 700;
}

.FlatList
{
    width:100%;
    position:relative;
    display:block;
    border:1px solid #3399FF;
    font-size:small;
    font-family:Arial;
}

.SystemLogoText
{
   font-family: 'Agency FB';
   font-weight: 700;
   font-size:20px;
}

.ValedationMsg
{
    width: 200px;
    height: 25px;
    color: #FF0000;
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    border: thin solid #FF0000;
    border-radius: 4px;
    position: absolute;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
    background-color: #CCCCFF;
}

.updateprogresses
{
    background-image: url('Images/System/progressbar2.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333333;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    z-index:1;
}

.DynamicPnl
{
  max-height:350px;
  width:100%;
}

 .DropdownEditBar
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: medium;
    background-color: #006699;
    border-radius: 4px;
    color:White;
    padding-right:10%;
    cursor:pointer;
}   

.DropdownEditBar:hover
{
   background: linear-gradient(180deg, #468CCF 5%, #63B8EE 100%);
    color:Black;
} 
        
     
     .customCalloutStyle .ajax__validatorcallout_icon_cell
        {
            width: 20px;
            padding: 5px;
            border-right: none;
        }
        
 .Rotate90degree {
    z-index: 10;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -sand-transform: rotate(90deg);
    -transform: rotate(90deg);
   
}








        
