.mt-7 {
    margin-top: 7px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hidden {
    display: none;
}

.well-white {
    border: 1px solid silver;
    border-radius: 10px;
    background: white;
    padding: 10px;
    display: inline-block;
}

.well-gray {
    border: 1px solid silver;
    border-radius: 10px;
    background: #eeeeee;
    padding: 10px;
    display: inline-block;
}

.font-courier {
    font-family: 'Courier New', monospace;
}

.container-main {
    margin: 55px 0px 90px 0px;
}

.container-login {
    padding-top: 20px;
}

.container-unsupported {
    display: none;
    padding-top: 20px;
    min-height: 100%;
    width: 700px;
}

.container-unsupported-content {
    background: rgba(255, 255, 255, 0.80);
    margin-top: 80px;
    padding: 30px 40px 60px 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.container-reset-password {
    width: 500px;
    height: 500px;
}

.container-exception {
    color: white;
}

.container-exception img.exception-logo {
    margin-bottom: 25px;
}

.container-exception div.well {
    color: #2c3e50;
    background: white;
    padding: 15px 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-all-5 {
    padding: 5px;
}

.padding-all-10 {
    padding: 10px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.height-15 {
    height: 15px;
}

.height-30 {
    height: 30px;
}

.font-weight-normal {
    font-weight: normal;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.login-error {
    display: none;
    text-align: center;
    margin: 20px 0px 0px 0px;
    font-weight: bold;
    color: #c21224;
}

.centered {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.form-public {
    background: white;
    margin-top: 20px;
    padding: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

.form-login {
    background: rgba(255, 255, 255, 0.80);
    margin-top: 80px;
    padding: 30px 40px 60px 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.form-login .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.text-orange {
    color: orange;
}

/* Nimble Checkbox */
input[type="checkbox"].nCheck {
    display: none !important;
}

input[type="checkbox"].nCheck+label {}

input[type="checkbox"].nCheck+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(/img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"].nCheck:checked+label span {
    background: url(/img/check_radio_sheet.png) -19px top no-repeat;
}

/* Nimble Radio */
input[type="radio"].nRadio {
    display: none !important;
}

input[type="radio"].nRadio+label {}

input[type="radio"].nRadio+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(/img/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

input[type="radio"].nRadio:checked+label span {
    background: url(/img/check_radio_sheet.png) -57px top no-repeat;
}

.entity-selecter::placeholder {
    color: #cccccc;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-group .show {
    display: inline-block;
}

.form-group .hidden {
    display: none;
}

.form-control-static-margin {
    margin-top: 8px;
}

/* loader begin */
@keyframes grid-loader {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.dataTables_processing {
    z-index: 100;
}

.loader-wrap {
    text-align: center;
}

.loader-text {
    margin-bottom: 10px;
}

.grid-loader div {
    position: absolute;
    width: 12px;
    height: 25px;
    animation: grid-loader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.grid-loader div:nth-child(1) {
    transform: translate(0px, 0);
    background-color: #4472c4;
    animation-delay: -0.6s;
}

.grid-loader div:nth-child(2) {
    transform: translate(15px, 0);
    background-color: #4472c4;
    animation-delay: -0.4s;
}

.grid-loader div:nth-child(3) {
    transform: translate(30px, 0);
    background-color: #4472c4;
    animation-delay: -0.2s;
}

.grid-loader div:nth-child(4) {
    transform: translate(45px, 0);
    background-color: #4472c4;
    animation-delay: -1s;
}

.grid-loader-container {
    width: 60px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.grid-loader {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.grid-loader div {
    box-sizing: content-box;
}

/* loader end */
.breadcrumb>.active {
    font-weight: bold;
}

.modal-xl {
    max-width: 80%;
}

.static-link {
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    border: 0px;
}

.static-link:hover,
.static-link:focus {
    border: 0px;
}

.static-link:active {
    border: 0px !important;
    box-shadow: none;
}

.static-link-loading {
    color: orange !important;
}

.static-link-active {
    color: black !important;
}

.main-link {
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    border: 0px;
}

.main-link:hover,
.main-link:focus {
    border: 0px;
}

.main-link:active {
    border: 0px !important;
    box-shadow: none;
}

.main-link-loading {
    color: orange !important;
}

.main-link-active {
    color: black !important;
}

.entity-selector-link {
    display: block;
}

.entity-selector-link-active {
    color: #007bff !important;
}

.entity-selector-item-parent {
    font-weight: bold;
    padding-left: 15px;
}

.entity-selector-item-child {
    padding-left: 30px;
}

.btn-measurement {
    cursor: pointer;
}

.accounts-reports .ibox-report {
    background-color: white;
}

.accounts-reports .ibox-report:hover {
    background-color: #eeeeee;
}

.accounts-reports .ibox-title {
    color: #676a6c;
    background-color: inherit;
}

.accounts-reports .ibox-content {
    height: 7em;
    background-color: inherit;
}

.accounts-reports a {
    width: 100%;
}

table.no-border td {
    border: 0;
}

.clearfix-5 {
    clear: both;
    font-size: 0px;
    height: 5px;
}

.clearfix-10 {
    clear: both;
    font-size: 0px;
    height: 10px;
}

.clearfix-15 {
    clear: both;
    font-size: 0px;
    height: 15px;
}

.main-progress-bar-section {
    float: left;
    border-right: 1px solid silver; 
    text-align: right;
}

.main-progress-bar-label {
    padding: 5px;
    font-size: 11px;
}

.width-twelfth-1 {
    width: 8.33%;
}

.width-twelfth-2 {
    width: 16.66%;
}

.width-twelfth-6 {
    width: 50.00%;
}

.width-twelfth-7 {
    width: 58.33%;
}

.width-twelfth-9 {
    width: 75.00%;
}

.payroll-percentage-legend-cell {
    text-align: center; 
    width: 50px; 
    padding: 5px; 
    margin-right: 1px;
}

.payroll-percentage-day-cell {
    width: 14.28%; 
    text-align: center;
}

.payroll-percentage-weekday-cell-contents {
    margin: 3px; 
    padding-top: 5px; 
    border-radius: 2px; 
    font-size: 10px;
}

.payroll-percentage-day-cell-contents {
    margin: 3px; 
    padding-top: 5px; 
    height: 28px; 
    border-radius: 2px; 
    color: white;
}

.payroll-percentage-bg-outside {
    background-color: #ffffff;
}

.payroll-percentage-bg-future {
    background-color: #aaaaaa;
}

.payroll-percentage-bg-0 {
    background-color: #ed5565;
}

.payroll-percentage-bg-10 {
    /*background-color: #f26262;*/
    background-color: #f89e59;
}

.payroll-percentage-bg-20 {
    /*background-color: #f8745e;*/
    background-color: #f8ac59;
}

.payroll-percentage-bg-30 {
    /*background-color: #f88b59;*/
    background-color: #d8b261;
}

.payroll-percentage-bg-40 {
    /*background-color: #f89e59;*/
    background-color: #a8b36e;
}

.payroll-percentage-bg-50 {
    /*background-color: #f8ac59;*/
    background-color: #9db36e;
}

.payroll-percentage-bg-60 {
    /*background-color: #d8b261;*/
    background-color: #8ab36e;
}

.payroll-percentage-bg-70 {
    /*background-color: #a8b36e;*/
    background-color: #78b36e;
}

.payroll-percentage-bg-80 {
    background-color: #3fb38a;
}

.payroll-percentage-bg-90 {
    background-color: #3fb38a;
}

.payroll-percentage-bg-100 {
    background-color: #1bb394;
}

/* override bootstrap labels inside tables */
table label {
    margin: 0px;
}

/* override boostrap horizontal form labels */
form.form-horizontal label.control-label {
    margin-top: 8px;
}

/* override bootstrap column height */
.row [class*="col-"] {
    /*
    margin-bottom: -99999px !important;
    padding-bottom: 99999px !important;
    */
}

/* override bootstrap ibox title */
.ibox-title {
    padding: 15px 15px 8px 15px;
}

/* override bootstrap confirmaion */
h3.popover-title {
    font-weight: normal !important;
}

/* tablets */
@media only screen and (min-width: 600px) {
    .container-login {
        padding-top: 20px;
    }
}

/* desktops */
@media only screen and (min-width: 768px) {
    .container-login {
        padding-top: 20px;
    }
}

/* big screens */
@media only screen and (min-width: 1280px) {
    .container-login {
        padding-top: 100px;
    }
}

.avatar {
    background-color: #ddd;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    width: 80px;
}

.avatar-inner {
    font-size: 40px;
    /* 50% of parent */
    line-height: 1;
    position: relative;
    top: 20px;
    /* 25% of parent */
    color: #696a65;
}

.user-edit-title .avatar {
    margin-right: 20px;
}

.user-edit-title .user-name {
    margin-top: 10px;
}

.user-edit-title .email {
    margin-top: 10px;
    font-size: 14px;
}

.tooltip {
    position: fixed;
    z-index: 10000;
}

#userEditWrap button {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}

#userEditWrap .tooltip-inner {
    max-width: 300px;
}

#menuMainWhole {
    margin-bottom: 0;
    padding: 7px 0 0 0px;
}

#menuMainWhole .navbar-top-links.navbar-right {
    position: relative;
    margin-top: -7px;
}

.navbar-toggle {
    z-index: 1000;
    position: relative;
}

.hideup {
    transition: linear 0.5s;
}

.showdown {
    transition: linear 0.5s;
}

.hideup {
    margin-top: -360px;
    overflow: hidden !important;
}

.showdown {
    margin-top: 0px;
    overflow: hidden !important;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    #menuWrap {
        min-height: 60px;
        overflow: hidden;
    }
}

.dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
}

.navbar-top-links {
    text-align: left !important;
}

a.toggle-edit {
    display: inline-block;
    margin-left: 5px;
    color: silver;
}

input[type="checkbox"].nCheck {
    display: none;
}

input.tfa-code {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: 40px;
}

input.tfa-code::-webkit-outer-spin-button,
input.tfa-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.tfa-code[type=number] {
    -moz-appearance: textfield;
}

.dataTables_wrapper>.dt-buttons {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
}

i.fa-spinner {
    margin-right: 10px;
}

/* measurementPeriods */
.table-measurementPeriod .part-time-notice {
    font-weight: normal;
}

.table-measurementPeriod .btn_measurement_cancel, .table-measurementPeriod .btn_measurement_save {
    display: none;
}

#backoffice-entity-measurementPeriods .field_period {
    color: black;
    padding: 1px 3px;
    display: none;
}

#backoffice-entity-measurementPeriods .bar_period {
    height: 18px;
    margin-top: 4px;
}

div.grid-stack .grid-stack-item-content {
    background-color: #fff;
}

/* reports */
.report-category-title {
    font-size: 18px; 
    margin: 10px 20px 0px 20px;
}

.report-box-container {
    text-align: left;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #23C6C8 50%, #fff 50%);
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    transition: background-position 0.3s;
    color: #000;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    width: 100%;
}

.report-box-container:hover {
    background-position: 0 -100%;
    color: #000 !important;
    border: 1px solid #ddd;
}

.report-box {
    min-height: 120px; 
    position: relative;
}

.report-box-icon {
    position: absolute; 
    top: 0px; 
    right: 10px; 
    font-size: 20px; 
    color: rgba(0, 0, 0, 0.2);
}

.report-box-footer {
    width: 100%; 
    height: 5px; 
    background-color: rgba(0, 0, 0, 0.2);
}

/* accounts settings */
div.colorpicker-preview-primary,
div.colorpicker-preview-accent {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: solid 1px rgb(229, 230, 231);
}

/* multiple modals fix */
.modalbackdroporder0 {
    z-index: 2060 !important;
}

.modalorder0 {
    z-index: 2061 !important;
}

.modalorder0 .modal-dialog {
    z-index: 2065 !important;
}

.modalbackdroporder1 {
    z-index: 2070 !important;
}

.modalorder1 {
    z-index: 2071 !important;
}

.modalorder1 .modal-dialog {
    z-index: 2075 !important;
}

.modalbackdroporder2 {
    z-index: 2080 !important;
}

.modalorder2 {
    z-index: 2081 !important;
}

.modalorder2 .modal-dialog {
    z-index: 2085 !important;
}

.modalbackdroporder3 {
    z-index: 2090 !important;
}

.modalorder3 {
    z-index: 2091 !important;
}

.modalorder3 .modal-dialog {
    z-index: 2095 !important;
}

.api-loading {
    background: url('/img/loader-small.gif') no-repeat right center
}

/*
.api-loading {
    background-color: #f0f;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}
*/
