body {
  font-size: .875rem;
}
div[data-lastpass-root]{
    display: none !important;
}
.vcenter{
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sticky-width{
    width:170px;
}


@media only screen and (min-width: 768px) {
    .sticky-offset{
       margin-left:170px;
    }
}


.sidebar-sticky {
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 45px; !* Height of navbar *!*/
  height: calc(100vh - 45px);
  overflow-x: hidden;
  margin-top: 40px;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link:hover {
  background-color: rgba(136, 90, 198, 0.17);
}

.sidebar .nav-link.active {
  background-color: #6c00ff;
   color:#fff;
}
.sidebar .nav-link.active .fa {
   color:#fff;
}

/*
 * Navbar
 */
.app-name{
    font-size:1.2em;
}

.fa-layers.fa-fw{
    margin-left:-2px;
}
.navbar-dark{
    color:#fff;
}
.navbar .page-title{
/*    background-color: rgba(255, 255, 255, 0.16);*/
/*    line-height: 3;*/
/*    padding-left:1em;*/
    font-size: 1em;
    color: rgba(255, 255, 255, 0.50);
}

.nav-item.separator{
    height:1em;
}
.nav-item .section-title{
    font-weight:bold;
    padding: .5rem 1rem;
}

/*
 * PAGES
 */

.display-5{
    font-weight: lighter;
    font-size: 2em;
    margin-bottom:.5em;
}

.bg-login{
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.v-center{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}
.html-login{
    height: 100%;
}
.col-login{
    width:100%;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.page-name{
    font-weight:lighter;
    font-size:2em;
/*    margin-bottom:1em;*/
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.form-control-xs{
    width:80px;
}

.form-control-xxs{
    width:100px;
    padding:0px 4px;
}

h5.subtitle{
    font-weight: normal;
    border-bottom:1px solid #ddd;
    padding-bottom:.5em;
    margin-bottom:.5em;
}

h6.subtitle {
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #b5bbc1;
}

.bg-gray{
    background-color:#dddddd;
}





.quicksearch-icon {
    margin-top: -22px;
    margin-left: 7px;
    color: #a7a7a7;
}

.quicksearch-icon2 {
    margin-top: 12px;
    margin-left: -22px;
    color: #a7a7a7;
}



.cal-head{
    border-bottom:1px solid #ddd;
    padding-top:.3em;
    padding-bottom:.3em;
}

.day{
    height:13vh;
    border: 1px solid #ddd;
    border-left:0;
    border-top:0;
}

.day .files i{
    color:#ccc;
}

.day .files i.active, .text-active{
    color:#6200ff;
}

.day{
    position:relative;
}
.day.inactive{
    background-color:#f0f0f0;
}

.day .number{
    position:absolute;
    font-size:2em;
    font-weight: lighter;
    color:#999;
    text-align:right;
    right: .4em;
    z-index: 2
}

.day .files{
    position: absolute;
    bottom:0;
    text-align:center;
    width: 100%;
    left:0;
    right:0;
}

.day.today{
    background-color: rgba(136, 142, 255, 0.12)
}




/************* DATEPICKER ***************/

.ui-widget-header {
    border: none; 
    background: #007bff;
  }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #007bff;
    cursor: pointer;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #007bff;
    background: #007bff;
}

.ui-state-highlight.ui-state-active, .ui-widget-content .ui-state-highlight.ui-state-active, .ui-widget-header .ui-state-highlight.ui-state-active{
    color:#fff;
}






/* ================== ================== */



.tax-add , .custom-add{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D9C0A8;
}
.custom-add {
    background-color: #F99;
}

.tax-add:hover , .custom-add:hover{
    background-color: #FFC68C;
    background-image: url(/images/arw_05.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
.tax-del {
    margin-top: 4px;
    margin-left: 10px;
    background-image: url(/images/cross_06.gif);
    height: 9px;
    width: 9px;
    background-position: -2px -2px;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.tax-total {
    font-size: 18px;
}
.fisa-form table.form tr.tax-rows td{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.group .gtitle {
    background-color: #ffa65d;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    /* background-image: url(/images/rhighlight_03a.gif); */
    cursor: pointer;
    /* width: 280px; */
}
.strike {
    text-decoration: line-through;
}
.ttable {
    font-size: 14px;
}
.ttable td {
    padding: 5px;
}
.tax-spec {
    margin-top: 2px;
    margin-left: 0px;
    background: url(/images/asterix-sw.gif) center center no-repeat;
    height: 14px;
    width: 11px;
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    float: left;
}
.tax-rows td, .tax-row td{
    padding:10px;
}

.tax-rows .name {
    cursor: pointer;
}
.tax-spec.on {
    background-position: left top;
}
.header2 {
    background-color: #eee;
    font-size: 12px;
}
.total {
    font-size: 16px;
}

.rep-info-tr td{
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

tr.total1 td{
    background-color: #F2F2F2;
}
tr.total2 td{
    background-color: #FAF2D4;
}
.hidden{
    display:none;
}


.tax-del.btn {
    float: right;
    width: 11px;
    height: 11px;
}

.payment_details input {
    padding: 0 3px;
    margin: 0;
    line-height: .8;
}

.payment_details .curs {
    width:100px;
}

.full-checkbox input.form-control:focus {
    border: none;
    box-shadow: none;
}


tr.incomplete td {
    color: #f00;
}
.checklist-item .full-checkbox input[type=checkbox]{
    display: none;
}

.checklist-item .full-checkbox.true::before {
    content: "DA";
    display: block;
    background-color: #f5f5f5;
    text-align: center;
}

.checklist-item .full-checkbox.false::before {
    content: "NU";
    display: block;
    text-align: center;
}

.text-bold{
    font-weight: bold;
}


.fa-1_5x{font-size:1.5em}

.text-gray{
    color: #c1c1c1;
}


.text-darkgray{
    color: #999999;
}


.text-pre{
    white-space: pre;
}

.wf-40{
    width: 40px;
}

.cursor-pointer{
    cursor: pointer;
}

tr.deleted td {
    color: #aaaaaa;
}


.ui-menu {
    padding: 5px 10px;
}
.ui-widget-content {
    border: 1px solid #007bfe;
    background: #ffffff;
}
.ui-menu .ui-menu-item {
    padding: 7px;
    border-bottom: 1px solid #c8f0ff;
}
