#user-tools .sidebar-dependent {
    z-index: 9 !important;
}
textarea {
    box-sizing: border-box;
    max-height: 120px; /* optional, but recommended */
    min-height: 38px;
    overflow-x: hidden; /* for Firefox (issue #5) */
}
.invoice-pdf-templates-row {
    position: relative;
    top: -14px;
    padding: 15px 0 0;
}
.invoice-pdf-templates-list {
    display: flex;
    padding-left: 0 !important;
}
.invoice-pdf-templates-list > li {
    margin-right: 15px;
}
li.right-invoice-pdf-templates-li {
    margin-left: 100px;
}
.btn {
    display: inline-block;
    padding: 4px;
}
.btn-light {
    border: 1px solid;
    border-radius: 5px;
}
.color-dark_blue {
    color: #6f7e95 !important;
}
.color-dark_blue:hover {
    color: #639af5 !important;
}

.blockquote-in-form {
    margin-left: 160px;
    position: relative;
    top: -20px;
}
.admin-blockquote-block blockquote {
    font-size: 14px;
}
.row-through {
    text-decoration: line-through;
}
a.vDateTime-link {
    position: relative;
    left: -3px;
}
.table .errorlist {
    margin-left: 0;
}
.color-yellow {
    color: #c5b703;  /* Yellow */
}
.color-green {
    color: #82b982;  /* Green */
}
.color-red {
    color: #d49d9d;  /* Red */
}
.color-bright-red {
    color: #FF0000;
}
.color-bright-green {
    color: #00dd1c;
}
.color-gray {
    color: #6f7e95;
}

.border-dashed {
    border-bottom: 1px dashed;
    border-color: #f4f4f4;
}
.reset-qrcode-button {
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    color: #47bac1;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.disable-button {
    color: #d0dbe6;
}

.grey-link-as-button,
.link-as-button {
    font-size: 0.85714rem;
    font-weight: lighter;
    background-color: #47bac1;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 1.42857rem;
    border-radius: 0.28571rem;
    height: 2.28571rem;
    line-height: 2.28571rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
}
.grey-link-as-button {
    background-color: #d0dbe6;
    color: #6f7e95 !important;
}

.grey-link-as-button:hover,
.link-as-button:hover {
    background-color: #639af5 !important;
    cursor: default;
}
.object-tools.initialized {
    display: flex;
}

table#result_list .local-legend-block {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
    float: left;
    display: inline-block;
    border: 1px solid #fff;
}
.background-and-border-red {
    background-color: rgba(193, 71, 71, 0.5);
    border-color: rgba(193, 71, 71, 1) !important;
    color: #fff;
}
.background-and-border-yellow {
    color: #fff;
    background-color: rgba(198, 149, 0, 0.5);
    border-color: rgba(198, 149, 0, 1) !important;
}
.background-and-border-light_blue, .background-and-border-green  {
    background-color: rgba(71, 186, 193, 0.5);
    border-color: rgba(71, 186, 193, 1) !important;
    color: #fff;
}
table#result_list .local-legend-block.form-control {
    margin-top: 10px;
}
.font-arial {
    font-family: Arial, sans-serif;
}
.disabled {
    display: none;
}

/**************** Left menu ******************/
.sidebar-title {
    padding: 0.6rem 1.42857rem;
    border-top: 0.07143rem solid #2b3647;
}
.sidebar-section {
    border: none;
}
.sidebar-popup-list li hr {
    border-top: 0.07143rem solid #6f7e95;
    margin: 14px 8px 0;
}
.sidebar-link-without-popup-menu {
    display: block;
    color: #c0cad8 !important;
    padding: 0.57143rem 0.85714rem 0.57143rem 1.42857rem;
    vertical-align: middle;
    transition: color .3s,background-color .3s;
    position: relative;
}
.sidebar-link-without-popup-menu:hover, .sidebar-link-without-popup-menu.selected {
    color: #fff;
    background-color: #2b3647;
}
.htooltip {
    color: #47BAC1;
}

.secret, .slider {
    display:none;
    top: 100px;
    right: 100px;
    position: absolute;
    background-color: rgba(0,0,0, 0.8);
    border-radius: 15px 15px 15px 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 2px;
    margin-top: -20px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width: 200px;
    z-index: 10;
}
/**************** Custom Widget Wrapper ******************/
.like-disabled-style {
    text-decoration: line-through !important;
}
.custom-select2-container--jet .select2-selection--single .select2-selection__arrow b {
    visibility: hidden !important;
}
.custom-select2-container--jet .select2-selection--single .select2-selection__arrow b:before {
    top: -15px;
    position: absolute;
    left: -10px;
    background-color: #fff;
    height: 15px;
    visibility: visible;
}
