/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1970,17): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-menu-width'
(1980,24): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-menu-width'
(2046,15): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-menu-width'
(2051,15): run-time error CSS1039: Token not allowed after unary operator: '-sidebar-menu-width'
(5317,26): run-time error CSS1034: Expected closing parenthesis, found ','
(5317,26): run-time error CSS1042: Expected function, found ','
(5317,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(5774,28): run-time error CSS1030: Expected identifier, found '>'
(5774,48): run-time error CSS1031: Expected selector, found ')'
(5774,48): run-time error CSS1025: Expected comma or open brace, found ')'
(6463,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6468,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6473,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6478,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6483,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6488,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6493,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6498,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6503,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6508,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6513,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6518,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6524,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6533,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7443,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7448,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7453,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7458,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7463,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7468,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7473,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7478,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7483,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7488,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7493,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7498,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7504,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7513,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8306,22): run-time error CSS1030: Expected identifier, found '~'
(8306,39): run-time error CSS1031: Expected selector, found ')'
(8306,39): run-time error CSS1025: Expected comma or open brace, found ')'
(8464,40): run-time error CSS1030: Expected identifier, found '~'
(8464,57): run-time error CSS1031: Expected selector, found ')'
(8464,57): run-time error CSS1025: Expected comma or open brace, found ')'
(8784,30): run-time error CSS1030: Expected identifier, found '['
(8784,39): run-time error CSS1031: Expected selector, found ']'
(8784,39): run-time error CSS1025: Expected comma or open brace, found ']'
 */
:root {
  --sidebar-menu-width: 250px;
  /*columns 2*/

  --col-width-delta: 3.17%;
  --col-width-12th: calc(100% / 12);
  --col-width-01: calc((var(--col-width-12th) * 01) - var(--col-width-delta));
  --col-width-02: calc((var(--col-width-12th) * 02) - var(--col-width-delta));
  --col-width-03: calc((var(--col-width-12th) * 03) - var(--col-width-delta));
  --col-width-04: calc((var(--col-width-12th) * 04) - var(--col-width-delta));
  --col-width-05: calc((var(--col-width-12th) * 05) - var(--col-width-delta));
  --col-width-06: calc((var(--col-width-12th) * 06) - var(--col-width-delta));
  --col-width-07: calc((var(--col-width-12th) * 07) - var(--col-width-delta));
  --col-width-08: calc((var(--col-width-12th) * 08) - var(--col-width-delta));
  --col-width-09: calc((var(--col-width-12th) * 09) - var(--col-width-delta));
  --col-width-10: calc((var(--col-width-12th) * 10) - var(--col-width-delta));
  --col-width-11: calc((var(--col-width-12th) * 11) - var(--col-width-delta));
  --col-width-12: calc((var(--col-width-12th) * 12) - var(--col-width-delta));
}


.form-group label {
  font-size: 0.9em !important;
}

.img-print-recopi-ade {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5px;
  margin-left: 5px;
  color: gray;
}
/*Modal to show images - INI */
#divImageFullBrowserModal {
  z-index: 11000;
  position: fixed;
  opacity: 0.8;
  background-color: black;
  width: 100%;
  height: 100%;
}

#divImageFullBrowserOverlay {
    z-index: 11025;
    position: fixed;
    opacity: 1;
    width: 75%;
    height: 85%;
    margin: 1% 0 0 12%;
}

    #divImageFullBrowserOverlay a, #divImageFullBrowserOverlay i {
        color: white !important;
    }
/*Modal to show images - END */


/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");*/
/* MARGINS & PADDINGS */
.justify-content-center {
    justify-content: center;
}
.justify-content-around {
  justify-content: space-around;
}

.d-flex {
    display: flex;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xxxl {
    margin-top: 60px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.sweet-alert button {
    background-color: #34495e;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #a1d9f2;
    }

    .sweet-alert button:active {
        background-color: #81ccee;
    }

    .sweet-alert button.cancel {
        background-color: #D0D0D0;
    }

        .sweet-alert button.cancel:hover {
            background-color: #c8c8c8;
        }

        .sweet-alert button.cancel:active {
            background-color: #b6b6b6;
        }

.sweet-alert p {
    font-size: 14px;
    font-weight: 400;
}

.sweet-alert h2 {
    font-size: 26px;
}

.sweet-alert {
    padding: 25px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.cg-notify-message.homer-notify {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 30px;
    color: inherit;
}

.homer-notify.alert-warning {
    border-left: 6px solid #ffb606;
}

.homer-notify.alert-success {
    border-left: 6px solid #2c285b;
}

.homer-notify.alert-danger {
    border-left: 6px solid #c0392b;
}

.homer-notify.alert-info {
    border-left: 6px solid #3498db;
}

body.modal-open {
    padding-right: 0 !important;
    position: absolute;
}

.h-modal-icon {
    font-size: 66px;
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0;
}

.modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in {
    opacity: 0.4;
}

.modal-backdrop {
    position: fixed;
    bottom: 0;
}

.modal-dialog {
    margin-top: 80px;
}

.modal-title {
    font-size: 30px;
    font-weight: 300;
}

.modal-header {
    padding: 40px 30px;
    background: #f7f9fa;
}

.modal-body {
    padding: 20px 30px;
}

.modal-header small {
    color: #9d9fa2;
}

.modal-footer {
    background: #f7f9fa;
}

.hmodal-info .color-line {
    background: #3498db;
}

.hmodal-warning .color-line {
    background: #ffb606;
}

.hmodal-success .color-line {
    background: #2c285b;
}

.hmodal-danger .color-line {
    background: #c0392b;
}

.hmodal-info h4.modal-title {
    color: #3498db;
}

.hmodal-warning h4.modal-title {
    color: #ffb606;
}

.hmodal-success h4.modal-title {
    color: #2c285b;
}

.hmodal-danger h4.modal-title {
    color: #c0392b;
}
/* Progress bar */
.progress {
    border-radius: 2px;
    margin-bottom: 10px;
}

.progress-bar {
    background-color: #eba600;
    text-align: right;
    padding-right: 10px;
    color: #6a6c6f;
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-bar-success {
    border-right: 4px solid #58b62c;
}

.progress-bar-info {
    border-right: 4px solid #258cd1;
}

.progress-bar-warning {
    border-right: 4px solid #eba600;
}

.progress-bar-danger {
    border-right: 4px solid #e43725;
}

.full .progress-bar-success {
    background-color: #2c285b;
    border-right: 4px solid #58b62c;
}

.full .progress-bar-info {
    background-color: #3498db;
    border-right: 4px solid #258cd1;
}

.full .progress-bar-warning {
    background-color: #ffb606;
    border-right: 4px solid #eba600;
}

.full .progress-bar-danger {
    background-color: #e74c3c;
    border-right: 4px solid #e43725;
}

.full .progress-bar {
    color: #ffffff;
}

body.blank {
    background-color: #f1f3f6;
}

.login-bg {
    background: url('/Content/img/bg-info.jpg') no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-container {
    margin: auto auto auto 10%;
    /*padding-top: 1%;*/
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.partial-form-login-container {
    max-width: 420px;
}

.full-form-login-container {
    max-width: 600px;
}

.user-password-form-login-container {
    padding: 0 15px 0 0;
}

    .user-password-form-login-container form {
        /*padding-right: 15px;*/
        /*border-right: 1px solid #eee;*/
    }

.another-login-options-container {
    padding: 0 0px 0 15px;
    width: 50%;
}

.register-container {
    max-width: 720px;
    margin: auto;
    padding-top: 6%;
}

.lock-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%;
}

.error-container {
    max-width: 620px;
    margin: auto;
    padding-top: 6%;
}

.big-icon {
    font-size: 120px;
}

.error-container h1 {
    font-size: 44px;
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px;
}

@media (max-width: 420px) {
    .login-container,
    .lock-container {
        margin: auto 10px;
    }
}

@media (max-width: 720px) {
    .register-container {
        margin: auto 10px;
    }

    .lock-container {
        padding-top: 15%;
    }
}

@media (max-width: 620px) {
    .error-container {
        margin: auto 10px;
    }
}

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 98%;
    margin: 0 auto;
}

    .vertical-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

.v-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    .v-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #e8ebf0;
    }

.vertical-timeline-content .btn {
    float: right;
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #e4e5e7;
    text-align: center;
    background: #fff;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px;
    }

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    border: 1px solid #e4e5e7;
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        margin: 1em 0 0 0;
        line-height: 1.6;
    }

    .vertical-timeline-content .vertical-date {
        font-weight: 500;
        text-align: right;
        font-size: 13px;
    }

.vertical-date small {
    color: #2c285b;
    font-weight: 400;
}

.vertical-timeline-content:after,
.vertical-timeline-content:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vertical-timeline-content:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.vertical-timeline-content:before {
    border-color: transparent;
    border-right-color: #e4e5e7;
    border-width: 11px;
    margin-top: -11px;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

.contact-panel h3 {
    margin-bottom: 2px;
}

    .contact-panel h3 a {
        color: inherit;
    }

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
}

.contact-panel img {
    width: 76px;
    height: 76px;
}

.contact-footer {
    padding: 0 15px;
}

.contact-stat span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase;
}

.contact-stat {
    padding: 8px 0px;
    text-align: center;
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1;
}
/* FULLCALENDAR */
.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: inherit;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid #e4e5e7;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #34495e;
    border-color: #34495e;
    color: #ffffff;
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e4e5e7;
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #F8F8F8;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #f1f3f6;
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    padding: 4px 6px;
    background-color: #34495e;
    border-color: #34495e;
}

.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px;
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff;
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa;
}

.fc-widget-header .fc-day-header {
    padding: 12px 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding: 6px;
}

.fc-day-grid-event {
    margin: 2px 6px 0;
}

.note-editor {
    border: 1px solid #e4e5e7;
}

    .note-editor .note-toolbar {
        border-bottom: 1px solid #e4e5e7;
    }

    .note-editor .btn-default {
        border-color: #e4e5e7;
    }

.ngHeaderCell {
    border-right: none;
    border-bottom: 1px solid #e4e5e7;
}

.ngCell {
    border-right: none;
}

.ngTopPanel {
    background: #fff;
}

.ngRow.even {
    background: #f9f9f9;
}

.ngRow.selected {
    background: #e5e8ee;
}

.ngRow {
    border-bottom: 1px solid #e4e5e7;
}

.ngCell {
    background-color: transparent;
}

.ngHeaderCell {
    border-right: none;
}

.gridStyle {
    border: 1px solid #e4e5e7;
    height: 400px;
}

.show-grid [class^="col-"] {
    background-color: #f1f3f6 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.show-grid {
    margin: 15px 0;
}

.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060;
}

    .dropdown-menu.hdropdown .title {
        padding: 12px 12px;
        text-align: center;
        border-bottom: 1px solid #e4e5e7;
    }

    .dropdown-menu.hdropdown li {
        padding: 6px 12px;
        text-align: left;
        background: #fafbfc;
        border-bottom: 1px solid #e4e5e7;
    }

.dropdown-menu.filedropdown li {
    padding: 6px 6px;
    text-align: left;
    background: #fafbfc;
    border-bottom: 1px solid #e4e5e7;
}

    .dropdown-menu.filedropdown li i {
        margin-right: 10px;
    }

.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px;
}

    .dropdown-menu.hdropdown.notification li .label {
        margin-right: 10px;
    }

.dropdown-menu.hdropdown li > a:hover,
.dropdown-menu.filedropdown li > a:hover {
    background: inherit;
}

.dropdown-menu.hdropdown li:hover,
.dropdown-menu.filedropdown li:hover {
    background: #f1f3f6;
}

.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
    color: inherit;
    background: #f7f8fa;
    border-bottom: 1px solid #e4e5e7;
}

.chat-avatar {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.chat-user-name {
    padding: 10px;
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec;
}

    .chat-user a {
        color: inherit;
    }

.chat-view {
    z-index: 1070;
}

.chat-users,
.chat-statistic {
    margin-left: -30px;
}

@media (max-width: 992px) {
    .chat-users,
    .chat-statistic {
        margin-left: 0px;
    }
}

.chat-view .ibox-content {
    padding: 0;
}

.chat-message {
    padding: 10px 20px;
}

.message-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-top: 1px;
}

.chat-discussion .chat-message .message-avatar {
    float: left;
    margin-right: 10px;
}

.chat-discussion .message {
    background-color: #f7f8fa;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px;
}

.chat-discussion .chat-message .message-date {
    float: right;
}

.chat-discussion .chat-message .message {
    text-align: left;
    margin-left: 55px;
}

.message-date {
    font-size: 10px;
    color: #888888;
}

.message-content {
    display: block;
}

.chat-users,
.chat-discussion {
    overflow-y: auto;
    height: 500px;
}

    .chat-discussion .chat-message.left .message-date {
        float: right;
    }

    .chat-discussion .chat-message.right .message-date {
        float: left;
    }

    .chat-discussion .chat-message.left .message {
        text-align: left;
        margin-left: 55px;
    }

    .chat-discussion .chat-message.right .message {
        text-align: right;
        margin-right: 55px;
    }

    .chat-discussion .chat-message.left .message-avatar {
        float: left;
        margin-right: 10px;
    }

    .chat-discussion .chat-message.right .message-avatar {
        float: right;
        margin-left: 10px;
    }

.chat-discussion {
    padding: 15px 10px;
}

.header-line.extreme-color {
    width: 20%;
}

.header-line {
    height: 6px;
    width: 10%;
    float: left;
    margin: 0;
    position: relative;
}

    .header-line div {
        position: absolute;
        top: 70px;
        left: 15px;
        font-weight: 600;
        color: #fff;
    }

        .header-line div span {
            font-weight: 400;
            display: block;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.6);
        }

.color-demo .header-line {
    height: 118px;
}

    .color-demo .header-line:after {
        display: block;
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        height: 10px;
        width: 100%;
    }
/* Buttons */
.btn {
    border-radius: 3px;
}

.btn-space-horizontal {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn-center {
    text-align: center;
    margin: auto;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-primary.btn-outline {
    color: #34495e;
}

.btn-primary2.btn-outline {
    color: #9b59b6;
}

.btn-success.btn-outline {
    color: #2c285b;
}

.btn-info.btn-outline {
    color: #3498db;
}

.btn-warning.btn-outline {
    color: #ffb606;
}

.btn-warning2.btn-outline {
    color: #e67e22;
}

.btn-danger.btn-outline {
    color: #e74c3c;
}

.btn-danger2.btn-outline {
    color: #c0392b;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #3f5872;
        border-color: #3f5872;
        color: #FFFFFF;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #293a4a;
            border-color: #293a4a;
        }

.btn-primary2 {
    background-color: #62cb31;
    border-color: #62cb31;
    color: #FFFFFF;
}

    .btn-primary2:hover,
    .btn-primary2:focus,
    .btn-primary2:active,
    .btn-primary2.active,
    .open .dropdown-toggle.btn-primary2 {
        background-color: #a86ebf;
        border-color: #a86ebf;
        color: #FFFFFF;
    }

    .btn-primary2:active,
    .btn-primary2.active,
    .open .dropdown-toggle.btn-primary2 {
        background-image: none;
    }

        .btn-primary2.disabled,
        .btn-primary2.disabled:hover,
        .btn-primary2.disabled:focus,
        .btn-primary2.disabled:active,
        .btn-primary2.disabled.active,
        .btn-primary2[disabled],
        .btn-primary2[disabled]:hover,
        .btn-primary2[disabled]:focus,
        .btn-primary2[disabled]:active,
        .btn-primary2.active[disabled],
        fieldset[disabled] .btn-primary2,
        fieldset[disabled] .btn-primary2:hover,
        fieldset[disabled] .btn-primary2:focus,
        fieldset[disabled] .btn-primary2:active,
        fieldset[disabled] .btn-primary2.active {
            background-color: #8c49a7;
            border-color: #8c49a7;
        }

.btn-success {
    background-color: #2c285b;
    border-color: #2c285b;
    color: #FFFFFF;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-color: #059bd2;
        border-color: #059bd2;
        color: #FFFFFF;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled,
        .btn-success.disabled:hover,
        .btn-success.disabled:focus,
        .btn-success.disabled:active,
        .btn-success.disabled.active,
        .btn-success[disabled],
        .btn-success[disabled]:hover,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:active,
        .btn-success.active[disabled],
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success:hover,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success.active {
            background-color: #56b22b;
            border-color: #56b22b;
        }

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
        color: #FFFFFF;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled,
        .btn-info.disabled:hover,
        .btn-info.disabled:focus,
        .btn-info.disabled:active,
        .btn-info.disabled.active,
        .btn-info[disabled],
        .btn-info[disabled]:hover,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:active,
        .btn-info.active[disabled],
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info:hover,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info.active {
            background-color: #2489cc;
            border-color: #2489cc;
        }

.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #6a6c6f;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #d9dbdd;
        color: #606265;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            background-color: #e4ebee;
            border-color: #e4ebee;
        }

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #FFFFFF;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-color: #ffbf25;
        border-color: #ffbf25;
        color: #FFFFFF;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled,
        .btn-warning.disabled:hover,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:active,
        .btn-warning.disabled.active,
        .btn-warning[disabled],
        .btn-warning[disabled]:hover,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:active,
        .btn-warning.active[disabled],
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning:hover,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning.active {
            background-color: #e6a300;
            border-color: #e6a300;
        }

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #FFFFFF;
}

    .btn-warning2:hover,
    .btn-warning2:focus,
    .btn-warning2:active,
    .btn-warning2.active,
    .open .dropdown-toggle.btn-warning2 {
        background-color: #e98e3d;
        border-color: #e98e3d;
        color: #FFFFFF;
    }

    .btn-warning2:active,
    .btn-warning2.active,
    .open .dropdown-toggle.btn-warning2 {
        background-image: none;
    }

        .btn-warning2.disabled,
        .btn-warning2.disabled:hover,
        .btn-warning2.disabled:focus,
        .btn-warning2.disabled:active,
        .btn-warning2.disabled.active,
        .btn-warning2[disabled],
        .btn-warning2[disabled]:hover,
        .btn-warning2[disabled]:focus,
        .btn-warning2[disabled]:active,
        .btn-warning2.active[disabled],
        fieldset[disabled] .btn-warning2,
        fieldset[disabled] .btn-warning2:hover,
        fieldset[disabled] .btn-warning2:focus,
        fieldset[disabled] .btn-warning2:active,
        fieldset[disabled] .btn-warning2.active {
            background-color: #d26f18;
            border-color: #d26f18;
        }

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-color: #ea6557;
        border-color: #ea6557;
        color: #FFFFFF;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled,
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled],
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:active,
        .btn-danger.active[disabled],
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger.active {
            background-color: #e43321;
            border-color: #e43321;
        }

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #FFFFFF;
}

    .btn-danger2:hover,
    .btn-danger2:focus,
    .btn-danger2:active,
    .btn-danger2.active,
    .open .dropdown-toggle.btn-danger2 {
        background-color: #d24637;
        border-color: #d24637;
        color: #FFFFFF;
    }

    .btn-danger2:active,
    .btn-danger2.active,
    .open .dropdown-toggle.btn-danger2 {
        background-image: none;
    }

        .btn-danger2.disabled,
        .btn-danger2.disabled:hover,
        .btn-danger2.disabled:focus,
        .btn-danger2.disabled:active,
        .btn-danger2.disabled.active,
        .btn-danger2[disabled],
        .btn-danger2[disabled]:hover,
        .btn-danger2[disabled]:focus,
        .btn-danger2[disabled]:active,
        .btn-danger2.active[disabled],
        fieldset[disabled] .btn-danger2,
        fieldset[disabled] .btn-danger2:hover,
        fieldset[disabled] .btn-danger2:focus,
        fieldset[disabled] .btn-danger2:active,
        fieldset[disabled] .btn-danger2.active {
            background-color: #a73225;
            border-color: #a73225;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #6a6c6f;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #9d9fa2;
        }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-xs {
        width: 20px;
        height: 20px;
        padding: 4px 8px;
        border-radius: 25px;
        font-size: 10px;
        line-height: 1;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }
/* Fonts */
.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 600;
}

.font-extra-bold {
    font-weight: 700;
}

.font-uppercase {
    text-transform: uppercase;
}

.font-trans {
    opacity: 0.5 !important;
}

.text-big {
    font-size: 60px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
}
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("img/green.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url("img/green@2x.png");
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* Layout */
html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    height: auto;
    /*overflow: hidden !important;*/
    /*overflow: auto;*/
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: inherit;
    /*overflow: scroll;*/
    overflow: auto;
    /*overflow: hidden !important;*/
}

#header {
    background-color: #fff;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e4e5e7;
}

#menu {
    width: var(--sidebar-menu-width);
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 62px;
    transition: all 0.4s ease 0s;
}

#wrapper {
    margin: 0 0 0 var(--sidebar-menu-width);
    padding: 0;
    background: #f1f3f6;
    border-left: 1px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: relative;
    min-height: 100%;
}

.content {
    padding: 0px 40px 40px 40px;
    min-width: 320px;
}

.footer {
    padding: 10px 18px;
    background: #ffffff;
    border-top: 1px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .content {
        padding: 15px 15px 15px 15px;
        min-width: 320px;
    }
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px;
}

#page-header {
    padding: 20px 40px;
}

.color-line {
    background: #29235c;
    height: 6px;
    /*background-image: linear-gradient(to right, #0068af, #038ff8 100%);
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;*/
}

.fixed-navbar #header {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.fixed-navbar #wrapper {
    top: 62px;
}

.fixed-sidebar #menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  /*width: 197px;*/
  width: var(--sidebar-menu-width);
}

.fixed-sidebar.show-sidebar #menu {
  /*width: 180px;*/
  width: var(--sidebar-menu-width);
}

#side-menu ul > li[disabled=disabled] > a {
  cursor: not-allowed !important;
}

.fixed-footer .footer {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 181px;
  right: 0;
}

.fixed-footer.hide-sidebar .footer {
    left: 0;
}

@media (max-width: 768px) {
    .fixed-footer .footer {
        left: 0;
    }

    .fixed-footer.show-sidebar .footer {
        left: 181px;
    }
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e4e5e7;
    position: fixed;
    top: 0;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
}

    #right-sidebar.sidebar-open {
        display: block;
    }

.fixed-small-header .small-header {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    margin-left: 181px;
    z-index: 100;
}

.fixed-small-header .content {
    padding-top: 80px;
}

.fixed-small-header.hide-sidebar .small-header {
    margin-left: 0;
}

.fixed-small-header.page-small .small-header {
    margin-left: 0;
}

.fixed-small-header.page-small .content {
    padding-top: 120px;
}

.fixed-small-header.page-small.show-sidebar .small-header {
    margin-left: 181px;
    overflow: hidden;
}

.boxed {
    background-color: #ffffff;
}

    .boxed .profile-picture {
        background-color: white;
    }

    .boxed .boxed-wrapper {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    }
/* Lists */
.list .list-item-container {
    float: left;
}

.list-item-container div:first-child {
    border-top: none;
}

.list .list-item .list-item-content p {
    margin-bottom: 3px;
    margin-top: 0;
}

.list .list-item-date {
    color: #AAAAAA;
    font-size: 10px;
    text-align: center;
}

.list .list-item {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e5e7;
}

.list .list-item-container-small {
    min-width: 80px;
    text-align: center;
}

.list .list-item .list-item-content .list-item-right {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.list .list-item .list-item-content h1,
.list .list-item .list-item-content h2,
.list .list-item .list-item-content h3,
.list .list-item .list-item-content h4,
.list .list-item .list-item-content h5,
.list .list-item .list-item-content h6,
.list .list-item .list-item-content .list-item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
/* Panels */
.hpanel > .panel-heading {
    background-color: #fff;
    color: inherit;
    font-weight: 600;
    padding: 10px 10px;
    transition: all .3s;
    border: 1px solid #e4e5e7;
}

.hpanel .hbuilt.panel-heading {
    border-bottom: none;
}

.hpanel > .panel-footer,
.hpanel > .panel-section {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.hpanel .panel-sub-section {
    /*background-color: lightgrey;*/
    border: 1px solid #d9dbdd;
    padding: 15px;
    border-radius: 3px 4px;
}

.hpanel.panel-collapse > .panel-heading,
.hpanel .hbuilt {
    background: #fff;
    border-color: #e4e5e7;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #e4e5e7;
}

.hpanel.panel-group .panel-body {
    border-top: none;
}

.panel-collapse .panel-body {
    border: none;
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none;
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #2c285b;
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
    background: #2c285b;
    color: #fff;
    border: none;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none;
}

.panel-group .panel-heading {
    background-color: #f7f9fa;
}

.small-header .hpanel {
    margin-bottom: 0;
}

.small-header {
    padding: 0 !important;
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0;
    }

.panel-body h5,
.panel-body h4 {
    font-weight: 600;
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.small-header .panel-body small {
    color: #838589;
}

.hbreadcrumb {
    padding: 2px 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    font-size: 11px;
}

    .hbreadcrumb > li {
        display: inline-block;
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e;
        }

    .hbreadcrumb > .active {
        color: #9d9fa2;
    }

.wrapper {
    padding: 10px 20px;
}

.hpanel.collapsed .panel-body,
.hpanel.collapsed .panel-footer {
    display: none;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #e4e5e7;
    border-style: solid;
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #e4e5e7;
}

body.fullscreen-panel-mode {
    overflow-y: hidden;
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .hpanel.fullscreen .showhide {
        display: none;
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 40px);
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #e4e5e7;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #e4e5e7;
}

.tab-pane .panel-body {
    border-top: none;
}

.tabs-left .tab-pane .panel-body,
.tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e4e5e7;
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left .panel-body {
    position: static;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #e4e5e7;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #e4e5e7;
                border-bottom-color: transparent;
            }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
        *border-left-color: #ffffff;
        z-index: 1;
    }

.tooltip-inner {
    background-color: #34495e;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495e;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495e;
}
/* Opacity */
.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}
/* Google Maps */
.google-map {
    height: 300px;
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #f1f3f6;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}
/* Mixin */
.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Color */
.h-bg-navy-blue {
    background: #34495e;
}

.h-bg-violet {
    background: #9b59b6;
}

.h-bg-blue {
    background: #3498db;
}

.h-bg-green {
    background: #2c285b;
}

.h-bg-yellow {
    background: #ffb606;
}

.h-bg-orange {
    background: #e67e22;
}

.h-bg-red {
    background: #e74c3c;
}

.h-bg-red-deep {
    background: #c0392b;
}

.text-primary {
    color: #34495e;
}

.text-primary-2 {
    color: #9b59b6;
}

.text-info {
    color: #3498db;
}

.text-success {
    color: #2c285b;
}

.text-warning {
    color: #ffb606;
}

.text-danger {
    color: #e74c3c;
}

.text-white {
    color: #fff;
}

.text-green {
  color: green;
}
.border-success {
  border-color: green !important;
}
.border-warning {
  border-color: #ffb606 !important;
}
.border-danger {
  border-color: #e74c3c !important;
}

.border-top {
    border-top: 1px solid #e4e5e7;
}

.border-bottom {
    border-bottom: 1px solid #e4e5e7;
}

.border-right {
    border-right: 1px solid #e4e5e7;
}

.border-left {
    border-left: 1px solid #e4e5e7;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Inputs */
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #d62c1a !important;
}

.has-warning .form-control {
    border-color: #d29400 !important;
}

.has-success .form-control {
    border-color: #4ea227 !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #d62c1a;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #d29400;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #4ea227;
}
/* Backgrounds */
.bg-white {
    background-color: #fff;
}

.bg-light-soft {
    background-color: #f1f3f6;
}

.bg-light {
    background-color: #f7f9fa;
}
/* Slider */
#logo {
    float: left;
    width: 220px;
    background-color: #34495e;
    padding: 5px 10px 18px 8px;
    height: 56px;
    text-align: center;
}

    #logo img {
        max-height: 50px !important;
    }

    #logo span {
        font-weight: 600;
        color: #fff;
        font-size: 14px;
    }

    #logo.light-version {
        background-color: #f7f9fa;
        border-bottom: 1px solid #e4e5e7;
        text-align: center;
    }

        #logo.light-version span {
            font-weight: 600;
            color: #34495e;
            font-size: 14px;
        }

.profile-picture {
    padding: 20px 20px;
    text-align: center;
}

.stats-box div {
    display: inline-block;
    vertical-align: middle;
}

.stats-label {
    line-height: 1.2;
}

    .stats-label small {
        font-size: 80%;
        line-height: 0.6;
    }

.stats-box-value {
    background: #ffffff;
}

.stats-box-detail {
    background: #34495e;
    color: #fff;
    position: relative;
}
/* Labels */
.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px;
}
/* Menu */
#side-menu {
    background: #f7f9fa;
}

    #side-menu li > a {
        /*color: #6a6c6f;*/
        color: #002060 !important;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 20px;
    }

    #side-menu li {
        border-bottom: 1px solid #e4e5e7;
    }

        #side-menu li:first-child {
            border-top: 1px solid #e4e5e7;
        }

        #side-menu li.active a,
        #side-menu li:hover a {
            color: #34495e;
        }

        #side-menu li .nav-second-level li a {
            padding: 10px 10px 10px 30px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600;
        }

        #side-menu li .nav-second-level li.active a {
            color: #34495e;
            background-color: #f7f9fa;
        }

        #side-menu li .nav-third-level li a {
            padding: 10px 10px 10px 50px;
        }

        #side-menu li .nav-fourth-level li a {
          padding: 10px 10px 10px 70px;
        }

        #side-menu li .nav-fifth-level li a {
          padding: 10px 10px 10px 90px;
        }

    #side-menu.nav > li > a:hover,
    #side-menu.nav > li > a:focus {
        background: #fff;
    }

    #side-menu li.active {
        background: #fff;
    }

    #side-menu li.divider {
      border-color: #e4e5e7 !important;
      /*margin: 5px 15px;*/
    }

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

#top-navigation {
    height: 56px;
    position: relative;
    float: left;
}

.navbar-static-top {
    margin: 0 0 0 180px;
}

.navbar.navbar-static-top a,
.nav.navbar-nav li a {
    color: #9d9fa2;
}

.header-link {
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    margin-right: 15px;
    background: #f7f9fa;
    cursor: pointer;
}

    .header-link:hover {
        background: #f1f4f6;
    }

.navbar-nav > li {
  margin: 0 !important;
  padding: 0 10px !important;
}

.navbar-nav > li,
.navbar-nav > li > a {
  height: 56px;
}

  .navbar-nav > li > a {
    /*padding: 15px 20px !important;*/
    /*padding: 10px 5px !important;*/
    padding: 0 !important;
    font-size: 25px;
  }

    .navbar-nav > li:last-child > a {
        /*padding-right: 35px;*/
    }

.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2;
}

.nav-icons-right {
  padding-left: 10px;
  margin-left: 10px;
}

.panel-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
/* Box */
.box {
    padding: 40px;
}

.box-rb-border {
    border-right: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
}

.box-b-border {
    border-bottom: 1px solid #e4e5e7;
}

.box-r-border {
    border-right: 1px solid #e4e5e7;
}
/* Height */
.h-100 {
    min-height: 100px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.h-400 {
    min-height: 400px;
}

.h-500 {
    min-height: 500px;
}

.h-600 {
    min-height: 600px;
}
/* Sidebar Hide */
body.hide-sidebar #menu {
    margin-left: -180px;
}

body.hide-sidebar #wrapper {
    margin-left: 0;
}

body.page-small #menu {
    margin-left: -180px;
}

body.page-small #wrapper {
    margin-left: 0;
}

body.page-small.show-sidebar #menu {
    margin-left: 0;
}

body.page-small.show-sidebar #wrapper {
    margin-left: 180px;
}

a {
    cursor: pointer;
    color: #34495e;
}

    a:hover,
    a:focus {
        color: #34495e;
        text-decoration: none;
    }

.no-padding {
    padding: 0 !important;
}

.no-borders {
    border: none !important;
}

.no-margins {
    margin: 0 !important;
}

.no-background {
    background: transparent !important;
}

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 180px;
}

    .navbar-form-custom .form-control {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        font-size: 13px;
        height: 52px;
        margin: 0;
        z-index: 1060;
        padding: 0;
    }

        .form-control,
        .form-control:focus,
        .has-error .form-control:focus,
        .has-success .form-control:focus,
        .has-warning .form-control:focus,
        .navbar-collapse,
        .navbar-form,
        .navbar-form-custom .form-control:focus,
        .navbar-form-custom .form-control:hover,
        .open .btn.dropdown-toggle,
        .panel,
        .popover,
        .progress,
        .progress-bar {
            /*box-shadow: none;*/
        }

          .form-control:focus {
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.3)
          }

.vertical-mid {
    display: table;
}

    .vertical-mid * {
        display: table-cell;
        vertical-align: middle;
    }
/* Labels */
.label-success {
    background-color: #2c285b;
}
/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF !important;
}

.list-group-item-heading {
    margin-top: 10px;
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    line-height: inherit;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e4e5e7;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: none;
    }

.no-padding .list-group {
    margin-bottom: 0;
}

.well {
    background: #f7f9fa;
    box-shadow: none;
}
/* Stats */
.stats h4,
h5,
h6 {
    margin: 5px 0;
}

.stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
/* Widths */
.w-xs {
    min-width: 100px;
}

.w-sm {
    min-width: 120px;
}

.w-m {
    min-width: 140px;
}

.w-lg {
    min-width: 160px;
}

.w-xl {
    min-width: 180px;
}

.w-xxl {
    min-width: 200px;
}
/* Charts */
.flot-chart {
    display: block;
    height: 300px;
    position: relative;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.stats .flot-chart {
    height: 60px;
}
/* Messages */
.feed-activity-list .feed-element {
    border-bottom: 1px solid #E7EAEC;
}

.feed-element:first-child {
    margin-top: 0;
}

.feed-element {
    padding-bottom: 15px;
}

    .feed-element,
    .feed-element .media {
        margin-top: 15px;
    }

.feed-element,
.media-body {
    overflow: hidden;
}

    .feed-element > .pull-left {
        margin-right: 10px;
    }

    .feed-element img.img-circle,
    .dropdown-messages-box img.img-circle {
        width: 38px;
        height: 38px;
    }

    .feed-element .well {
        border: 1px solid #E7EAEC;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px;
    }

    .feed-element .actions {
        margin-top: 10px;
    }

    .feed-element .photos {
        margin: 10px 0;
    }

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.feed-element img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.small-logo {
    display: none;
    text-align: center;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 800;
}

.img-small {
    width: 62px;
    height: 62px;
}

.navbar-right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
    .navbar-form-custom,
    .navbar-right,
    #logo {
        display: none;
    }

    .navbar-static-top {
        margin: 0;
    }

    .small-logo {
        display: block;
        float: left;
    }

    .header-line div {
        display: none;
    }

    .color-demo .header-line {
        height: 48px;
    }

    #hbreadcrumb {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    #wrapper {
        overflow: hidden;
    }
}

.canvass {
    -moz-transition: width 0.01s, height 0.01s;
    -webkit-transition: width 0.01s, height 0.01s;
    -o-transition: width 0.01s, height 0.01s;
    transition: width 0.01s, height 0.01s;
}

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    vertical-align: middle;
}

.icons-box {
    padding: 20px;
}

    .icons-box h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icons-box .infont {
        text-align: center;
        margin-bottom: 25px;
    }

        .icons-box .infont i {
            font-size: 35px;
            display: block;
            color: #676a6c;
        }

        .icons-box .infont span {
            color: #a6a8a9;
        }

        .icons-box .infont span {
            margin: 1px;
            display: block;
        }

.fullpanel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
    overflow-x: scroll;
    transition: all 2s;
}

.transition {
    transition: all 0.5s;
}

.normalheader .hpanel {
    margin-bottom: 0;
}

.normalheader {
    min-width: 320px;
    padding: 40px 40px 0px 40px;
}

@media (max-width: 768px) {
    .normalheader {
        padding: 15px 15px 0px 15px;
    }
}

.normalheader h2 {
    margin-top: 0px;
}

.input-xs {
    height: 20px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 500;
}

.clip-header i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    background: #f7f9fa;
    padding: 4px 5px;
    border-left: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 3px;
}

.dropdown-example {
    display: inline-block;
    margin: 0px 10px 10px 10px;
}

    .dropdown-example .dropdown-menu {
        position: static;
        display: block;
    }

.pagination-example .pagination {
    margin: 0 0 10px 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.hbreadcrumb a.active {
    color: #9d9fa2;
}

.form-control {
    border-color: #e4e5e7 !important;
}

.input-group-addon {
    background: #fafbfc;
    border-color: #e4e5e7 !important;
}

.sidebar-button {
    padding: 4px 10px 0 10px;
}

    .sidebar-button i {
        font-size: 20px;
    }
/* Splash style */
.splash {
    position: fixed;
    z-index: 10005 !important;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    margin-bottom: 0;
    padding: 20px;
}

    .splash-title h1 {
        font-size: 26px;
    }
/* Checkbox styles */
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #34495e;
    border-color: #34495e;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3498db;
    border-color: #3498db;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffb606;
    border-color: #ffb606;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #2c285b;
    border-color: #2c285b;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #34495e;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #34495e;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #34495e;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #e74c3c;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #e74c3c;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e74c3c;
}

.radio-info input[type="radio"] + label::after {
    background-color: #3498db;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3498db;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3498db;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffb606;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffb606;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffb606;
}

.radio-success input[type="radio"] + label::after {
    background-color: #2c285b;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #2c285b;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #2c285b;
}

.checkbox input:hover,
.radio input:hover {
    cursor: pointer;
}
/* UI Sortable */
.ui-sortable .panel-body {
    cursor: move;
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f7f9fa;
}

.ibox.ui-sortable-placeholder {
    margin: 0px 0px 23px !important;
}
/* Badge colors */
.badge.badge-success {
    background-color: #2c285b;
}

.badge.badge-info {
    background-color: #3498db;
}

.badge.badge-danger {
    background-color: #e74c3c;
}

.badge.badge-warning {
    background-color: #ffb606;
}

.badge.badge-primary {
    background-color: #34495e;
}
/* Tables */
.table > thead > tr > th {
    border-bottom: none;
}

.no-padding table {
    margin-bottom: 0;
}
/* Validation */
.form-control.error {
    border-color: #e74c3c !important;
}

label.error,
label span.error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400;
}

label span.error {
    margin-left: 5px;
}

label.error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px;
}
/* File manager */
.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center;
}

.file-body i.fa {
    font-size: 56px;
}
/* Filter search */
.filter-item {
    margin-bottom: 0;
}

    .filter-item .panel-body {
        padding: 10px 20px;
        border-bottom: none;
    }

    .filter-item a {
        color: #6a6c6f;
    }

    .filter-item:last-child {
        border-bottom: 1px solid #e4e5e7;
    }

    .filter-item:hover .panel-body,
    .filter-item.active .panel-body {
        background: #fafcfd;
        z-index: 100;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
    }

    .filter-item::selection .panel-body {
        background: #fafcfd;
    }

    .filter-item h4 {
        margin-bottom: 5px;
    }
/* Big menu */
.hdropdown.bigmenu {
    padding: 30px 30px 0px 30px;
}

.bigmenu a i {
    font-size: 46px;
}

.bigmenu a {
    display: block;
    text-align: center;
    margin: 0 10px 30px 0;
    min-width: 100px;
}

.bigmenu h5 {
    font-size: 13px;
    margin-top: 10px;
}
/* Notes page */
@media (min-width: 991px) {
    #notes {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

#notes .panel-body:first-child {
    border-top: none;
}

.note-content textarea {
    border: none;
    width: 100%;
    padding: 0;
    min-height: 360px;
}

.note-link h5 {
    margin-top: 0;
}

.note-link:hover {
    background: #f7f9fa;
}
/* App Plans */
.plan-box {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.7;
    transition: all 0.2s ease 0s;
}

    .plan-box.active,
    .plan-box:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
/* Mobile navbar */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu .navbar-nav > li,
    .mobile-menu .navbar-nav {
        float: none;
    }
}

.mobile-navbar {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 100;
}

    .mobile-navbar .navbar-nav {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e4e5e7;
    }

        .mobile-navbar .navbar-nav > li > a {
            padding: 15px 15px;
            font-size: 14px;
            color: #6a6c6f;
        }

            .mobile-navbar .navbar-nav > li > a:hover,
            .mobile-navbar .navbar-nav > li > a:focus,
            .mobile-navbar .navbar-nav .open > a,
            .mobile-navbar .navbar-nav .open > a:hover,
            .mobile-navbar .navbar-nav .open > a:focus {
                border-bottom: none;
            }

@media (min-width: 769px) {
    .mobile-navbar,
    .mobile-navbar.collapse.in {
        display: none;
    }
}
/* CodeMirror */
.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}
/* Fix for xeditable and chekcbox plugin in angularJS version */
.x-edit-checkbox .checkbox label::before {
    display: none;
}

.projects .project-label {
    font-weight: 600;
}

.projects .hpanel .panel-body {
    border-bottom: none;
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7;
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7;
}

.projects .hpanel h4 a {
    color: #6a6c6f;
}

.projects .project-people img {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-bottom: 4px;
}

.projects .project-info {
    text-align: right;
}

@media (max-width: 768px) {
    .projects .project-info {
        text-align: left;
    }
}

.social-board .social-profile img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.social-board .social-form {
    margin: 10px 0;
}

    .social-board .social-form input {
        font-size: 12px;
        padding: 2px 12px;
        height: 28px;
    }

.social-talk .social-profile img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.social-talk .text-muted {
    color: #aaacae;
}

.social-talk {
    margin-bottom: 10px;
}

    .social-talk .social-content {
        margin-top: 2px;
    }

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
    font-weight: normal;
}

    .angular-ui-tree-handle:hover {
        font-weight: bold;
        cursor: pointer;
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.tree-node {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
    border-radius: 3px;
}

    .tree-node .btn {
        min-width: 22px;
        margin-right: 4px;
    }

.tree-node-content {
    margin: 5px 5px 5px 0;
}

.tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tour-backdrop {
    opacity: 0.5;
}

.blog-box p {
    font-size: 12px;
}

.blog-box h4 {
    font-weight: bold;
    margin-top: 0;
}

.blog-box .panel-heading {
    background: #fff;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
}

.blog-box .panel-footer {
    color: #909295;
}

.blog-box .panel-heading .media-body {
    line-height: 16px;
}

.blog-box .panel-heading .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.blog-box .panel-heading .media-body h5 {
    margin-top: 0;
}

.blog-box .panel-image {
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    position: relative;
}

    .blog-box .panel-image .title {
        position: absolute;
        bottom: 10px;
        padding: 0 20px;
        color: #fff;
    }

        .blog-box .panel-image .title h4 {
            margin-bottom: 0px;
        }

        .blog-box .panel-image .title a {
            color: #fff !important;
        }

.blog-article-box .panel-heading {
    background: #fff;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 80px 10px;
    position: relative;
    font-weight: 500;
    text-align: center;
}

    .blog-article-box .panel-heading h4 {
        font-size: 32px;
        font-weight: 700;
        color: #515355;
    }

.blog-article-box .panel-body {
    padding: 50px 70px;
}

    .blog-article-box .panel-body p {
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 20px;
        line-height: 32px;
        color: #515355;
    }

@media (max-width: 768px) {
    .blog-article-box .panel-body {
        padding: 10px 20px;
    }

        .blog-article-box .panel-body p {
            font-family: "Times New Roman", Georgia, Serif;
            font-size: 16px;
            line-height: 28px;
        }

    .blog-article-box .panel-heading {
        padding: 20px 20px;
    }
}

.forum-box .panel-body {
    border-bottom: none;
}

    .forum-box .panel-body:last-child {
        border-bottom: 1px solid #e4e5e7;
    }

.forum-box .forum-heading h4 {
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    display: inline;
}

.forum-box .forum-heading .label {
    margin-right: 5px;
}

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px;
}

.forum-box .panel-heading {
    border: 1px solid #e4e5e7;
    border-bottom: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 20px;
}

.forum-box .forum-info {
    text-align: right;
    line-height: 20px;
}

    .forum-box .forum-info .number {
        display: block;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px;
    }

    .forum-box .forum-info span {
        font-size: 12px;
    }

.forum-box .panel-body .media-image {
    text-align: center;
    margin-right: 10px;
    min-width: 100px;
}

.forum-box .panel-body .media img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.forum-box .author-info {
    font-size: 12px;
}

.forum-box .forum-comments {
    border: 1px solid #e4e5e7;
    border-left: none;
    border-right: none;
    background: #f7f9fa;
    margin-top: 20px;
    padding: 10px 15px;
}

    .forum-box .forum-comments .media img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .forum-box .forum-comments form {
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .forum-box .forum-info {
        text-align: left;
    }
}

ul.mailbox-list,
ul.h-list {
    list-style: none;
    padding: 0;
}

    ul.mailbox-list li a,
    ul.h-list li a {
        padding: 10px 15px;
        display: block;
    }

        ul.mailbox-list li a i,
        ul.h-list li a i {
            margin-right: 6px;
            display: inline-block;
        }

    ul.mailbox-list li.active a,
    ul.h-list li.active a {
        background: #f7f9fa;
        border: 1px solid #e4e5e7;
        font-weight: 600;
        border-radius: 1px;
    }

    ul.mailbox-list li:hover a,
    ul.h-list li:hover a {
        font-weight: 600;
    }

.table-mailbox .radio,
.table-mailbox .checkbox {
    margin: 0;
}

    .table-mailbox .radio label,
    .table-mailbox .checkbox label {
        cursor: default;
    }

.table-mailbox tr.unread td a {
    font-weight: 600;
}

.table-mailbox tr td span.label {
    margin-left: 10px;
}

.table-mailbox tr:first-child td {
    border-top: none;
}

.table-mailbox tr td:first-child {
    width: 33px;
    padding-right: 0;
}

.mailbox-pagination {
    text-align: right;
}

@media (max-width: 768px) {
    .mailbox-pagination {
        text-align: left;
    }
}

.email-compose .note-editor {
    border: none;
}

    .email-compose .note-editor .note-editable {
        padding: 15px 25px;
    }

.email-compose .note-toolbar {
    padding: 5px 15px;
}

.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
    margin-bottom: 5px;
}

.note-editor .note-toolbar {
    /* Background from footer panel */
    background-color: #f7f9fa;
}

.sk-fading-circle {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    font-size: 15px;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #2c285b;
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.landing-page .navbar-form-custom,
.landing-page .navbar-right,
.landing-page #logo {
    display: block;
}

.landing-page .navbar-default {
    background: #fff;
}

.landing-page .navbar .navbar-brand {
    font-size: 12px;
    height: auto;
    margin-top: 8px;
    padding: 9px 15px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    display: block;
    background-color: #2c285b;
    margin-left: 0;
}

.landing-page .navbar-default .navbar-toggle:hover,
.landing-page .navbar-default .navbar-toggle:focus {
    background: #2c285b;
}

    .landing-page .navbar-default .navbar-toggle:hover .icon-bar,
    .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important;
    }

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover,
.landing-page .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #2c285b;
    border: none;
}

.landing-page .navbar-default li a:hover {
    border-bottom: none;
}

.landing-page .brand-desc {
    color: #455463;
    margin: 17px 10px 0 90px;
    width: 180px;
}

.landing-page .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    color: #455463;
}

.landing-page .navbar-nav > li,
.landing-page .navbar-nav > li > a {
    height: 55px;
}

.landing-page header {
    background: url('../images/landing/header.jpg') 50% 0 no-repeat;
    height: 480px;
    padding-top: 50px;
    margin-bottom: 30px;
}

.landing-page section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #e4e5e7;
}

    .landing-page section h2 {
        margin-top: 0;
    }

    .landing-page section p {
        margin-top: 0px;
    }

.landing-page header .container {
    position: relative;
}

.landing-page .heading {
    margin-top: 60px;
    color: #edf0f5;
}

    .landing-page .heading h1 {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 5px;
        letter-spacing: -0.5px;
    }

.landing-page h4 {
    font-weight: 600;
}

.landing-page p {
    color: #a7afb8;
}

.landing-page .heading span {
    font-size: 13px;
    font-weight: 600;
}

.landing-page .heading p.small {
    margin-top: 10px;
    color: #a7afb8;
    max-width: 260px;
}

.landing-page .heading-image {
    position: absolute;
    right: 60px;
    top: 120px;
    text-align: right;
}

    .landing-page .heading-image p {
        color: #a7afb8;
        margin-bottom: 5px;
    }

    .landing-page .heading-image img {
        -webkit-box-shadow: 0px 0px 8px 0px #333333;
        -moz-box-shadow: 0px 0px 8px 0px #333333;
        box-shadow: 0px 0px 8px 0px #333333;
        margin-left: 12px;
        margin-top: 12px;
        width: 180px;
        border-radius: 1px;
    }

.landing-page .navy-link {
    background: #455463;
    color: #fff;
}

.landing-page .icon-big {
    font-size: 70px;
}

.landing-page .team-member img {
    height: 72px;
}

.landing-page .social-icon a {
    background: #2c285b;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 4px;
}

.landing-page .list-inline > li {
    padding: 0;
}

.landing-page .social-icon a:hover {
    background: #5abb2d;
}

.landing-page .pricing-plan {
    margin: 20px 10px 0 10px;
    border-radius: 4px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #e4e5e7;
}

    .landing-page .pricing-plan li {
        padding: 10px 16px;
        text-align: center;
        color: #aeaeae;
    }

    .landing-page .pricing-plan .pricing-price span {
        font-weight: 700;
        font-size: 30px;
        color: #2c285b;
    }

.landing-page .pricing-title .label {
    font-size: 12px;
}

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px 0px 16px;
}

.landing-page li.pricing-title {
    color: #455463;
    padding: 25px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}

.landing-page .client {
    color: #a7afb8;
    background: #f7f9fa;
    padding: 30px 10px;
    margin: 0px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .landing-page .heading-image {
        display: none;
    }

    .landing-page .heading {
        text-align: center;
    }

        .landing-page .heading p.small {
            margin: 10px auto;
        }

    .landing-page .brand-desc {
        display: none;
    }

    .landing-page .navbar .navbar-brand {
        margin-left: 10px;
    }
}

.bg-success {
    background-color: #27c24c;
    color: #fff !important;
}

.bg-success-dark {
    background-color: #1e983b;
    color: #fff !important;
}

.bg-info {
    background-color: #23b7e5;
    color: #fff !important;
}

.bg-info-light {
    background-color: #51c6ea;
    color: #fff !important;
}

.bg-info-dark {
    background-color: #1797be;
    color: #fff !important;
}

.bg-info small {
    color: inherit;
}

.bg-warning {
    background-color: #ff902b;
    color: #fff !important;
}

.bg-warning-dark {
    background-color: #f77600;
    color: #fff !important;
}

.bg-inverse {
    background-color: #3a3f51;
    color: #fff !important;
}

.bg-inverse-light {
    background-color: #243948;
    color: #fff !important;
}

.bg-inverse-dark {
    background-color: #020304;
    color: #fff !important;
}

.bg-gray {
    background-color: #e4eaec;
    color: #fff !important;
}

.bg-dgray {
  background-color: darkgray;
}

.bg-lgray {
  background-color: #f5f5f5;
}

.pv {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pv-lg, .row-table {
    /*  padding-top: 15px !important;
    padding-bottom: 15px !important;
*/
    height: 100%;
    display: flex;
    width: 100%;
    margin: 0 !important;
}

    .pv-lg div {
        text-align: center;
        width: 100%;
        vertical-align: middle;
        align-items: center;
        align-content: center;
        height: 100%;
        display: inline-block;
    }

/* ========================================================================
   Component: widget.less
 ========================================================================== */
.widget {
    margin-bottom: 20px;
    border: 0;
}

    .widget.panel,
    .widget .panel {
        overflow: hidden;
    }

    .widget .lateral-picture {
        position: relative;
        display: block;
        height: 240px;
        width: auto;
        overflow: hidden;
    }

        .widget .lateral-picture > img {
            position: absolute;
            top: 0;
            left: 0;
            max-height: 100%;
            width: auto;
        }

.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

.k-icon-48 {
    font-size: 48px; /* Sets icon size to 48px */
}

.k-icon-64 {
    font-size: 64px; /* Sets icon size to 64px */
}

/*
ATENÇÃO
    ESSE ARQUIVO FOI CRIADO APENAS PARA ISOLAR AS ALTERAÇÕES FEITAS PELO RODRIGO,
COM A INTENÇÃO DE REMOVER REPLICA DE CÓDIGO. ESSAS ALTERAÇÕES ESTAVAM COPIADAS EM UM ARQUIVO
style.css APENAS PARA SUZANO MAS COM CONTEÚDO IGUAL AO ARQUIVO ORIGINAL MAIS A DIFERENÇA.
    ESSA ARQUIVO PODE SER REMOVIDO DEPOIS QUE FOI AGREGADO AO ARQUIVO PRINCIPAL style.css 
NESTA MESMA PASTA RAIZ.
*/

/**************** DIFFS ./style.css and ./suzano/style.css*******************/
body {
    /*
  Por algum motivo line-height acima de 1.42 geral algum bug nos colunas col-md-6 dentro de uma row
    Ver tela (PAINEL) MÓDULOS POR GRUPO
*/
    line-height: 1.39 !important;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        /*float: right;*/
    }
}

/*FORM FORMS*/
.form-descriptive .form-group {
    margin: 15px !important;
}

.form-descriptive .field-value {
    color: black !important;
    font-weight: 800 !important;
}

/* MARGINS & PADDINGS */
.align-items-center {
    align-items: center;
}



.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul {
        padding-left: 15px;
    }


.login-container {
    /*margin: auto auto auto 10%;*/
    /*padding-top: 1%;*/
    /*width: 400px;*/

    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 90%;
}

    .login-container .wellcome {
        width: 100%
    }

        .login-container .wellcome span {
            display: block;
            width: 100%;
            text-align: center;
        }

    .login-container hr {
        margin: 5px 0;
        /*background-color: black !important;*/
    }

    .login-container .panel-body {
        border-radius: 10px !important;
        box-shadow: 0px 8px 6px -3px #000;
    }

    .login-container input {
        display: block;
        border: none !important;
        border-bottom: 1px solid #cecece !important;
        outline: none;
    }

input:-webkit-autofill {
    -webkit-background-clip: text;
}

.login-container input[type='checkbox'] {
    display: inline;
}

.login-container input:focus {
    border: none !important;
    border-bottom: 1px solid black !important;
}

.input-label-container {
    display: block;
    height: 42px;
    overflow: auto;
    position: relative;
}

    .input-label-container input {
        position: absolute;
        top: 20px;
        background-color: transparent;
        z-index: 2;
    }

    .input-label-container > span {
        color: gray !important;
        font-weight: 600 !important;
    }

    .input-label-container input ~ span {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 20px;
        z-index: 1;
        transition: top 0.5s ease;
    }

    .input-label-container .field-filled {
        top: 0px !important;
    }

    .input-label-container input:focus ~ span {
        top: 0px;
    }


.login-container .input-label-container i {
    position: absolute;
    z-index: 3;
    display: block;
    align-items: center;
    display: flex;
    float: right;
    color: black;
    cursor: pointer;
    bottom: 5px;
    right: 0;
}


.login-container input.input-error {
    border-bottom-color: gray !important;
}

.login-container .input-label-error {
    color: gray !important;
}

#login-title-text {
    /*color: black;*/
}

.product-description-footer {
    font-size: 10px;
}

/*.login-container:hover {
  opacity: 100%;
}
*/
.login-logo {
    width: 50%;
    max-width: 300px;
}

.user-password-form-login-container {
    padding: 0;
}

.border-primary {
    border: 1px solid #e4e5e7;
}

.header-horizontal-delimiters {
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
}
input[type="number"]::-webkit-inner-spin-button {
  appearance: button;
  /*color: red !important;*/
  /*background-color: red !important;*/
  width: 40px;
  height: 40px;
  cursor:pointer;
}

.state-inactive {
  background-color: lightgray !important;
  color: darkgray !important;
  cursor: not-allowed;
}
  .state-inactive span {
    color: darkgray !important;
  }

/*FLEX*/
.align-content-center {
  align-content: center;
}

/*HEIGHT*/
.h-25p {
  height: 25%;
}
.h-50p {
  height: 50%;
}
.h-100p {
  height: 100%;

}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.form-check .form-check-label,
.form-check .form-check-input {
  margin: 0;
}
.form-check .form-check-label {
  margin-left: 5px;
}

/* COLORS - INI */
.color-gray {
  color: gray;
}
.color-black {
  color: black;
}
/* COLORS - END */

.tooltip-question-mark {
  color: gray;
  font-size: 0.8rem;
  line-height: 0.8rem;
  display: inline-flex;
  position: absolute;
  top: -1px;
  margin-left: 2px;
  cursor: pointer;
}

.form-panel-section {
  margin: 30px 0;
  padding: 10px 15px;
}

.form-panel-section>.form-panel-section-label {
  margin-bottom: -17px;
  margin-left: 15px;
}

.form-panel-section>.form-panel-section-label>label {
  background-color: #f5f5f5;
  color: gray;
  padding: 0 10px;
  font-size: 1.2em
}

.form-panel-section>.form-panel-section-content {
  border: 1px dotted lightgray;
  padding: 25px 5px 5px 10px;
  margin-bottom: 5px;
}

.form-panel-section>.form-panel-section-content .k-state-disabled {
  background-color: #eee;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

@media (max-width: 425px) {
  #headerTitleLogo {
    display: none !important;
  }
}

.header-page {
  margin: 15px;
}

.hr-border-color-gray {
  border-color: #CCCCCC;
}

.header-page-buttons {
  display: flex;
  float: right;
  /*align-items: center;*/
}

.header-page-button {
  position: relative;
  margin: 5px 7.5px;
}

.icon-effect-default>a {
  color: gray;
}

.icon-effect-default>a:hover {
  color: black;
}

.icon-effect-default,
.header-page-button {
  transition: transform 330ms ease-in-out;
}

.icon-effect-default:hover,
.header-page-button:hover {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}

.icon-sm.icon-effect-default:hover {
  transform: scale(1.5);
}

.header-page-button-icon {
  cursor: pointer !important;
}

.header-page-content {
  border: 1px solid transparent;
  padding: 15px;
}

.app-header-title {
  height: inherit;
  align-items: center;
  font-size: 1.6em;
}

.switchPanelAnimationContainer {
  width: 100%;
  position: relative;
  top: -25px;
  display: flex;
  justify-content: center;
  padding: 25px;
}

.vl {
  border-left: 6px solid #c0c0c0;
  height: 100px !important;
  width: 5px !important;
}

.status-color-red {
  color: #ef5350;
}

.vl-border-tiny {
  border: 1px solid #c0c0c0;
}

.vl-border-medium {
  border: 2px solid #c0c0c0;
}

.border-color-red {
  border-color: #ef5350 !important;
}

.status-color-green {
  color: #32de84;
}

.border-color-green {
  border-color: #32de84 !important;
}

.border-color-yellow {
  /*border-color: #fff59d;*/
  border-color: #fdd835 !important;
}

.border-light {
  border: 1px solid #e4e5e7;
}

.status-color-orange {
  color: orange;
}

.border-color-orange {
  border-color: orange !important;
}

.border-color-grey {
  border-color: #c0c0c0 !important;
}

.border-color-black {
  border-color: black !important;
}

.alert-box-container {
  padding: 15px;
}

.alert-box {
  display: block;
  border: 1px solid #DCDCDC;
  transition: 0.5s;
}

.alert-box:hover {
  transform: scale(1.1);
  transition: 0.2s;
  box-shadow: rgb(0, 0, 0, 0.4) 4px 4px;
}

.alert-box-header {
  border-bottom: 1px dotted;
  font-size: 1.2em;
}

/*horizontal - bottom and top*/
.alert-box-header-highlight-hbt {
  border-bottom: 3px solid #dcdcdc;
  border-top: 3px solid #dcdcdc;
}

/*vertical left*/
.alert-box-header-highlight-vl {
  padding-left: 5px;
  border-left: 5px solid #dcdcdc;
}

.alert-box-header>hr {}

.alert-box-body {
  height: 100px;
}

.alert-box-body p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-box-footer {
  border-top: 1px dotted;
}

.alert-box-header,
.alert-box-footer {
  /*background-color: #dcdcdc;*/
  padding: 5px;
}

button i {
  margin-right: 5px;
}

a[disabled=disabled] {
  pointer-events: none;
  text-decoration: none;
  color: black;
}

.empresa-grupo-selected {
  background-color: #f1f1f1;
  font-weight: bold;
  color: black !important;
}

.table-cnds .table-header {
  /*cursor: pointer;*/
  background-color: grey;
  color: white;
}

.table-cnds .table-first-col {
  background-color: lightgrey;
  color: black;
}

/*FONT AWSOME - INI */
.fa-folder.colored {
  color: #F8D775;
}

.fa-folder-open.colored {
  color: #FFE9A2;
}

.fa-file.colored {
  color: lightgray;
}

.fa-file-archive.colored {
  color: #F8D775;
}

.fa-file-text.colored {
  color: dimgray;
}

.fa-file-pdf.colored {
  color: #A30000;
  /*dark-red*/
}

.fa-file-word.colored {
  color: #2b579a;
}

.fa-file-excel.colored {
  color: #217346;
}

.fa-file-powerpoint.colored {
  color: #d24726;
}

.fa-file-image.colored {
  color: darkblue;
}

/*FONT AWSOME - END */

/*DASHBOARD - INI*/
.dashboard-content {
  font-family: inherit;
  margin-right: 30px;
  /*padding: 0 15px 0 5px;*/
}

.dashboard-report-button {
  position: absolute;
  right: 0;
  display: flex !important;
  float:right;
}

.dashboard-legend-title {
  font-weight: bold;
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
}

.dashboard-legend-content {
  padding: 0 15px;
}

.dashboard-legend-content ul>li {
  font-size: 1em;
}

.dashboard-legend-content ul>li>span {
  font-weight: bold;
  color: black;
  margin-left: 5px;
  line-height: 1em;
}

.dashboard-header {
  display: flex;
  align-items: center;
}

.dashboard-totals {
  display: flex;
  justify-content: space-between;
}

.dashboard-totals-label>span {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.2rem;
  color: black;
}

.dashboard-total {
  transition: 300ms;
}

.dashboard-total:hover {
  transition: 300ms;
  transform: scale(1.2);
}

  .dashboard-totals > .dashboard-total > .dashboard-totals-value > span {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
  }

.dashboard-totals-currency {
  display: flow-root;
  padding: 0 15px;
}

.row.dashboard-totals-currency::before,
.row.dashboard-totals-currency::after {
  content: none;
}


.dashboard-totals-currency .dashboard-total > .dashboard-totals-value > span {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
}

#dashboard-ctrl-fisc-auto-infracao-atendimento .dashboard-totals-currency .dashboard-total > .dashboard-totals-value > span {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.dashboard-totals-value > span:hover {
  text-shadow: none;
}

.dashboard-totals-label,
.dashboard-totals-value {
  text-align: center;
}

.dashboard-totals-label>span,
.dashboard-totals-value>span {}

.dashboard-title {
  text-align: right;
  padding: 0 20px;
}

.dashboard-totals-label>span {
  font-weight: bold;
}

.dashboard-totals-value>span,
.dashboard-title>span {
  color: darkgray;
  text-shadow: 0px 1px 1px rgba(255, 255, 2555, 0.75), 0px -1px 1px rgba(0, 0, 0, .75);
  /*horizontal way*/
}

.dashboard-subtitle {
  float: right;
  position: absolute;
  right: 6px;
  margin-top: 50px;
  cursor: default;
  height: calc(100% - 50px);
  text-align: center;
  display: flex;
}

.dashboard-title>span,
.dashboard-subtitle>span {
  color: #999;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.dashboard-title>span {
  font-size: 6rem;
  line-height: 6rem;
}

.dashboard-subtitle>span {
  font-size: 3rem;
  line-height: 3rem;
}

.dashboard-subtitle>span {
  color: #999;
  /*background-color: #ccc;*/
  text-shadow: 1px 0px 0px rgba(255, 255, 2555, 0.75), -1px 0px 0px rgba(0, 0, 0, .75);
  /*vertical way*/
  writing-mode: vertical-lr;
}

.dashboard-btn-group label {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 5px;
}

.dashboard-btn {
  width: 90%;
}

.dashboard-content span {
  cursor: default;
}

/*DASHBOARD - MEDIA - MAX-WIDTH 1200PX - INI*/
@media(max-width: 1200px) {
  .dashboard-header {
    display: block;
    align-items: unset;
  }

  .dashboard-title {
    text-align: center;
  }

  .dashboard-subtitle {
    /*    float: unset;
    position: fixed;
    display: block;
    height: auto;
    right: unset;
    top: unset;
    text-align: center;*/
  }

  .dashboard-subtitle>span {
    /*writing-mode: horizontal-tb;*/
  }

  .chart-container {
    margin-bottom: 25px;
  }


}

/*DASHBOARD - MEDIA - MAX-WIDTH 1200PX - END*/


/*DASHBOARD CONTROLE FISCALIZATORIO - INI*/

.dashboard-ctrl-fisc.dashboard-content > .dashboard-filter,
.dashboard-ctrl-fisc.dashboard-content > .dashboard-filter > div {
  min-height: 48px;
}

.dashboard-ctrl-fisc.dashboard-content > .charts.row {
  margin: 5px 0px 0 5px;
}

.dashboard-ctrl-fisc.dashboard-content > .dashboard-filter > div > div {
  margin: 0 5px;
}

  .dashboard-ctrl-fisc.dashboard-content > .dashboard-filter .form-control {
    height: 2rem;
  }
  .dashboard-ctrl-fisc.dashboard-content > .dashboard-filter .form-control,
  .dashboard-ctrl-fisc.dashboard-content > .dashboard-filter label {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0;
  }

.dashboard-counters-section {
  display: flow-root;
  margin: 0;
  border-top: 1px solid #e6e6e6;
}

/*DASHBOARD CONTROLE FISCALIZATORIO - END*/
/*DASHBOARD - END*/
/*CHART - INI*/
.dashboard-legend,
.chart-container,
.map-container {
  border-radius: 5px;
  border: 1px solid gray;
  border-color: transparent;
  background-color: white;
  padding: 0;
  /*margin: 5px 5px 0 0;*/
}

.dashboard-legend:hover,
.chart-container:hover,
.map-container:hover {
  box-shadow: 1px 1px 1px 1px gray;
}

.chart-container {
/*  display: flex;
  justify-content: center;*/
}

.chart-container .chart-content {
  /*precisa de aspas por conta do kendo (???)*/
  max-width: '75vw';

  display: flex;
  justify-content: center;
  align-items:center;
}
  .chart-container .chart-content > div {
    width: 100%;
  }

.chart-container .chart-content.chart-h-25vh {
  max-height: 25vh;
  height: 25vh;
  /*[calc(30vh - 18px)]*/
  /*18px is the scrollbar-x height*/
}

.chart-container .chart-content.chart-h-50vh {
  max-height: 50vh;
  height: 50vh;
}

.dashboard-legend .dashboard-legend-title,
.chart-container .chart-title,
.map-container .map-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  /*font-style: italic;*/
  text-align: center;
  display: inline-block;
  /*margin-bottom: 15px;*/
  width: 100%;
  /*font-weight: bold;*/
  border-bottom: 1px solid #f7eded;
}


.chart-weak {
  opacity: 0.3 !important;
}

.chart:not(.chart-weak):hover {
  opacity: 1 !important;
}

.chart-overlay-no-data {
  width: 99.3%;
  height: 91%;
  position: absolute;
  top: 36px;
  left: 5px;
  opacity: .2;
  background-color: gray;
  color: black;
  font-weight: bold;
  text-align: center;
}

.chart-overlay-no-data div {
  position: relative;
  font-size: 48px;
  margin-top: -17px;
  top: 50%;
}

.chart-no-content-container {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

  .chart-no-content-container .chart-no-content {
    font-size: 1.5em;
    font-weight: bold;
    color: lightgray;
  }

/*CHART - END*/

.k-animation-container:has(> .map-tooltip-popup) {
  padding: 0 !important;
}

/*MAP - INI*/
.map-container {
}
  .map-container .map-content {
    margin: 5px;
  }

.map-tooltip-popup {
  /*  width: 20px !important;
  height: 20px !important;*/
  color: black;
  background-color: white;
  /*opacity: 0.4;*/
}

.map-tooltip-popup>span {
  font-size: 0.7em;
  text-wrap: nowrap;
  padding: 5px;
  font-weight: bold;
}

/*MAP - END*/

.cnd-tipo-descr:hover,
.cnd-detalhes:hover,
.cnd-det-by-uf:hover,
.cnd-det-by-responsavel:hover {
  color: black;
  font-weight: bolder;
  cursor: pointer;
}

.cnd-deleted {
  /*    font-weight: bold;*/
  color: red;
}

.cnd-legenda {
  width: 98%;
  margin: 5px;
  padding: 5px;
  border: 1px solid lightgray;
  display: none;
}

.cnd-legenda>.row {
  max-width: 75vw;
}

.cnd-legenda h3 {
  font-weight: bold;
}

.cnd-legenda .row {
  margin: 15px;
}

.cnd-legenda .farol-ball {
  margin-left: 3px;
  margin-right: 15px;
  padding-top: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

/*################################### BOOTSTRAP SWITCH ###################################*/
#divWindow .bootstrap-switch {
  margin-bottom: 15px;
}

/*################################### BOOTSTRAP SWITCH ###################################*/
.children-width-50>* {
  width: 50px;
}

.children-width-75>* {
  width: 75px;
}

.children-width-100>* {
  width: 100px;
}

/*################################### BOOTSTRAP ###################################*/
.cursor-pointer {
  cursor: pointer;
}

.align-items-baseline {
  align-items: baseline;
}

.btn-group>* {
  border-radius: 0;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-outline-secondary {
  border-color: #0d6efd;
  border-radius: 4px !important;
  color: #0d6efd;
  background-color: transparent;
  transition: 0.5s;
}

.btn-outline-secondary:focus {
  box-shadow: inset 0 3px 5px rgba(13, 110, 253, 0.125);
}

.btn-outline-secondary:hover {
  transition: 0.5s;
  color: #fff;
  background-color: #0d6efd;
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #0d6efd;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline-secondary:disabled {
  color: #0d6efd;
  background-color: transparent;
}


.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.checkbox-container {
  border: 1px dotted black;
}

.font-italic {
  font-style: italic;
}

.no-gutters,
.no-gutters>.col {
  margin: 0;
  padding: 0;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.font-weight-bold {
  font-weight: bold;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.divider {
  margin: 30px 15px 15px 15px;
  border-color: black !important;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}


/*@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: none !important;
    }
}*/

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/***** MEDIA XXL 1400px (bootstrap defaul) => STARTING **** */
/* change to 1920px FHD */
@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}


@media (min-width: 1800px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}


@media (min-width: 1800px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width: 1800px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}


@media (min-width: 1800px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }
}

@media (min-width: 1800px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1800px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}


@media (min-width: 1800px) {
  .float-xxl-start {
    float: left !important
  }

  .float-xxl-end {
    float: right !important
  }

  .float-xxl-none {
    float: none !important
  }

  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-grid {
    display: grid !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: inline-flex !important
  }

  .d-xxl-none {
    display: none !important
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxl-row {
    flex-direction: row !important
  }

  .flex-xxl-column {
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .5rem !important
  }

  .gap-xxl-3 {
    gap: 1rem !important
  }

  .gap-xxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxl-5 {
    gap: 3rem !important
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

  .justify-content-xxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

  .align-items-xxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxl-start {
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    align-content: center !important
  }

  .align-content-xxl-between {
    align-content: space-between !important
  }

  .align-content-xxl-around {
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    align-self: auto !important
  }

  .align-self-xxl-start {
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    align-self: center !important
  }

  .align-self-xxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    align-self: stretch !important
  }

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .5rem !important
  }

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .5rem !important
  }

  .me-xxl-3 {
    margin-right: 1rem !important
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxl-5 {
    margin-right: 3rem !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-left: 3rem !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

/***** MEDIA XXL => ENDING **** */

/***** MEDIA XXXL => STARTING **** */
/* change to 2048px 2k */
@media (min-width: 3000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxxl {
    max-width: 1320px
  }
}


@media (min-width: 3000px) {
  .col-xxxl {
    flex: 1 0 0%
  }

  .row-cols-xxxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}


@media (min-width: 3000px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxxl-0 {
    margin-left: 0
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxxl-3 {
    margin-left: 25%
  }

  .offset-xxxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxxl-6 {
    margin-left: 50%
  }

  .offset-xxxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxxl-9 {
    margin-left: 75%
  }

  .offset-xxxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width: 3000px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}


@media (min-width: 3000px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxxl .navbar-toggler {
    display: none
  }
}

@media (min-width: 3000px) {
  .list-group-horizontal-xxxl {
    flex-direction: row
  }

  .list-group-horizontal-xxxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 3000px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}


@media (min-width: 3000px) {
  .float-xxxl-start {
    float: left !important
  }

  .float-xxxl-end {
    float: right !important
  }

  .float-xxxl-none {
    float: none !important
  }

  .d-xxxl-inline {
    display: inline !important
  }

  .d-xxxl-inline-block {
    display: inline-block !important
  }

  .d-xxxl-block {
    display: block !important
  }

  .d-xxxl-grid {
    display: grid !important
  }

  .d-xxxl-table {
    display: table !important
  }

  .d-xxxl-table-row {
    display: table-row !important
  }

  .d-xxxl-table-cell {
    display: table-cell !important
  }

  .d-xxxl-flex {
    display: flex !important
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important
  }

  .d-xxxl-none {
    display: none !important
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxxl-row {
    flex-direction: row !important
  }

  .flex-xxxl-column {
    flex-direction: column !important
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-xxxl-0 {
    gap: 0 !important
  }

  .gap-xxxl-1 {
    gap: .25rem !important
  }

  .gap-xxxl-2 {
    gap: .5rem !important
  }

  .gap-xxxl-3 {
    gap: 1rem !important
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxxl-5 {
    gap: 3rem !important
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxxl-center {
    justify-content: center !important
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxxl-start {
    align-items: flex-start !important
  }

  .align-items-xxxl-end {
    align-items: flex-end !important
  }

  .align-items-xxxl-center {
    align-items: center !important
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxxl-start {
    align-content: flex-start !important
  }

  .align-content-xxxl-end {
    align-content: flex-end !important
  }

  .align-content-xxxl-center {
    align-content: center !important
  }

  .align-content-xxxl-between {
    align-content: space-between !important
  }

  .align-content-xxxl-around {
    align-content: space-around !important
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxxl-auto {
    align-self: auto !important
  }

  .align-self-xxxl-start {
    align-self: flex-start !important
  }

  .align-self-xxxl-end {
    align-self: flex-end !important
  }

  .align-self-xxxl-center {
    align-self: center !important
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important
  }

  .order-xxxl-first {
    order: -1 !important
  }

  .order-xxxl-0 {
    order: 0 !important
  }

  .order-xxxl-1 {
    order: 1 !important
  }

  .order-xxxl-2 {
    order: 2 !important
  }

  .order-xxxl-3 {
    order: 3 !important
  }

  .order-xxxl-4 {
    order: 4 !important
  }

  .order-xxxl-5 {
    order: 5 !important
  }

  .order-xxxl-last {
    order: 6 !important
  }

  .m-xxxl-0 {
    margin: 0 !important
  }

  .m-xxxl-1 {
    margin: .25rem !important
  }

  .m-xxxl-2 {
    margin: .5rem !important
  }

  .m-xxxl-3 {
    margin: 1rem !important
  }

  .m-xxxl-4 {
    margin: 1.5rem !important
  }

  .m-xxxl-5 {
    margin: 3rem !important
  }

  .m-xxxl-auto {
    margin: auto !important
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xxxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxxl-0 {
    margin-top: 0 !important
  }

  .mt-xxxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxxl-2 {
    margin-top: .5rem !important
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxxl-auto {
    margin-top: auto !important
  }

  .me-xxxl-0 {
    margin-right: 0 !important
  }

  .me-xxxl-1 {
    margin-right: .25rem !important
  }

  .me-xxxl-2 {
    margin-right: .5rem !important
  }

  .me-xxxl-3 {
    margin-right: 1rem !important
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxxl-5 {
    margin-right: 3rem !important
  }

  .me-xxxl-auto {
    margin-right: auto !important
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxxl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxxl-0 {
    margin-left: 0 !important
  }

  .ms-xxxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxxl-auto {
    margin-left: auto !important
  }

  .p-xxxl-0 {
    padding: 0 !important
  }

  .p-xxxl-1 {
    padding: .25rem !important
  }

  .p-xxxl-2 {
    padding: .5rem !important
  }

  .p-xxxl-3 {
    padding: 1rem !important
  }

  .p-xxxl-4 {
    padding: 1.5rem !important
  }

  .p-xxxl-5 {
    padding: 3rem !important
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xxxl-0 {
    padding-top: 0 !important
  }

  .pt-xxxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxxl-0 {
    padding-right: 0 !important
  }

  .pe-xxxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxxl-0 {
    padding-left: 0 !important
  }

  .ps-xxxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important
  }

  .text-xxxl-start {
    text-align: left !important
  }

  .text-xxxl-end {
    text-align: right !important
  }

  .text-xxxl-center {
    text-align: center !important
  }
}

/***** MEDIA XXXL => ENDING **** */

.no-float {
  float: none !important;
}

/*################################### BOOTSTRAP ###################################*/


/*################################### DROP ZONE ###################################*/
/*DropZone Upload*/
.dropzone-container {
  background-color: white;
  border: 1px solid gray;
}

.dropzone-container:hover {
  color: black;
  border-color: black;
}

.dropzone,
.dropzone .dz-message {
  height: 100%;
  width: 100%;
}

.dropzone .dz-message {
  display: inline-flex;
  align-items: center;
  text-align: center;
  align-content: center;
  padding-top: 4%;
  padding-left: 35%;
}

/*################################### DROP ZONE ###################################*/

/*################################### KENDO COMPONENTS ###################################*/

/*CHART - ARC GAUGE*/
.k-arcgauge-label {
  font-size: 30px;
  position: absolute;

}

/*FIELD REQUIRED*/
/*
label:has(~ input.k-invalid),
label:has(~ .k-widget > .k-invalid) {
  color: red !important;
}
*/
textarea.k-invalid,
input.k-invalid,
/*.input-group:has(> input.k-invalid),*/
input.k-invalid:not(.input-with-addon),
.k-dropdown-wrap:has(~ input.k-invalid) {
  border: 1px solid red !important;
}

textarea~.k-tooltip-validation.k-invalid-msg,
input~.k-tooltip-validation.k-invalid-msg {
  display: none !important;
}

/*FIELD REQUIRED*/

/*solve conflict betwwen kendo and bootstrap*/
/*.k-animation-container, .k-widget, .k-widget *,
.k-animation-container *, .k-widget *:before,
.k-animation-container *:after,
.k-block .k-header,
.k-list-container,*/
.k-widget .tabstrip-content-container * {
  box-sizing: border-box !important;
}

.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  height: inherit;
}

.k-numeric-wrap.k-state-focused>.k-input,
.k-numeric-wrap.k-state-default>.k-input.k-formatted-value {
  /*display: inline !important;*/
}

.form-group .k-numeric-wrap>.k-input,
.form-group .k-picker-wrap>.k-input {
  height: 100%;
  padding: 0;
}

/*solve conflict betwwen kendo and bootstrap*/

/* TREEVIEW - INI */
.k-treeview .k-item-deleted,
.k-treeview .k-item-deleted span {
  color: red;
  font-style: italic;
  text-decoration: line-through;
}

/* TREEVIEW - END */

/*Kendo Numeric text Box*/
.k-numerictextbox .k-input[disabled] {
  background-color: #eee;
}

/*Kendo Numeric text Box*/

/*Kendo DataPicker Validator*/
.k-datepicker .k-tooltip.k-tooltip-validation.k-invalid-msg {
  /*front-end hot-fix*/
  position: absolute;
  bottom: -30px;
  left: 0;
  /*margin-left: 30px;*/
}

/*Kendo DataPicker Validator*/


/*Kendo Upload DropZone*/
.k-upload-files {
  margin: 0;
}

div.k-dropzone {
  border: 1px solid #c5c5c5;
  min-height: 140px;
  /*width: 64%;*/
  width: auto;
  /*display: inline-flex;*/
  align-items: center;
  text-align: center;
  align-content: center;
  /*padding-left: 35%;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.k-upload .k-file {
  display: flex;
}
.k-upload .k-file .k-filename {
  margin-left: 0;
}
k-dropzone:hover {
  border-color: #000;
}

div.k-dropzone em {
  visibility: visible;
}

.k-filename {
  /*max-width: 50em !important;*/
  /*min-width: 50em !important;*/
  /*border: 1px solid black;*/
}

/*Kendo Button*/
.k-grid .k-button {
  width: 150px;
  text-align: center;
}

/*Kendo progress Bar*/
.pb {
  width: 100px;
}

/*Grid Columns Wrap*/
.k-grid .k-grid-header .k-header .k-link {
  height: auto;
}

.k-grid .k-grid-header .k-header {
  white-space: normal;
}

/*DropDownList -> Missing vertical scrollbar*/
.k-list-scroller {
  overflow-y: scroll;
}

/*MULTI SELECT*/
.k-multiselect-wrap {
  /*max-height: 50px !important;*/
  overflow: auto !important;
  border: 1px solid #e4e5e7;
  min-height: 100%;
}

/*
.k-multiselect:after {
  content: "\25BC";
  position: absolute;
  top: 45%;
  right: 25px;
  font-size: 12px;
}
*/

.k-multiselect.opened:after {
  content: "\25C0";
}

.k-multiselect .k-button {
  width: auto;
}

.k-multiselect .k-multiselect-wrap:has(~ input.k-invalid) {
  border: 1px solid red;
}
/*MULTI SELECT*/
/*################################### KENDO COMPONENTS ###################################*/
/*################################### EFEITOS ###################################*/
.zoom-in-out {
  transition: ease-in-out 200ms;
}

.zoom-1_2:hover {
  transform: scale(1.2, 1.2);
}

.zoom-1_3:hover {
  transform: scale(1.3, 1.3);
}

.zoom-1_4:hover {
  transform: scale(1.4, 1.4);
}

.zoom-1_5:hover {
  transform: scale(1.5, 1.5);
}

/*################################### EFEITOS ###################################*/

.adjust1 {
  margin-top: 10px;
  margin-bottom: 1px;
}

.btn-square {
  border-radius: 0;
}

.btn-pill-left,
.btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}

.btn-pill-right,
.btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 6px 16px;
  left: -16px;
  border-radius: 3px 0 0 3px;
}

.btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 3px 3px 0;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.farol {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: black;
}

.farol-noclick {
  cursor: default !important;
}

.farol-vermelho {
  background: radial-gradient(circle at center, white, red);
}

.farol-laranja {
  /*background: radial-gradient(circle at center, #EC9F05, #FF4E00);*/
  background: radial-gradient(circle at center, #FFFFFF, #FF4E00);
  /*background: radial-gradient(circle at center, #FFFFFF, #EC9F05);*/
}

.farol-verde {
  background: radial-gradient(circle at center, white, green);
}

.farol-azul {
  background: radial-gradient(circle at center, white, dodgerblue);
}

.farol-amarelo {
  background: radial-gradient(circle at center, white, #efcc00);
}

.farol-black {
  background: radial-gradient(circle at center, white, black);
}

.farol-cinza {
  background: radial-gradient(circle at center, white, gray);
}

@media only screen and (max-width: 1900px) {
  #gridPendencias {
    width: 140%;
  }

  #gridCertidoes {
    width: 110%;
  }
}

.panel {
  border: 1px solid white;
}

.panel:hover {
  border-color: black;
  box-shadow: 4px 4px black;
}

.box-body-text-0 {
  height: 15vh;
  /*height: 13rem;*/
}

.box-body-text-1 {
  font-size: 5em;
  text-shadow: 2px 2px #000;
  font-family: 'Arial Black';
}

.box-body-text-2 {
  font-size: 1em;
  letter-spacing: 1px;
}

.page-title {
  /*color: black;*/
  color: #002060;
  font-weight: bold;
  height: 100%;
}

.icon-back {
  font-size: x-large;
}

.icon-header {
  position: relative;
  margin-right: 1px;
  /*border-bottom: 1px solid transparent;*/
}

.icon-header:hover {
  /*border-color: #6a6c6f;*/
  /*border-color: black;*/
}

.icon-back i {
  /*color: #6a6c6f;*/
  color: black;
}

.header-content {
  padding: 15px 0px;
}


/*FORM INI*/
.frmForm>input {
  margin-bottom: 15px;
}

.frmForm label {
  text-transform: uppercase !important;
}

form .row>.form-group>.form-control {
  width: 100% !important;
}

.form-control-lg {
  /*height: 30px !important;*/
}

.form-control {
  padding: 6px 0px;
  margin-bottom: 15px;
}

.form-control-h-22 {
  /*height: unset;*/
  height: 22px;
}

.row-custom-size-s {
  /*width: 90% !important;*/
}

.tabstrip-content-container .row {
  margin-right: -10px;
  /*override -15px*/
}

/*
  .row-custom-size-s > .col-lg-1,
  .tabstrip-content-container .row > .col-lg-1 {
    width: var(--col-width-01);
  }

  .row-custom-size-s > .col-lg-2,
  .tabstrip-content-container .row > .col-lg-2 {
    width: var(--col-width-02);
  }

  .row-custom-size-s > .col-lg-3,
  .tabstrip-content-container .row > .col-lg-3 {
    width: var(--col-width-03);
  }

  .row-custom-size-s > .col-lg-4,
  .tabstrip-content-container .row > .col-lg-4 {
    width: var(--col-width-04);
  }

  .row-custom-size-s > .col-lg-5,
  .tabstrip-content-container .row > .col-lg-5 {
    width: var(--col-width-05);
  }

  .row-custom-size-s > .col-lg-6,
  .tabstrip-content-container .row > .col-lg-6 {
    width: var(--col-width-06);
  }

  .row-custom-size-s > .col-lg-7,
  .tabstrip-content-container .row > .col-lg-7 {
    width: var(--col-width-07);
  }

  .row-custom-size-s > .col-lg-8,
  .tabstrip-content-container .row > .col-lg-8 {
    width: var(--col-width-08);
  }

  .row-custom-size-s > .col-lg-9,
  .tabstrip-content-container .row > .col-lg-9 {
    width: var(--col-width-09);
  }

  .row-custom-size-s > .col-lg-10,
  .tabstrip-content-container .row > .col-lg-10 {
    width: var(--col-width-10);
  }

  .row-custom-size-s > .col-lg-11,
  .tabstrip-content-container .row > .col-lg-11 {
    width: var(--col-width-11);
  }

  .row-custom-size-s > .col-lg-12,
  .tabstrip-content-container .row > .col-lg-12 {
    width: var(--col-width-12);
  }
*/

#pageControleFiscalizatorioItem.content>.hpanel>.panel-body {
  padding-top: 5px;
}

#frmControleFiscalizatorioItem {}

#frmControleFiscalizatorioItem .tabstrip-content-container {
  height: 48vh;
}

#frmControleFiscalizatorioItem .tabstrip-content-container .form-group:not(:has(textarea)) {
  height: 56px;
}

#treeViewAnexos {
  color: gray !important;
}

#treeViewAnexos .k-in.k-state-hover {
  color: black !important;
}

#treeViewAnexos .row {
  margin-right: unset;
}

#treeViewAnexos .item-folder~a {
  margin-left: 5px;
  color: gray;
}

#treeViewAnexos .item-folder~a:hover {
  color: black;
}

.form-group>label:has(+ input[disabled]),
.form-group>label:has(+ div input[disabled]) {
  color: lightgray;
  font-weight: normal;
}

.form-group>input[disabled=disabled] {
  /*background-color: lightgray;*/
}

/*FORM END*/



.text-footer-small {
  font-size: 10px;
}

.footer-col {
  padding: 0;
}

.p-r-sm {
  padding-right: 5px;
}

.p-r-md {
  padding-right: 10px;
}

.p-r-lg {
  padding-right: 15px;
}

/****************************** SWEET ALERT - START *******************************/
.swal2-container {
  z-index: 11000 !important;
}

/******************************* SWEET ALERT - END *******************************/
