body 
{  
    font-family: Open sans !important;
    font-size: 13px;
    line-height: 24px;
}
 

.hidden 
{
    display: none;
}



.centerPanelUsers

{
    z-index: 1000;
    margin: 5% auto;
    padding: 30px;
    width: 550px;
    height:500px;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    overflow:scroll;
    resize:both;

}

.centerPanelEnrollment

{
    z-index: 1000;
    margin: 2% auto;
    padding: 30px;
    width: 900px;
    height:85%;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    overflow:scroll;
    resize:both;

}

.modalPanel
{

    position: fixed;
    z-index: 999;
    height: 100%;
    width: 120%;
    top: 0;
    background: rgba(0,0,0,0.6);
    
    margin-left:-20%
}

.modal

{

    position: fixed;
    z-index: 999;
    height: 100%;
    width: 120%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.4;
    -moz-opacity: 0.8;
    margin-left:-20%
}

.center
{

    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1; 

}

.center img
{

    height: 128px;
    width: 128px;

}

.pagination
{
    line-height: 26px;
    background-color:#E4E4E4;
    color:#FFF;
    font-weight: bold;       
}

.pagination span
{
    padding: 5px;
    border: solid 2px #008AFF;
    text-decoration: none;
    white-space: nowrap;
    background: #E4E4E4;
    color:#000000;
    font-weight: bold;
}

.pagination a, 
.pagination a:visited
{
    text-decoration: none;
    padding: 6px;
    white-space: nowrap;
    color:#000000;
    font-weight: bold;
}

.pagination a:hover, 
.pagination a:active
{
    padding: 5px;
    border: solid 2px #008AFF;
    text-decoration: none;
    white-space: nowrap;
    background: #F5F5F5;
    color:#000000;
    font-weight: bold;
}

.titleWithoutSearch
{
    padding-bottom: 30px !important;

}


.GridHeader
{
	background-color:#F5F5F5 !important;
	font-family: Open Sans Semi !important;
	color:black !important;
    font-size:14px;
    line-height:24px;
}

.GridHeader a
{
	font-family: Open Sans Semi !important;
	color:black !important;
    	font-size:14px;
}

.GridRow,
.GridAlternateRow
{
	background-color:white !important;
	color:#000000 !important;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 1px solid !important;
    border-color:#F5F5F5 !important;
	
}




.GridFooter
{
	background-color:#F5F5F5 !important;
	font-weight: bold !important;
	color:#008AFF;
    	font-size:15px;
    	line-height:24px;
	
}

.GridHr
{
	height:1px; width :inherit; background-color:#008AFF
}

h3
{
    font-size:24px;
    font-family: Open sans;
    font-weight:600;
    color:#000000;
    line-height: 32px;
    white-space:nowrap;
}

h4
{
    font-size:16px;
    font-family: Open sans;
    font-weight:600;
    color:#000000;
    line-height: 24px;
    white-space:nowrap;
}

.PanelNoBorders,
.PanelNoBorders2,
.PanelNoBorders3
{
	display: inline-block !important;
	

}

.PanelNoBorders2 div
{	
	padding:10px;
	padding-bottom:20px;
	background-color:#F5F5F5;

}


.PanelNoBorders2 legend,
.PanelNoBorders3 legend{
    font-size:13px;
    font-weight:600;
    color:#000000;
    line-height: 24px;
    white-space:nowrap;
}


.PanelNoBorders fieldset,
.PanelNoBorders2 fieldset,
.PanelNoBorders3 fieldset{
    border: none;
}



.PanelNoBorders legend{
    font-size:16px;
    font-weight:600;
    color:#000000;
    line-height: 24px;
    white-space:nowrap;
}

h2
{
    font-size:33px;
    font-weight:bold;
    font-family: Open sans;
    color:#000000;
    line-height: 42px;
    white-space:nowrap;
}


input[type="submit"],
input[type="button"]
{
	color: #fff !important;	
	font-weight:600 !important;
    	padding: 5px !important;
    	font-family: Open sans !important;
    	font-size: 13px;
    	border-radius: 5px;
	border: 1px solid;
	background-color:#008AFF !important;
	border-color:#008AFF !important;
    
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active
{
	color: #fff !important;	
	font-weight:600 !important;
	padding: 5px !important;
    	font-family: Open sans !important;
    	font-size: 13px;
    	border-radius: 5px;
	opacity: 0.6;
border: 1px solid;
	background-color: #008AFF !important;
	border-color:#008AFF !important;
}

input[type="button"]:disabled,
input[type="submit"]:disabled
{
	color: #fff !important;	
	font-weight:bold !important;
    	padding: 5px !important;
    	font-family: Open sans !important;
    	font-size: 13px;
	opacity : 0.5;
border: 1px solid;
	background-color: #008AFF !important;
	border-color:#008AFF !important;

    	
}

input[type="button"].blackButton,
input[type="submit"].blackButton
{
	background-color: black !important;
	border-color:black !important;
border: 1px solid;
}

textarea
{
    color: #000 !important;
    border-radius: 5px;
    font-family: Open sans !important;
    font-size: 13px;
border: 1px solid #E4E4E4;
}

input[type="text"],
input[type="password"]
{
	color: #000 !important;
	height: 21px;
    	border-radius: 5px;
    	font-family: Open sans !important;
    	font-size: 13px;
	background-color: rgba( 255,255,255,1 ) !important;
	border: 1px solid #E4E4E4;
}

select
{
	color: #000 !important;
	height: 26px;
    	border-radius: 5px;
    	font-family: Open sans !important;
    	font-size: 13px;
	background-color: rgba( 255,255,255,1 ) !important;
	border: 1px solid #E4E4E4;
}

textarea:disabled,
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[readonly]
{
    color: #000 !important;
    background-color:#F5F5F5;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    
}

select:focus,
textarea:focus,
input[type="password"]:focus,
input[type="text"]:focus
{
	border: 1px solid #008AFF;
    	border-radius: 5px;
	background-color: rgba( 255,255,255,1 ) !important;
	
	
}


.web_dialog_title
{            
    background-color: White;
    padding: 1px;
    color: #008AFF;
    font-family: Open sans;
    font-size: 24px;
}

.web_dialog_title2
{   
    padding: 1px;
    color: Black;            
    font-family: Open sans;
    font-size: 16px;
}

.align_right
{
    text-align: right;
    padding-right :5px;
}
.web_dialog_title a
{
    color: #008AFF;
    text-decoration: none
}

.anonymous_page_title{
    text-align: center;
}

.tdRegLabel
{
    width:150px;
}


.welcomeHR{
    width:100%;
    height:3px;
    background-color: #008AFF;
}

.centered
{
    
    position: absolute;
    top: 20%; 
    left: 50%;
    transform: translate(-50%,20%);
    font-family :Open sans;
    font-size :13px;
    background-color: #F5F5F5;


 }


.centered1
{
    
    position: absolute;
    top: 60%; 
    left: 50%;
    transform: translate(-50%,60%);
    font-family :Open sans;
    font-size :13px;
    background-color: #F5F5F5;


 }


.centeredDiv {
        


    position: absolute;
    top: 2%; 
    left: 50%;
    transform: translate(-50%,2%);
    font-family :Open sans;
    font-size :13px;
    background-color: #F5F5F5;
    padding-left:10px;

}



.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}


.FwdTask_web_dialog
{
    display: none;
    position: fixed;
    width: 18%;
    height: 25%;
    top: 37%;
    left: 37%;
    margin-left: -10px;
    margin-top: -10px;
    background-color:  white;
     padding: 15px;
    z-index: 102;
    font-family: Open Sans; 
    font-size:13px;color:#777;
   

}

.FwdTask_content_dialog
{
    height:99%;
    background-color:#f5f5f5;
    

}

.NoFieldset fieldset
{
border: none;
}


.grayBack{

background-color : #F5F5F5;
}



.paddingtop{

padding-top : 10px;
}