﻿@import "https://fonts.googleapis.com/css?family=Rubik:400,400i,500";
@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600";
*
{
    margin: 0;
    padding: 0;
}
body
{
    /*font-family: rubik,sans-serif;
    color: #a0a6ad;
    font-size: 12px!important;
    font-weight: 400;*/
}
.bill-dtl-sumry{
    margin:-8px 10px!important;
}
.btn-info{
	
    background-color: #a056ad !important;
    border-color: #a056ad !important;
}
.btn-primary{
    background-color: #5b38ba !important;
    border-color: #5b38ba !important;
}
.mpoLogo img{
	width:70%; float:right; margin-top:10px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none !important;
}
h1, h2, h3, h4, h5
{
    font-family: poppins,sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #151948;
}
#main-wrapper {
    width: 100%;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;min-height: 100vh;
}

.fixedTop
{
    position:relative;
    width: 100%;
    z-index: 999;-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
}
/* Preheader */
.preheader
{
    position: relative;
    height: 35px;
    color: #fff;
    font-size: 13px;
    background: #3023ae;
    background: linear-gradient(95deg,#3023ae 40%,#c86dd7 100%) !important;
}
.preheader a
{
    color: #fff;
    line-height: 35px;
}
.preheader a:hover
{
    color: #a89fff;
}
.preheader i
{
    margin-right: 5px;
}
.user_name {
    font-size: 1em;
    font-weight: 600;
}
.userDetails_logout i {
    margin-right: 5px;
}
/* Header */
.header
{
    box-shadow: 0 4px 4px -4px rgba(0,0,0,.5);
    position: relative;
    padding: 0;
    background-color: #fff;
    height: 70px;
}
.header:after {
    content:'';
     position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/440px-VoronoiDelaunay.svg.png');
    background-size: contain;
    opacity: .2;
                   }
 
/* Left Content */
.lSide
{
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 19rem;
max-width: 19rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 1002;
will-change: left,right; 
}
.scroll-sidebar {
    height: calc(100% - 20px);
position: relative;
}

.page-wrapper
{
    background: #eaeef154;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
    flex-basis: auto;
flex-basis: auto;
padding: 0;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 0;
min-width: 0;
max-width: 100%;
min-height: 1px;
}
.page-wrapper .card-body 
{
    padding:0 !important;
}
.page-wrapper .cardbody-inner 
{
   padding:0 1.25rem !important;
}
.paybillList li
{
    list-style-type: none;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 20px;
}
.paybillList li .form-check
{
    padding: 0;
}
.lSide h4
{
    margin-bottom: 5px;
    font-size: 1.2em;
    padding:10px 20px;
    background-color:#dfdcf9;
background:linear-gradient(15deg,#3023ae 0%,#c86dd7 80%) !important; color:#fff;
}
/* Radio Check */
.button, .checkbox, .input, .radio, .select, .textarea, .toggle
{
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.checkbox, .radio
{
    margin-bottom: 4px;
    padding-left: 20px !important;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
}

.checkbox:last-child, .radio:last-child
{
    margin-bottom: 0;
}

.checkbox input, .radio input
{
    position: absolute;
    left: -9999px;
}

.checkbox i, .radio i
{
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #FFF;
}

.radio i
{
    border-radius: 50%;
}

.checkbox input + i:after, .radio input + i:after
{
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.radio input + i:after
{
    content: '';
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.checkbox:hover i, .input:hover input, .radio:hover i, .select:hover select, .textarea:hover textarea, .toggle:hover i
{
    border-color: #5D98CC;
}

.checkbox input + i:after
{
    content: '\f00c';
    top: -2px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 14px/19px FontAwesome;
    text-align: center;
}

.checkbox input:checked:hover + i:after
{
    content: '\f00d';
}

.checkbox input:checked:disabled:hover + i:after
{
    content: '\f00c';
}

.checkbox input:checked + i:after, .radio input:checked + i:after
{
    opacity: 1;
}

.inline-group:after
{
    content: '';
    display: table;
    clear: both;
}

.inline-group .checkbox, .inline-group .radio
{
    float: left;
    margin-right: 30px;
}

.inline-group .checkbox:last-child, .inline-group .radio:last-child
{
    margin-bottom: 4px;
}

.checkbox i, .icon-append, .icon-prepend, .input input, .radio i, .select select, .textarea textarea, .toggle i
{
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.checkbox input + i:after
{
    color: #3276B1;
}

.radio i
{
    border-radius: 50%;
}

.checkbox input[type=checkbox].checkbox + span, .checkbox-inline input[type=checkbox].checkbox + span, .radio input[type=radio].radiobox + span, .radiobox-inline input[type=radio].radiobox + span
{
    margin-left: -20px;
}

.form-inline .checkbox input[type=checkbox].checkbox + span, .form-inline .radiobox input[type=radio].radiobox + span
{
    margin-left: 0;
}

.form-inline .checkbox, .form-inline .radiobox
{
    padding-left: 0;
}

input[type=checkbox].checkbox + span, label input[type=radio].radiobox + span
{
    vertical-align: middle;
    line-height: 20px;
}

input[type=checkbox].checkbox + span, input[type=checkbox].checkbox + span:after, input[type=checkbox].checkbox + span:before, input[type=radio].radiobox + span, input[type=radio].radiobox + span:after, input[type=radio].radiobox + span:before
{
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

input[type=checkbox].checkbox, input[type=radio].radiobox
{
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}

label input[type=checkbox].checkbox + span, label input[type=radio].radiobox + span
{
    position: relative;
    z-index: 19;
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px;
}

label input[type=checkbox].checkbox + span:hover, label input[type=radio].radiobox + span:hover
{
    cursor: pointer;
}

label input[type=checkbox].checkbox + span:before, label input[type=radio].radiobox + span:before
{
    font-family: FontAwesome;
    font-size: 12px;
    border-radius: 0;
    content: "\a0";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
    margin-right: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f4f4f4;
    font-weight: 400;
    margin-top: -1px;
}

label input[type=radio].radiobox + span:before
{
    content: "\a0";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(255, 255, 255, .2);
}

label input[type=radio].radiobox:checked + span
{
    font-weight: 700;
}

label input[type=radio].radiobox:checked + span:before
{
    content: "\f111";
    color: #2E7BCC;
}

label input[type=radio].radiobox.style-3:checked + span:before
{
    color: #a90329;
    border-color: #a90329;
}

label input[type=radio].radiobox.style-2:checked + span:before
{
    color: #66665e;
    border-color: #4d90fe;
    font-size: 9px;
}

label input[type=radio].radiobox.style-2:checked + span
{
    font-weight: 400;
}

label input[type=radio].radiobox.style-1 + span:before
{
    font-size: 9px;
    background: #fff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
}

label input[type=radio].radiobox.style-1:checked + span:before
{
    font-size: 10px;
    color: #333;
    border-color: #333;
    background: #fff;
}

label input[type=radio].radiobox.style-1:checked + span
{
    font-weight: 400;
}

label:hover input[type=radio].radiobox + span:before, label:hover input[type=radio].radiobox:checked + span:before
{
    color: #2E7BCC;
    border-color: #2E7BCC;
}

label:hover input[type=radio].radiobox.style-3 + span:before, label:hover input[type=radio].radiobox.style-3:checked + span:before
{
    color: #a90329;
    border-color: #a90329;
}

label:hover input[type=radio].radiobox.style-2:checked + span:before
{
    color: #66665e;
    border-color: #4d90fe;
}

label:hover input[type=radio].radiobox.style-1 + span:before, label:hover input[type=radio].radiobox.style-1:checked + span:before
{
    color: #333;
    border-color: #333;
    background: #fff;
}

label:active input[type=radio].radiobox + span:before
{
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .4);
}

label input[type=radio][disabled].radiobox + span, label input[type=radio][disabled].radiobox:checked + span, label:hover input[type=radio][disabled].radiobox:checked + span:before
{
    color: #A7A7A7;
    cursor: not-allowed;
}

label input[type=radio][disabled].radiobox:checked + span:before
{
    content: "\f111";
}

label input[type=radio][disabled].radiobox + span:before, label input[type=radio][disabled].radiobox:checked + span:before, label:active input[type=radio][disabled].radiobox:checked + span:before, label:hover input[type=radio][disabled].radiobox:checked + span:before
{
    background: #eee !important;
    border-color: #CCC !important;
    box-shadow: none;
    color: #A7A7A7;
}

.inline-group .checkbox, .inline-group .radio
{
    float: left;
    margin-right: 30px;
}

.checkbox, .radio
{
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.radio input + i:after
{
    background-color: #3276B1;
}
.paybillList .lastBill_table_visible
{
    display: block;
}
.lastBill_table th
{
    vertical-align: middle !important;
    padding: 5px !important;
    font-weight: 500;
    color: #fff !important;
    background-color:#5b38ba;
    font-size:14px;
}
.lastBill_table td
{
    border: 1px solid #ddd !important;
    vertical-align: middle !important;
    padding: 5px 10px !important; font-size:14px;
}
.lastBill
{
    font-weight: 600;
    font-size: 1em;
    color: red;
}
/* Wrapper Style */
.page-header {
    padding:3px 30px;
    background-color:#fff;box-shadow: 0 0 4px #ddd;
}
.page-header .page-title {
    color: #1e88e5;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 30px;
    font-size:18px;
    text-align:right;
}
.page-wrapper > .container-fluid, .page-wrapper > .container-lg, .page-wrapper > .container-md, .page-wrapper > .container-sm, .page-wrapper > .container-xl {
    padding:10px 30px;
    min-height: calc(100vh - 180px);
}
.billView-header h1 {
    font-size: 18px;
    text-align: center;
  
    padding: 4px 10px;
    margin-bottom: 0 !important;
}
.table td, .table th{
    padding: .3rem !important;
    border-bottom: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px!important;
}
/* Bill View */
.bill-details 
{
    padding:2px 10px;
}
.billView-header 
{
    padding:0 !important;
    background-color:transparent !important;
}
@media screen and (max-width: 999px)
{
    .mpebLogo img
    {
        max-width: 100%;
    }
    .mpoLogo
    {
        display: none;
    }
    .lSide
    {
        flex: auto;
flex: initial;
flex: none;
max-width:100% !important;
width:100% !important;
    }
    .scroll-sidebar {
    height: 100%;
}
    .page-wrapper
    {
          flex: auto;
flex: initial;
flex: none;
max-width:100% !important;
width:100% !important;
    }
    #main-wrapper 
    {
        display:block !important;   
        }
    .lastBill_table_visible
    {
        display: none !important;
    }
    .col-sm-6
    {
        margin-bottom: 10px;
    }
    .paybillList
    {
        margin-bottom: 0;
    }
    .lastBill_table_visible.show 
    {
        display:block !important;
        padding:15px;
    }
    .sidebar-footer 
    {
        display:none;
    }
    .page-wrapper > .container-fluid, .page-wrapper > .container-lg, .page-wrapper > .container-md, .page-wrapper > .container-sm, .page-wrapper > .container-xl {
    padding: 10px 10px;
    min-height: calc(100vh - 180px);
}
.page-header .page-title 
{
    text-align:left; font-size:20px!important;
}
.buttons .col-lg-6, .buttons .col-md-6, .buttons .col-sm-6, .buttons .col-xs-6
{
    margin-left:0 !important;margin-right:0 !important;
    padding-left:0 !important;padding-right:0 !important;
}

}
.sidebar-footer {
    background: #3023ae;
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 320px;
    height:50px;
    line-height:50px;
    padding:0 20px;
}
.footer
{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    line-height: 50px;
    z-index: 1;
    background: #3023ae;
    color:#fff;
background: linear-gradient(95deg,#3023ae 40%,#c86dd7 100%) !important;
}
.form-group {
    margin-bottom: 0rem !important;
}
.billTable 
{
    margin-bottom:0 !important;
}
.billTable td 
{
    font-weight:600;
}
.deptBanner 
{
    background-color:#f1f4f7;   
    padding:10px;
}
.deptBanner img 
{
    height:50px;
}
.mobileInput
{
    width:250px !important;
    display:inline-block;
    padding:6px 10px;
    border:1px solid #ddd;
    border-radius:3px;
}
.buttons .btn 
{
    padding:.475rem .75rem;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 1000px)  
{
    .deptBanner .col-md-2 
    {
      text-align:center !important;
    }
    .deptBanner .col-md-10 
    {
     text-align:center !important;
    }
    
}
@media screen and (max-width: 999px)  
{
    .page-header .page-title {
    font-size: 15px;
}

.dataTable  
{
    margin-bottom:10px !important;
}
	/* Force table to not be like tables anymore */
	.dataTable, .dataTable thead, .dataTable tbody, .dataTable th, .dataTable td, .dataTable tr,
	.dataTable2, .dataTable2 thead, .dataTable2 tbody, .dataTable2 th, .dataTable2 td, .dataTable2 tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.dataTable thead tr, .dataTable2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.dataTable tr, .dataTable2 tr { border: 1px solid #ccc; }
	
	.dataTable td, .dataTable2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; font-size: .9rem;
	}
	
	.dataTable td:before, .dataTable2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;font-weight: 700;
		text-align:left !important;
	}
	
	/*
	Label the data
	*/
	.dataTable td:nth-of-type(1):before { content: "IVRS ID "; }
	.dataTable td:nth-of-type(2):before { content: "Bill Month"; }
	.dataTable td:nth-of-type(3):before { content: "Bill Issue Date"; }
	.dataTable td:nth-of-type(4):before { content: "Bill Amt."; }
	.dataTable td:nth-of-type(5):before { content: "Due Date"; }
	
	
	/*
	Label the data
	*/
	.dataTable2 td:nth-of-type(1):before { content: "Surcharge Amt. "; }
	.dataTable2 td:nth-of-type(2):before { content: "Bill Amt. After Due Date"; }
	.dataTable2 td:nth-of-type(3):before { content: "Payment Amt. "; }
	
}


/* Logged off */
/* 404 error page */
.errow_wrap {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.error_heading {
	margin-top: 10px;
}

.error_heading h3.headline {
	font-size: 200px;
	font-weight: 800;
	line-height: 1;
	color: #2a93c9;
	margin: 0;
}

.errow_wrap p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
}


.errow_wrap .default_btn {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #2a93c9;
	transition: .3s;
	padding: 5px 15px;
	border-radius: 3px;
}

.errow_wrap .default_btn:hover {

	background: #1d79a8;

}
.errow_wrap p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 400;
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
#DivServer {
    position: fixed;
    right: 25px;
    bottom: 0;
    background-color: #fff03f;
    font-weight: 600;
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px !important;
    z-index: 999 !important;
    border-radius: 10px 10px 0 0;
}
.billView-header h1 {
    font-size:20px;
    font-weight:600;text-align:center;
}
.billView-header h2 {
    font-size:17px;
    font-weight:600;text-align:center;
}