.panel .panel-heading .panel-title,
.panel .panel-heading .panel-title-bold,
.font-heading, .font-montserrat,
body,
.form-group label:not(.error), .nav-tabs > li > a,
dd, p,
span,
button,
a,
.header .menu > li > a,
h1, h2, h3, h4, h5, h6  {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    outline: 0;
}
p {
    font-size: 15px;
}
.separator {
    background-color: #e5e7e9;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.select2-container--open {
    z-index: 10000;
}
.dot-input {
    display: inline-block;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.has-error .select2 .select2-selection {
    border-color: red !important;
}
body {
    background-color: #F5F5F5;
}
.horizontal-menu .bar-inner > ul {
    height: 100%;
}
.horizontal-menu .bar-inner > ul > li a {
    font-size: 15px;
    font-weight: 500;
}
.header .brand {
    width: 200px;
}
.menu-list a {
    font-size: medium;
    font-weight: 600;
}
.menu-list li.active a {
    color: #48b0f7;
}
.mobile-menu {
    padding: 5px;
    border: 1px solid #333;
    border-radius: 3px;
    margin-top: 4px;
}
.radio.check-large label:before, .checkbox.check-large label:before {
    border: 2px solid #d0d0d0;
    width: 25px;
    height: 25px;
}
.radio label:before, .checkbox label:before {
    border: 2px solid #d0d0d0;
}
.btn-gray {
    background-color: #e0e0e0;
    color: #434343!important;
    border-color: #e0e0e0;
    font-weight: 600;
}
.table-izzy thead {
    background-color: #EEEEEE;
}
.table-izzy thead > tr > th {
    color: #434343;
    font-weight: 600;
    text-transform: capitalize;
}
.izzy-panel-head {
    margin-bottom: 15px;
}
.izzy-panel-head h4 {
    font-weight: 600;
}
.horizontal-menu .bar-inner > ul > li.open {
    background-color: #F0F0F0;
}
.horizontal-menu .bar-inner > ul > li.open a {
    color: #000;
}
.submenu>li.active {
    background-color: #F0F0F0;
}

.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
    overflow: inherit !important;
}
.table.table-condensed tbody tr td *:not(.dropdown-default) {
    z-index:10 !important;
}
.menus-dropdown {
    background: #fff;
    padding: 0;
    border: 1px solid #d9d9d9;
    margin-top: 10px!important;
}
.dropdown-menu.menus-dropdown>li.active>a, .dropdown-menu.menus-dropdown>li.active {
    background-color: #D0E0F8 !important;
}
.table.table-hover tbody tr:hover td {
    background-color: #f0f5fc !important;
}
.menus-dropdown li>a {
    padding-left: 17px;
    padding-right: 37px;
    min-width: 230px;
}
.menus-dropdown > li:last-child {
    padding-bottom: 0px;
}
.menus-dropdown > li:first-child {
    padding-top: 0px;
}
.menus-dropdown li:hover {
    opacity: 1;
    background-color: #f0f5fc;
    transition: all .20s ease-in-out 0s;
}
.btn-static {
    width: 230px;
}
.btn-static > .caret {
    margin-top: 9px;
}
.btn-white {
    border-color: #ccc;
    background-color: white;
}
.color-active {
    color: green;
}
.color-inactive {
    color: red;
}
.toggle-gray {
    border-left-color: white;
}
.filter-calendar {
    width: 230px;
}
.filter-calendar-time {
    width: 350px !important;
}
.form-control, .input-group-addon, .select2-selection {
    border: 1px solid #ccc ;
}
.select2-selection {
    border: 1px solid #ccc !important;
}
.form-group-default.form-control {
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.input-group-addon:first-child {
    border-left-color: #ccc;
}
.flex {
    display: flex !important;
}
.saldo {
    font-size: medium;
}
.saldo .color-saldo {
    color: green;
    font-weight: bold;
}
.bar rect {
    fill: steelblue;
}

.bar text {
    fill: #fff;
    font: 10px sans-serif;
}

.table-izzy-clickable > tbody > tr {
    cursor: pointer;
}
.table-izzy-clickable > tbody > tr.active {
    font-weight: 700;
}
.form-horizontal .form-group .control-label,
.form-horizontal .form-group:hover .control-label {
    opacity: .92;
}
.btn {
    font-weight: 600;
}

.arc text {
    font: 10px sans-serif;
    text-anchor: middle;
}

.arc path {
    stroke: #fff;
}

.gold {
    color: goldenrod;
    margin-top: 10px;
}

.silver {
    color: silver;
    margin-top: 10px;
}

.indianred {
    color: indianred;
    margin-top: 10px;
}

.topBorder {
    border-top: 2px solid;
}
body > .pgn-wrapper[data-position="top"] {
    left: 0;
}
.pgn-bar .alert {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pgn-bar .alert span {
    font-size: initial;
}
.outlets-dropdown-container {
    display: inline-block;
}
.table-slim tbody tr td {
    padding: 10px;
}
.no-data-display, .dataTables_empty {
    font-weight: 600;
    text-align: center;
}
.dataTables_empty:before {
    display: none !important;
}
.m-t-7 {
    margin-top: 7px;
}

.m-t-m30-p {
    margin-top: -30%;
}

.m-t-m15-p {
    margin-top: -15%;
}

.profile-dropdown li > a {
    opacity: 1;
}
.photo {
    border: 1px solid darkgray;
    padding: 2px;
    width: 60px;
}
.photo-lg {
    width: 80px;
}
.photo-xlg {
    width: 150px;
}

.photo-xxlg {
    width: 250px;
}
.photo-detail {
    border: none;
    width: 150px;
}
.photo-product {
    border: none;
    width: 120px;
    max-width: 200px;
}
.modal .modal-body {
    padding-top: 10px;
}
.modal .modal-content {
    border-color: transparent;
}
.modal .modal-header {
    background: slategray;
    padding: 15px 25px 15px 25px;
}
.modal .modal-header .close {
    opacity: 1;
    color: white;
}
.modal .modal-header h5,
.modal .modal-header p {
    color: white;
    font-weight: 500;
}
/*.panel {*/
    /*box-shadow: -1px 0 2px rgba(0,0,0,0.15), 1px 0 2px rgba(0,0,0,0.15), 0 4px 8px rgba(0,0,0,0.15);*/
/*}*/
.horizontal-menu .bar {
    background-color: #36404A;
    height: 45px;
    display: flex !important;
}
.horizontal-menu .bar-inner {
    display: inherit !important;
}
.horizontal-menu .bar-inner > ul > li {
    height: 100%;
    padding: 0;
    /* old syntax */
    display: -moz-box;
    display: -ms-inline-flexbox;
    /* new syntax */
    display: -webkit-inline-flex;
    display: inline-flex;
}
.horizontal-menu .bar-inner > ul > li a {
    font-size: 14px;
    color: white;
    /* old syntax */
    display: -moz-box;
    display: -ms-inline-flexbox;
    /* new syntax */
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    transition: background-color cubic-bezier(.165, .84, .44, 1) .25s,border-bottom-color ease-in-out .25s !important;
}
.horizontal-menu .bar-inner > ul > li.active a {
    color: #000;
    border-bottom: 2px solid #D0D0D0;
}
.btn-blue {
    background-color: #448aff;
    color: white!important;
    border-color: #448aff;
    font-weight: 600;
}
.btn-blue:hover,
.btn-blue:active,
button.btn-blue:visited {
    background-color: #2962ff !important;
    border-color: #2962ff !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #D0E0F8 !important;
    border-color: #D0E0F8 !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #555;
}
.list-group-item.active {
    font-weight: 700;
}
a.list-group-item:hover {
    background-color: #f0f5fc;
}
.izzy-selectable > tbody > tr.active td {
    background: #D0E0F8 !important;
}
.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}
.w100 {
    width: 100%;
}
.block {
    display: block !important;
}
.relative {
    position: relative;
}
.btn-rm {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11.9px;
    line-height: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    right: -10px;
    top: -10px;
}
.scrollable-modal {
    max-height: 500px;
    overflow-y: auto;
}

.radio label:before, .checkbox label:before {
     bottom: inherit;
}

.radio.radio-success input[type=radio]:checked + label:before {
    border-color: #10cfbd;
}

.text-blue {
    color: #448aff!important;
}

.text-red {
    color: #ff0000 !important;
}

.text-green {
    color: #10cfbd !important;
}
.text-green-dark {
    color: green !important;
}
.fs-11 {
    font-size: 11px;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
.photo-detail-thumb {
    float: right;
    width: 100px;
}

.top-15 {
    top:15px;
}

.panel-heading .dropdown-menu li a {
    padding: 0 20px;
    opacity: 1;
}
.total, .disabled-bright {
    color: rgba(98, 98, 98, 1) !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(98, 98, 98, 1) !important;
}
.nav-tabs li a {
    font-weight: 700;
}
.nav-tabs-fillup > li > a:after {
    background: none repeat scroll 0 0 gray;
    border: 1px solid gray;
}
.showSweetAlert {
    box-shadow: rgb(51, 51, 51) 0px 0px 2px 0px;
}
.dropdown-heading {
    width: 250px;
}
.dropdown-heading-product {
    width: 200px;
}
@media (min-width: 992px) {
    .horizontal-menu [data-pages="sidebar"] + .page-container {
        padding-left: 0px;
    }
}
.table-preline thead tr th, .table-preline tbody tr td, .table-preline tbody tr td *:not(.dropdown-default) {
    white-space: pre-line !important;
}
.table-no-pad tbody tr td {
    padding: 10px;
}
.table tbody tr td[class*='sorting_'] {
    color: #333 !important;
}
.bold-600 {
    font-weight: 600 !important;
}
.barcode-label {
    max-width: 350px;
    width: 350px;
    border: 1px dashed;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}
.italic {
    font-style: italic;
}
@media all and (max-width: 1114px) {
   .sm-btn-block { width: 100%; display:block; }
   .sm-m-r-0 { margin-right: 0; }
   .sm-m-t-5 { margin-top: 5px; }
   .sm-m-t-10 { margin-top: 10px; }
}
.input-group-addon:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.highcharts-credits {
    display: none;
}
.panel .panel-heading.panel-form {
    background: slategray;
    padding: 10px 20px 7px 20px !important;
}
.panel .panel-heading.panel-form h5 {
    color: white;
    font-weight: 600;
}
.no-item {
    border: 1px dashed gray;
    padding: 20px;
    border-radius: 2px;
}
.list-inline>li {
    padding-left: 0;
    padding-right: 0;
}
.table tbody tr.out td {
    background-color: rgba(245, 198, 203, .3);
}
.dropdown-variants-width {
    width: 350px !important;
}

@media only screen and (min-width: 768px) {
    form .row [class*='col-']:last-child {
        padding-right: 7px;
    }
}
.legend {
    margin-top: 5px;
    display: inline-block;
    border: 1px solid gainsboro;
    padding: 10px;
    background-color: ghostwhite;
}
.legend p {
    color: grey;
    font-size: small;
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate ul>li.disabled a,
.dataTables_wrapper .dataTables_paginate ul>li.disabled a:hover {
    background-color: whitesmoke;
}
.dataTables_wrapper .dataTables_paginate ul>li.active>a {
    color: white;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}
.dataTables_wrapper .dataTables_paginate ul>li>a {
    padding: 10px 15px;
}
.panel-dashboard {
    border:2px solid silver;
    box-shadow: none !important;
}
input[type=search] {
    -webkit-appearance: textfield;
}

.btn-search-dt-cst {
    padding: 6.2px;
    margin-left: 5px;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Custom */
.page-sidebar .sidebar-menu .menu-items li>a,
.page-sidebar .sidebar-menu .menu-items>li>a>.title {
    white-space: nowrap;
    overflow: hidden;
    width: 65%;
    text-overflow: ellipsis
}
.sidebar-menu .menu-items li:first-child {
    margin-top: 5px;
}
.page-sidebar .sidebar-header {
    background-color: #6c7487;
}
.icon-thumbnail {
    background-color: #6c7487;
    color: #2b303b;
}
.active .icon-thumbnail {
    background-color: #10cfbd;
}
.page-sidebar .scroll-element {
    visibility: visible;
}
.scroll-wrapper>.scroll-element.scroll-y,
.scroll-wrapper>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scroll-wrapper>.scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
    width: 10px;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
    background-color: white;
}

img {
    image-rendering: pixelated !important;
}

.header .brand {
    width: 200px;
}

/* always center header */
.header .header-inner {
    text-align: center;
}
/* custom sidebar */
.header {
    padding: 0;
}
.page-sidebar {
    width: 250px;
    left: 0!important;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    display: none;
    z-index: auto;
}
body.sidebar-open .page-sidebar.visible {
    display: block;
}
body.sidebar-open .page-container {
    -webkit-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
    -ms-transform: translate(250px,0);
    overflow: hidden;
    position: fixed;
}
.page-sidebar .menu-items .icon-thumbnail {
    -webkit-transform: translate3d(-14px,0,0);
    transform: translate3d(-14px,0,0);
    -ms-transform: translate(-14px,0);
}

.page-container {
    position: relative;
    transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    padding-left: 0;
}
ul.fancytree-container li {
    padding-left: 0;
}
.permission-idle #permission-form,
.permission-idle .btn-save-permission,
.permission-idle .alert-loading {
    display: none;
}
.permission-loading #permission-form,
.permission-loading .btn-save-permission,
.permission-loading .alert-idle {
    display: none;
}
.permission-edit .alert-idle,
.permission-edit .alert-loading {
    display: none;
}
.table-permission .data td:first-child {
    vertical-align: middle;
    font-weight: bold;
}
.view-only-form .form-group .form-control {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.view-only-form .form-group .form-control.i-area {
    min-height: 200px;
    white-space: break-spaces;
    overflow-y: auto;
    font-family: monospace;
    font-size: 12px;
    word-break: break-word;
}

.form-no-border {
    border-bottom: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}

/* .mg-t-30 {
    margin-top: 30px;
}
.btn-image {
     display: inline-block;
     padding: 10px;
     border: 1px solid black;
     border-radius: 4px;
     margin-right: 5px;
     margin-bottom: 5px;
 }
.btn-image img {
    max-width: 150px;
    max-height: 150px;
} */

.select2-selection--single {
    height: 100% !important;
}
.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.pricing-list-search {
    margin-right: 10px;
    float: right;
}

.edc-input-card-number-button {
    margin-right: 10px;
}

.btn-eclipse {
    border-radius: 99px;
}