body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.main-header .logo .logo-lg {
    width: 100%;
    height: 50px;
    vertical-align: middle;
}

.panel-scroll {
    max-height: 500px;
    overflow-y: scroll;
}
.bootstrap-select .btn-default {
    background-color: #fff !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #555555 !important;
}
.tooltip-status {
    float: right;
    line-height: 25px;
}
.format-note {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    color: #337ab7;
}
.mobile-pay-notice {
    text-align: center;
    font-size: 15px;
    color: red;
    margin-bottom: 20px;
}
.update-price-button, #updatePrices {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
#updatePrices:hover, #updatePrices:active, #updatePrices:focus {
    background-color: #286090;
    border-color: #204d74;
}
.update-price-button:hover, .update-price-button:active, .update-price-button:focus {
    background-color: #286090;
    border-color: #204d74;
}
.export-button {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.export-button:hover {
    background-color: #286090;
    border-color: #204d74;
}
.zietwing-button {
    background-color: darkorange;
    border-color: orange;
}
.zietwing-button:hover, .zietwing-button:active, .zietwing-button:focus {
    background-color: orange;
    border-color: transparent;
}
.zw-login-footer-links a, .auth-terms {
    color: darkorange;
}
.zw-login-footer-links a:hover, .auth-terms:hover {
    color: orange;
}
/** FILE Drag & Drop start **/
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    margin-bottom: 10px;
    border: 1px dashed #000;
    border-radius: 3px;
    transition: 0.2s;
}
.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}
.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
    outline: none;
}
.uploading-file {
    display: flex;
    font-size: 40px;
    justify-content: center;
}
/** FILE Drag & Drop end **/

.img-wraps {
    position: relative;
    display: inline-block;
    font-size: 0;
}
.img-wraps .closes {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 100;
    background-color: #FFF;
    padding: 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid red;
}
.img-wraps:hover .closes {
    opacity: 1;
}

.tree {
    min-height:250px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 0 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    display: flex;
    flex-flow: row;
    align-items: center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    padding:3px 8px ;
    font-size: 15px;
    text-decoration:none;
}
.tree li span a {
    color: #000;
    cursor: default;
    padding-left: 5px;
}
.tree li.parent_li > span {
    cursor:pointer;
    width: auto;
}
.tree>ul>li::before, .tree>ul>li::after {
    border: 0;
}
.tree li:last-child::before {
    height: 30px;
}
.category-file-container {
    min-height: 250px;
    padding: 19px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.category-file-container .add-file {
    display: flex;
    flex-direction: column;
}
.category-file-container .add-file .is_private_group {
    display: flex;
    align-items: center;
}
.category-file-container .add-file .is_private_group label {
    margin: 0 15px 0 0;
}
.documentation-switcher {
    display: flex;
    justify-content: center;
}
.documentation-switcher label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}
.documentation-switcher:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.documentation-switcher-label {
    margin-left: 5px;
    position: relative;
}
input[type="checkbox"].disabled {
    pointer-events: none;
    opacity: 0.5;
}
input[type="checkbox"].not_added {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: red;
    opacity: 0.7;
}
.manual-menu {
    float: left;
    margin: 0;
}
.modal-open {
    overflow: hidden;
}

/* Loader */

.lds-roller {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .manual-menu li {
        padding-top: 3px;
    }
}

.disabled {
    border: 1px solid #ccc;
    background-color: #ccc;
    pointer-events: none;
}

.water_meter_notice_block {
    display: none;
    margin-top: 10px;
}

.water_meter_notice_block p {
    font-size: 16px;
    color: #f39c12;
}
