/* Added by Mukesh K. Saxena */

ul.error,div.error {
	color: #FF0000;
    font-size: 11px;
    font-weight: 600;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.over-lay {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader.gif') 50% 50%  no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .over-lay {
    display: block;
}
.input-small {
    width: 90px;
}
.default-avatars-container {
	width: 60px;
	height: 60px;
	margin: 3px;
	padding: 2px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}
.default-avatars {
	width: auto;
	height: auto;
	max-width: 56px;
	max-height: 56px;
	vertical-align: middle;
}

.img-container-helper {
	display: inline-block;
	width: 0px;
    height: 100%;
	margin-left: -4px;
    vertical-align: middle;
}

.padding-none {
	padding: 0px !important;
}

/*Please make this next line more specific*/
.active {
	background-color: #009DDC !important;
}
.sidebar .active{
	/* background-color: #009DDC !important; put this in an individual module if needed, it should not be global */
	background-color: transparent !important;
}

.loaded {
	 background: none repeat scroll 0 0 #009DDC !important;
}
.margin-15px {
	margin-left: 15px !important;
}
.margin-185px {
	margin-left: 185px !important;
}

.hint {font-size: 11px; color:#5B5B5B;}
.success {font-size: 12px; }
.title_bg_Sarch { background: url("../images/check_box_bg.png") repeat scroll 0 0 #FFFFFF !important;}
.radio_label_search{width:61px;}
.checkbox_label_search{width:70px;}

.row-fluid h3.RegistrationHeading {
float:left;
}

.formSettingStep {
	float: left;
    padding: 15px 0 0;
    width: 100%;
}
.topDown{
	
	padding: 13px 10px 0;
}
.backButton{
	float:right;
	margin:0px 10px 0px 0px;  !important;
	padding:5px  !important;
	font-size: 0.8em !important;

}
#online-partnership textarea.form-control { height: auto;}

.popup-link{
	 padding:10px 0 0 10px;
    position: relative;	
}
.newTableHeading{
	font-size:20px;
}
.font-bold{
	font-weight:bold !important;
}.textarea-width{
	height: 149px !important;
    width: 392px;
}
.font-color{
	color:#009DDC;
	font-size:13px;
}

.partner-request-text{
	padding:20px 20px 20px 0;
	color:#5B5B5B !important;
}

.hover-text{
	color:#009DDC;	
}
.hover-text:hover{
	color:#5B5B5B;	
}

.pop-up-message-block{
	overflow:auto;max-height:300px;
}
.border-bottom {border-bottom: 1px solid #E5E5E5;}

.margin-top {margin-top: 10px;}

.modal-header-popup{ /*18-6-2014*/
	border-bottom: 1px solid #e5e5e5;
    min-height: 53.429px;
    padding: 15px;
}
.modal-footer-popup{ /*18-6-2014*/
	border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
}
.icon-info { cursor: pointer;}

.disable-box{ /* 20-6-2014 */
	padding:15px !important;
	border:1px solid #ccc !important;
}
