@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body,h1,h2,h3,h4,h5,h6,span,label,p,tabel{
    font-family: 'Calibri';
}

.branch-name h2 {
    font-size: 21px;
    text-align: left;
    padding: 10px;
    margin: 0px;
    color: #000;
    font-weight: 700;
}
.branch-name i.fa.fa-university {
    font-size: 14px;
    text-align: center;
    /* width: 100%; */
    color: #fff;
    background-color: #332e2e;
    border-radius: 50%;
    padding: 10px;
}
.icon-center{
    position: absolute;
    top: -10%;
    left: 0%;
    right: 0%;
    text-align: center;
}
.balance h2{
    font-size: 17px;
    text-align: left;
    padding: 10px 10px;
    margin: 0px;
    font-weight: 700;
}

h2.credit{
    /*color: #8B0000;*/
    font-weight: 700;
}
h2.creditnearcolor{
    color: #000080;
}
h2.credit span,h2.debit span,h2.skyblue span{
    color: #000;
    font-size: 12px;
    padding-left: 4px;
    font-weight: lighter;
}
h2.debit{
    /*color: #000;*/
}
h2.debitnearcolor{
    color: #8B0000;
}
h2.skyblue{
    color:#586bc5;

}
.box1{

    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 40px;
    margin-top: 10px;

}
.box2{

    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 40px;
    margin-top: 10px;

}
.box3{

    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 40px;
    margin-top: 10px;

}
.box4{

    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 40px;
    margin-top: 10px;

}
.panel{
    padding: 20px 10px 10px;
    position: relative;

}
section.panel.green{
    background: #b8b0ff;
}
section.panel.yellow{
    background: #fffb80;
}
.branch-button {
    text-align: right;
    padding: 15px 0 0px;
    margin: 15px 0px;
}
.form-button .branch-button{
    margin: 0px;
}
.branch-button a{
    color: #fff;
    padding: 12px 25px;
    background-color: #586bc5;
    font-size: 16px;
}
.branch-button a:hover{
    background-color: #32323a;
    color: #fff;   
}



button.btn.btn-primary.btn-xs{
    background-color: #69c2fe;
    border-color:#69c2fe;

}
i.fa.fa-info-circle {
    padding:4px 5px; 

}
i.fa.fa-info-circle:hover{
    cursor: pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
    z-index: auto !important;
    opacity: 1;
    font-size: 14px;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    top: 25px;
    left: 25px;

    /* Position the tooltip */
    position: absolute;
    z-index: 9;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.city-list{
    padding: 15px 0px;;
}
.form-control{
    height: 40px;
}
.branch-type {
    width: 19.5%;
    display: inline-block;
    padding: 0px 15px;
    text-align: center;

}
.form-horizontal .control-label{
    text-align: left;
    padding-bottom: 7px;
    font-size: 16px;
}
.day{
    padding: 9px 12px;
}
.display a{
    background-color: #586bc5;

    padding: 10px 15px 11px;
    text-transform: uppercase;

}
.print a{
    background-color: #c3c3bc;
    color: #000;
    margin-left: 15px;
    padding: 10px 15px 11px;
    text-transform: uppercase;


}
.Export a{
    padding: 10px 15px 11px;
    text-transform: uppercase;
    margin-left: 15px;
    background-color: red;

}
.form-button {
    display: -webkit-box;
    float: right;
    padding: 27px 15px 25px;
}
h2.maintain{
    color: forestgreen;
}

.accord{
    background-color: #fff;
    margin-bottom: 50px;
    padding: 0px;
}
.city-button{
    display: -webkit-inline-box;
    float: right;
    margin-top: 30px;
}
.city-button .submit,.city-button .reset{
    padding: 15px 10px;

}
.city-button .submit a:hover{
    background-color: rgb(117, 114, 114);

}
.city-button .reset a:hover{
    background-color: rgb(117, 114, 114);
}
.city-button .submit a{
    padding: 8px 15px;
    color: #fff;
    background-color: #3d51b3;

}
.city-button .reset a{
    padding: 8px 15px;
    color: #fff;
    background-color: #f54f5d;

}

.panel-heading {

    padding: 15px 20px;
    text-transform: uppercase;
    color: #000;

    font-size: 20px;
    letter-spacing: 1px;
}

.manage {
    float: right;
    padding: 0px 0px;
}
.manage a{
    padding: 5px 15px;
    font-size: 16px;
}
.print-export a {
    font-size: 14px;
}
input.frm {
    height: 30px;
    width: 80px !important;
}
select.frm{
    height: 30px;
    max-width: 80px !important;
    padding: 5px;
}
.colvis-data-table,.table-striped {
    font-size: 18px;
}
.mytable {
    font-size: 20px;
}

button a i.fa {
    font-size: 18px;

}
.transaction th.sorting {
    width: auto !important;
}
.branchlisting th.sorting:nth-child(3) {
    width: 70px !important;
}
.branchlisting th.sorting:nth-child(2) {
    width: 50px !important;
}
.branchlisting th.sorting:nth-child(5) {
    width: 50px !important;
}
.branchlisting td:nth-child(5) {
    text-align: center;
}
.branchlisting th.sorting:nth-child(6) {
    width: 85px !important;
}

.transaction button.btn,.branchlisting button.btn{

    font-size: 17px;

}

.btn-list{
    background-color: #b8b0ff;
}
.btn-edit{
    background-color: rgb(55, 160, 55);
}

.label {
    display: inline;
    padding: 0.3em .7em .4em;
    font-size: 95%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.listi-view-form .first,.listi-edit-form .first{
    text-align: left;
}

.listi-view-form .first,.listi-view-form .last{
    padding: 10px 15px;
    font-size: 16px;
}
.listi-edit-form .first,.listi-edit-form .last{
    padding: 10px 15px;
}
.listi-edit-form .edit-form{
    width: 600px;
    margin: 0 auto;
}
.viewing {
    padding: 0px 20px;
}
.viewing h3 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}
.listi-edit-form .button{
    padding: 30px 10px;
}
.listi-edit-form .button a{
    background-color: #222;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.branchlisting .dashboard{
    margin-bottom: 15px;
}
.transaction-button{
    float: none;
    width: 100%;
}
.accord .dashboard {
    margin-bottom: 15px;
}
.transaction-tab{
    background-color:#fff;

    color: #000;


}

.branchlisting .dashboard h3 {
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.doubt{
    padding: 0px 0px 0px;
}

input[type=checkbox]{
    margin-top: 0;
}
.branchwise{
    float: none;
}
.mes{
    width: 100%;
    vertical-align: -webkit-baseline-middle;
}
.listi-view-form section.panel {


    min-height: 500px;

}
.listi-view-form section.panel .dashboard{
    margin-bottom: 30px;
}
.table-striped .tooltip{
    float: none;
}
input.mes {
    height: 18px;
    margin-top: 18px;
    margin-right: 0px !important;
}
.checkbox.checkbox-warning {
    text-align: center;
}
table.dataTable thead .sorting:last-child {
    background-image: none !important;
}
@media only screen and (min-width: 992px){
    .box-dash {
        width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

button.btn.one-btn.btn-xs a i {
    background-color: transparent;
    color: #2f6ecc;
}
button.btn.btn-xs, a.btn.btn-xs {
    background-color: #eee;

}
button.btn.one-btn.btn-xs a i,
a.btn.one-btn.btn-xs i{
    color: #2f6ecc;
    background-color: transparent;
    font-size: 17px;
}
button.btn.two-btn.btn-xs a i,
a.btn.two-btn.btn-xs i{
    color: green;
    background-color: transparent;
    font-size: 17px;
}
button.btn.three-btn.btn-xs a i,
a.btn.three-btn.btn-xs i{
    color: #f1c500;
    font-size: 17px;
}
button.btn.four-btn.btn-xs a i,
a.btn.four-btn.btn-xs i{
    color: #d02e2e;
    background-color: transparent;
    font-size: 17px;
}
.select2-container .select2-choice{
    height: 40px;
}
.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input{
    padding: 10px 12px;
}
.ico-1 {
    background-color: #4747a5 !important;
}
.ico-2 {
    background-color: #408188 !important;
}
.ico-3 {
    background-color: #94a534 !important;
}
.ico-4 {
    background-color: #b33f3f !important;
}
div#example_length {
    display: none;
}
div#example_filter,div#example_info,div#example_paginate {
    display: none;
}
span i.fa.fa-share {
    color:green;
}
span i.fa.fa-question-circle {
    color: #e6b62e;
}
span i.fa.fa-ban{
    color: red;
}
span i.fa.fa-check-circle{
    color: green;
}

span i.fa.fa-envelope{
    color: #e6b62e;
}
span i.fa.fa-phone{
    color: red;
}
span i.fa.fa-reply{
    color: #a979d1;
}

button#addRow {
    background-color: #586bc5;
    border: 0px;
    font-size: 16px;
    padding: 6px 10px;
    color: #fff;
}
.tbl-head{
    display: none;
}
p {
    font-size: 16px;
    font-weight: bold;
}

body{
    color: #000;
}
.delet {
    text-align: center !important;
}
.delet input[type=checkbox]{
    height: 40px;
    width: 20px;
}
.grouptable tr td:last-child,.grouptable tr th:last-child {
    width: 15% !important;
}
.hisa{

}
.switchery-small>small {
    height: 8px;
    width: 8px;
}
.switchery-small{
    height: 10px;
    width: 18px;
}
.form-control,
.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices,
.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div,
.input-group-addon{
    border-color:#999 !important; 
}

.newtr{
    background-color: lightblue !important;
}
table tbody tr td a{
    text-decoration: underline;
}
.range {
    width: 95px;
}

body .modal{
    z-index: 99999;
}

#create{
    background: #a4bae1 !important;
}
.pending{
    color:#8627d6;
}
.forward{
    color:#39ce82;
}
.revert{
    color:#21aeda;
}
.mytable thead.first-the tr:first-child th {
    background-color: #17a2b8!important;
    color:#fff;
}
.colvis-data-table thead tr th{
    vertical-align:middle;
}
span.t-title ,h3.t-title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}
h3.t-title{
    margin:0px 0px 5px;
}
ul.forback{
    min-width:115px;
}
ul.forback li {
    display: -webkit-inline-box;
}
ul.forback li a i{
    font-size:24px;
}
.select2-container-multi .select2-choices{
    min-height:39px;
}

a.ok{
    text-decoration:none;
    float:right;
    margin-bottom:10px;
}

small.error{
    background: red none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

input.error{
    margin-bottom: 0px !important;
}

.select2-dropdown--above{
    z-index: 9999;
}

/*-----Sharing Commission-------*/
.editablegrid {
    text-align: center;
    display: table;
    width: 100%;
}
.editablegrid p {
    font-size: 21px;
    margin-bottom: 5px;
    border: 1px solid;
    width: 95%;
    height: 22px;}

.col-w50{
    width:50%;
    float:left;
    height:33px;
}


.editablegrid a.btn.btn-small.btn-success {
    font-size: 12px;
    padding: 5px;
}
.y-border{
    margin-bottom:0px;
}
.text-vsm{
    color:#9c78cd;
}
.text-fault{
    color:#4959ce;
}
.title-coloumm {
    height: 130px;
}
.matrix-title label {
    text-align: center;
    padding: 10px;
}
.tooltip{
    position:absolute;
}

.affix {
    top: 60px;
    z-index:1;
    width:100%;
    right: 0;
    padding-left: 246px;
    padding-right:7.5px;
}

