/*
body {
    background-color: #ecf0f5;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
}*/

body {
    min-height:100% !important;
    height:100% !important;
}

a {
    color: #991b1f;
}

a:hover, a:active, a:focus {
    color: #d61d24;
} 

.bg-red a {
    color: #FFF;
}

.btn {
    border-radius: 0px !important;
}

.info-box-icon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.info-box {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 0px;
}

table.table-bordered th {
    background-color: #222 !important;
    color: #999 !important;
}

.panel-body {
    padding:  0 15px !important;
}

.panel-heading {
    padding: 0px !important;
}

.panel-heading a {
    display: block;
    padding: 10px 15px;
   background-color: black;
    color: #fff;
}

.header-main {
    padding: 0 !important;
}

.header-main a{
    display: block !important;
}

.main-sidebar {
    background-color: #000 !important;
}


.navbar-hide {
    display: none;
}

.skin-red-light .sidebar-menu > li.header-main {
    background-color: #480f11 !important;
    font-size: 16px;
    border-bottom: 1px solid #281212;
}
.skin-red-light .sidebar-menu > li.header-main a {
    color: #fff !important;
}

.skin-red-light .sidebar-menu>li:hover>a, .skin-red-light .sidebar-menu>li.active>a {
    color: #999 !important;
    background: #222 !important;
}

.modal-footer .btn-danger {
    float: left;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #d61d24;
    border-color: #d61d24;
}

.ellipsis {
  white-space: nowrap; 
  width: 50px; 
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000000;
}

.ellipsis:hover {
  overflow: visible;
}

/*
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #d61d24;
}
*/

.btn-red {
  color: #ffffff;
  background-color: #cc0000;
  border-color: #d61d24;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #d61d24;
  border-color: #991b1f;
}
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #991b1f;
  border-color: #d61d24;
}
.btn-red .badge {
  color: #991b1f;
  background-color: #ffffff;
}

.pagination > li > a
{
    background-color: white;
    color: #d61d24;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #d61d24;
    background-color: #eee;
    border-color: #eee;
}

.pagination > .active > a
{
    color: white;
    background-color: #d61d24 !Important;
    border: solid 1px #d61d24 !Important;
}

.pagination > .active > a:hover
{
    background-color: #d61d24 !Important;
    border: solid 1px #d61d24;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    width: auto !important;
  }

  .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto !important;
  }

.reports-button {
    margin:5px;
    min-width:130px;
}


.text_editor {
    min-height: 250px;
}

/*

.sidebar-menu>li>a {
    font-weight: 100;
}


.wrapper{
    background: #2e3e4e !important;
}
.main-header .logo {
   background: #222 !important;
    position: fixed;
}
.main-header .navbar {
   background-color: #991b1f !important;
}
aside.main-sidebar{
    background: #222 !important;
}
.skin-blue .sidebar-menu>li>a:hover, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    border-left: 5px solid #d61d24;
    background-color: #991b1f !important;
}
.skin-blue .sidebar-menu>li>a {
    border-left: 5px solid transparent;
    padding: 8px;
}

.skin-blue .sidebar-menu > li.header {
    color: #c1c1c1;
    background: #333;
}

.sidebar-menu>li>a>.fa {
    font-size: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 7px;
    color: #c1c1c1;
    text-align: center;
    background: #333;
}

*/

.content-header {
    font-size: 15px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
   /* margin-top: 50px; */
    background: #ffffff !important;
    padding-left: 25px;
    box-shadow: 0 1px 1px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.content-wrapper h1 {
   color:#444;
}
.modal-header{
    background-color: #333 !important;
    color:#ffffff;
    border-bottom: 0;
    min-height: 20px;
    padding: 15px;
}
.modal-header h5{
    color:#fff;
}
button.close{
    color: #ffffff;
}
.main-header li.user-header{
    background-color: #333 !important;
}
.item-table-header{
    background: #2e3e4e;
    color: #fff;
}
.listthumb{
    margin-bottom: 0px;
}

.spinner {
    position: relative
}
.spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) url(../images/cubes_loader.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}

.form-control{
    border-radius: 0;
}
label{
    font-weight: 700;
}
textarea{
    /*resize: none;*/
}
.table tbody>tr>td{
    vertical-align: middle;
}
.sidebar h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#ffffff;
    margin-left: 20px;
}

.notification-page {
    width: 100%;
    height: 100%;
}

.notification-box {
    max-width: 100%;
    min-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.notification-box-body {
    background-color: rgba(255,255,255,0.75);
}

.dashboard_stats .panel-heading {
    padding: 5px 10px !important;
}

.info-box-number {
    margin: 0;
}

.login-logo {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    padding: 25px;
    color: #444;
}

.login-logo, .login-box-body, .register-box-body, .panel-footer {
    background-color: rgba(255,255,255,0.75);
}

.client-portal {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    background: #991b1f;
    padding: 5px;
    color: #FFFFFF;
    opacity: 0.8;
}

.skin-red-light .main-header .logo, .skin-red-light .main-header .navbar {
    background-color: #333;
}

.navbar-chevron {
    float:right;
    padding-right:5px
}

.panel-footer {
    padding: 20px 20px !important;
    border-top: none !important;

}
.panel-footer a, .login-form a{
    color:#666;
}

.panel-footer a:hover, .login-form a:hover{
    color:#991b1f;
}



.client-btn {
    display:block;
    padding-top:10px;
}

.invoice {
    padding: 15px 9px 80px;
    z-index: 2;
    color: #555;
    max-width: 1000px;
    overflow: hidden;
    min-height: 900px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}
.invoice table tbody>tr>td .form-group{
    margin-bottom: 0;
}
#taxTotal, #grandTotal, #subTotal, .currencySymbol,#amountDue{
    font-weight: 700;
}
.amount_due{
    font-size: 20px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    padding-right: 0.2em;
}
.chosen-container {
    width: 100% !important;
}
.invoice_title{
    color: #2e3e4e;
    font-weight: bold;
}
hr.separator{
    border-color:  #2e3e4e;
    margin-top: 10px;
    margin-bottom: 10px;
}
tbody#items > tr > td{
    border: 3px solid #fff !important;
    vertical-align: middle;
}
#items{
    background-color: #f1f1f1;
}

.invoice_status_cancelled
{
    font-size : 25px;
    text-align : center;
    color: #cc0000;
    border: 1px solid #cc0000;
}
.invoice_status_paid
{
    font-size : 30px;
    text-align : center;
    color: #82b440;
    border: 1px solid #82b440;
}
.dropdown-menu>li>a {

    font-size: 12px;
    letter-spacing: 0px;
    line-height: 23px;
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:hover {
    background: rgba(0,0,0,0.1);
    color: #f6f6f6;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
}
.dropdown ul.dropdown-menu {
    border-radius:0px;
    box-shadow:none;
    margin-top:15px;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #333;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 9;
}

.box.box-primary {
    border-top-color: #333;
}
.navbar-default .dropdown-menu {
    background-color: #333;
}
.language-img {
    margin-right: 5px;
    margin-top: -2px;
}
.input-file { position: relative; } /* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon { border: 0px; padding: 0px; }
.input-file .input-group-addon .btn { border-radius: 0 0px 0px 0 }
.input-file .input-group-addon input { cursor: pointer; position:absolute; width: 100%;height:35px; z-index:2;top:0;right:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0; background-color:transparent; color:transparent; }
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
.line-legend li > span, .pie-legend li span {
    display: inline-block;
    height: 3px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.line-legend li, .pie-legend li {
    list-style: none;
    list-style-type: none;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    line-height: 1.6em;
}
.dashboard_stats{
    font-size: 14px;
}

/*

.info-box i {
    font-size: 2.4em;
    display: block;
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}
.info-box {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    border-radius: 3px;
    background-clip: padding-box;
}

*/

.info-box {
    min-height:70px;
}

.info-box-icon {
    height: 70px;
    width: 50px;
    font-size: 30px;
    line-height: 70px;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 50px;
}

.info-box .info-box-text {
    display: block;
    font-size: 1em;
    font-weight: 300;
    text-align: right;

}

 .info-box-text {
     margin:0px !important;     
 }

.info-box .info-box-number {
    font-size: 2.1em;
    font-weight: 600;
    /*margin-top: -5px;*/
    display: block;
    text-align: right;

}

.info-box-number {
    font-size:28px !important;
    }


.user-footer a {
    color: #991b1f !important;;
    background: transparent !important;
}
div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}
.btn-sm {
    padding: 5px 10px;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url(../images/loading_bar.gif) no-repeat center 38px #fff;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}

/*
.user-panel>.image>img{
    width: 35px;
    height: 35px;
}
*/

@media only screen and (max-width: 767px) {
  .content-header {
    margin-top: 0px;
  }

  .notification-box {
    min-width: 100%;
  }
  
    .main-sidebar {
        padding-top: 50px;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        right: 0;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top:12px;
    }
    
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
}

}




