body {
    overflow-y: scroll;
}

.organization-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -30px;
    font-family: Kiron, serif;
}

.organization-title img {
    width: 60px;
    margin-bottom: 15px;
}

.login-bottom-area {
    position: relative;
    margin-bottom: -20px;
}

.form-label-group .form-control {
    height: auto;
}

.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.dataTable tr > td.sorting {
    background: #1311130d;
    cursor: grab;
}

.dataTable tr > td.sorting > .drug-icon {
    display: none;
}

.dataTable tr > td.sorting > span {
    display: block;
}

.dataTable tr:hover > td.sorting > .drug-icon {
    display: block;
}

.dataTable tr:hover > td.sorting > span {
    display: none;
}

table.dataTable td {
    padding: .75rem;
}


tr > td.sorting_1 {
    background: #5884a921;
}

table.dataTable.dt-rowReorder-float {
    width: inherit !important;
    background: #ffffffd4;
    opacity: 1;
}


.auth-card {
    margin: auto;
    max-width: 510px;
    padding: 10px;
}

.submit-area {
    overflow: hidden;
}

.submit-area button {
    float: right;
}

.submit-area .links {
    float: left;
    margin-top: 14px;
}

.image-empty-result {
    line-height: 200px;
    font-size: 30px;
    text-align: center;
}

#image_url_preview img {
    height: 250px;
    margin: 5px;
    background: #e0dfdf;
    object-fit: cover;
    box-shadow: 0 0 2px 2px #00000052;
}

/* Breadcrumb */
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding: 0;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
    padding: 0;
}

#breadcrumb li a {
    /*color: #FFF;*/
    /*background: #3498db;*/
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 13px;
    font-size: 14px;
}

#breadcrumb li:nth-child(even) a {
    /*background-color: #2980b9;*/
}

#breadcrumb li:nth-child(even) a:before {
    /*border-color: #2980b9;*/
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    /*border-left-color: #2980b9;*/
}

#breadcrumb li:first-child a {
    padding-left: 0;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 0;
}

#breadcrumb li a:after {
    content: "\e606";
    font-family: 'simple-line-icons', serif;
}

#breadcrumb li:last-child a:after {
    content: "";
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3498db;
}

#breadcrumb li a:hover {
    /*background-color: #1abc9c;*/
}

#breadcrumb li a:hover:before {
    /*border-color: #1abc9c;*/
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    /*border-left-color: #1abc9c;*/
}

#breadcrumb li a:active {
    /*background-color: #16a085;*/
}

#breadcrumb li a:active:before {
    /*border-color: #16a085;*/
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    /*border-left-color: #16a085;*/
}

#breadcrumb li a:hover {
    color: #145388;
    text-decoration: underline;
}

/* Overwrite Template Default */
.form-control {
    height: auto;
}

.input-group-text {
    background-color: #e9ecef;
}

.navbar {
    height: 69px;
    padding: 6px 0;
}

.sidebar {
    padding-top: 69px;
}

.profile-image-text {
    background: #00538c;
    border-radius: 50%;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    margin-top: -9px;
    margin-left: 10px;
    font-size: 25px;
    position: relative;
    top: 3px;
}

main {
    opacity: 1;
    margin-top: 90px;
}

.modal-right .modal-header {
    flex: none;
    padding: 20px 28px !important;
}

.modal-right .modal-footer {
    padding: 14px 28px !important;
}

.create-new {
    position: relative;
    top: -4px;
    left: 20px;
}

.table tr.vertical-middle td, .table tr.vertical-middle th, .table td.vertical-middle, .table th.vertical-middle {
    vertical-align: middle;
}

.table-tbl1 thead tr {
    background: #5884a9;
    color: #FFF;
}

.table-tbl1 thead td {
    font-weight: bold;
    text-align: center;
}

a.btn {
    white-space: nowrap;
}


[required] {
    border-left: 6px solid #fa8072 !important;
}

[required]:valid, input[required]:not(:placeholder-shown) {
    border-left: 6px solid #007bff !important;
}

.image-thumb-150x100 {
    width: 150px;
    height: 100px;
    margin: 5px;
    background: #e0dfdf;
    object-fit: cover;
    box-shadow: 0 0 2px 2px #999;
}

.image-thumb-150x100:hover {
    box-shadow: 0 0 2px 2px #9ad09a;
    cursor: pointer;
}

.fancybox-caption__body {
    font-family: Kiron, serif;
}


/* Multi-step form styles */
#msForm {
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

#msForm #progressbar {
    width: fit-content;
    margin: 0 auto 30px;
    overflow: hidden;
    counter-reset: step;
}

#msForm #progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    width: 90px;
    float: left;
    position: relative;
    font-size: 12px;
    text-align: center;
}

#msForm #progressbar li[data-href] {
    cursor: pointer;
}

#msForm #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 15px;
    color: #FFF;
    background: #145388;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#msForm #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #145388;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}

#msForm #progressbar li:first-child:after {
    content: none;
}

#msForm #progressbar li.active:after {
    background: #145388;
    color: white;
}

#msForm #progressbar li.active:before {
    background: #27AE60;
    color: white;
}

@media screen and (max-width: 599px) {
    #msForm #progressbar li {
        width: 16.5%;
    }

    #msForm #progressbar li span {
        visibility: hidden;
    }
}

.status-act td,
.status-active td {
    /*background-color: transparent;*/
}

.status-rej td,
.status-inactive td {
    background-color: #ff990054 !important;
}

.status-pen td,
.status-transferred td {
    background-color: #f5c6cb !important;
}

.status-blk td,
.status-block td {
    background-color: #ff00006b !important;
}

.status-cancel td {
    background-color: #a759608a !important;
}

.status-hide td {
    opacity: 0.5;
}

.form-label-group > label {
    left: 5px;
}

.hide-child .child {
    visibility: hidden;
}

.hide-child:hover .child {
    visibility: visible;
}

.show-replace .child-hide {
    display: none;
}

.show-replace .child-show {
    display: inherit;
}


.show-replace:hover .child-hide {
    display: inherit;
}

.show-replace:hover .child-show {
    display: none;
}

.color-white {
    color: #FFFFFF;
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar .main-menu {
    overflow: scroll;
}

.info-list.inline {
    padding: 0;
}

.info-list.inline > li {
    display: inline-block;
    margin-right: 10px;
}

.hide {
    display: none;
}

.autocomplete-title {
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 4;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.autocomplete-title i.far.fa-times-circle {
    float: right;
    color: red;
    margin-top: 3px;
    font-weight: bold;
}

.marge-edit {
    display: inline-block;
}

.marge-change {
    display: none;
}

.marge .marge-edit {
    display: none;
}

.marge .marge-change {
    display: inline-block;
}

.autocomplete-data {
    max-width: 400px;
}

.sidebar .main-menu::-webkit-scrollbar {
    width: 0 !important;
}

.custom-switch {
    padding-left: 0;
}

table.vertical-middle td, thead.vertical-middle td, tbody.vertical-middle td {
    vertical-align: middle;
}

.switch-xs {
    display: flex;
}

.cal-day {
    width: 50px;
    height: 50px;
    background: #28a745;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding-top: 12px;
}

span.cal-day.cal-day-off {
    background: #d82323;
}

span.cal-day.cal-event {
    background: #d48612;
}

.auto-width {
    width: auto;
}

.smart-hide > label {
    display: block;
}

.smart-hide > label > .fa-minus-circle,
.smart-hide > label > .fa-plus-circle {
    float: right;
}

.glyphicon {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.glyphicon-arrow-left:before {
    content: "\f060";
}

.glyphicon-arrow-right:before {
    content: "\f061";
}

.fa-circle {
    color: #40d498;
}


.tree-treen {
    display: block;
    border: 1px solid #999;
    overflow: hidden;
    border-bottom: 0;
}

.tree-treen .tree-tbl {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
}

.tree-treen > .tree-tbl > .tree-header {
    background: #5884a9;
    color: #FFF;
    overflow: hidden;
}

.tree-treen > .tree-tbl > .tree-header > div.tree-cell {
    float: left;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    border-right: 1px solid #fff;
    width: 15%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tree-treen > .tree-tbl > .tree-header > div.tree-cell:first-child {
    width: 40%;
}

.tree-treen > .tree-tbl > .tree-header > div.tree-cell:last-child {
    border-right: 0;
}

.tree-treen .tree-tbl > .tree-row {
    overflow: hidden;
}

.tree-treen .tree-tbl > .tree-row > div.tree-cell {
    float: left;
    line-height: 30px;
    padding: 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 15%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tree-treen .tree-tbl > .tree-row > div.tree-cell:first-child {
    width: 40%;
}

.tree-treen .tree-tbl > .tree-row > div.tree-cell:last-child {
    border-right: 0;
}

.tree-treen .tree-tbl > .tree-row.tree-label-2 > .tree-cell:first-child {
    padding-left: 40px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-3 > .tree-cell:first-child {
    padding-left: 80px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-4 > .tree-cell:first-child {
    padding-left: 120px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-5 > .tree-cell:first-child {
    padding-left: 160px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-6 > .tree-cell:first-child {
    padding-left: 200px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-7 > .tree-cell:first-child {
    padding-left: 240px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-8 > .tree-cell:first-child {
    padding-left: 280px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-9 > .tree-cell:first-child {
    padding-left: 320px;
}

.tree-treen .tree-tbl > .tree-row.tree-label-10 > .tree-cell:first-child {
    padding-left: 360px;
}

.table-custom {

}

.table-custom td {
    padding: 10px 0;;
}

.sidebar .main-menu {
    height: calc(100% - 38px);
}

.sidebar .sub-menu .scroll {
    overflow: scroll;
}

.sidebar .sub-menu .scroll::-webkit-scrollbar {
    display: none;
}

.net-yes td {
    /*background-color: transparent;*/
}

.net-no td {
    background-color: #ff990054 !important;
}

.btn.radius {;
    border-radius: 10px;
}

.nav-cart {
    border: 1px solid #d0e4e7;
    border-radius: 5px;
}

.nav-tabs {
    background: #d0e4e7;
    padding-top: 10px;
}

.nav-tabs .nav-link {
    /* color: #FFF; */
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
}

.nav-tabs .nav-item {
    border-top-left-radius: 5px;
    /* border: 1px solid #999; */
}

.nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
    content: none;
}

.nav-tabs .nav-link:first-child {
    margin-left: 10px;;
}

.product-search {
    width: 100%;
    height: 28px;
    background: #33ff0014;
    border: 0 solid;
    padding: 3px;
    font-weight: bold;
}
.btn span.glyphicon {
    opacity: 0;
}
.btn.active span.glyphicon {
    opacity: 1;
}

#step-bar {
    width: fit-content;
    margin: 0 auto 30px;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    z-index: 1;
}

#step-bar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    width: 90px;
    float: left;
    position: relative;
    font-size: 12px;
    text-align: center;
}

#step-bar li[data-href] {
    cursor: pointer;
}

#step-bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 15px;
    color: #FFF;
    background: #145388;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#step-bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #145388;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}

#step-bar li:first-child:after {
    content: none;
}

#step-bar li.active:after {
    background: #145388;
    color: white;
}

#step-bar li.active:before {
    background: #27AE60;
    color: white;
}

@media screen and (max-width: 599px) {
    #step-bar li {
        width: 16.5%;
    }

    #step-bar li span {
        visibility: hidden;
    }
}
.organization-title img {
    width: auto !important;
}
