/* ================================
    CSS STYLES FOR Module CreateProfile
   ================================
*/

.emailCheck 
{
    font-size: 14px;
}

.modalPanel {
background-color:#ffffff;
border-width:3px;
border-style:solid;
border-color:#A2C4D0;
padding:3px;

}

.modalBg {
background-color:#cccccc;
filter:alpha(opacity=80);
opacity:0.8;
}

.btnOne
{
	width: 100px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url('images/btn100.gif');
	border-style: none;
	border-bottom: solid 0px #FFFFFF;
}
.btnOne:hover
{
	width: 100px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	background-image: url('images/btn100over.gif');
	border-style: none;
	cursor: pointer;
	
}
.title
{
    font-size: 24px;
    color: #27779c;
    width: 100%;
    border-bottom: 1px solid #27779c;
}
.section
{
    width: 250px;
    float: left;
    font-size: 16px;
    color: #27779c;
}

.errorMsg
{
    color: Red;  
    font-size: 14px; 
}

.forgotPwd
{
    color: Black;   
    font-size: 14px;
}

.LabelText
{
	font-size: 14px;
}

.ValidationSummary
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 0px 5px;
	
}

.ValidationSummary ul
{
	border-top: 1px solid #f88b8b;
	font-weight: normal;
	margin: 2px -5px;
	padding: 5px;
}

.ValidationSummary li
{
    margin-left: 20px;
}

.label-info-small
{
	font-size:10px;
    margin-bottom:5px;
}
.hiddenDiv
{
    display:none;
}

.glyphParent {
    display: table;
    table-layout: fixed;
    height: 32px;
    margin-top: -1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.glyphSon {
    display: table-cell!important;
    vertical-align: middle;
    text-align: center;
}

    .control-list>input{
        width: 10%;
        float: left;
    }

    .control-list>label{
        width: 90%;
        float: left;
        margin-top: 0;
        font-weight: normal;
        padding-left: 5px;
    }

    .control-list td{
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .control-list td label{
        width: auto;
        font-weight: normal;
        padding-left: 5px;
    }

.scrollable-list {
    height: 20em;
    overflow: auto;

    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    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,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.modal-content {
    top: 30% !important;
}



@media (min-width: 768px) {

    .control-list > input {
        width: 5%;
        float: left;
    }

    .control-list > label {
        width: 45%;
        float: left;
        padding-left: 0;
    }

    .control-list td {
        width: 50%;
        float: left;
        margin-top: 5px;
    }

    .modal-content {
        top: 0 !important;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .modal-content {
        top: 0 !important;
      
    }
}

@media only screen and (max-device-width: 480px) {
    .modal-content {
        top: 0 !important;
       
    }
}