label.error {
    clear: both;
    color: #ff0000;
    /*float: left;*/
    margin-left: 3px;
    text-align: left !important;
    margin-bottom: 0;
}

.form-control.error {
    margin-bottom: 5px !important;
}

.page-title .title_right {
	text-align: right !important;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	color: #000000 !important;
}
.ui-datepicker  {
	z-index: 99999 !important;
}

.fa-pencil, .fa-remove {
	font-size: 16px !important;
}

.adminCls {
    margin-left: 7px;
    padding: 5px;
}
footer .pull-right {
    float: none !important;
}
footer {
	text-align: center;
}
.myloader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .2 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

.radioBtn, .checkboBtn{
	float: left;
	padding-top: 0px !important;
}
.checkboBtn {
	position: relative;
}
.pad {
	padding: 15px !important;
}
.backColor{
	background-color: #e4e4e4;
    border: 1px solid #c4c4c4;
    color: #202020;
    margin-left: 0px;
    line-height: 0px;
}
.chkMarginLeft{
	margin-left: -23px;
	padding-left: 20px;
}


.chkImg {
  left: 0;
  top: 0;
}

.firstCircle{
	/*left: 61px;
	top: 40px;*/
}
.secondCircle{
	/*left: 61px;
	top: 40px;*/
}
.thirdCircle{
	/*left: 58px;
	top: 40px;*/
}
.circleBox {
	background-color: #F1F2F4;
	padding:5px;
}
.estimateTitle {
    color: #2C2D2F;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.plusMinusBox {
	/*background-color: #ffffff;
    border: 3px solid #f0f0f0;*/
    border-radius: 5px;
    margin-bottom: 0;
    margin-left: 115px !important;
}
.enableSign{
	display: none;
}
.circleLabel {
	position: relative; 
	height: auto; 
	width: auto; 
	margin: auto; 
	text-align: center;
}
.chkTxtLeft{
	left: -4px;
}

.removeMarginBtm{
	margin-bottom: 0px !important;
	padding-left: 35px;
}
.removeMarginBtm1{
	margin-bottom: 0px !important;
}
.conditionBox {
	padding-right: 15px;
}
textarea {
    resize: none !important;
}


@media (max-width: 980px) {
    body.nav-sm .container.body .left_col {
        background-color: #2a3f54;
    }
    
    body {
    	background: #f7f7f7 none repeat scroll 0 0;
    }
}

