/* For IE content under scroll issue */
@-ms-viewport {
    width: auto !important;
}

/* paddings */
.pad-left-10 {
    padding-left: 10px;
}
.pad-20{
	padding:20px;
}
.pad-20-bottom {
    padding-bottom: 20px;
}
.pad-r-0{
	padding-right:0px;
}
.pad-L-0{
	padding-left:0px;
}
.pad-left-5{
	padding-left:5px;
}	
.pad-3-top{
	padding-top:3px;
}
.pad-10-top{
	padding-top:10px;
}
.pad-15-top {
    padding-top: 15px;
}
.pad-10-bot{
	padding-bottom:10px;
}
.pad-5-bot{
	padding-bottom:5px;
}
.pad-bottom-10-xs{
	padding-bottom:10px;
}
.pad-bottom-0{
	padding-bottom:0px;
}
.pad-top-0{
    padding-top:0px !important;
}
/* ******************************** */
/*margins*/
.margin {
    margin: 0px;
}
.mar-R-L-30{
	margin:0px -30px;
}
.mar-R-L-40{
	margin:0px -40px;
}
.mar-top-20{
	margin-top:20px;
}
.mar-bottom-10{
	padding-bottom:10px;
}
p {
    margin: 0 0 10px !important;
}

.top-3 {
    top: 3px;
}
.rsx-pad-responsive {
    padding-bottom: 0px !important;
}
.col-lg-2.col-md-3.col-sm-3.col-xs-12 {
    padding-top: 0px !important;
}
/* ******************************** */
/* border */
.top-border-gray-light {
    border-top: 1px solid #d4d4d4;
}

.bottom-border-gray-light {
    border-bottom: 1px solid #d4d4d4;
}

.left-border-gray-light {
    border-left: 1px solid #d4d4d4;
}

.right-border-gray-light {
    border-right: 1px solid #d4d4d4;
}

.box-border-gray-light {
    border: 1px solid #d4d4d4;
}

.noBorder {
    border: none !important;
}

.noBorderTop {
    border-top: none !important;
}

.noBorderRight {
    border-right: none !important;
}

.noBorderBottom {
    border-bottom: none !important;
}

/*  ******************************* */

/* ********************************* */
/* spacer */
.spacer25 {
    height: 25px;
}

.spacer55 {
    height: 55px;
}
/* ********************************* */

.text-underline {
    text-decoration: underline;
}

/* ********************************* */
/*text colors*/

.txtBlack3 {
    color: #4A4A4A;
}

.txtGrey1 {
    color: #333333;
}

.txtGrey2 {
    color: #555555;
}

.txtYellow2 {
    color: #dfa32a;
}

.txtBlue2 {
    color: #005499;
}

.txtBlue3 {
    color: #004A8B;
}

.txtGrey3 {
    color: #999999;
}

.txtBlack1 {
    color: #161616;
}

.txtBlack3 {
    color: #151515;
}

.txtBlack4 {
    color: #0E0E0E;
}

.txtBlack5 {
    color: #333333;
}
/* ********************************* */

.line-grey1{
	border-color:#d4d4d4;
	border-width: 2px;
}

/*txt font*/

/* ********************************* */
.txtSize18 {
    font-size: 18px !important;
}
.txtSize12{
	font-size:12px;
}
.txtSize19 {
    font-size: 19px;
}

.txtSize22 {
    font-size: 22px;
}

.txtSize20 {
    font-size: 20px;
}
.txtSize40{
	font-size:40px;
}
/* ********************************* */

/*txt formatting*/
/* ********************************* */
.txtR {
    text-align: right;
}

.txtL {
    text-align: left;
}
/* ********************************* */

/*txt style*/
/* ********************************* */
.txtUnderline {
    text-decoration: underline;
}
.no-txtUnderline {
    text-decoration: none;
}
.txtStyleNone:hover {
    text-decoration: none;
}

.block {
    display: block;
}

a:hover, a:focus {
    text-decoration: underline;
}

.wordWrap {
    word-Wrap: break-word;
}
/* ********************************* */
/* line Heights */

.txtLineHeight-16 {
    line-height: 16px;
}

.txtLineHeight-18 {
    line-height: 18px;
}

.txtLineHeight-20 {
    line-height: 20px;
}

.txtLineHeight-21 {
    line-height: 21px;
}

.txtLineHeight-22 {
    line-height: 22px;
}

.txtLineHeight-26 {
    line-height: 26px;
}
.txtLineHeight-30{
	line-height:30px;
}

/* line Heights */
.border-radius-5{
	border-radius:5px;
}
/** Background-color **/
.bgGrayLight3{
	background-color:rgba(242, 242, 242, 1);
}
/* .loader-fixed { 
     bottom: 0px;
     top: inherit; 
 } */
.error .form-control::placeholder{
    color: #bd2025;
}
.inlineBlock{
	display:inline-block;
}
.txt-center{
	text-align:center;
}
.inLine{
	display:inline;
}
.ctrl_Elt1 .ctrl_element{
	left:-13px;
}
.ctrl_Elt1 small{
	font-size: 11px;
}
.icon-panel{
	max-height:80px;
	min-height:80px;
	overflow:hidden;
	vertical-align:middle;
}

/*footer{
	background: #00549a;
	text-align:center;
}*/
.mousePointer{
cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
    .no-border-xs {
        border:none !important;
    }
    .pad-0-v-xs {
        padding-left:0px;
        padding-right:0px;
    }
   .pad-15-v-xs{
       padding-left:15px;
       padding-right:15px;
   }
    .pad-0-left-xs{
        padding-left:0px !important;
    }
    .full-xs {
        width: 100%;
    }
	.mar-bottom-20-xs{
		margin-bottom:20px;
	}
	.mar-R-L-30{
		margin:0px;
	}
	.icon-center-xs{
		text-align:center;
	}
	.mar-bottom-30-xs{
		padding-bottom:30px;
	}
	.preference-panel{
		width:100%;
	}
	.hide-smD{
		display:none;
	}
	.ctrl_Elt1 span, .ctrl_Elt1 div{
		text-align:left;
	}
	.ctrl_Elt1 .ctrl_element{
		left:0px;
	}
	/*.graphical_ctrl{
		float:left;
	}*/
	.smD-text{
		padding-left: 45px;
		line-height: 10px;
		font-family: Arial;
		font-size: 19px;
		font-weight: normal;
	}
	.txt-Sm{
		line-height:normal;
	}
	.mar-R-L-40{
		margin:0px -20px;
	}
	.spacer-xs-20{
		height:20px;
		clear:both;
		display:block;
	}
	.mar-top-0-xs{
		margin-top:0px;
	}
    .pad-left-0-xs{
        padding-left:0px !important;
    }
    .pad-10-top-xs{
        padding-top:10px !important;
    }
   
}
@media (min-width: 767px) and (max-width: 991px) {
	.pad-top-70-xs {
		padding-top: 18px;
		display: block;
	}
	.mar-R-L-30{
		margin:0px 30px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.mar-R-L-30{
		margin:0px 30px;
	}
}

/*img.absolute.image-bottom-right.hidden-sm.hidden-xs {
    position: inherit;
}*/
.positionAbsolute{
    position:absolute
}
.margin-0-bottom{
    margin-bottom:0px;
}
.margin-0-top {
    margin-top:0px !important;
}