/*Custom styling*/

@font-face {
  font-family: 'Glyphs';    
  src:  url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}
.glyphicon {
    font-family: 'Glyphs', sans-serif;
}
body {
  font-family:sans-serif ;
}
html {
  position: relative;
  min-height: 100%;
}

* {
  outline: none !important;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
/*_____________________Header_________________________*/
.mi-navbar {
    min-height: 62px;
    background: #272727;
}
a.logo {
    display: block;
    margin-left: 32px;
    padding: 6px;
}
.logo img {
    width: 125px;
}
li.add-on {    
    background: #19B75A;
}
li.add-on .dropdown > a {
    padding: 13px 20px;
    padding-bottom: 14px;
    background: #19B75A;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.logo-wrap {
    float: left;
}
.main-action-wrap {
    float: right;
}
.action-wrap {
    margin: 0;
}
.action-wrap > li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}
.person-detail a {
    color: #fff;
    margin: 0 25px;
}
.user .dropdown > a {
    background:#f3f3f3 url(../images/user.jpg) no-repeat center center;
    height: 35px;
    width: 35px;
    background-size: 100%;
    text-indent: -999999px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 20px;
}
ul.menu-panel {
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    padding-top: 12px;
}
aside.side-panel {
    min-height: 915px;
	/*height: 100vh;*/
    background: #F5F5F5;
}

.menu-panel > li a {
    display: block;
    color: #484848;
    padding: 8px 10px;
    border-left: 5px solid transparent;
}
.menu-panel > li a:hover,
.menu-panel > li a:focus,
.menu-panel > li a.active{
    border-left: 5px solid #13CE66;
    background: #E7E7E7;
}
.sub-panel li {
    list-style: none;
}
.sub-panel {
    padding-left: 0;
}
.sub-panel li a {
    padding: 8px 25px;
}
.add-on .dropdown-menu li {
    display: block;
    text-transform: capitalize;
}
.add-on .dropdown-menu li a{
    color: #fff;
}
.add-on .dropdown-menu h4 {
    border-bottom: 1px solid #fff;
    margin: 10px 20px 5px;
}
.add-on ul.dropdown-menu {
    background: #3FBBA2;
    color: #fff;
    margin: 0;
    border-radius: 0;
    min-width: 200px;
    left: -145px;
}
.add-on .dropdown-menu>li>a:focus,
.add-on .dropdown-menu>li>a:hover {
    color: #262626;
}
.info {
    background: #F7F7F7;
    padding: 20px 30px;
    margin-top: 13px;
    margin-bottom: 20px;
}
.info h3{
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 0px;
}
.graph-wrap h4 {
    text-align: center;
    font-weight: 600;
}
text.highcharts-credits {
    display: none;
}
h5.title-main  {
    font-size: 18px;
    margin-bottom: 22px;
}
.sub-detail span {
    text-transform: uppercase;
    color: #828282;
    font-size: 12px;
}
.sub-detail b span{
    display: inline-block;
    margin-right: 18px;
}
.data h4 {
    margin-bottom: 0px;
}
.data .due h4{
    color: #FF7F02;
}
.data .due.deposit h4{
    color: #B3D6AD;
}
.data span{
    color: #87858B;
    text-transform: uppercase;
}
.data .not-due {
    text-align: right;
}
.data .not-due h4{
    color:#79787D;
}
.data .not-due.not-deposit h4{
    color:#CCED99;
}
.data .progress{
    border-radius: 0;
    height: 25px;
}
.data .progress-bar-warning{
    background: #FF7F02;
}
.data .progress-bar-success {
    background: #D4D7DC;
}

.deposit-progress .progress-bar-warning{
    background: #AAD9A3; 
}
.deposit-progress .progress-bar-success{
    background: #CCED99;
}
.data .progress-bar{
    box-shadow: none;
}
.data {
    margin-bottom: 30px;
}
.wrapper-border{
    border: 1px solid #e2e2e2;
    padding: 2px 12px;
    min-height: 512px;
}
.highcharts-container {
    width: 100% !important;
}

/*____________======custmomer page=======__________________*/
.info-title h3 {
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 20px;
}
.inf-wrapper {
    padding: 0 20px 0 0;
}
.inf-detail {
    padding: 0;
    list-style: none;   
}
.inf-detail li {
    display: inline-block;
}
.inf-detail label {
    display: block;
    color: #808080;
    font-weight: 400;
}
input {
    padding: 4px;
    border: 1px solid #c1c0c0;
    width: 100%;
}
.marg-left {
    margin-left: 25px;
}
.marg-right{
    margin-right: 25px;
}
li.full{
   display: block;
}
select {
    padding: 5px;
    width: 100%;
}
.address-wrap {
    border: 1px solid #c1c0c0;
    padding: 10px 15px;
    background: #f3f3f3;
}
textarea {
    width: 100%;
    border: 1px solid #c1c0c0;
    resize: none;
}
input[type=file] {
    border: none;
}
.func-buttons {    
    margin-bottom: 25px;
    margin-top: 6px;
}
.fl-right{
    float: right;
}
.func-buttons input[type=submit] {
    width: 130px;
    background: #25A498;
    border: 1px solid #25A498;
    color: #fff;
}
.upload-feild {
    background-color: #5bc0de;
    background-color: transparent;
    padding: 7px 7px 9px;
    margin-left: -12px;
    border-radius: 0;
    color: #656565;    
}
.upload-btn {
    background: #24a397;
    border-radius: 0;
    border-color: #23a296;
    color: #fff;
    padding: 3px 12px;
}
.file-upload-btn{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    opacity:0;
    background-color:transparent;
    color:transparent;
}
.checkbox {
    margin: 0;
}
a.view,
a.delete,
a.edit{
    color: #24a397;
}

/*_______Login form_______*/

.form-signin {
    max-width: 330px;
    padding: 25px 0px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall {
    margin-top: 90px;
    padding: 0px 0px 20px 0px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    min-width: 455px;
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 11px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.account-logo-box{
    background: #26A69A;
	padding: 1px 10px 7px 10px;
    border-radius: 3px 3px 0 0;
}
span.btn.btn-default.btn-file {
    background: #25a599;
    padding: 6px 10px;
    border-radius: 1px;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
}
.btn.btn-default.fileinput-exists{
   background: #fff;
    padding: 5px 25px;
    border-radius: 1px;
    border: 1px solid #25a599;
    font-size: 14px;
    margin: 0 auto;
    color: #25a599; 
}
/*login drop down*/
ul.dropdown-menu.dropdown-menu-right {
    padding: 12px;
}
.modal-dialog {
    min-width: 880px;
}
.modal-title {
    color: #fff !important;
    text-transform: capitalize;
}
.modal .modal-header {
    margin-bottom: 10px ;
    padding: 20px ;
    padding-bottom: 15px ;
    background: #27a69b ;
}
.modal-footer .cancel{
    background: #fff;
    border: 1px solid #26a69a;
    color: #26a69a;
    padding: 3px 15px;
    min-width: 90px;
    
}
.modal-footer .confirm {
    margin-right: 0px;
    background: #26a69a;
    border: 1px solid #26a69a;
    color: #fff;
    padding: 3px 15px;
    min-width: 90px;
    width: auto;
}
/*Login details panel*/
#admin_login .checkbox label {
    font-size: 12px;
}
#admin_login button.btn.btn-lg.btn-primary {
    background: #25a599;
    color: #fff;
    border-radius: 0;
    padding: 4px 30px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
	    border: 1px solid #24a498;
}
/*______________________Receipt Page Style 13-Oct-2017______________________*/
.time {
    margin-right: 10px;
}
.receipt-wrapp h3 {
    display: inline-block;
    margin-bottom: 18px;
}
.action-recpt {
    float: right;
    display: inline-block;
}
.fa-question.fa-lg {
    margin-right: 8px;
}
.action-recpt i {
}
.sent-box {
    display: inline-block;
}
a.cc-bcc {
    float: right;
    font-size: 12px;
}
.pending{
    font-size: 12px;
}
label {
    font-weight: 400;
}
.total {
    float: right;
    font-size: 36px;
}
.amount-bar {
    display: inline-block;
    float: right;
    min-width: 280px;
}
.amount-option{
    display: inline-block;
    width: 200px;
}
.func-buttons input[type=submit].add,
.recipt-func-buttons input[type=submit].cancel{
    width: 122px;
    background: #fff;
    border: 1px solid #25A498;
    color: #25A498;
}
ul.grand-total {
    padding: 0;
    float: right;
    text-align: right;
    list-style: none;
    text-transform: capitalize;
    font-weight: 600;
}
.grand-total span {
    display: inline-block;
    margin-right: 55px;
	font-weight: 400;
}
.r_gtotal span, .r_gtotal em {
	font-weight: 600;
}
.grand-total em {
    font-style: normal;
}
.grand-total li {
    margin-bottom: 15px;
}
.package-bar {
    display: inline-block;
    float: left;
    min-width: 280px;
}

/*______________________Detail Custom Page Style 18-Oct-2017______________________*/

b.sub-para {
    display: block;
    border-bottom: 1px solid #00AD93;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}
.sub-inf input {
    display: inline-block;
    width: auto;
}
.sub-inf label {
    min-width: 150px;
}
span.checkbox {
    display: inline-block;
    margin-left: 15px;
}

/*______________________Home page Style 06-Nov-2017______________________*/

.card-box {
    background: #fff;
    padding: 10px 15px;    
    border-radius: 5px;
    border: 1px solid #f4f5f8;
    border-left: 4px solid #25b352;
}
.info.cardbox-wrap {
    padding-top: 6px;
}
.card-icon {
    margin-top: 31px;
    font-size: 26px;
    color: #25b352;
}
.card-box h2{
    display: inline;
}
/*18 01 2018*/
.cancel_button {
    width: 130px;
    background: #fff;
    border: 1px solid #25A498;
    color: #25A498;
    margin-right: 10px;
}
.recipt-func-buttons a {
    display: inline-block;
}
.l-grey{
color: #929292;
}
