
body {
    background: #f6f9fa;
}

.nav-tabs {
    background: white;
    border: 1px solid #EFEFF0;
    border-bottom: white;
}

.panel-body {
    background: white;
}

.table_main {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.table_main td, th {
    border-bottom: 0.1px solid #ccc;
    line-height: 1.8em;
    padding: .5em;
}

.table_main tbody {
    background-color: white;
}

.table_main th {
    background-color: white;
    color: black;
}

.table_main th:first-child {
    width: 150px;
}

.form-control-mod {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-bottom: white;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: red;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.form-holder, .panel {
    padding-top: 1em;
    background: white;
    padding: 1.25em;
}

.btn-primary {
    background: #219FE9;
}

.panel {
    border: 1px solid #EFEFF0;
}

.selectize-input.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.navbar-collapse {
    flex-flow: row wrap;
}

.flex-row {
    flex-direction: row;
    width: 100%;
}

.navbar-top {
    margin-bottom: 0px;
}

.navbar-bot {
    background-color: grey;
    min-height: 35px;
}

.container {
    width: 90%;
}

.circle-div {
    position: fixed;
    bottom: 21px;
    right: 25px;
}

.submit-div {
    margin-bottom: 100px;
}

#valueBox {
    background-color: red;
    color: black;
    margin: 10px;
}

.stati {
    background: #fff;
    padding: 1em;
    margin: 1em 0;
    border-radius: 5px;
}

.stati i {
    font-size: 1.2em;
}

.stati div {
    width: calc(100% - 3.5em);
    display: inline-block;
    float: left;
    text-align: left;
}

.stati b {
    font-size: 1.2em;
    /*width: 100%;*/
    padding-top: 0px;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
    display: inline-block;
}

.stati span {
    font-size: 1.2em;
    /*width: 100%;*/
    color: floralwhite;
    display: inline-block;
}

.stati.right div {
    float: left;
    text-align: left;
}

.stati.bg-green {
    background: rgb(2, 204, 154);
    color: white;
}

.stati.bg-red {
    background: rgb(240, 110, 110);
    color: white;
}

.stati.bg-yellow {
    background: rgb(255, 152, 53);
    color: white;
}

/*blue	rgb(80, 182, 254) */


.btn.active {
  background-color: #666;
   color: white;
}

.btn.formFilterBtn{
    text-align: center;
    width:100%;
    display:block;
    margin: 0.5em 0;
}

.selector-hidden{
    display: none;
}

.grandTotal{
    border-top:1px solid rgb(217, 217, 217);
    text-decoration:underline;
    border-bottom: 1px solid #000;
}

table.pdf_boq_gen_req, table.pdf_boq_item_cat {
  border-collapse: collapse;
}

table.pdf_boq_gen_req th,
table.pdf_boq_gen_req td,
table.pdf_boq_item_cat th,
table.pdf_boq_item_cat td {
  border: 1px solid black;
}

th.pdf_cat_header{
  padding: 0px;
  text-align: left;
}

th.pdf_col_header {
  padding: 5px;
}

col.pdf_col1, col.pdf_col2, col.pdf_col4, col.pdf_col5 {
    width: 7%;
}

col.pdf_col3 {
    width: 35%;
}

col.pdf_col6, col.pdf_col7, col.pdf_col8{
    width: 9%;
}

col.pdf_col9 {
    width: 10%;
}

td.pdf_col_td_1, td.pdf_col_td_2, td.pdf_col_td_4, td.pdf_col_td_5 {
    text-align: center;
}

td.pdf_col_td_3 {
    text-align: left;
}

td.pdf_col_td_6, td.pdf_col_td_7, td.pdf_col_td_8, td.pdf_col_td_9 {
    text-align: right;
}

col.pdf_total_col1{
    width: 50%;
}

col.pdf_total_col2{
    width: 50%;
}

td.pdf_total_col_td_1,
td.pdf_total_col_td_2 {
    text-align: right;
}

col.pdf_grandtotal_col1{
    width: 75%;
}

col.pdf_grandtotal_col2{
    width: 25%;
}

col.pdf_info_col1{
    width: 25%;
}

col.pdf_info_col2{
    width: 75%;
}

table.pdf_info_table td{
    text-align: left;
}

table.pdf_terms_table td{
    vertical-align: top;
}

div.pdf_right {
  float: right;
  width: 25%;
  padding: 10px;
}

div.pdf_left {
  float: left;
  width: 25%;
  padding: 10px;
}

div.pdf_tables_div {
    padding-bottom: 10px;
}

form.float-right{
    float: right;
} 

#btn-form-options {
    display: flex;
}

#btn-form-options > button {
    height: 3em;
}

#btn-form-options .btn-group {
    display: flex;
    height: 3em;
}

#new-form-button {
    flex: 1;
}

#single-new-form-button {
    width:100%;
    height: 3em;
}

.btn.formFilterBtn {
    white-space: normal;
}

input#save {
    color: #fff !important;
    background-color: #219FE9 !important;
    border-color: #219FE9 !important;
}