/**
 *
 * Apply Here your Custom CSS
 *
*/


#smr_dive {
	 font-size:80px;
	 font-family:Lucida Handwriting;
	 
	 
	 }  
	 
	 
/*==============================================
    MY CREATED STYLES     
    =============================================*/

.big-checkbox {width: 30px; height: 30px;}	 

.smr-red{background-color:#C00; color:#FFF}
.smr-warning{background-color:#F63; color:#FFF}
.smr-pale{background-color:#DBB457; color:#000}
.smr-cgreen{background-color:#096; color:#000}
.smr-green{background-color:#94EA6F; color:#000}
.smr-blue{background-color:#09F; color:#FFF}
.smr-lightblue{background-color:#96E4FC; color:#000}
.smr-english{background-color:#5594B3; color:#FFF}
.smr-offwhite{background-color:#FFC; color:#000}
.smr-grey{background-color:#93B5D7; color:#000}
.smr-lightgrey{border-color:#000;background-color:#CCC}
.smr-lightgreen{color:#000;background-color:#E0FAC9}
.smr-purple{color:#000;background-color:#9595FF}
.smr-pink{color:#000;background-color:#FF8AA8}
.smr-orange{color:#000;background-color:#FFC062}
.smr-yellow{color:#000;background-color:#FFFF80}


.smr-sm-error{color:#C00; font-size:12px}
.smr-error{color:#C00; font-size:14px}


.smr-text-red{color:#FF1717}
.smr-text-purple{color:#9595FF}
.smr-text-pink{color:#FF8AA8}
.smr-text-orange{color:#FFC062}
.smr-text-yellow{color:#FF0}
.smr-text-lightgreen{color:#E0FAC9}
.smr-text-red{color:#C00}
.smr-text-cgreen{color:#060}
.smr-text-sharp-blue{color:#03F}
.smr-text-green{color:#94EA6F;}
.smr-text-lightblue{color:#96E4FC}
.smr-text-white{color:#FFF}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../images/loader-1.gif) 50% 30% no-repeat rgb(249,249,249)
}	

.form-control {
  height: 28px !important;
  padding: 0px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 2px !important;
  border-color:#666 !important;
  
 
}

.input-group-addon {
	background-color:#787878 !important;
	color:#FFF !important;
	display: block;
  vertical-align: middle !important;
}
.dropdown-menu .divider {
    height: -9px !important;
    margin: 2px 0 !important;
    overflow: hidden !important;
    background-color: #e5e5e5 !important;
}		
.inactive {
    display: inline-block !important;
    min-width: 10px !important;
    padding: 3px 7px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    background-color: #666 !important;
    border-radius: 10px !important;
}
.success-chat-text {
    background:#dfece7 none repeat scroll 0 0 !important;
    border: 1px solid #dfece7 !important;
    border-radius: 2px !important;
    color: #31708F !important;
    display:inline-flex !important;
    font-size: 16px !important;
    padding: 7px 10px !important;
    font-family:Arial, Helvetica, sans-serif!important;
    position: relative;
} 
.text-success {
    color: #3C763D !important;
	text-align:left !important;

}

/* SMR ICONS */

.smr-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    display: block; /* This is required */
}

smr-icon.smr-icon-pdf{
	background:url(images/pdf_icon.png);
    background-size: cover;
}

.smr-icon.normal {
    width: 32px;
    height: 32px;
}

.smr-icon.small {
    width: 16px;
    height: 16px;
}

.smr-icon.medium {
    width: 64px;
    height: 64px;
}

.smr-icon.large {
    width: 128px;
    height: 128px;
}
smr-image{
	background:url('https://gacomp.files.wordpress.com/2013/09/adobe-pdf-document-icon.png');
    background-size: cover;
	}

.select2-container .select2-choice {
        display: block!important;
        height: 25px!important;
        white-space: nowrap!important;
        line-height: 22px!important;
    }	