.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.nav-sidebar > .nav-item {
    font-size: .9rem;
}

body {
    font-size: .9rem;
}

.content-header h1 {
    font-size: 1.2rem;
}

label {
    font-size: .9rem;
}
.form-control {
    font-size: .9rem;
}
.breadcrumb {
    font-size: .9rem;
}

.btn {
    font-size: .9rem;
}

.ui-widget {
    font-size: .9rem;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

table.dataTable td, table.dataTable th {
    padding: .2rem;
}

.input-group-text {
    font-size: .9rem;
}

tr td[scope="col"] {
    background-color: #eee;
    border-color: #ccc;
    color: #888;
    text-align: left;
    white-space: nowrap;
    width: 140px;
}
tr td[scope="col"] p {
    font-weight: 700;
    color: black;
    display: inline-block;
    width: 140px;
}

table {
    font-size: .9rem;
}

.nav-sidebar>.nav-item .nav-icon {
    font-size: .9rem !important;
}

.btn {
    padding: 4px 6px;
}
.btns-edit-price {
    padding-left: 15px;
    width: 100%;
    display: block;
    background: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}
.edit-price, .update-price, #btn-addnew-price, .edit-budget, .update-budget, #btn-addnew-budget {
    margin-right: 5px;
}
.hidden-edit-price-row, .hidden-price-row, .hidden-addnew-budget-row, .hidden-edit-budget-row, .hidden-row-budget {
    display: none;
}
.hidden-addnew-price-row {
    display: none;
}
p#lbl-tbl-list {
    text-align: left;
    float: left;
    font-weight: 700;
    margin-top: 10px;
    font-size: .91rem;
}

.btn .fa, .btn .fas {
    font-size: .8rem;
}

.table-head {
    border: 1px solid white;
    color: white;
    background-color: #00486D;
    text-align: center;
    padding: 4px;
}
@media only screen and (max-width: 1200px)  {
    /* Force table to not be like tables anymore */
    table.tblPriceContent, .tblPriceContent thead, .tblPriceContent tbody, .tblPriceContent th, .tblPriceContent td, .tblPriceContent tr {
        display: block;
    }
    tr.hidden-edit-price-row td, tr.hidden-edit-price-row, tr.hidden-price-row td, tr.hidden-price-row, tr.hidden-addnew-price-row td, tr.hidden-addnew-price-row, tr.hidden-edit-budget-row td, tr.hidden-edit-budget-row, tr.hidden-row-budget td, tr.hidden-row-budget, tr.hidden-addnew-budget-row td, tr.hidden-addnew-budget-row {
        display: none;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .tblPriceContent thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tblPriceContent tr {
        border-bottom: 2px dashed #00486D;
        margin-bottom: 10px;
    }

    .tblPriceContent td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
        background-color: #00486D;
        color: white;
        margin-bottom: 10px;
        padding-top: 0px !important;
    }

    .tblPriceContent td input.form-control {
        border-radius: 0px;
    }

    .tblPriceContent td .select2 {
        border-radius: 0px;
    }

    .tblPriceContent td div#empty-action-price {
        border-radius: 0px !important;
    }

    .tblPriceContent td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

#editContentTour, #edit-content-tour, #close-edit-content-tour {
    display: none;
}

#editOrderContent, #edit-order-content, #close-edit-order-content {
    display: none;
}

#editHotelContent, #edit-hotel-content {
    display: none;
}

#editTransportContent, #edit-transport-content {
    display: none;
}

#loadingImg, #downloadExports {
    display: none;
}

#cause_delete_div {
   display: none; 
}

.tooltip-inner {
    max-width: 800px !important; 
}
#tbl-formula-1 td {
    text-align: justify !important;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.title-formula-td {
    width: 185px;
    text-align: left !important;
}
.dt-buttons button {
    margin-right: 10px;
}