body
{
    /*background-image:url('../../Images/sprite-bg.png');*/
    background-repeat:repeat-x; 
}

.lnkDiv1 {
     width: 250px !important;
}

.moema {
    background-color: #fff !important;
    width: 240px !important;
    font-weight: bold !important;
    height: 120px !important;	
}	

.mhlBottom{
    position: fixed;
    bottom: 48px;
    width: 313px;
    height: 88px;
    right: 0;
    margin-right: 20px;
}


.head {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    background: #1c85da;
}

.headTxt
{
    font-family:Gabriola; 
    font-size:30px;
    font-weight:bold;
}

.setIcons
{
    font-size:20px;
    margin-left:0px; 
    margin-top:0px;  
    color:#fff;
    cursor:pointer;
}


.SiginBtn {
    background-color: #f6762b;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    width: 86%;
    margin: 0px 30px 30px 30px;
} 


.SiginOtpBtn {
    background-color:#f6762b;
    border-radius:4px;
    color:#fff;
    font-size:14px; 
    width:40%; 
    margin:20px 30px 30px 2px;
} 

.button--moema {
    background-color: #fff;
    width: 170px;     
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    float: left;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    background: linear-gradient(to bottom,#FFF,#f1ecec) #DDD;
    border: 1px solid #DDD;
    font-weight: bold;
}
                
.button--moema:hover {
	/*-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;	
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;*/
    text-decoration:none;   
    float:left;
    color: #000;
	/*background-color: #fff;*/
     background: #eee;
    border: 1px solid #ccc;

} 

a:hover
{
    text-decoration:none;   
}

.div1
{
    position:relative;
    height:220px;
    padding-left: 80px;
    margin-top: 20px;
}
 
.BillDetails {
    background-color: #fff;
    width: 280px;
    height: auto;
    border-radius: 10px; 
    text-align: left;
    font-family: calibri;
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    cursor: pointer;
    vertical-align: top;  
    margin-left:-95px;  
    margin-top:25px;  
}

.back {
    background-color:#f6762b;
    border-radius:4px;
    color:#fff;
    font-size:14px; 
    width:40%; 
    margin:20px 2px 30px 35px;
}
.clearfixx{clear:both;}
.next {
    background-color:#f6762b;
    border-radius:4px;
    color:#fff;
    font-size:14px; 
    width:40%; 
    margin:20px 30px 30px 2px;
}
            
.bottomMenu {
    display:none;
}
 
.pageTag { 
    font-size: 25px;
    color: #fff;
    padding: 6px 0 5px;
    text-align: center;
    background: #2296f6;
}

 @keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.r1
{
    border:solid 3px #f39c12;
}

.r2
{
    border:solid 3px #00a65a;
}

.r3
{
    border:solid 3px #00c0ef;
}
 
.r4 {
    border: solid 3px #bcb300;
}

.table1
{
    border-top: 3px solid #f39c12;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table2
{
    border-top: 3px solid #00c0ef;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width:500px;
}

.td1
{
    padding:3px;
    padding-left:15px; 
    border:solid 0px #000;
}

.td2
{
    padding:3px;
    border:solid 0px #000;    
}

.td3
{
    padding:3px; 
    padding-right:15px; 
    border:solid 0px #000;
    text-align:right;
    width:80px
}

.td4
{
    border:solid 0px #000;
    border-bottom: 1px solid #ddd;
}

.th1
{
    border:solid 0px #000; 
    background-color:#fff; 
    border-bottom: 1px solid #ddd; 
    color:#0390ff;
}

.th2
{
    border:solid 0px #000;
    background-color:#fff;
    border-bottom: 1px solid #ddd; 
    border-right: 1px solid #ddd;
    color:#0390ff;
}

.td5
{
    border:solid 0px #000;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; 
}

.td6
{
    border:solid 0px #000;
    border-bottom: 1px solid #ddd;
}

.td7
{
    border:solid 0px #000;
    background-color:#fff; 
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; 
}

.setActive {  
    background: #fff;
    width: 35px;
    height: 28px; 
    border-top-left-radius:6px;
    border-top-right-radius:6px;  
    padding-right:10px;
    padding-left:10px;
    padding-top:8px; 
    margin-bottom:-10px !important;
    z-index: 1;
    position: relative;
    border: solid 1px #2e6da4;
    border-bottom: solid 0px #2e6da4;
}


.rCMenu {   
    width: 35px;
    height: 32px;  
    padding-right:10px;
    padding-left:10px;
    padding-top:8px; 
    margin-bottom:-10px !important; 
}

.ps 
{
    float:left;
}

.psa
{
    float:right;
    padding-top:6px;
    padding-left:15px;
}

.setBox {
    position: absolute;
    width: 200px;
    height: 0px;
    background-color: #fff;     
    border-radius: 8px;
    overflow: hidden;
}
              
.SignIn
{
    color:#859296;
    font-size:25px; 
    font-family:calibri;
    width:100%;
    text-align:center;     
    padding:10px;
    border-bottom:solid 1px #ebebeb;  
}

.signBox { 
   color:#000;     
}  

.signBox  button{
    font-size:20px;  
}   

.block
{
     display:block
}

.none
{
     display:none;
}
 
.infoOTP
{
     font-size:17px;
     color:red;
     text-align:center;
     padding:10px 25px; 
}
 
.fp
{
   padding-top: 10px;
    cursor: pointer;
    text-align: center;
}

.signBox button {
    font-size: 20px;
} 

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    width:auto; 
    border:1px solid #ddd;
    border-radius: 4px;
}

.rightCol {
    background-color: #fff;
    border: solid 1px #dddddd;
    border-radius: 8px;
    margin-top: 1%;
    min-height: 200px;
    color: #859296;
    font-family: calibri;
    font-size: 18px;
}

.rightCol .form-group
{
    padding:5px 40px;
    margin-bottom: 0px;
}  
            
.rightCol .form-control
{
    margin:0px 0px;
}         
.checkbox {
    padding-left: 20px;
}
            
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; 
}
.checkbox input[type="checkbox"] {opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before  {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"; 
    padding-bottom:1px;
    padding-right:1px;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%; 
}
.checkbox.checkbox-inline {
    margin-top: 0; 
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; 
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; 
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; 
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; 
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; 
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; 
}      

.pad
{
    padding-bottom:30PX;
}

.padTop
{
    margin-top:30PX;
}

.rTblDv
{
    background-color:#fff; 
    height:450px;    
    margin-top:10px;
}
.rTd1
{
    padding:1px 5px !important; 
    vertical-align:middle !important;  
    text-align:center; 
    font-weight:bold;
}

.rTd2
{
    padding:1px 5px !important;
    text-align:center;
}

.rTd3
{ 
    text-align:center;
}

.hIcon {
    padding: 5px 8px;
    position: absolute;
    top: 6px;
    left: 28px;
    border: solid 1px #fff;
    border-radius: 8px;
}
 
.fontSize
{ 
    cursor:pointer;
    color:#fff;
    font-size:22px
}    

#ChangePass {
    cursor:pointer;
}
  
.rowPad
{
    padding:8px 0px;
     text-align:center;
}

#AdjAd, #PayAgst, #PatTbl, #AdjTxt, #PayTxt, #PayBtn
{
    display:none;
} 

#tdChk1, #tdChk2, .form-check-label
{
    cursor:pointer !important;
}

#AdjTxt, #PayTxt 
{
    width:300px;
    display:none;
}

.radio, .viewBill
{
    cursor:pointer;
}

.modal-footer {
    padding: 5px 15px 15px 5px;
    text-align: right;
    border-top: 0px solid #e5e5e5 !important;  
}
 
.lnkDiv { 
    padding: 0px;
    margin-top: 30px;
    width: 180px;
    display: inline-block;
}

.searchBox {  
    height: 30px !important;
    padding: 6px !important;
    font-size: 13px !important;
    margin-left:20px;
    margin-right:20px;
}

.noStyle { 
    position:absolute;
    background-color:#337ab7;
    color:#000;
    z-index:100;
    margin:0px;
    padding:0px;
    width:250px; 
} 

.noStyle td{   
    padding:10px;      
}  
.mx {
    margin-top:5px !important;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
} 

.dateTxt {  
    height: 25px !important;
    padding: 3px !important;
    font-size: 12px !important; 
}

.modernAlertWrapper {
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 50%;
    min-height: 120px;
    min-width: 240px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 10008 !important;
    font-size: 14px;
    padding-bottom: 15px;
}

.sDiv{
	margin-bottom:10px;
	height:31px;
    padding-right:0px;
    width:270px;
}

.fBtn{
	height:30px; 
	font-size:12px
}

.fTxt{
	height:30px;  
} 

.cstDiv {
	margin-bottom:10px;
	padding-right:0px; 
	width:290px;
} 

.cstTbl {
	margin-bottom:10px;
	padding-left:5px;
} 

.cstTd {
	background-color:#337ab7;
	padding:2px !important;
} 

.cstTd1 { 
	padding:2px !important;
} 

.cstTxt {
	height:25px; 
	width:140px; 
	padding:6px;
}

.cstSch {
	padding: 3px 8px;
	font-size: 12px; 
	border-radius: 3px;
}
#LogOut{
 cursor:pointer;
}
.scroll {
overflow-y: scroll;
}

.scroll::-webkit-scrollbar-track {
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
background-color: transparent;
border-radius: 10px;
}

.scroll::-webkit-scrollbar {
width: 10px;
height: 8px;
background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
border-radius: 10px;
/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));*/
background-color: #2296f6;
}
table .form-control{height:25px;}
table input { margin: 2px 0;height:25px;}
.table-bordered{border:0;}
.table-bordered thead{border-top:1px solid #ddd;}
.table > tbody > tr > td{word-break:break-word !important;font-size:12px; padding:6px 8px;}


p {
    margin: 0px 0 4px !important;
}
  
.panel-body {
    padding: 10px;
}
.panel-primary > .panel-heading { 
    border-color: transparent;
}
.panel-primary > .panel-heading {
    color: #000; 
    font-weight: bold;
    padding: 5px 10px;
    padding-top: 10px;
    padding-left: 18px;
    background-color:transparent !important;
    border-top: solid 4px #337AB4;
    
}

.panel-primary {
    border-color: transparent !important;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px; 
}

.panel-body {
    padding: 10px;
    padding-left: 18px;
    padding-top:0px !important;
}

.tdCol
{
    width: 280px;
    padding: 5px 0px;
} 
.tdCol1
{
    width: 208px;
    padding: 5px 0px;
} 