
.card .card-content {
    //margin-top: -20px;
}

.card-stats .card-header i {
    //font-size: 26px;
}

.main-panel > .content {
    margin-top: -20px;
}

.main-panel > .navbar {
    box-shadow: 0 12px 20px -10px rgb(216, 214, 214), 0 4px 20px 0px rgba(238, 238, 238, 0.11), 0 7px 8px -5px rgb(216, 216, 216);
}




/*Bill CSS*/

.invoice-box {
    /*max-width: 800px;*/
    margin: auto;
    padding: 10px;
    /*border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);*/
    font-size: 14px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
    background-color: #fdfdfd;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 25px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #415164;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: white;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td{
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/** RTL **/
.rtl {
    direction: rtl;
    font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.rtl table {
    text-align: right;
}

.rtl table tr td:nth-child(2) {
    text-align: left;
}

/*BILL CSS END*/

.paid_label_success {
    background-color: transparent !important; 
    background: 0 0;
    border: 1px solid #84c529;
    color: #84c529
}

.paid_label_warning {
    background-color: transparent !important; ; 
    background: 0 0;
    border: 1px solid #ff9800;
    color: #ff9800;
}

.paid_label_danger {
    background-color: transparent !important; ; 
    background: 0 0;
    border: 1px solid #fc2d42;
    color: #fc2d42;
}

img.button_open{
  content:url('http://code.stephenmorley.org/javascript/collapsible-lists/button-open.png');
  cursor:pointer;
}

img.button_closed{
  content: url('http://code.stephenmorley.org/javascript/collapsible-lists/button-closed.png');
  cursor:pointer;
}

@media (max-width: 700px) {.hideClass{display:none;}}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #d2d2d2 1px !important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
    border: 1px solid #d2d2d2 !important;
}

.form-control[readonly], .form-control[disabled], fieldset[disabled], .form-group .form-control[readonly], .form-group .form-control[disabled], fieldset[disabled] {
    background-color: #eeeeee63;
    /*border-radius: 20px;*/
}