﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
.toolIcon{
    width:36px;
    height:36px
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.col-md-1_5, .col-md-2_5, .col-md-3_5, .col-md-4_5, .col-md-5_5 , .col-md-6_5 , .col-md-7_5 , .col-md-8_5 , .col-md-9_5, .col-md-10_5, .col-p-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-md-1_5 {
    width: 12.5%;
}

.col-p-5 {
    width: 20%;
}
.col-md-2_5 {
    width: 20.83333333333%;
}

.col-md-3_5 {
    width: 29.16666666667%;
}

.col-md-4_5 {
    width: 37.5%;
}

.col-md-5_5 {
    width: 45.83333333333%;
}

.col-md-6_5 {
    width: 54.16666666666667%;
}

.col-md-7_5 {
    width: 62.5%;
}
.col-md-8_5 {
    width: 70.8333333333333%;
}
.col-md-9_5 {
    width: 79.16666666666667%;
}
.col-md-10_5 {
    width: 87.5%;
}

 .remove-margin-bottom .form-group {
    margin-bottom: 1px;
}

/* 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;
}
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

.invoice {
  position: relative;
  background: #fff;
  /*border: 1px solid #f4f4f4;*/
  padding: 20px;
  margin: 10px 25px;
}
/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.invoice-title {
  margin-top: 0;
}

.specific-margin-top{
     margin-top: 15px;
}

.specific-margin-bottom-Body{
     margin-bottom: 30px;
}

.nopadding {
    padding-right:0;
    padding-left:0;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*.navbar-default sidebar {
   width = 150px
}
#page-wrapper
{
    margin = 0 0 0 150px
}*/

.loading {
    position: fixed;
    top: 50%;
    left: 25%;
    border: 1px solid darkgrey;
    width: 50%;
    padding: 15px;
    background-color: aliceblue;
    z-index: 99;
}


.select2>select2-container>select2-container--default{
    margin-left:20px;
}

/*.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}*/

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 300px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

    .tt-suggestion p {
        margin: 0;
    }
    .twitter-typeahead{
        display:inherit !important;
    }

    .panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.btn-image {
    padding: 0px;
    border: none;
}

.max-w-150 {
    max-width: 150px;
}

.btn-text {
    font-family: Calibri;
    font-weight: bold;
}

.btn-plreport {
color: #ffffff;
background-color: #F7BB08;
border-color: #FC870A;
}

.btn-plreport:hover,
.btn-plreport:focus,
.btn-plreport:active,
.btn-plreport.active,
.open .dropdown-toggle.btn-plreport {
    color: #ffffff;
    background-color: #F78018;
    border-color: #FC870A;
}

.btn-plreport:active,
.btn-plreport.active,
.open .dropdown-toggle.btn-plreport {
    background-image: none;
}

.btn-plreport.disabled,
.btn-plreport[disabled],
fieldset[disabled] .btn-plreport,
.btn-plreport.disabled:hover,
.btn-plreport[disabled]:hover,
fieldset[disabled] .btn-plreport:hover,
.btn-plreport.disabled:focus,
.btn-plreport[disabled]:focus,
fieldset[disabled] .btn-plreport:focus,
.btn-plreport.disabled:active,
.btn-plreport[disabled]:active,
fieldset[disabled] .btn-plreport:active,
.btn-plreport.disabled.active,
.btn-plreport[disabled].active,
fieldset[disabled] .btn-plreport.active {
    background-color: #F7BB08;
    border-color: #FC870A;
}

.btn-plreport .badge {
    color: #F7BB08;
    background-color: #ffffff;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}
input.rscurrency {
    text-align: right;
    padding-right: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

tr, td div, th div {
    page-break-inside: avoid;
}

.verysmall {
    display: block;
    font-size: 0.7em;
    line-height: 1.1;
}

.btn-supplement {
    color: #fff;
    background-color: #A468FF;
    border-color: #8C3AFF;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-vendor {
    color: #fff;
    background-color: #006978;
    border-color: #004C56;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.btn-vendor:hover {
    color: #fff;
    background-color: #3F7177;
}
.btn-vendor:focus {
    color: #fff;
    background-color: #006978;
}

.btn-arc {
    color: #fff;
    background-color: #006978;
    border-color: #004C56;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.btn-arc:hover {
    color: #fff;
    background-color: #3F7177;
}
.btn-arc:focus {
    color: #fff;
    background-color: #006978;
}

    .btn-arc.active {
        color: #fff;
        background-color: #FF004B;
        border-color: #7F0037;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    }
    .btn-arc.active:hover {
        color: #fff;
        background-color: #AF0034;
    }
        .btn-arc.active:focus {
            color: #fff;
            background-color: #FF004B;
        }
.arccolor {
    color: #FF004B;
}
.arcbackground-color {
    background-color: #FFE5EC;
}
.rowselected {
    background-color: dodgerblue;
    color: yellow;
}
.supplemental{
    background-color: lightblue !important;
}

.invoiced-paid {
    color: green;
}
.invoiced-notpaid {
    color: red;
}
.invoiced-paidpartially {
    color: #FFBA18;
}

.pointer {
    cursor: pointer;
}
.view-only {
    background-color: lightcyan !important;
}

.danger-label {
    color: #b52b27;
}


.input-currency {
    padding-left: 15px;
    content: "$";
}

.input50 {
    max-width: 50px;
    padding-left: 15px;
}

    .input50.right {
        max-width: 50px;
        padding-left: inherit !important;
        padding-right: 15px;
    }

.input70 {
    max-width: 70px;
    padding-left: 15px;
}

    .input70.right {
        max-width: 70px;
        padding-left: inherit !important;
        padding-right: 15px;
    }

.input70a {
    max-width: 70px;
    padding-left: 15px;
}

    .input70a.right {
        max-width: 70px;
        padding-left: inherit !important;
        padding-right: 15px;
    }

.input100 {
    max-width: 100px;
}

.input140 {
    max-width: 140px;
}

.prefix {
    margin-right: -10px;
    position: absolute;
    top: 11px;
    left: 15px;
}

.sufix {
    right: 20px;
    top: 11px;
    position: absolute;
}

.sufix8 {
    right: 8px;
    top: 8px;
    position: absolute;
}

.bold {
    font-weight: bold;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th {
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 1;
    background: #eee
}
