

/* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* Overide Styles
 * -------------------------- */

.user-dropdown {
    width: 40% !important;
    display: inline-block;
}

.login-box {
    margin: 0 auto;
    padding-top: 10%;
}

.login-box-body {
    padding: 25px 20px;
}

.login-box-body .message {
    padding-bottom: 20px;
}

.form-control {
    box-shadow: #ccc;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #fff;
}

.navbar a.navbar-brand {
    line-height: 50px;
    padding: 0 8px;
}

.navbar-custom-menu.pull-right {
    right: 0 !important;
}

.user-header p,
.user-header i {
    color: #fff !important;
}

.equal {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.equal .panel {
    width: 100%;
    height: 100%;
}

.equal .panel-body {
    width: 100%;
    height: 100%;
}

.panel.equal-block .panel-body {
    /* padding-bottom:0px; */
}

/*
.panel.equal-block .panel-body table {
    margin-bottom:0px !important;
}*/

.row.equal {
    margin-bottom: 30px;
}

/* Content / layout Styles
 * -------------------------- */

.content-wrapper {
    background-color: #efefef;
}

/* Panel styles
 * -------------------------- */

.panel-default>.panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
}

.panel-body.box {
    margin-bottom: 0;
}

.panel-body .box-header {
    padding: 0;
}

/* Validation errors
 * -------------------------- */
.validate-error {
    font-weight: normal;
}


.form-group.has-error .help-block,
.has-error.help-block {
    color: #dd4b39;
}
/* Error pages
 * -------------------------- */

.error-page>.error-content {
    margin-left: 0px;
    display: block;
}

.error-page .headline {
    float: none;
    font-size: 100px;
    font-weight: 300;
}

/* Generic styles
 * -------------------------- */
a {
    color: #01aaad;
}

a:hover {
    color: #008888;
}

/* Color Styles
 * -------------------------- */
.color-fnb {
    color: #337ab7;
}

/* Footer styles
 * -------------------------- */

.main-footer {
    font-size: 11px;
}

/* Table styles
 * -------------------------- */
 .table-responsive {
     overflow-y: hidden;
 }
 .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
    background-color: #eee;
}

.table-list thead th {
    background-color: #ddd;
}

.table-list tbody tr td.edit {
    text-align: center;
    width: 70px;
}

.table-list tbody tr td.delete {
    text-align: center;
    width: 80px;
}

/* Button Styles
 * -------------------------- */

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #367fa9;
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

.btn-info {
    background-color: rgb(69,85,95);
    border-color: rgb(69,85,95);
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: rgb(69,85,95);
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b;
}

.btn-back,
.btn-cancel {
    margin-left: 1.5em;
}

.buttons .btn {
    margin-left: 1.5em;
}

.btn-back {
    background-color: #fff;
}

.buttons .btn:first-child {
    margin-left: 0em;
}

/* Box styles
 * -------------------------- */

.box.no-border {
    border: none;
}

.box-tools.pull-right {
    right:0px;
}

/* Main header
 * -------------------------- */
.main-header {
    height:200px;
}
.main-header .logo img {}

/* Form controls
 * -------------------------- */
.form-control:focus {
    border-color: #01aaad;
    box-shadow: none;
}


/* Ladda button overides
 * -------------------------- */

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
    transition: none !important;
}

/* Data table styles
 * -------------------------- */

.data-table-box {
    overflow: hidden;
}

.data-table-box .table-responsive {
    overflow-y: hidden;
}

.data-table.row-links tbody tr:hover {
    /*cursor: pointer;    */
}

.data-table {
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_processing {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    padding:8px 0;
    height:50px;
}

div.dataTables_filter {
    display: inline-block !important;
}

div.dt-buttons {
    margin-top: -1px;
}

div.dataTables_length a {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

div.dt-buttons button:first-child {
    margin-left: 10px !important;
}

div.dt-buttons .export-button {
    display: none;
}

.data-table thead .sorting:after {
    opacity: 0.2;
    color: #222;
}

.data-table thead .sorting_asc:after {
    color: #222;
}

.data-table thead .sorting_desc:after {
    color: #222;
}

.data-table thead tr td,
.data-table thead tr th {
    white-space: nowrap;
}

.dataTables_length select {
    margin-left: 5px;
    margin-right: 5px;
}

.dataTables_wrapper .table-widget.table-widget-search {
    text-align: right;
}

.data-table.table tr td .progress {
    margin-top: 0px;
}

.data-table.table tr td .progress .progress-bar.low {
    color: #bbb;
}

/* Datatable modal
* -------------------------- */

.modal.datatable-modal .modal-full {
    width: 90% !important;
}
.modal.datatable-modal .modal-full .modal-content {
    width: 100% !important;
}

@media (max-width:768px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .table-widget {
        text-align: left !important;
        padding: 5px;
    }
}

/* Table styles
* -------------------------- */

.table-list thead th {
    background-color: #ddd;
}

.table-list tbody tr td.datetime {
    width: 140px;
}

.table-list tbody tr td.enabled {
    width: 100px;
}

.table-list tbody tr td.edit,
.table-list tbody tr td.action_pre {
    text-align: center;
    width: 30px;
    white-space: nowrap;
}

.table-list tbody tr td.id {
    text-align: center;
    width: 60px;
}

.table-list tbody tr td.status {
    text-align: center;
    width: 80px;
}

.table-list tbody tr td.datetime {
    min-width: 80px;
    white-space: nowrap;
}

.table-list tbody tr td.edit .btn:first-child {
    margin-left: 0px;
}

.table-list tbody tr td.edit .btn {
    margin-left: 10px;
}

.table-list tbody tr td.actions {
    text-align: center;
    white-space: nowrap;
    width: 100px;
}

.table-list tbody tr td.actions.actions_sm {
    width: 50px;
}

.table-list tbody tr td.actions a,
.table-list tbody tr td.actions button {
    margin-left: 10px;
}

.table-list tbody tr td.actions a:first-child {
    margin-left: 3px;
}

/* Edit form styles
  * -------------------------- */
.edit-form .panel-heading {
    font-weight: 600;
}
.edit-form .panel-title,
.edit-form .tab-title {
    font-size:18px;
    margin-bottom: 20px;
}

.edit-form .section-title {
    font-weight: 600;
    padding-bottom: 15px;
}

.edit-form hr {
    border-color: #d2d6de;
    border-color: rgb(69,85,95);
    margin-top: 10px;
}

.edit-form .timestamps {
    font-size: 12px;
    margin-bottom:10px !important;
}

.edit-form .timestamps dd {
    margin-bottom: 10px;
}

.edit-form .control-static label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.edit-form .control-static {
    overflow: auto;
}

.edit-form .control-static .progress  {
    margin-bottom:0px;
}

.edit-form .control-static .callout {
    margin-top:15px;
}

.edit-form .control-static .control-label {
    padding-left: 0;
}

.edit-form .control-static .form-control-static,
.edit-form .control-static.form-control-static {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
    min-height: 10px;
    margin-bottom:15px;
    line-height: 20px;
    min-height: 20px;
}

.edit-form .control-static {
    margin-bottom: 0px !important;
}

input.daterange[readonly] {
    background-color:  #fff !important;
}


/* Toaster overide styles
 * -------------------------- */

.toast {
    /* opacity: 1 !important; */
    top: 12px;
    right: 12px;
    top: 51px;
    right: 12px;
}

.toastr ul {
    margin-top: 10px;
}

/* Select2 styles
 * -------------------------- */
 .select2 {
    width:100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: rgb(69,85,95);
    background-color: #bbb;
    color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

/* Striped widgets
 * -------------------------- */
 .form-group-table .form-group:nth-of-type(odd) {
    background-color: #eee;
}

.form-group-table .form-group:hover {
    background-color: #d9edf7;
}

.form-group-table .form-group {
    padding: 3px 5px 4px 5px;
    padding: 5px;
}

.form-group-table .form-group .form-control-static {
    margin-bottom: 0;
}

.summary_header{
    background: #D3D3D3
}

.form-control,
.input-group-addon,
.select2-selection--single {
    border-color: rgb(69,85,95) !important;
}


#orders-filter-reset,
#orders-filter-reset:active:hover,
.export-button,
export-button:active:hover
{
    color: #fff;
    background-color: #ff9900 !important;
    border-color: #ff9900

}
.progress .progress-bar{
    background-color: #ff9900 !important;
}


/* Horizontal timeline*/
/* START DELETE */
#summaryModal .timeline {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 30px 0 10px 0;
    position: relative;
}

#summaryModal .entry {
    display: inline-block;
    vertical-align: top;
    background: #13519C;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    position: relative;
    border-top: 4px solid #06182E;
    border-radius: 3px;
    min-width: 200px;
    max-width: 500px;
}

#summaryModal .entry img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#summaryModal .entry:after {
    content: '';
    display: block;
    background: #eee;
    width: 7px;
    height: 7px;
    border-radius: 6px;
    border: 3px solid #06182E;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -6px;
}

#summaryModal .entry:before {
    content: '';
    display: block;
    background: #06182E;
    width: 5px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -2px;
}

#summaryModal .entry h1 {
    color: #fff;
    font-size: 18px;
    font-family: Georgia, serif;
    font-weight: bold;
    margin-bottom: 10px;
}

#summaryModal .entry h2 {
    letter-spacing: .2em;
    margin-bottom: 10px;
    font-size: 14px;
}

#summaryModal .bar {
    height: 4px;
    background: #eee;
    width: 100%;
    position: relative;
    top: 13px;
    left: 0;
}
/* END DELETE */

#summaryModal li .bar2 {
    /*background-color: red;*/
    height: 4px;
    /*background: #eee;*/
    /*width: 100%;*/
    position: relative;
    /*top: 13px;*/
    left: 0;
    line-height: 15;
    width: 79px;
    right: 36px;
}
#summaryModal .list-inline {
    padding-left: 43px !important;
    margin-left: 0px !important;
}
#summaryModal .list-inline>li {
    display: inline-block;
     padding-right: initial !important;
     padding-left: 0px !important;

}
#summaryModal .avatar {

    /*margin: 10px;*/
    border:1px solid grey;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    padding: 6px;
    width: 60px;
    height: 60px;
}

#summaryModal  .avatar img {
    max-width:100%;
    max-height: 100%;
    overflow:hidden;
    padding-top: 0px;
}

#summaryModal li .summary-btn-modal-img-text {
    font-size: 10px;
    color: grey;
    padding-top: 30px;
}

@media only screen and (min-width: 700px){
    #summaryModal .center-timeline  {
        /*padding-left: 70px;*/
    }

    #summaryModal li .bar2 {
        background-color: #696969;
        /*padding-right: 80px;*/
        padding-right: 70px;
    }

}

@media only screen and (max-width: 699px){
    #summaryModal li .bar2 {
        background-color: pink;
        padding-right: 30px;
    }

}


.quote-button {
    background-color: #fffff;
    border: solid;
    border-width: 1px;
    border-color: rgb(69,85,95);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);;
    color: black;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
