/*
| -----------------------------------------------------
| PRODUCT NAME:   INILABS HOSTEL MANAGEMENT SYSTEM
| -----------------------------------------------------
| AUTHOR:     INILABS TEAM
| -----------------------------------------------------
| EMAIL:      info@inilabs.net
| -----------------------------------------------------
| COPYRIGHT:    RESERVED BY INILABS IT
| -----------------------------------------------------
| WEBSITE:      http://inilabs.net
| -----------------------------------------------------
*/


/* User Image & Login Start */

.user-logo {
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-body>div>a:hover {
    color: #366873;
}

.navbar-nav>.user-menu>.dropdown-menu {
    border: 0px solid #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-footer>div.text-center>a {
    color: #fff;
}


/* User Image & Login Close */


/* Language Start */

.language-img {
    margin: 0px;
    padding: 0px;
    height: 14px;
    width: 22px;
    padding: 0px 0px 0px 0px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>div>img {
    border: 1px solid #dddddd;
    height: 20px;
    margin: auto 10px auto 0px;
    width: 30px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>h4 {
    font-size: 12px;
    margin: 0;
    padding: 0px;
}

.navbar-nav>.notifications-menu>.dropdown-menu {
    width: 170px;
}


/* Labguage Close */


/* School Start */

.school-img {
    margin: 0px;
    padding: 0px;
    height: 14px;
    width: 18px;
    padding: 0px 0px 0px 0px;
}

.navbar-nav>.school-menu>.dropdown-menu>li .menu>li>a>div>img {
    border: 1px solid #dddddd;
    height: 35px;
    margin: auto 10px auto 0px;
    width: 35px;
}

.navbar-nav>.school-menu>.dropdown-menu>li .menu>li>a>h4 {
    /*line-height: 30px;*/
    font-size: 15px;
    margin: 0 0 5px;
    padding: 10px 0 0 0;
}


/* School Close */


/* Menu User Image Start */

.color-green {
    color: #00acac;
}


/* Menu User Image End */


/* Side Menu  Start */

.sidebar .sidebar-menu>li>a:hover {
    background-color: #232a2f !important;
    color: #EEEEEE !important;
}

.sidebar .sidebar-menu .treeview-menu>li>a:hover {
    background-color: #232a2f;
    color: #EEEEEE;
}


/* Side Menu Close */


/* Breadcrumb Start */

.box>.box-header>.breadcrumb {
    background: none !important;
    float: right;
    padding: 14px;
    margin-bottom: 0px;
    position: relative;
    font-size: 15px;
}


/* Breadcrumb Close */


/* Page Header Add Module */

.page-header>a {
    font-size: 16px;
    border-bottom: 1px solid #707478;
    color: #707478;
}

.page-header>a:hover {
    border-bottom: 1px solid #1A2229;
    color: #1A2229;
}


/* page Header Add Module */


/* Lable Start */

.form-horizontal .control-label {
    text-align: left;
    font-size: 12px;
}

label {
    font-weight: 000;
    color: #707478;
}


/* Lable Close */


/* From span Start*/

.form-horizontal>.form-group>span {
    font-weight: 000;
    color: #FF0B07;
}


/*  From span Close */


/* Table start */

.table-bordered {
    border: 1px solid #E2E7EB;
}

.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    color: #1A2229;
    font-weight: 300;
}

.table-bordered>tbody>tr>td {
    color: #707070;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
    border-color: #E2E7EB;
    font-size: 15px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    border-color: #E2E7EB;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #242A30;
    background-color: #242A30;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #E2E7EB;
}


/* Table Close */


/* Login Start */

.white-bg-login {
    background: none repeat scroll 0 0 #F1F2F7;
}

.form-box .header {
    background: none repeat scroll 0 0 #1A2229;
}

.form-box>.header {
    margin-top: 120px;
}

.form-box .body,
.form-box .footer {
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}

.form-box .body>.form-group>input,
.form-box .footer>.form-group>input {
    border: 1px solid #E2E7EB;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.070) inset;
}

.checkbox>label>input[type="checkbox"] {
    float: left;
    padding: 0px;
    margin: 2px 0px 0px 0px;
}

.checkbox>label>span {
    color: #a4b1c2;
}

.checkbox>span>label>a {
    color: #a4b1c2;
}


/* Login Close */


/* Button Margin ex: edit, delete, view Start */

.mrg {
    margin-left: 2px;
    margin-right: 2px;
}


/* Button Margin ex: edit, delete, view Close */


/* File Browse Start */

.fileUpload {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


/* File Browse Close */


/* Fine Total Start */

.total {
    float: right;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #142;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.total-marg {
    padding-left: 0px;
    padding-right: 0px;
}


/* Fine Total Close */


/* Biograph Start */

.profile-view-head {
    background: #00acac;
    color: #fff;
    text-align: center;
    /*font-style: italic;*/
    padding: 10px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.profile-view-head a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256, 256, 256, 0.3);
    display: inline-block;
}

.profile-view-head a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-view-head h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-view-head p {
    font-size: 12px;
}

.profile-view-dis {
    color: #89817e;
}

.profile-view-dis h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.profile-view-tab {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

.profile-view-tab p span {
    display: inline-block;
    width: 40%;
}


/* Biograph Close */


/* Profile Graph Start */

.profile-db-head {
    background: #FDB45C;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.profile-db-head a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid rgba(256, 256, 256, 0.3);
    display: inline-block;
}

.profile-db-head a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-db-head h1 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-db-head p {
    font-size: 12px;
}


/* Profile Graph End */


/* View Button Start */

.btn-cs {
    background-color: #FF766C;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 2px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-cs:hover {
    background-color: #ED857E;
    color: #EDEDED;
}

.btn-sm-cs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}


/* View Button Close */


/* IDcard Start */

.idcard-Table {
    background-color: #FF766C;
    width: 100%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-left-radius: 60px;
    -moz-border-bottom-left-radius: 60px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.idcard-Table td {
    width: 40%;
}

.idcard-Table h4 {
    margin: 0px;
    padding: 0px;
}

.idcard-Table img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 8px solid #FF9F98;
}

.idcard-Table .row-style {
    color: #FFFFFF;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}


/* IDcard Close */


/* View breadcrumb Start */

.well .breadcrumb {
    float: right;
    margin-bottom: 0px;
}


/* View breadcrumb Close */


/* Dashboard Start */

.panel>.table>tbody>tr {
    border-top: 1px solid #EEEEEE;
    height: 45px;
}

.panel>.table>tbody>tr>td {
    line-height: 22px;
}


/* Dashboard Close */


/* Library book sugation Start */

.book {
    display: none;
    z-index: 1000000;
    position: fixed;
    clear: both;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #e2e7eb;
    border-right: 1px solid #e2e7eb;
    border-bottom: 1px solid #e2e7eb;
    background-color: #fff;
    -webkit-box-shadow: -1px 3px 11px 0px rgba(42, 50, 50, 0.57);
    -moz-box-shadow: -1px 3px 11px 0px rgba(42, 50, 50, 0.57);
    box-shadow: -1px 3px 11px 0px rgba(42, 50, 50, 0.57);
}

.result {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.result li {
    padding: 5px;
    border-top: 0;
    cursor: pointer;
}

.result li:hover {
    background: #e2e7eb;
    color: #555555;
}


/* Library book sugation Start */


/* Start tag border of mail and sms template */

.border {
    border: 1px solid #e2e7eb;
    padding: 1px 1px 1px 0px;
    min-height: 70px;
    max-height: auto;
}

.email_alltag {
    margin: 1px 1px 1px 0px;
}

.sms_alltag {
    margin: 1px 1px 1px 0px;
}


/* Close tag border of mail and sms template */


/* Start Onoff Small switch */

.onoffswitch-small {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-small-checkbox {
    display: none;
}

.onoffswitch-small-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 10px;
}

.onoffswitch-small-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-small-inner:before,
.onoffswitch-small-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-small-inner:before {
    content: "ON";
    padding-left: 9px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-small-inner:after {
    content: "OFF";
    padding-right: 9px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-small-switch {
    display: block;
    width: 12px;
    margin: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    border: 2px solid #999999;
    border-radius: 10px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-small-checkbox:checked+.onoffswitch-small-label .onoffswitch-small-inner {
    margin-left: 0;
}

.onoffswitch-small-checkbox:checked+.onoffswitch-small-label .onoffswitch-small-switch {
    right: 0px;
}


/* Close Onoff Small switch */

.profile-view-dis>p>img {
    width: 150px;
    height: 150px;
    border: 5px solid #000000;
    margin-bottom: 30px;
}


/* Start All School for school */

.allschool {
    border: 1px solid #CCC;
}

.allschool>center>img {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    height: 100px;
    width: 100px;
}

.allschool>.allschool-text>p {
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* End All School for school */

dd {
    line-height: 30px;
    font-size: 15px;
}

dt {
    line-height: 30px;
    font-size: 15px;
}

.postable>thead:first-child>tr:first-child>th,
.postable>thead:first-child>tr:first-child>td,
.postable-striped thead tr.primary:nth-child(2n+1) th {
    background-color: #00ACAC;
    border-color: #0d70b7;
    border-top: 1px solid #357ebd;
    color: white;
    text-align: center;
}

.products-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.products-list>.item {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.product-list-in-box>.item {
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    box-shadow: none;
}

.products-list>.item::before,
.products-list>.item::after {
    content: " ";
    display: table;
}

.products-list>.item::after {
    clear: both;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    height: 50px;
    width: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.products-list {
    list-style: outside none none;
}

.products-list .product-description {
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb-sm {
    font-size: 12px;
    padding: 5px;
}

.lb-md {
    font-size: 14px;
}

.lb-lg {
    font-size: 20px;
}

.whiteBg {
    background-color: #435059;
}

#subtotalTable {
    margin-top: 50px;
    color: #e4e5e6;
}

.posRow td {
    font-size: 13px !important;
}

.posRow input[type="text"] {
    display: inline;
    height: 1.8em;
    padding: 3px;
    text-align: center;
    width: 2.1em;
}

#payementSlip {
    width: 400px !important;
}


/*Design image input field*/
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.image-preview-input-title {
    margin-left: 2px;
    overflow: hidden;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-user-img-squire {
    width: 120px;
    height: 120px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px !important;
    margin-top: 5px;
}


/* NAV TABS */
.nav-tabs-custom>.nav-tabs {
    background-color: #e5e5e5;
    margin: 0;
    border-bottom-color: #e5e5e5;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-bottom-color: #09A3A3;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 0px solid transparent;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px !important;
    margin-right: 0px !important
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    border: 0px;
    color: #000000db;
    background-color: #e5e5e5;
}

@media screen and (max-width: 480px) {
    .profile-view-tab {
        width: 100%;
    }
}

/* Branch Logo*/
.branchlogo {
    width: 150px;
    height: 125px;
}

/* Page: Invoice */
.invoice {
  position: relative;
  width: 100%;
  margin: 0px;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.invoice-title {
  margin-top: 0;
}

.product-style > thead > tr > th, .product-style > tbody > tr > td, .product-style > tfoot > tr > td {
  font-size: 14px;
  text-align: center;
}

.product-style > thead > tr > th {
  background-color: #00acac;
  color: #fff;
  font-weight: bold;
}

.product-style > thead > tr > th, .product-style > tbody > tr > td {
  padding: 4px 8px !important;
  line-height: 2.2;
} 

.product-style > thead > tr > th > .form-control, .product-style > tbody > tr > td > .form-control {
  text-align: center;
}

.invoice-col .refund {
  border:3px solid #ccc;
  margin-top:10px;
  text-align: center; 
  height:60px;
  line-height: 60px;
  border-radius: 5px;
  font-size: 24px;
  transform: rotate(25deg);
  color:#ff0000;
  font-weight: bold; 
  width:80%;
}

/*Bill Payment*/
.list-group-item-bg {
    background: #fff !important;
}

/* Receipt View Design Start */
.receipt-main-div {
    width: 100%;
    font-family: OswaldesqueBold;
    font-size: 16px;
    color: #323233;
}
.receipt-main-div .receipt-header-div {
    padding: 10px 10px 0px 10px;
}
.receipt-main-div .receipt-header-div .receipt-header-img-div {
    float: left;
    padding-right: 25px;
}
.receipt-main-div .receipt-header-div .receipt-header-img-div .receipt-header-img {
    width: 75px;
    height: 75px;
}
.receipt-main-div .receipt-header-div .receipt-header-title-div {
    margin-top: 0px;
}
.receipt-main-div .receipt-header-div .receipt-header-title-div h6 {
    font-size: 20px;
}
.receipt-main-div .receipt-header-div .receipt-header-title-div address {
    font-size: 14px;
}
.receipt-main-div .receipt-body-div {
    padding: 10px;
}
.receipt-main-div .receipt-body-div .receipt-feature-header-title {
    text-align: center;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}
.receipt-main-div .receipt-body-div .receipt-feature-header-title .fa {
    font-size: 12px;
}
.receipt-main-div .receipt-body-div .receipt-pull-right {
    float: right;
}
.receipt-main-div .receipt-body-font-style {
    font-style: normal;
}
.receipt-main-div .receipt-body-div .receipt-col-sm-3-5 {
    width: 35%;
}
.receipt-main-div .receipt-body-div .receipt-col-sm-3 {
    width: 30%;
}
.receipt-main-div .receipt-body-div .receipt-col-sm-6 {
    border-bottom: 2px dashed #323233;
    width: 55%;
    display: inline-block;
    position: absolute;
    top: -5px;
}
.receipt-main-div .receipt-body-div .receipt-col-sm-7 {
    border-bottom: 2px dashed #323233;
    width: 70%;
    display: inline-block;
    position: absolute;
    top: -5px;
}
.receipt-main-div .receipt-signature-div {
    padding:30px 10px 30px 10px;
}
.receipt-main-div .receipt-signature-div .receipt-signature-col-sm-1-5 {
    float: right;
    margin-right: 15%;
}
@media only screen and (max-width: 580px), only screen and (max-width: 360px) {
    .receipt-main-div .receipt-body-div .receipt-pull-right {
        float: left;
    }
    .receipt-main-div .receipt-signature-div .receipt-signature-col-sm-1-5 {
        float: left;
        margin-right: 0%;
        margin-left: 10px;
        margin-bottom : 10px;
    }
    .receipt-main-div .receipt-signature-div {
        padding:0px;
    }
    .receipt-main-div .receipt-body-font-style {
        font-style: inherit;
    }
    .receipt-main-div .receipt-body-div .receipt-col-sm-6 {
        border-bottom: 0px;
        top: 0px;
    }
    .receipt-main-div .receipt-body-div .receipt-col-sm-7 {
        border-bottom: 0px;
        top: 0px;
    }
}
/* Receipt View Design Start */

/* Close Default Button Close */

.bg-sky {
  background-color: #98B2CC;
}

.bg-sky-light {
  background-color: #89A0B8;
}

.bg-purple-shipu {
  background-color: #9583AC;
}

.bg-sky-total {
  background-color: #8083AC;
}

.bg-sky-total-grade {
  background-color: #956785;
}

.bg-black-btn, .bg-black-btn:active, .bg-black-btn:visited, .bg-black-btn:link {
  background-color: #23292F;
  color: #FFF;
}

.bg-black-btn:hover {
  background-color: #333C45;
  color: #CCC;
}

.bg-maroon-light {
  background-color: #C24984 !important;
  color: #fff !important;
}

.bg-maroon-dark {
  background-color: #d81b60 !important;
  color: #f9f9f9 !important;
}

.text-maroon-light {
    color: #C24984;
}

.bg-blue-dark {
    background-color: #3A87AD !important;
    color: #f9f9f9 !important;
}

.bg-blue-light {
    background-color: #5C6BC0 !important;
    color: #f9f9f9 !important;
}

.bg-purple-light {
    background-color: #9575CD !important;
    color: #fff !important;
}

.bg-pink-light {
    background-color: #F06292 !important;
    color: #fff !important;
}

.bg-teal-light {
    background-color: #4DB6AC !important;
    color: #fff !important;
}

.bg-orange-dark {
    background-color: #FF8A65 !important;
    color: #fff !important;
}

.text-white {
    color: #FFF !important;
}