﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.customized-card-2 div i {
    color: #ffffff;
    font-size: 25px;
}

.customized-card-2 div {
    background: var(--info);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customized-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 105%;
    height: 12rem;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px var(--third) /*any color you want*/;
}
.customized-card-2 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: var(--fourth);
    text-transform: capitalize;
    margin: 10px 0px;
}
.customized-card-2 a {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--info);
    color: #ffffff;
    border-radius: 10px;
}
.animation {
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animation-hotline;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
}
.tab_des {
    display: block;
    margin-top:180px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel {
    font-size: .9em;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-heading {
    padding: 7px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body {
    padding: -1px 15px;
}
    .panel-body .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
    .panel-body .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
.invoice-container td.total-row {
    background-color: #f8f8f8;
}
.invoice-container .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}
.invoice-container .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.pull-right {
    float: right !important;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
@media (min-width: 500px) {
    .invoice-col.right {
        float: right;
        text-align: right;
    }
    .invoice-col {
        float: left;
        width: 50%;
    }
        .invoice-col-head.right {
            float: right;
            text-align: right;
        }

    .invoice-col-head {
        float: left;
        width: 33.33%;
    }
}
.hr {
    margin-top: 5px;
    /*margin-bottom: 0px;*/
    border: 0;
    border-top: 1px solid #eee;
}
.hr-2 {
    margin-top: -3px;
    /*margin-bottom: 0px;*/
    border: 0;
    border-top: 1px solid #eee;
}
.invoice-container .small-text {
     font-size: 0.9em; 
}
.pay_inv {
    margin-right: -15px;
    margin-left: -15px;
    display:block;
}
.row_1 {
    margin-right: -15px;
    margin-left: -15px;
}
.paid {
    color: #779500;
}
.invoice-container {
    margin: 15px auto;
    padding: 70px;
    /*max-width: 850px;*/
    max-width: 1050px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-family: "Open Sans", Verdana, Tahoma, serif;
    color: #333;
    font-size: 14px;
    height: 1430px;
}
    .invoice-container .invoice-status {
        margin: 20px 0 0 0;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
    }
.invoice-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.invoice-col-head {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.scroll {
    margin: 4px, 4px;
    padding: 4px;
    width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.hide {
    display: none;
}

.error {
    color: red;
    font-size: 10pt;
    font-weight: bold;
}

.field-validation-error {
    text-align: left !important;
    font-size: small;
}

.bg-secondary {
    background-color: #6c757d;
}
.logo-bg {
    background-color: #ffffff;
}
.rp-fw-btn {
    background-color: #ffffff;
    border: 1px solid #747775;
    color: #444746;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 18px;
    margin-right: 8px;
    box-sizing: border-box;
}
.rp-fw-btn:hover {
   background-color: #f1f1f1;
}


