html, body {
    font-family: 'Poppins' !important;
}

.form-group > label {
    margin-bottom: 3px !important;
}


*, input, select, textarea, option, button {
    outline: none !important;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder, textarea {
    font-size: 12px !important;
}


.main-panel {
    background: #FAF9F8 !important;

}

#datatablesTriagem tr td {
    cursor: pointer;
}

.modal-content button.close {
    float: right !important;
    font-size: 18px !important;
    outline: none !important;
    margin: 0px -10px 0 0 !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    border-radius: 50%;
}


.card .form-group > div > label, .form-group > div > label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* init datatable pagination */

.badge-danger, .bg-danger, .nav.nav-pills.nav-pills-danger .nav-link.active {
    background-color: #dc3545 !important;
}

textarea {
    resize: none;
}

.background-red {
    background-image: linear-gradient(to right, #7188c9 0%, #9795b9 100%);
    max-height: 100% !important;
    height: auto !important;
}

.form-group > label {
    margin-bottom: 3px !important;
    font-weight: 400;
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
}

.form-group > label {
    margin-bottom: 3px !important;
}

select.loading-input {
    background-color: #ffffff;
    background-image: url('/assets/img/loading.gif');
    background-size: 25px 25px;
    background-position: right 30px center;
    background-repeat: no-repeat;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2f65c3 !important;
    border-color: #2f65c3 !important;
}

table.dataTable > thead > tr > th, table.dataTable > tbody > tr > th, table.dataTable > tfoot > tr > th, table.dataTable > thead > tr > td, table.dataTable > tbody > tr > td, table.dataTable > tfoot > tr > td {
    padding: 6px !important;
    outline: 0 !important;
}

input.loading-input {
    background-color: #ffffff;
    background-image: url(/assets/img/loading.gif);
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.pagination li, .pagination li:focus, .pagination li:active,
.pagination li a:focus, .pagination li a:focus, .pagination li a:active {
    outline: none !important;
}

.page-link:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, .05) !important;
}

/* end datatable pagination */

star {
    color: #FB404B;
    padding-left: 3px;
}

b {
    font-weight: bold;
}

a,
button,
img {
    outline: 0 !important;
}

.box-cliente label {
    margin-bottom: .1rem !important;
}

a.btn {
    color: #ffffff !important;
}

/**######################### ANIMACAO LOADING #############################*/

.logo_login_float img {
    top: 20px;
    width: 130px;
    position: relative;
    left: 10px;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 13px;
}

#fancybox-loading-spinner {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -140px;
    opacity: 0.85 !important;
    cursor: pointer;
    z-index: 8060;
    padding: 8px 20px 20px 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    opacity: 0.8 !important;
    border-radius: 4px;
}

#fancybox-loading-spinner > div > span {
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 240px;
}

#fancybox-loading-spinner > div > img {
    width: 44px;
    height: 44px;
    margin: 10px 0 10px 0;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 50px;
}

.loader:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader-specific {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: inherit;
    z-index: 20 !important;
}

.loader-specific-back {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    height: 44px;
    width: 44px;
    padding: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4) !important;
}

.circular-specific {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.preto-branco {
    filter: grayscale(100%);
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

div[data-notify="container"] {
    width: calc(100% - 40px) !important;
}

/* rodada */

.descricao-rodada {
    font-weight: 300;
    font-size: 16px;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

/**######################### END ANIMACAO LOADING #############################*/

/* start modals */

/*.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }*/

.modal-content .title-body h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #F45A43;
    margin-bottom: 10px;
}

.modal-content {
    border: 0 !important;
    border-radius: 25px !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 81px -15px rgba(209, 169, 236, 0.5);
    -moz-box-shadow: 0px 0px 81px -15px rgba(209, 169, 236, 0.5);
    box-shadow: 0px 0px 81px -15px rgba(209, 169, 236, 0.5);
}

.modal-content .description {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 5px 0;
    letter-spacing: -.01em;
}

.modal-body {
    padding: 20px 20px !important;
}

.modal-header {
    padding: 10px 15px !important;
}

img.modal-title {
    margin: 2px 10px 0 0;
    float: left;
    height: 32px;
}

/* end modals*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    margin: 0px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #444;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a,
a:hover {
    text-decoration: none;
    color: #337ab7;
}

a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

img {
    max-width: 100%;
}

.btn {
    cursor: pointer;
}

.btn,
body {
    font-size: 14px;
}

.alert-danger {
    background-color: #fc727a;
    color: #ffffff;
    border-color: #fc727a;
}

.alert-warning {
    color: #555;
    background-color: #fdfe9e !important;
    border-color: #eaeb73;
}

.alert-danger a {
    color: #0d3a84 !important;
    text-decoration: underline;
}

.alert-danger a:hover {
    text-decoration: underline;
}

.moving-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 600em;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    background: transparent url("/assets/img/elements/cloudwash.png") repeat-x scroll 0 100%;
    -webkit-animation: cloudwash 60s linear infinite;
    -moz-animation: cloudwash 60s linear infinite;
    animation: cloudwash 60s linear infinite;
    pointer-events: none;
}

@-webkit-keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.bg-gold {
    background: #c1993f !important;
}

.bg-brown {
    background: #7a5449 !important;
}

.bg-beige {
    background: #f7ce99 !important;
}

.bg-light {
    background: #fff !important;
}

.bg-dark {
    background: #324148 !important;
}

.bg-twitter {
    background: #00aced !important;
}

.txt-dark {
    color: #324148 !important;
}

.txt-light {
    color: #fff !important;
}

.txt-grey {
    color: #727272 !important;
}

.txt-light-grey {
    color: #eee !important;
}

.txt-info,
.text-info {
    color: #ed1b60 !important;
}

.txt-warning,
.text-warning {
    color: #ffbf36 !important;
}

.txt-primary,
.text-primary {
    color: #0092ee !important;
}

.txt-success,
.text-success {
    color: #22af47 !important;
}

.txt-danger,
.text-danger {
    color: #f83f37 !important;
}

.txt-purple {
    color: #ab26aa !important;
}

.txt-violet {
    color: #6640b2 !important;
}

.txt-skyblue {
    color: #00acf0 !important;
}

.txt-beige {
    color: #f7ce99 !important;
}

.txt-gold {
    color: #c1993f !important;
}

.txt-brown {
    color: #7a5449 !important;
}

.txt-orange {
    color: #ff9528 !important;
}

.txt-orange-light-1 {
    color: #ffa344;
}

.txt-orange-light-2 {
    color: #ffb76d;
}

/*Labels*/

.label-default {
    background-color: #777;
}

.f60 {
    font-size: 60px;
}

.f30 {
    font-size: 30px;
}

.f12 {
    font-size: 12px;
}

.cart .f12 {
    font-size: 12px;
}

.cart .escudo {
    width: 55px;
}

.cart .escudo img {
    width: 35px;
    height: auto;
}

.cart .f12 {
    font-size: 12px;
    display: block;
}

.f24 {
    font-size: 24px;
}

.label,
.jvectormap-tip {
    padding: 3px 6px 3px;
    font-size: 11px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.label.label-info,
.label-info.jvectormap-tip {
    background: #ed1b60;
}

.label.label-primary,
.label-primary.jvectormap-tip {
    background: #0092ee;
}

.label.label-success,
.label-success.jvectormap-tip {
    background: #22af47;
}

.label.label-danger,
.label-danger.jvectormap-tip {
    background: #f83f37;
}

.label.label-warning,
.label-warning.jvectormap-tip {
    background: #ffbf36;
}

.label.text-warning,
.text-warning.jvectormap-tip {
    background: #ffbf36;
    color: #fff !important;
}

.label.label-outline,
.label-outline.jvectormap-tip {
    background: transparent;
    color: #727272;
    border: 1px solid;
}

.label.label-outline.label-info,
.label-outline.label-info.jvectormap-tip {
    border-color: #ed1b60;
}

.label.label-outline.label-primary,
.label-outline.label-primary.jvectormap-tip {
    border-color: #0092ee;
}

.label.label-outline.label-success,
.label-outline.label-success.jvectormap-tip {
    border-color: #22af47;
}

.label.label-outline.label-danger,
.label-outline.label-danger.jvectormap-tip {
    border-color: #f83f37;
}

.label.label-outline.label-warning,
.label-outline.label-warning.jvectormap-tip {
    border-color: #ffbf36;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

/*  Padding and Margin Style   ||-----------*/

.padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-60 {
    padding: 60px;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-30 {
    padding-right: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-90 {
    padding-top: 80px;
}

.pb-90 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-38 {
    padding-bottom: 38px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mt-up {
    margin-top: -100px;
}

.thumb-sm {
    display: inline-block;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .up-80 {
        margin-top: 50px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .float-none-sm {
        float: none;
    }

    .float-left-sm {
        float: left;
    }

    .float-right-sm {
        float: right;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .plr-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .padding-sm-25 {
        padding: 25px;
    }

    .d-xs-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }

    .pr-xs-0 {
        padding-right: 0;
    }

    .pl-xs-0 {
        padding-left: 0;
    }

    .pr-xs-0 {
        padding-right: 0;
    }

    .plr-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .padding-sm-25 {
        padding: 25px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .ptb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pb-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ml-xs-0 {
        margin-left: 0;
    }

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .float-none-xs {
        float: none;
    }

    .float-left-xs {
        float: left;
    }

    .float-right-xs {
        float: right;
    }

    .d-xs-none {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------*/

/* BASIC STYLE    ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #eef1f5;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #53505f;
}

.img-circle {
    border-radius: 50%;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-text {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #53505f;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    outline: none;
}

.btn-text:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158, 158, 158, 0.4);
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.f18 {
    font-size: 18px;
}

/* ===================== */

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1350px;
    }
}

.wrapper {
    min-height: 100%;
    /*height: calc(100% - 65px);*/
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.purple-bgcolor {
    background-color: #673ab7;
}

.blue-bgcolor {
    background-color: #2196f3;
}

.pink {
    background-color: #ff1493;
}

.yellow {
    background-color: #f1c500;
}

.red {
    background-color: #f44336;
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: inline-table !important;
    }
}

/* full_Section */

.container-global {
    margin-bottom: 20px;
}

.container {
    margin-top: 0;
    position: relative;
}

.content_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    min-height: 300px;
    padding: 20px 0px 60px 0px;
    position: relative;
    z-index: 2;
}

.nav_small .content_wrapper {
    margin-left: 85px;
}

/* breadcrumb */

.page_breadc {
    width: 100%;
    display: inline-block;
    /*background-image: linear-gradient(to right, #F45B43 0%, #EB3549 100%);*/
    background: #dedede;
}

.page-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-breadcrumb h1 {
    margin: 0;
    color: #555555 !important;
    font-size: 14px;
}

.breadcrumb_nav {
    margin-bottom: 0;
}

.breadcrumb_nav .breadcrumb {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    color: #555555 !important;
}

.breadcrumb_nav .breadcrumb li {
    display: inline-block;
    line-height: 1;
    margin: 0px 3px;
}

.breadcrumb_nav .breadcrumb li a {
    text-shadow: none;
    text-decoration: none;
    margin: 0px 3px;
    color: #555555 !important;

}

.breadcrumb_nav .breadcrumb li.active {
    color: #555555 !important;
}

/* Site_view_box */

.info_items {
    min-height: 100px;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px 15px;
    overflow: hidden;
}

.bg_green {
    background: #2ed8b6;
}

.bg_yellow {
    background: #ffb64d;
}

.bg_blue {
    background: #4099ff;
}

.bg_pink {
    background: #ff5370;
}

.info_items_icon {
    float: left;
    color: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.info_item_content {
    width: calc(100% - 90px);
    float: left;
    line-height: normal;
    color: #fff;
}

.info_items_text {
    margin-bottom: 8px;
}

.info_items_text,
.progress-description {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.info_items_number {
    font-weight: 300;
    font-size: 21px;
}

.progress-description {
    margin: 0;
}

.info_items .progress,
.info_items .progress .progress-bar {
    border-radius: 0;
}

.info_items .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
    height: 3px;
}

.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    margin: 0;
}

.info_items .progress .progress-bar {
    background: #fff;
}

.info_items .progress,
.info_items .progress .progress-bar {
    border-radius: 0;
}

/* CHART_BOX */

.full_chart {
    background: #fff;
}

.full_chart {
    background: #fff;
    box-shadow: none;
    position: relative;
    transition: 0.5s;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    width: 100%;
}

.card {
    position: relative;
    margin-top: 0px;
    background-color: #ffffff;
    border-radius: 3px;
}

.chart_header {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 2px;
    color: #3a405b;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    min-height: 40px;
}

.chart_headibg {
    display: inline-block;
    padding: 15px 20px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .chart_headibg {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .page-heading {
        padding-top: 14px;
    }
}

.tools {
    padding-right: 16px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 24px;
    line-height: normal;
    vertical-align: middle;
    display: none;
}

.tools .btn-color {
    color: #97a0b3;
    margin-right: 3px;
    font-size: 12px;
    text-decoration: none;
}

.card_chart {
    padding: 10px 24px 14px 24px;
    position: relative;
}

/* social-box */

.social-box {
    min-height: 160px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}

.social-box i {
    display: block;
    font-size: 40px;
    background: #e9ecef;
    line-height: 110px;
}

.social-box.facebook i {
    color: #fff;
    background: #3b5998;
}

.social-box ul {
    list-style: none;
    display: inline-block;
    margin: 7px 0 0;
    padding: 10px;
    width: 100%;
}

.social-box ul li {
    color: #949ca0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: right;
    display: block;
    float: left;
    width: 50%;
    line-height: 2;
}

.social-box ul li strong {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.social-box ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #949ca0;
    text-transform: uppercase;
}

.social-box ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

.social-box.twitter i {
    color: #fff;
    background: #00aced;
}

.social-box.linkedin i {
    color: #fff;
    background: #4875b4;
}

.social-box.google-plus i {
    color: #fff;
    background: #d34836;
}

.social-box ul li:first-child {
    border-right: 1px solid #c2cfd6;
}

/* Three_Clumn */

.stats-wrap h2 span {
    float: right;
    color: #ffffff;
    background: #294583;
    font-size: 16px;
    margin: 5px 0 0;
    font-weight: normal;
    padding: 5px;
    border-radius: 2px;
}

.stats-wrap p {
    margin: 10px 0 15px;
    color: #78828b;
    font-size: 14px;
    font-weight: normal;
    background: #f1f1f1;
    padding: 0 9px;
    border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stats-wrap p {
        font-size: 13px;
    }
}

.stats-wrap h4 {
    color: #1688ec;
    font-weight: 700 !important;
    margin: 0;
    line-height: 1.8;
}

.stats-wrap h4 span {
    float: right;
    color: #ffffff;
    background: #3c64bb;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    padding: 5px;
    border-radius: 2px;
}

.list-referrals li p {
    background: transparent;
    margin-bottom: 0px;
    padding: 0px;
}

.events-nest .drak_blue {
    margin: -10px -24px 33px;
    padding: 20px;
    background: #5c9df5;
    color: #f9f9f9;
    overflow: hidden;
}

.events-nest .drak_blue h1 {
    float: left;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: -5px;
}

.middle_text {
    float: left;
    margin-left: 10px;
}

.events-nest .drak_blue span {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0px 10px;
    border-radius: 2px;
}

.events-nest .drak_blue p {
    font-weight: 300;
    font-size: 12px;
    background: transparent;
    color: #f9f9f9;
    margin: 0px;
    padding: 0px;
}

.events-nest ul {
    margin: 0px;
    padding: 0px;
}

.events-nest ul li {
    list-style: none;
}

.events-nest ul li h4 {
    font-size: 13px !important;
    color: #222;
}

.events-nest ul li h4 span {
    float: none;
    background: transparent;
    color: #222;
    font-size: 13px;
}

.events-nest ul li h4 small {
    margin: 0 0 0 5px;
}

.events-nest ul li p i {
    float: right;
    margin: 0 0 0 10px;
    color: #ccc;
    font-size: 15px;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.stats-wrap .card_chart .events-nest ul li p {
    background: transparent;
}

/* School-timetable */

.school-timetable {
    color: #8c92a3;
}

.school-timetable h5 {
    font-size: 12px;
    color: #454545;
    padding: 2px 5px;
}

.school-timetable h5 i {
    font-style: normal;
}

.school-timetable h6 {
    line-height: 1.7;
    color: #8c92a3;
}

.school-timetable h6 i {
    color: #8c92a3;
}

.school-timetable h6 span {
    font-size: 10px;
    background: #8c92a3;
    padding: 2px 4px;
    margin: 0 0 0 5px;
    color: #fff;
    border-radius: 2px;
}

.school-timetable hr {
    border-color: #d5dae6;
    margin: 17px 0 16px;
}

.school-timetable ul {
    margin: 0px 0px 13px 0px;
    padding: 0px;
}

.school-timetable ul li {
    display: inline-block;
    list-style: none;
    margin: 0 -5px 0 0;
}

.round_small {
    display: inline-block;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .round_small {
        display: inline-block;
        height: 35px;
        margin-right: 5px;
        width: 35px;
    }
}

/* Student_table */

.student_table thead tr th {
    border-top: none;
}

.student_table tbody tr td a {
    color: #53505f;
}

.paid_green {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 6px;
    margin-right: 5px;
    background: #59e0c5;
    text-transform: uppercase;
    color: #fff;
}

.unpaid_red {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 6px;
    margin-right: 5px;
    color: #fff;
    background: #ca1b1b;
}

.edit_list {
    margin-right: 10px;
}

/* Footer */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: #fff;
}

.nav_small .footer {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .nav_small .footer,
    .footer {
        padding-left: 0;
    }
}

.copy_right p {
    margin: 0px;
    color: #222;
    font-size: 14px;
}

.copy_right p a {
    color: #36a2f5;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: block;
    display: none;
    background: #2a3142;
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*============== BUTTONS_PAGE */

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border-color: #8b39ef;
    background-color: #8b39ef;
}

.btn-demo .btn {
    margin: 0 10px 10px 0;
}

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #a768f3;
    background-color: #a768f3;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-dark.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
    box-shadow: none;
}

.btn-demo .btn {
    margin: 0 10px 10px 0;
}

.btn-outline-success {
    color: #34bfa3;
    border-color: #34bfa3;
}

.btn-sm {
    font-size: 12px;
}

.btn {
    cursor: pointer;
}

.btn-outline-primary {
    color: #a768f3;
    border-color: #a768f3;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #a768f3;
    background-color: #a768f3;
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills.nav-pills-danger .nav-link.active,
.nav.nav-pills.nav-pills-info .nav-link.active,
.nav.nav-pills.nav-pills-inverse .nav-link.active,
.nav.nav-pills.nav-pills-primary .nav-link.active,
.nav.nav-pills.nav-pills-success .nav-link.active,
.nav.nav-pills.nav-pills-warning .nav-link.active {
    color: #fff;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
    color: #292b2c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #a768f3;
}

.default-color,
.default-color a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555555;
}

.bg-dark {
    background-color: #343a40 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #a768f3;
    background-color: #a768f3;
}

.btn-outline-success:hover,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-success,
.card-success,
.show > .btn-outline-success.dropdown-toggle {
    border-color: #50ac50;
    background-color: #5cb85c;
}

.btn-outline-blue:hover,
.btn-outline-blue:not([disabled]):not(.disabled).active,
.btn-outline-blue:not([disabled]):not(.disabled):active,
.btn-blue,
.card-blue,
.show > .btn-outline-blue.dropdown-toggle {
    background-color: #4D90FE;
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ED;
    color: white;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 146, 245, .5);
}

.btn-blue:not([disabled]):hover {
    background-color: #3d77d3 !important;
    border-color: #2d67c2 !important;
}

.card {
    border: 1px solid #e5e9ec;
}

.btn-border {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35) !important;
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show > .btn-outline-info.dropdown-toggle {
    border-color: #356cc9;
    background-color: #447cdd;
}

.logo-default {
    outline: none !important;
}

.logo-default img {
    outline: none !important;
}

.btn-info:hover {
    color: #fff;
    border-color: #356cc9 !important;
    background-color: #447cdd !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-warning,
.card-warning,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff !important;
    border-color: #eec034;
    background-color: #f1c643;
}

.btn-warning:hover {
    background-color: #e3b834 !important;
    border-color: #e3b834 !important;
}

.btn-danger,
.btn-outline-danger:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.card-danger,
.show > .btn-outline-danger.dropdown-toggle {
    border-color: #f35454;
    background-color: #fc6b6b;
}

.btn-danger:not([disabled]):hover {
    color: #fff;
    background-color: #eb5858 !important;
    border-color: #e64242 !important;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-blue:not([disabled]):not(.disabled).active,
.btn-blue:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-dark.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-blue.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
    box-shadow: none;
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show > .btn-outline-info.dropdown-toggle {
    border-color: #36a2f5;
    background-color: #36a2f5;
}

.card-body .dropdown .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}

.card-body .dropdown .dropdown-menu:before,
.btn-group .dropdown-menu:before {
    display: none !important;
}

.grid-view [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(86, 61, 124, 0.2);
    background-color: rgba(86, 61, 124, 0.15);
}

.grid-view {
    margin-bottom: 10px;
    padding: 0 15px;
}

.card .card-header .card-title {
    margin-bottom: 0;
    color: #53505f;
    font-size: 18px;
    font-weight: 500;
}

.lobicard-custom-icon > .card-header .dropdown,
.card-shadow .card-header .dropdown,
.lobicard-custom-control .card-header .dropdown {
    display: inline-block;
    float: right;
    position: relative;
}

.lobicard-custom-icon > .card-header .dropdown .tools,
.card-shadow .card-header .dropdown .tools,
.lobicard-custom-control .card-header .dropdown .tools {
    margin: 0px;
}

.baseline .baseline-list .baseline-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.baseline-info {
    border-color: #36a2f5 !important;
}

.baseline-border {
    border-left-width: 4px !important;
    border-left-style: solid !important;
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8;
}

.baseline .baseline-list {
    padding-bottom: 1px;
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8;
}

.baseline .baseline-list:before {
    display: table;
    content: " ";
}

.baseline .baseline-list:after {
    display: table;
    position: absolute;
    top: 14px;
    width: 15px;
    height: 15px;
    margin-left: -8px;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: inherit;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 0 0 3px #e5ebf8 inset;
    left: -2px;
}

.badge-success,
.bg-success,
.nav.nav-pills.nav-pills-success .nav-link.active {
    background-color: #5CB85C !important;
}

.baseline-primary:after {
    box-shadow: 0 0 0 3px #a768f3 inset !important;
}

.baseline-success:after {
    box-shadow: 0 0 0 3px #34bfa3 inset !important;
}

.baseline-danger:after {
    box-shadow: 0 0 0 3px #fc6b6b inset !important;
}

.baseline-primary {
    border-color: #a768f3 !important;
}

.baseline-success {
    border-color: #34bfa3 !important;
}

.baseline-warning:after {
    box-shadow: 0 0 0 3px #eac459 inset !important;
}

.baseline-purple:after {
    box-shadow: 0 0 0 3px #B32E99 inset !important;
}

.baseline-red:after {
    box-shadow: 0 0 0 3px orange inset !important;
}

.baseline-info:after {
    box-shadow: 0 0 0 3px #36a2f5 inset !important;
}

.default-color a:hover,
.gray-color a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li.active a,
.notification-list .nt-info a:hover,
a.default-color:hover,
a.gray-color:hover {
    color: #a768f3;
}

.default-color a,
.default-color a:hover,
a,
a.default-color,
a.default-color:hover,
a:hover {
    text-decoration: none;
}

.card .card-header {
    padding: 1rem;
    border-bottom: 1px solid #e5e9ec;
    background: #fff;
}

.badge-primary, .bg-primary, .nav.nav-pills.nav-pills-primary .nav-link.active {
    background-color: #a768f3 !important;
}

.baseline-warning {
    border-color: #eac459 !important;
}

.baseline-danger {
    border-color: red !important;
}

.baseline-purple {
    border-color: #B32E99 !important;
}

.baseline-danger {
    border-color: #ff7b7b !important;
}

.badge-info, .bg-info, .nav.nav-pills.nav-pills-info .nav-link.active {
    background-color: #36a2f5 !important;
}

.badge-danger, .bg-danger, .nav.nav-pills.nav-pills-danger .nav-link.active {
    background-color: #D9534F !important;
}

.badge-warning, .bg-warning, .nav.nav-pills.nav-pills-warning .nav-link.active {
    background-color: #F0AD4E !important;
}

.badge-inverse, .bg-inverse, .nav.nav-pills.nav-pills-inverse .nav-link.active {
    background-color: #292b2c !important;
}

.portlets-scroll {
    min-height: 101%;
}

.portlets-scroll-wrap {
    overflow-y: scroll;
}

/* portlet-advanced_page */

.nav-pills-sm .nav-link {
    padding: 0.4em 1em;
    font-size: 12px;
}

.nav-pill-custom .nav-link, .nav-pills-sm .nav-link {
    border-radius: 30px !important;
}

.lobicard-custom-control .card-header .dropdown .tools {
    margin: 0px;
}

.lobicard-custom-control .card-header .dropdown .tools a {
    color: #fff;
}

.border-primary {
    border-color: #a768f3 !important;
}

.card-shadow {
    border: none;
    box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
}

/* ICON_FONT_AWESOME */

.fontawesome-icon-list .preview i, .simple-icon-list .preview i, .themify-icon-list .preview i, .weather-icon-box .preview i {
    padding-right: 15px;
    font-size: 18px;
}

.fontawesome-icon-list .preview,
.simple-icon-list .preview,
.themify-icon-list .preview,
.weather-icon-box .preview {
    padding: 15px;
}

.fontawesome-icon-list .preview:hover,
.simple-icon-list .preview:hover,
.themify-icon-list .preview:hover,
.weather-icon-box .preview:hover {
    background: #f2f6f9;
}

.fontawesome-icon-list,
.simple-icon-list,
.themify-icon-list,
.weather-icon-box {
    margin-bottom: 30px;
}

/* WIDGETS_BASE */

.text-primary {
    color: #a768f3 !important;
}

.app-header .d-user span {
    font-size: 12px;
}

.wb-icon-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
}

.task-d-list {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.task-d-list li:hover .task-list-action {
    opacity: 1;
}

.task-d-list li .task-list-action {
    opacity: 0;
}

.task-d-list li {
    margin-bottom: 14px;
}

.quick-links-grid {
    display: inline-block;
    width: 100%;
}

.quick-links-grid .ql-grid-item {
    display: inherit;
    width: 49.3%;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #45567c;
}

.quick-links-grid .ql-grid-item i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color: #d2d6eb;
    font-size: 32px;
}

.quick-links-grid .ql-grid-item .ql-grid-title {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

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

.table td,
.table th {
    padding: 0.6rem 1rem;
}

.border,
.table td,
.table th {
    border-color: #e5e9ec !important;
}

.table tfoot th,
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.table thead th {
    border-top: none;
}

/* WIDGETS_CHART */

.jqvmap-zoomin,
.jqvmap-zoomout,
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 1px solid #eaeaea;
    border-radius: 0;
    background: #fff;
    line-height: 28px;
}

.jqvmap-zoomin,
.jvectormap-zoomin {
    position: absolute;
    z-index: 70;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jqvmap-zoomout,
.jvectormap-zoomout {
    position: absolute;
    z-index: 70;
    top: 0;
    left: 27px;
}

.vmap-wrap {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

/* CALENDAR_BASIC */

.fc-unthemed .fc-toolbar .fc-button {
    border: 1px solid #e5e9ec;
    background: #f8fafb;
    text-shadow: none !important;
    height: 2.75rem;
    padding: 0 1.25rem;
    outline: none !important;
    font-size: 0.9rem;
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
    color: #fff;
    border: 0;
    background: #a768f3;
    box-shadow: none;
    text-shadow: none;
}

.fc-event-container a {
    margin-bottom: 3px;
}

.fc-day-grid-event {
    padding: 10px;
}

.fc-event {
    border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5;
}

.fc-unthemed .fc-toolbar h2 {
    margin-top: 0.7rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
}

.d-fc-event-danger {
    border: none;
    background: #ff518a;
}

.fc-day-grid-event {
    padding: 10px;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec;
}

.d-fc-event-danger .fc-title,
.d-fc-event-info .fc-title,
.d-fc-event-primary .fc-title,
.d-fc-event-success .fc-title {
    color: #fff;
}

.fc-title {
    font-weight: 500;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
    padding: 0.5rem;
}

.d-fc-event-info {
    border: none;
    background: #36a2f5;
}

.d-fc-event-warning {
    border: none;
    background: #eac459;
}

.d-fc-event-success {
    border: none;
    background: #34bfa3;
}

/* CALENDAR_EXTERNAL_EVENTS */

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec;
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c;
}

.fc-event {
    border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5;
}

.fc-title {
    font-weight: 500;
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c;
}

.fc-unthemed th.fc-day-header {
    padding: 0.7rem 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.d-fc-event-primary {
    border: none;
    background: #a768f3;
}

.d-fc-event-info {
    border: none;
    background: #36a2f5;
}

.d-fc-event-danger {
    border: none;
    background: #ff518a;
}

.d-fc-event-warning {
    border: none;
    background: #eac459;
}

.d-fc-event-success {
    border: none;
    background: #34bfa3;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #36a2f5;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(/assets/img/check.svg);
}

/* CALENDAR_LIST */

.fc-unthemed .fc-list-item.d-fc-event-red .fc-event-dot {
    border-color: #ff518a;
    background: #ff518a;
}

.fc-unthemed .fc-list-item.d-fc-event-blue .fc-event-dot {
    border-color: #36a2f5;
    background: #36a2f5;
}

.fc-unthemed .fc-list-item.d-fc-event-yellow .fc-event-dot {
    border-color: #eac459;
    background: #eac459;
}

.fc-unthemed .fc-list-item .fc-event-dot {
    border-color: #53505f;
    background: #53505f;
}

.d-fc-event-accent-bg,
.fc-unthemed .fc-list-item.d-fc-event-accent .fc-event-dot {
    border-color: #34bfa3;
    background: #34bfa3;
}

/* FORM_BASIC_INPUT */

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #c397f7;
    background-color: #c397f7;
}

.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #dc3545;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
    color: #868e96;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-control {
    border-color: #e5e9ec;
    font-size: 13px;
    line-height: 2;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.15rem 0.5rem;
}

.form-control {
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: #3d91f6;
    box-shadow: none;
}

.form-control-pill,
select.form-control-pill {
    border-radius: 40px;
}

.select-wrapper.form-control-pill select.form-control,
.step legend,
select.form-control-square {
    border: none;
}

.select-wrapper.form-control-pill {
    display: inherit;
    padding: 0 15px;
    border: 1px solid #e5e9ec;
    border-radius: 40px;
}

.select-wrapper {
    display: inherit;
    padding: 0 10px;
    border: 1px solid #e5e9ec;
    border-radius: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(../images/radio.svg);
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #36a2f5;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96;
}

.bd-example > .form-control + .form-control {
    margin-top: 1rem;
}

.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
    color: #28a745;
}

.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
    border-color: #dc3545;
}

/* FORM_INPUT_GROUP */

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    border: 1px solid #e5e9ec;
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.app-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon-bg-none {
    background: 0 0;
}

/* FORM_CHECKBOX_RADIO */

.fw-600 {
    font-weight: 600;
}

.control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 26px;
    padding-top: 2px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control-outline input:checked ~ .control__indicator {
    border: none;
    background: #a768f3;
}

.control input:checked ~ .control__indicator {
    border: none;
    background: #a768f3;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e9ec;
    border-radius: 3px;
    background: #fff;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control-outline.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #a768f3;
    border-width: 0 2px 2px 0;
}

.control--checkbox .control__indicator:after {
    top: 3px;
    left: 7px;
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.control__indicator:after {
    position: absolute;
    display: none;
    content: "";
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control.control-outline input:checked ~ .control__indicator {
    border: 1px solid #a768f3;
    background: 0 0;
}

.control.control-outline.control-outline-info input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-info:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #36a2f5;
    background: 0 0;
}

.control-outline.control-outline-info.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #36a2f5;
}

.control--radio .control__indicator:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.control.control-outline.control-outline-success input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-success:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #34bfa3;
    background: 0 0;
}

.control-outline.control-outline-success.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #34bfa3;
}

.control-outline.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #a768f3;
}

.control.control-outline.control-outline-warning input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-warning:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #eac459;
    background: 0 0;
}

.control-outline.control-outline-warning.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #eac459;
}

.control.control-outline.control-outline-danger input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-danger:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #ff518a;
    background: 0 0;
}

.control-outline.control-outline-danger.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #ff518a;
}

.control.control-solid.control-solid-danger input:checked ~ .control__indicator {
    background: #ff518a;
}

.control-solid.control-solid-danger.control--radio .control__indicator:after {
    background: #D94831;
}

.control.control-solid.control-solid-warning input:checked ~ .control__indicator {
    background: #eac459;
}

.control-solid.control-solid-warning.control--radio .control__indicator:after {
    background: #eac459;
}

.control.control-solid.control-solid-success input:checked ~ .control__indicator {
    background: #34bfa3;
}

.control-solid.control-solid-success.control--radio .control__indicator:after {
    background: #34bfa3;
}

.control.control-solid.control-solid-info input:checked ~ .control__indicator {
    background: #36a2f5;
}

.control-solid.control-solid-info.control--radio .control__indicator:after {
    background: #36a2f5;
}

.control-solid.control--radio .control__indicator:after {
    background: #a768f3;
}

.control.control-solid.control-solid-danger input:checked ~ .control__indicator {
    background: #D94831;
}

/* FORM_VALIDATION_BASIC */

.has-info,
.has-info .form-text {
    color: #36a2f5;
}

.has-success,
.has-success .form-text {
    color: #34bfa3;
}

.has-warning,
.has-warning .form-text {
    color: #eac459;
}

.has-danger,
.has-danger .form-text {
    color: #ff518a;
}

.has-info .has-input {
    border-color: #36a2f5;
}

.has-success .has-input {
    border-color: #34bfa3;
}

.has-warning .has-input {
    border-color: #eac459;
}

.has-danger .has-input {
    border-color: #ff518a;
}

/* form-wizard */

.form-wizard {
    position: relative;
    display: table;
    max-width: 540px;
    margin: 0 auto 30px;
}

.form-wizard .steps {
    overflow: hidden;
    margin: 40px 0;
}

.form-wizard .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-wizard .steps ul li {
    position: relative;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-wizard .steps ul li.active,
.form-wizard .steps ul li:hover {
    color: #292b2c;
}

.form-wizard .steps ul li.active::after,
.form-wizard .steps ul li:hover::after {
    width: 100%;
    background: #a768f3;
}

.form-wizard .steps ul li::before {
    position: absolute;
    top: 20px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-wizard .steps ul li span,
.form-wizard .steps ul li::after,
.form-wizard .steps ul li::before {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #e5e9ec;
}

.form-wizard .steps ul li::after {
    top: 20px;
    left: -50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    width: 0;
}

.form-wizard .steps ul li span {
    position: relative;
    z-index: 1;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 15px;
    text-align: center;
    color: #53505f;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

.datepicker table tbody tr > td.day.today,
.datetimepicker table tbody tr > td.day.today,
.form-wizard .steps ul li.active span,
.form-wizard .steps ul li:hover span {
    color: #fff;
    background: #a768f3;
}

.form-wizard .steps ul li:first-child::after,
.form-wizard .steps ul li:first-child::before {
    display: none;
}

.form-container {
    left: 100%;
    display: none;
    clear: both;
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
}

.aws-container .aws-tooltip span,
.form-container.active,
.step label,
.stepy-titles li span {
    display: block;
}

.form-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
}

.stepy-tab {
    margin: 40px 0;
    text-align: center;
}

.stepy-tab ul {
    display: inline-block;
    list-style: none;
}

.button-back,
.stepy-tab ul li {
    float: left;
}

.button-next,
.finish {
    float: right;
}

.button-back,
.button-next,
.finish {
    cursor: pointer;
    text-decoration: none;
}

.step {
    clear: left;
}

.stepy-titles li {
    float: left;
    margin: 10px 15px;
    cursor: pointer;
    color: #757575;
}

.stepy-titles li div,
.stepy-titles li.current-step div {
    width: auto;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
}

.stepy-titles li.current-step div {
    cursor: auto;
    color: #fff;
    background: #ff518a;
}

.stepy-titles li div {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 300;
}

.wizard > .content {
    min-height: 25em;
    margin: 0.5em;
    border: 1px solid #e5e9ec;
    background: #fff;
}

.stepy-titles li div,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
    color: #fff;
    background: #7a88a7;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
    color: #fff;
    background: #a768f3;
}

.wizard > .content > .body input:focus {
    border: 1px solid #a768f3;
}

.wizard > .content > .body label.error {
    margin-left: 0;
    color: #ff518a;
}

.wizard > .content > .body input.error {
    margin-right: 10px;
    color: #ff518a;
    border: 1px solid #ff518a;
    background: #ffd9e6;
}

.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover {
    color: #fff;
    background: #dec6fb;
}

.wizard > .steps .number {
    display: inline-block;
    width: 80px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 50px;
}

.wizard > .steps a,
.wizard > .steps a:active,
.wizard > .steps a:hover {
    padding: 0;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    background: #a768f3;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
    color: #282a39;
    border: 1px solid #e5e9ec;
    background: #fff;
}

.wizard > .content > .body ul {
    list-style: none !important;
}

@media (max-width: 767px) {
    .wizard > .steps .number {
        width: 40px;
    }

    .wizard > .steps > ul > li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .picker-form .form-group label,
    .right-text-label-form .form-group label {
        text-align: right;
    }
}

/* Login_Register_Page */

.bg_darck {
    background-color: #343a40;
}

.login-content {
    max-width: 400px;
    margin: 7vh auto;
}

.no-padding {
    padding: 0 !important;
}

.login-form {
    background: #ffffff;
    padding: 40px 30px 40px;
    border-radius: 15px;
    box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.25);
}

.login-form .social-button {
    margin-top: 30px;
}

.login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 50px;
}

.login-form .checkbox {
    color: #878787;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px;
}

.login-form .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-full-width {
    width: 100% !important;
}

.btn-mito {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #81259d !important;
    color: #81259d;
    transition: all 0.25s ease;
}

.btn-mito.btn-fill {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35);
    background-color: #8d3dc8;
    color: #ffffff;
}

.btn-mito:hover {
    background-color: #7d22a6;
    color: #fff;
}

.btn-curupa {
    background-color: rgba(255, 255, 255, 0);
    color: #ec8c6a;
    transition: all 0.25s ease;
}

.btn-curupa.btn-fill {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.65);
    background-color: #ed7594;
    color: #ffffff;
}

.btn-curupa:hover {
    background-color: #ec7e83;
    color: #fff;
}

.btn-cartao {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #4fa34f !important;
    color: #ec8c6a;
    transition: all 0.25s ease;
}

.btn-cartao.btn-fill {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.65);
    background-color: #5cb85c;
    color: #ffffff;
}

.btn-cartao:hover {
    background-color: #4fa34f;
    color: #fff;
}

.btn-cartola {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #81259d !important;
    color: #81259d;
    transition: all 0.25s ease;
}

.btn-cartola.btn-fill {
    border: 0 !important;
    background-color: #e3672a;
    color: #ffffff;
}

.btn-cartola:hover {
    background-color: #8d3dc8;
    color: #fff;
}

.login-form .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.login-form label {
    color: #878787;
    text-transform: uppercase;
}

.login-form label a,
.register-link a {
    color: #c84546;
    font-weight: bold;
    transition: color 0.3s ease;
    font-size: 12px;
}

.login-form label a:hover,
.register-link a:hover {
    color: #df5b5c;
}

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button i {
    padding: 0 19px;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0px;
}

.nestable-cart {
    overflow: hidden;
}

.social-button .facebook {
    background: #3b5998;
    color: #fff;
}

.social-button .facebook:hover {
    background: #344e86;
}

.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px;
}

.social-button .twitter {
    background: #00aced;
    color: #fff;
}

.social-button .twitter:hover {
    background: #0099d4;
}

/* 404 */

.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
}

.col-middle {
    margin-top: 5%;
}

.error-number {
    font-size: 90px;
    line-height: 90px;
    margin: 20px 0;
    color: #fff;
}

.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
}

.top_search .form-control {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    height: 38px;
    line-height: 38px;
}

.top_search {
    margin: 0px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.color_white {
    color: #fff;
}

.top_search .input-group-btn button {
    border-radius: 0 25px 25px 0;
    border: none;
    border-left: 0;
    color: #93a2b2;
    margin-bottom: 0;
    z-index: 2;
    margin-left: -1px;
    outline: none;
    height: 38px;
    line-height: 38px;
    padding-top: 0px;
    padding-bottom: 0;
}

.mid_center form {
    display: inline-block;
    margin-top: 25px;
}

/* Profile_page */

.profile-cover {
    position: relative;
    z-index: 0;
}

.panel {
    color: #696969;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.profile-cover__info {
    height: 113px;
}

.profile-cover__action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 120px 30px 10px 153px;
    border-radius: 5px 5px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    /*background: url(/assets/img/cover-profile.png) no-repeat;
        background-size: cover;*/
    background: rgb(223, 91, 92);
    background: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}

.profile-cover__action > .btn {
    margin-left: 10px;
    margin-bottom: 10px;
}

.profile-cover__img {
    position: absolute;
    top: 65px;
    left: 30px;
    text-align: center;
    z-index: 1;
}

.profile-cover__img > img {
    max-width: 120px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.profile-cover__img > .h3 {
    color: #393939;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.profile-cover__img > img + .h3 {
    margin-top: 6px;
}

.profile-cover__info .nav {
    margin-right: 28px;
    padding: 15px 0 10px 170px;
    color: #999;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.profile-cover__info .nav li {
    margin-top: 13px;
    margin-bottom: 13px;
}

.profile-cover__info .nav li:not(:first-child) {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.profile-cover__info .nav strong {
    display: block;
    margin-bottom: 10px;
    color: #e16123;
    font-size: 34px;
}

@media (min-width: 481px) {
    .profile-cover__action > .btn {
        min-width: 125px;
    }

    .profile-cover__action > .btn > span {
        display: inline-block;
    }
}

@media (max-width: 600px) {
    .profile-cover__info .nav {
        display: block;
        margin: 90px auto 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .profile-cover__info .nav li:not(:first-child) {
        margin-top: 8px;
        margin-left: 0;
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid #eee;
        border-left-width: 0;
    }
}


.panel-heading {
    padding: 3px 12px;
    border-radius: 2px;
    border-bottom: 1px solid #e5e9ec;
    background: #fff;
}


.panel-heading:after,
.panel-heading:before {
    content: " ";
    display: table;
}

.panel-heading:after {
    clear: both;
}

.panel-title {
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.panel-title select {
    border-width: 0;
    background-color: transparent;
    text-transform: uppercase;
}

.panel-title select option {
    text-transform: capitalize;
}

.panel-title .select2 {
    display: block;
    min-width: 200px;
}

.panel-title .select2-selection {
    height: auto;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
}

.no-outlines .panel-title .select2-selection {
    outline: 0;
}

.panel-title .select2-selection .select2-selection__rendered {
    float: left;
    margin-right: 8px;
    padding: 0;
    line-height: inherit;
}

.panel-title .select2-selection .select2-selection__arrow {
    float: left;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
}

.panel-title .select2-selection .select2-selection__arrow:before {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}

.panel-title .select2-container--open .select2-selection__arrow:before {
    content: "\f106";
}

.panel-heading .dropdown {
    float: right;
}

.panel-heading .dropdown .dropdown-toggle {
    margin: -10px -20px;
    padding: 10px 20px;
    color: #999;
    border-width: 0;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.panel-heading .dropdown .dropdown-toggle:after,
.toolbar__nav > li > a > span {
    display: none;
}

.panel-heading .dropdown-menu {
    top: 30px !important;
    left: auto !important;
    right: -20px;
    margin: 0;
    padding: 10px 0;
    border-width: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 1001;
}

.panel-heading .dropdown-menu a {
    padding: 5px 15px;
    color: #999;
    font-size: 13px;
    line-height: 23px;
}

.panel-heading .dropdown-menu a:hover {
    color: #e16123;
}

.panel-heading .dropdown-menu i {
    min-width: 15px;
    margin-right: 6px;
    font-size: 11px;
    text-align: center;
}

.panel-subtitle {
    margin: 20px 0;
}

.panel-subtitle:first-child {
    margin-top: 0;
}

.panel-subtitle .h5 {
    color: #999;
    font-weight: 600;
}

.panel-subtitle .h5 small {
    color: #777;
}

.panel-body {
    padding: 20px;
}

.panel-content,
.panel-social {
    position: relative;
    border-radius: 0 0 4px 4px;
}

.panel-content {
    border-top: 1px solid #eee;
    /*padding: 31px 20px 33px;*/
    padding: 15px 20px 20px 20px;
}

.panel-about table {
    width: 100%;
    word-break: break-word;
}

.panel-about table tr + tr td,
.panel-about table tr + tr th {
    padding-top: 8px;
}

.panel-about table th {
    min-width: 120px;
    color: #2bb3c0;
    font-weight: 400;
    vertical-align: top;
}

.panel-about table th > i {
    min-width: 14px;
    margin-right: 8px;
    text-align: center;
}

.panel-social {
    padding: 0 20px 33px;
    z-index: 0;
}

.panel-heading + .panel-social {
    padding-top: 21px;
    border-top: 1px solid #eee;
}

.panel-social > .nav {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.panel-social > .nav > li:not(:last-child) {
    margin-right: 20px;
}

.panel-social > .nav > li > a {
    color: #ccc;
}

.panel-activity__status > .actions {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 10px 20px;
    background-color: #ebebea;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-link {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
}

button.btn-link {
    border-width: 0;
}

.panel-activity__status > .actions > .btn-group > .btn-link:not(:last-child) {
    margin-right: 25px;
}

.panel-activity__status > .actions > .btn-group > .btn-link {
    padding-left: 0;
    padding-right: 0;
    color: #9c9c9c;
}

.btn-info {
    background-color: #649dfe;
    border: none;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.panel-activity__status > .actions > .btn-group {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 16px;
}

.panel-activity__list {
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.panel-activity__list,
.panel-activity__list > li {
    position: relative;
    z-index: 0;
}

.panel-activity__list:before {
    content: " ";
    display: none;
    position: absolute;
    top: 20px;
    left: 35px;
    bottom: 0;
    border-left: 2px solid #ebebea;
}

.activity__list__icon {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    min-width: 30px;
    color: #fff;
    background-color: #2bb3c0;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.panel-activity__list,
.panel-activity__list > li {
    position: relative;
    z-index: 0;
}

.activity__list__header {
    position: relative;
    min-height: 35px;
    padding-top: 4px;
    padding-left: 45px;
    color: #999;
    z-index: 0;
}

.activity__list__body {
    padding-top: 13px;
    padding-left: 43px;
}

.entry-content .gallery {
    margin: 0;
    list-style: none;
    padding: 0;
}

.entry-content .gallery,
.m-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content .gallery > li {
    padding-right: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.gallery > li img {
    max-width: 100%;
    height: auto;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

.entry-content blockquote p:before {
    content: "\f10d";
    color: #999;
    margin-right: 12px;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 900;
}

.activity__list__header img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px;
    border-radius: 50%;
}

.activity__list__header a {
    color: #222;
    font-weight: 600;
}

.activity__list__footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 23px;
    margin-left: 43px;
    padding: 13px 8px 0;
    color: #999;
    border-top: 1px dotted #ccc;
}

.activity__list__footer a {
    color: inherit;
}

.activity__list__footer a + a {
    margin-left: 15px;
}

.activity__list__footer i {
    margin-right: 8px;
}

.activity__list__footer a:hover {
    color: #222;
}

.activity__list__footer span {
    margin-left: auto;
}

.panel-activity__list > li + li {
    margin-top: 51px;
}

.weather--panel {
    padding: 24px 20px 36px;
    border-radius: 5px;
    text-align: center;
}

.weather--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.weather--title .fa {
    margin-right: 5px;
    font-size: 30px;
    line-height: 40px;
}

.weather--info {
    margin-top: 14px;
    font-size: 46px;
    line-height: 56px;
}

.weather--info .wi {
    margin-right: 10px;
}

.bg-blue {
    background-color: #2bb3c0;
}

.bg-orange {
    background-color: #e16123;
}

.todo--panel .list-group,
.user--list > li,
.user--list > li > a {
    position: relative;
    z-index: 0;
}

.hero-height {
    max-height: 314px;
}

.hero-height .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgb(233, 236, 238);
}

.todo--panel .list-group {
    margin-bottom: 0;
    padding-top: 23px;
    padding-bottom: 25px;
}

.todo--panel .list-group:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #eee;
}

.todo--panel .list-group-item {
    margin-top: 27px;
    padding: 0;
    border-width: 0;
}

li.list-group-item:first-child {
    margin-top: 0;
}

.todo--label {
    padding-left: 20px;
    padding-right: 30px;
    color: #696969;
    font-weight: 400;
}

.todo--input {
    display: none;
}

.todo--text {
    display: block;
    position: relative;
    padding-left: 39px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
    z-index: 0;
}

.todo--input:checked + .todo--text {
    color: #999;
    text-decoration: line-through;
}

.todo--text:after,
.todo--text:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.todo--text:before {
    border: 1px solid #ccc;
    content: " ";
}

.todo--text:after {
    content: "\f00c";
    color: #fff;
    background-color: #009378;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
}

.todo--input:checked + .todo--text:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.todo--remove {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    color: #999;
    font-size: 18px;
    line-height: 28px;
}

.todo--panel .input-group {
    border-top: 1px solid #eee;
}

.todo--panel .form-control {
    height: auto;
    padding: 13px 20px 14px;
    border-width: 0;
}

.todo--panel .btn-link {
    padding: 12px 16px;
    color: #ccc;
    font-size: 28px;
    border-width: 0;
    text-decoration: none;
}

.feeds-panel {
    margin: 20px 20px 0;
    padding-top: 17px;
    padding-bottom: 23px;
    border-top: 1px solid #ebebea;
}

.feeds-panel li {
    position: relative;
    width: 100%;
    min-height: 20px;
    padding-left: 40px;
    z-index: 0;
}

.feeds-panel li a {
    color: #e16123;
}

.feeds-panel li + li {
    margin-top: 12px;
}

.bg-red {
    background-color: #ff4040;
}

.bg-green {
    background-color: #009378;
}

.comments-panel > ul > li:after,
.comments-panel > ul > li:before,
.feeds-panel li:after,
.feeds-panel li:before {
    content: " ";
    display: table;
}

.comments-panel > ul > li:after,
.feeds-panel li:after {
    clear: both;
}

.feeds-panel .time {
    float: right;
    margin-left: 5px;
    color: #ccc;
    font-style: italic;
}

.feeds-panel .fa {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.feeds-panel .text {
    color: #696969;
    line-height: 26px;
}

/* BODY_RESPONSIVE */

@media (max-width: 767px) {
    .content_wrapper {
        padding-top: 25px;
        transition: all 0.3s;
        /* margin-left: 0px; */
    }

    .mobile_nav .content_wrapper {
        margin-right: -270px !important;
        margin-left: 270px;
    }
}

.line_height {
    height: 350px;
}

/*===========CALENDAR_BASIC================*/

@media (max-width: 767px) {
    .fc-unthemed .fc-toolbar h2 {
        font-size: 15px;
    }
}

@media (max-width: 531px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: left;
    }

    .fc-toolbar .fc-right {
        margin: 15px 0 0;
    }

    .fc-toolbar .fc-center {
        display: block;
    }

    .fc-unthemed .fc-toolbar h2 {
        font-size: 15px;
    }
}

/* header start */

.header-bg {
    background: #fff;
}

.main-header {
    z-index: 1030;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    filter: none;
    position: static;
}

.border_top_bott {
    background-color: rgba(232, 232, 232, 0.5);
    background: linear-gradient(to right, #6a6bed 0%, #e0deec 100%);
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.container_header {
    width: 100%;
}

.container_header.principal {
    /*background-color: #81259d;*/
}

.logo {
    float: left;
    display: block;
    width: 270px;
    height: 70px;
    padding: 10px 0px;
    line-height: 1.7 !important;
    background: transparent;
    position: relative;
}


.logo a {
    display: inline-block;
}

.logo_icon {
    display: none;
}

.icon_menu {
    display: none;
    position: absolute;
    top: 25px;
    right: -40px;
    margin: 0px;
    z-index: 99999;
}

.menu-toggler {
    line-height: 20px;
    cursor: pointer;
    /* opacity: .7; */
    filter: alpha(opacity=70);
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: none;
    height: 20px;
    width: 25px;
    border-top: 2px solid #333333;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: relative;
}

.menu-toggler:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #81259d;
}

.right_detail {
    float: right;
    width: calc(100% - 285px);
    padding-left: 15px;
    padding-right: 15px;
}

.top_function {
    padding: 9px 0px;
    margin-left: 30px;
    position: relative;
}

.min-h {
    min-height: 70px;
}

#toggle_res_search {
    color: #9b9b9b;
    font-size: 1rem;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    position: relative;
    top: 5px;
}

.search .search-form {
    position: absolute;
    width: 300px;
    right: 85%;
    top: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 0;
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    z-index: 992;
}

.search .search-form .btn {
    background: #ec8478;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
}

.language-switch,
.dropdown-notification,
.dropdown-inbox,
.dropdown-user {
    margin: 0 0px 0px 20px;
    padding: 22px 0px 16px;
}

@media (max-width: 991px) {
    .language-switch,
    .dropdown-notification,
    .dropdown-inbox,
    .dropdown-user {
        margin: 0 0px 0px 24px;
    }

    .dropdown-user a.dropdown-toggle span {
        font-size: 0;
    }

    .dropdown-user a.dropdown-toggle span i {
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .main-header .phone_view {
        position: relative;
    }

    .main-header .phone_view:before {
        content: "";
        width: 100%;
        height: 71px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .icon_menu {
        top: 23px;
        right: auto;
        left: 15px;
    }

    .logo {
        padding: 10px;
        background: transparent;
        justify-content: center;
        float: none;
    }

    .right_detail {
        width: 100%;
        float: none;
    }

    .search .search-form {
        width: 300px;
        right: 0px;
    }
}

.right_bar_top {
    position: relative;
}

.dropdown-user ul li i {
    margin-right: 5px;
}

.badge-warning {
    color: #ffffff !important;
}

.badge-neutro {
    color: #ffffff !important;
    background: #d0d0d0;
}

.right_bar_top .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 250px;
    z-index: 1000;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border: none;
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    transform: translate3d(0px, 50px, 0px) !important;
    top: 100% !important;
    transition: all 0.5s;
    display: block;
    visibility: hidden;
    opacity: 0;
    /* padding: 10px 0; */
}

.right_bar_top .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
    visibility: visible;
    opacity: 1;
}

.right_bar_top .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eff0f4;
    border-left: 7px solid transparent;
    /* border-bottom-color: rgba(0, 0, 0, .2); */
    content: "";
}

.dropdown-menu li a {
    color: #555;
    font-size: 14px;
    padding: 13px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

.multiple-select li a {
    font-size: 12px;
    color: #555555 !important;
}

.dropdown-notification .dropdown-toggle i,
.dropdown-inbox .dropdown-toggle i {
    color: rgba(119, 119, 119, 0.67);
    font-size: 1.2rem;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.dropdown-notification .dropdown-toggle,
.dropdown-inbox .dropdown-toggle,
.dropdown-user .dropdown-toggle {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    background: transparent;
    border-radius: 50%;
    height: 24px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.dropdown-notification .dropdown-toggle:after,
.dropdown-inbox .dropdown-toggle:after,
.dropdown-user .dropdown-toggle:after {
    display: none;
}

.dropdown-notification .dropdown-menu,
.dropdown-inbox .dropdown-menu {
    min-width: 160px;
    max-width: 455px;
    width: 455px;
    z-index: 9995;
    height: 300px;
}

.dropdown-notification .dropdown-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.dropdown-inbox .dropdown-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a0a0a0;
}

.dropdown-notification .dropdown-menu li.bigger,
.dropdown-inbox .dropdown-menu li.bigger {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: 0.5px;
    background: #f3f4f4;
}

.dropdown-notification .dropdown-menu li,
.dropdown-inbox .dropdown-menu li {
    list-style: none;
    width: 100%;
    trans
}

.dropdown-notification .dropdown-menu li.unseen {
    background-color: rgba(0, 0, 0, .08) !important;
}

.dropdown-notification .dropdown-menu li.bigger h3,
.dropdown-inbox .dropdown-menu li.bigger h3 {
    text-transform: uppercase;
    padding: 2px 0;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #2a3142;
    float: left;
    margin: 0px;
}

.dropdown-notification .dropdown-menu li.bigger .notification-label,
.dropdown-inbox .dropdown-menu li.bigger .notification-label {
    float: right;
    border-radius: 10px;
    padding: 0px 10px;
    color: #fff;
    background-color: #0985f9;
    line-height: 24px;
    font-size: 12px;
}

.dropdown-menu .mCSB_container {
    margin-right: 0px;
}

.badge_coun {
    position: absolute;
    top: -2px;
    right: 0;
    font-weight: 300;
    padding: 0;
    background: #fa3e3e;
    border-radius: 50%;
    white-space: nowrap;
    display: inline-block;
    min-width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.dropdown-menu-list {
    margin: 0px;
    padding: 0px;
}

.dropdown-menu-list > li.list {
    height: 60px;
    border-bottom: 1px solid #eff2f6 !important;
}

.dropdown-menu-list li a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 8px 15px 8px;
    text-shadow: none;
    color: #fff;
}

.dropdown-menu-list li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
    margin: 1px 0px;
    background: #3997f8;
    border-radius: 4px;
}

.dropdown-menu-list li a .details {
    overflow: hidden;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 8px 15px 8px 0;
    text-shadow: none;
    color: #888;
}

.dropdown-menu-list li a .details p {
    float: left;
    width: 285px;
}

.deepPink-bgcolor {
    background-color: #e91e63 !important;
    color: #fff !important;
}

.photo {
    float: left;
}

.notification-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff !important;
    line-height: 1.2;
    padding: 12px 0;
    border-radius: 35%;
    margin-right: 10px;
    float: left;
}

.photo img {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}

.subject {
    display: block;
    margin-left: 46px;
}

.subject .from {
    font-size: 13px;
    font-weight: 600;
    color: #2a3142;
    margin-top: 12px;
    display: inline-block;
}

.subject .time {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    filter: alpha(opacity=50);
    float: right;
}

.message {
    display: block !important;
    font-size: 12px;
    line-height: 1.3;
    margin-left: 46px;
    color: #000;
}

/* USer_DropDown */

.dropdown-user {
    display: inline-block;
}

.dropdown-user a.dropdown-toggle {
    height: 30px;
    width: 170px;
    background: transparent;
    text-align: left;
    color: #000;
}

.dropdown-toggle > img.pro_pic {
    margin-top: 0;
    width: 30px;
    display: inline-block;
    height: 30px;
    margin-right: 5px;
}

.dropdown-toggle > .username,
.dropdown-user .dropdown-toggle > i {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #53505f;
}

.panle_right {
    margin: 0 0px 0px 20px;
    padding: 10px 0px;
}

.icon_rightpenle img {
    vertical-align: middle;
    cursor: pointer;
}

/* panel */

.settings-panel {
    border-left: 1px solid #f3f3f3;
    display: block;
    position: fixed;
    top: 70px;
    right: -300px;
    bottom: 0;
    width: 300px;
    height: 100vh;
    min-height: 100%;
    background: #ffffff;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: right, box-shadow;
    -moz-transition-property: right, box-shadow;
    -o-transition-property: right, box-shadow;
    transition-property: right, box-shadow;
    z-index: 9999;
}

.settings-panel.open {
    right: 0;
}

.settings-panel .nav-tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.settings-panel .nav-tabs .nav-item {
    border: none;
    min-width: 145px;
}

.settings-panel .nav-tabs .nav-item .nav-link {
    background: transparent;
    text-align: center;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #222222;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-property: color;
    -webkit-transition-property: color;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
}

.settings-panel .nav-tabs .nav-item .nav-link.active {
    background: transparent;
    color: #7571f9;
}

.settings-panel .tab-content {
    border: none;
    padding: 20px 0 0px 0;
}

.settings-panel .tab-content .tab-pane.scroll-wrapper {
    position: relative;
    max-height: 100vh;
    height: 100%;
    padding-bottom: 150px;
}

.settings-panel .tab-content .tab-pane.scroll-wrapper {
    position: relative;
    max-height: 100vh;
    height: 100%;
    padding-bottom: 150px;
    padding-right: 10px;
}

.add-items {
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding-left: 10px;
    border-top: none !important;
}

.list_space .todo--panel .list-group:before {
    display: none;
}

.add-items .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: transparent;
    border: 1px solid #f3f3f3;
    font-weight: 400;
    font-size: 0.8125rem;
    height: 48px;
}

.add-items .todo-list-add-btn {
    box-shadow: 0 2px 2px 0 rgba(117, 113, 249, 0.14), 0 3px 1px -2px rgba(117, 113, 249, 0.2), 0 1px 5px 0 rgba(117, 113, 249, 0.12);
    margin-left: 0.5rem;
    color: #fff;
    height: 48px;
    font-size: 15px;
}

.list-wrapper {
    height: 100%;
    max-height: 100%;
}

.list-wrapper ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}

.list-wrapper ul li {
    font-size: 0.9375rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f3f3f3;
}

.list-wrapper ul li:first-child {
    border-bottom: none;
}

.list-wrapper ul li .form-check {
    max-width: 90%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.list-wrapper ul li .form-check .form-check-label {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    min-height: 18px;
    display: block;
    margin-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.list-wrapper input[type="checkbox"] {
    margin-right: 15px;
}

.list-wrapper ul li {
    font-size: 0.9375rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f3f3f3;
}

.settings-panel .todo--panel .list-group-item {
    margin-top: 10px;
}

.settings-panel .chat-list {
    padding-left: 0;
}

.settings-panel .chat-list .list {
    padding: 0.4rem 0.8rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
}

.settings-panel .chat-list .list.active {
    background: #f8f9fa;
}

.settings-panel .chat-list .list .profile {
    position: relative;
    margin-right: 1rem;
}

.settings-panel .chat-list .list .profile img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
}

.settings-panel .chat-list .list .profile span {
    height: 0.75rem;
    width: 0.75rem;
    position: absolute;
    bottom: 0.34rem;
    right: 0;
    border: 0.13rem solid #ffffff;
    border-radius: 100%;
}

.settings-panel .chat-list .list .profile span.online {
    background: #6fd96f;
}

.settings-panel .chat-list .list .info {
    margin-right: auto;
}

.settings-panel .chat-list .list .info p {
    display: block;
    margin-bottom: 0;
}

.settings-panel .chat-list .list .info p:last-child {
    opacity: 0.5;
    font-size: 0.8rem;
}

.settings-panel .chat-list .list .profile span.offline {
    background: #f29d56;
}

.settings-panel .badge {
    font-size: 12px;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
}

.settings-panel .badge.badge-pill {
    border-radius: 10rem;
}

.settings-panel .settings-heading {
    padding: 16px 0 13px 35px;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
    margin-bottom: 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.height_bar {
    height: 100vh;
}

.settings-panel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
}

/* click_icon_menu */

.nav_small .logo {
    width: 70px;
    padding: 10px 10px 10px 2px !important;
    text-align: center;
    justify-content: center;
}

.nav_small .logo a .logo_icon {
    display: block;
}

.nav_small .logo .logo-default {
    display: none;
}

.nav_small .icon_menu {
    right: -40px;
}

.nav_small .right_detail {
    width: calc(100% - 85px);
}

.nav_small .top_function {
    margin-left: 30px;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    .main-header {
        z-index: 1030;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0;
        filter: none;
        box-shadow: none;
        position: fixed;
        right: 0px;
        left: 0px;
        top: 0px;
        min-height: 70px;
        background: #fff;
    }

    .border_top_bott {
        border-bottom: none;
    }

    .page_breadc {
        margin-top: 133px;
    }

    .page_breadc {
        width: 100%;
        display: inline-block;
        background: rgb(223, 91, 92);
        background: #dedede;
    }

    .box-header-mobile {
        padding: 0 !important;
    }

    .logo {
        padding: 10px;
        justify-content: center;
        float: none;
        width: 100%;
    }

    .icon_menu {
        top: 96px;
        left: 0;
        right: auto;
    }

    .dropdown-user a.dropdown-toggle {
        width: 56px;
    }

    .right_detail {
        padding-right: 0;
    }
}

.box-alert-message {
    margin-top: -30px !important;
}

@media (max-width: 767px) {
    .box-alert-message {
        margin-top: -10px !important;
    }

    .right_bar_top .dropdown-menu {
        margin-left: 0;
        right: 0 !important;
        margin: 0 auto;
        width: 290px;
        max-width: 290px;
    }

    .right_bar_top {
        position: static;
    }

    .search .search-form {
        width: calc(100% - 30px);
        right: 15px;
        box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 480px) {
    .right_bar_top .dropdown-menu {
        width: 245px;
        max-width: 245px;
    }

    .right_bar_top .dropdown-notification .dropdown-menu {
        right: -102px !important;
    }

    .right_bar_top .dropdown-notification .dropdown-menu:before {
        right: 109px;
    }
}

@media (min-width: 992px) {
    .search .search-form.form_show {
        position: static;
        width: 300px;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
}

/* INDEX1_HEADER_COLOR */

.header_bg1 {
    background: -webkit-gradient(linear, left top, right top, from(#5b9c80), to(#35bf84));
    background: linear-gradient(to right, #5b9c80, #35bf84);
    border-top: none;
}

@media (min-width: 992px) {
    .header_bg1 .search .search-form {
        background: #09ab82;
        border-radius: 5px;
    }

    .header_bg1 .search .search-form .form-control {
        background: transparent;
        border: none;
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .header_bg1 .dropdown-notification .dropdown-toggle i,
    .header_bg1 .dropdown-inbox .dropdown-toggle i,
    .header_bg1 .dropdown-user a.dropdown-toggle {
        color: #fff;
    }
}

.header_bg1 .search .search-form .form-control:focus {
    border-color: #09ab82;
}

.header_bg1 .dropdown-notification .dropdown-menu li.bigger .notification-label,
.header_bg1 .dropdown-inbox .dropdown-menu li.bigger .notification-label,
.header_bg1 .dropdown-menu-list li a .time {
    background-color: #09ab82;
}

.bor_bottum {
    border-bottom: 1px solid #d6d6d6;
}

.header_bg1 .badge_coun {
    background: #09ab82;
}

.header_bg1 .search .input-group .btn {
    background: #09ab82;
}

@media (max-width: 991px) {
    .main-header .header_bg1.phone_view:before,
    .header_bg1 .logo {
        background: -webkit-gradient(linear, left top, right top, from(#5b9c80), to(#35bf84));
        background: linear-gradient(to right, #5b9c80, #35bf84);
    }

    .header_bg1 {
        background: transparent;
    }

    .header_bg1 .menu-toggler {
        border-top: 2px solid #38bd84;
        border-bottom: 2px solid #37bd84;
    }

    .header_bg1 .menu-toggler:before {
        background: #37bd84;
    }
}

/* INDEX2_HEADER_COLOR */

.header_bg2 {
    background: -webkit-gradient(linear, left top, right top, from(#c9576a), to(#e2595f));
    background: linear-gradient(to right, #c9576a, #e2595f);
    border-top: none;
}

@media (min-width: 992px) {
    .header_bg2 .search .search-form {
        background: #da686d;
        border-radius: 5px;
    }

    .header_bg2 .search .search-form .form-control {
        background: transparent;
        border: none;
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .header_bg2 .dropdown-notification .dropdown-toggle i,
    .header_bg2 .dropdown-inbox .dropdown-toggle i,
    .header_bg2 .dropdown-user a.dropdown-toggle {
        color: #fff;
    }
}

.header_bg2 .search .search-form .form-control:focus {
    border-color: #da686d;
}

.header_bg2 .dropdown-notification .dropdown-menu li.bigger .notification-label,
.header_bg2 .dropdown-inbox .dropdown-menu li.bigger .notification-label,
.header_bg2 .dropdown-menu-list li a .time {
    background-color: #da686d;
}

.bor_bottum {
    border-bottom: 1px solid #d6d6d6;
}

.header_bg2 .badge_coun {
    background: #da686d;
}

.header_bg2 .search .input-group .btn {
    background: #da686d;
}

@media (max-width: 991px) {
    .main-header .header_bg2.phone_view:before,
    .header_bg2 .logo {
        background: -webkit-gradient(linear, left top, right top, from(#c9576a), to(#e2595f));
        background: linear-gradient(to right, #c9576a, #e2595f);
    }

    .header_bg2 {
        background: transparent;
    }

    .header_bg2 .menu-toggler {
        border-top: 2px solid #da686d;
        border-bottom: 2px solid #da686d;
    }

    .header_bg2 .menu-toggler:before {
        background: #da686d;
    }
}

/* INDEX3_HEADER_COLOR */

.header_bg3 {
    background: -webkit-gradient(linear, left top, right top, from(#2a9faf), to(#00bcd4));
    background: linear-gradient(to right, #2a9faf, #00bcd4);
    border-top: none;
    border-top: none;
}

@media (min-width: 992px) {
    .header_bg3 .search .search-form {
        background: #36bed0;
        border-radius: 5px;
    }

    .header_bg3 .search .search-form .form-control {
        background: transparent;
        border: none;
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .header_bg3 .dropdown-notification .dropdown-toggle i,
    .header_bg3 .dropdown-inbox .dropdown-toggle i,
    .header_bg3 .dropdown-user a.dropdown-toggle {
        color: #fff;
    }
}

.header_bg3 .search .search-form .form-control:focus {
    border-color: #36bed0;
}

.header_bg3 .dropdown-notification .dropdown-menu li.bigger .notification-label,
.header_bg3 .dropdown-inbox .dropdown-menu li.bigger .notification-label,
.header_bg3 .dropdown-menu-list li a .time {
    background-color: #36bed0;
}

.bor_bottum {
    border-bottom: 1px solid #d6d6d6;
}

.header_bg3 .badge_coun {
    background: #1aa1b3;
}

.header_bg3 .search .input-group .btn {
    background: #36bed0;
}

@media (max-width: 991px) {
    .main-header .header_bg3.phone_view:before,
    .header_bg3 .logo {
        background: -webkit-gradient(linear, left top, right top, from(#2a9faf), to(#00bcd4));
        background: linear-gradient(to right, #2a9faf, #00bcd4);
    }

    .header_bg3 {
        background: transparent;
    }

    .header_bg3 .menu-toggler {
        border-top: 2px solid #36bed0;
        border-bottom: 2px solid #36bed0;
    }

    .header_bg3 .menu-toggler:before {
        background: #36bed0;
    }
}

/* end header */

/* start menu * /
    /* Side_bar */

.side_bar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 70px;
    height: 100vh;
    width: 270px;
    background-size: cover;
    padding-bottom: 20px;
    z-index: 9;
}

.side_bar:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #0985f9 0%, #3848eb 100%);
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 45px 24px;
    white-space: nowrap;
    overflow: hidden;
    background: #3e90f6;
    margin-bottom: 30px;
}

.user-panel > .user_image {
    display: inline-block;
    vertical-align: middle;
}

.user-panel > .user_image > img {
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1000;
    position: inherit;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 2px;
}

.user-panel > .info {
    line-height: 1;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.user-panel > .info > p {
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.user-panel > .info > a {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.sidebar-menu {
    margin: 0px;
    padding: 0px 15px 0px 0px;
}

.navigation ul.sidebar-menu li {
    display: inline-block;
}

.sidebar-menu li {
    list-style: none;
    position: relative;
}

.sidebar-menu li a {
    margin: 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 13px 20px;
    font-size: 13.5px;
    position: relative;
    transition: all 0.5s;
}

.navigation .sidebar-menu li a {
    border-bottom: none;
    padding: 15px 15px 15px 15px;
    color: #ffffff;
    vertical-align: middle;
    font-size: 12px;
}

.navigation .sidebar-menu li.menu_sub a {
    padding: 15px 30px 15px 15px;
}

.sidebar-menu li a:hover {
    /*background: transparent;*/
    background: rgba(0, 0, 0, 0.05);
    color: #e9e9e9;
}

.sidebar-menu li a i {
    margin-right: 5px;
    text-shadow: none;
    float: left;
    font-size: 14px;
    color: inherit;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    min-height: 20px;
    min-width: 20px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
}

.sidebar-menu li a .styleicon {
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 10px;
    transition: all 0.3s;
}

.sidebar-menu li a.active .icon-arrow-down:before {
    content: "\e607";
    font-family: "simple-line-icons";
}

/* .sidebar-menu li a.open_menu .arrow:before {
     content: "\f365"
     } */

.down_menu {
    display: none;
    list-style: none;
    padding: 0px 0px 0px 32px;
    margin: 0;
}

.down_menu li a {
    padding: 10px 12px;
}

.sidebar-menu li .down_menu li a {
    border: none;
}

.sidebar-menu li .down_menu li a {
    /* 	background: transparent; */
}

.side_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.37);
}

@media (min-width: 992px) {
    .navigation ul.sidebar-menu li:hover > .down_menu {
        display: block !important;
        min-width: 260px;
        position: absolute;
        top: 100%;
        left: 10px;
        background: #fff;
        text-align: left;
        z-index: 9;
        padding: 0px;
        border-radius: 5px;
        box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    }

    /*.navigation .sidebar-menu li:first-child a {
            padding-left: 0px;
        }*/
    .navigation ul.sidebar-menu li:hover > .down_menu:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        top: -6px;
        left: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: -1px 0px 2px 0px rgba(69, 65, 78, 0.2);
    }

    .navigation ul.sidebar-menu li:last-child:hover ul.down_menu {
        left: auto;
        right: 0;
    }

    .navigation ul.sidebar-menu li:last-child:hover ul.down_menu:before {
        right: 10px;
        left: auto;
    }

    .navigation ul.sidebar-menu li:hover > .down_menu li {
        display: block;
    }

    .navigation ul.sidebar-menu li:hover > .down_menu a {
        display: block;
        padding: 8px 25px;
        clear: both;
        white-space: nowrap;
        font-size: 12px;
        color: #0f1f3e;
    }

    .navigation ul.sidebar-menu li ul li ul {
        left: 100% !important;
        top: 0px !important;
    }

    .navigation ul.sidebar-menu li:hover > .down_menu li ul:before {
        display: none;
    }

    .navigation ul.sidebar-menu li ul li .arrow:before {
        top: 8px;
        right: 15px;
    }

    .navigation .sidebar-menu li a:hover .arrow:before {
        font-family: "FontAwesome";
        content: "\f106";
    }
}

.navigation .sidebar-menu li a .arrow:before {
    width: 12px;
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    position: absolute;
    top: 12px;
    right: 7px;
    font-size: 15px;
}

.dropdown-item {
    font-size: 13px !important;
}

.dropdown-menu.show {
    padding: 4px !important;
}

/* small_menu */

.nav_small .side_bar {
    width: 70px;
}

.nav_small .logo {
    width: 70px;
    padding: 10px 10px 10px 2px !important;
    text-align: center;
    justify-content: center;
}

.nav_small .logo .logo-default {
    display: none;
}

.nav_small .logo a .logo_icon {
    display: block;
}

.nav_small .sidebar-menu li a i {
    float: none;
    min-height: 25px;
    min-width: 25px;
    line-height: 25px;
    margin: 0;
    font-size: 18px;
}

.nav_small .sidebar-menu > li > a > span {
    display: none;
}

.nav_small .user-panel {
    display: none;
}

.nav_small .sidebar-menu li {
    position: relative;
    z-index: 10000;
    display: block;
    padding-right: 10px;
}

.nav_small .sidebar-menu li a {
    padding: 12px 10px;
    text-align: center;
}

.nav_small .sidebar-menu li:hover > .down_menu {
    width: 230px;
    position: absolute;
    z-index: 2000;
    left: 100%;
    margin-top: 0;
    top: 0;
    display: block !important;
    background-color: #1f2829;
    padding: 10px;
}

.nav_small .sidebar-menu li:hover .down_menu li {
    padding-right: 0;
}

.nav_small .sidebar-menu li:hover .down_menu li a {
    border: none;
    padding: 10px;
}

.nav_small .sidebar-menu li:hover .down_menu li a:hover {
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

.nav_small .mCSB_container,
.nav_small .mCustomScrollBox {
    overflow: visible;
}

.nav_small .sidebar-menu li .down_menu li a {
    text-align: left;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navigation .sidebar-menu li a {
        padding: 20px 15px 20px 10px;
        font-size: 11px;
    }

    .navigation .sidebar-menu li a i {
        margin-right: 5px;
        font-size: 10px;
        min-height: 10px;
        min-width: 10px;
        line-height: 18px;
    }

    .navigation .sidebar-menu li a .arrow:before {
        right: 0px;
    }

    .navigation ul.sidebar-menu li:last-child:hover > .down_menu {
        left: auto;
        right: 0px;
    }
}

@media (max-width: 991px) {
    .icon_menu {
        display: block;
        margin-left: 15px;
    }

    .navigation {
        width: 300px;
        position: absolute;
        top: 0px;
        left: -325px;
        background: #fff;
        transition: all 0.3s;
        height: calc(100vh - 144px);
        z-index: 99;
    }

    .mobile_nav .navigation {
        left: 0;
    }

    .navigation ul.sidebar-menu li,
    .nav_small .logo .logo-default {
        display: block;
    }

    .navigation .sidebar-menu li a {
        color: #222;
        /*padding: 18px 25px 18px 26px;*/
    }

    .navigation .sidebar-menu li a .arrow:before {
        right: 15px;
    }

    .sidebar-menu li .down_menu li a {
        text-align: left;
        padding: 8px 15px 8px 26px;
    }

    .down_menu {
        padding: 0px;
    }

    .navigation .sidebar-menu li a {
        font-size: 14px;
    }

    .navigation .mCSB_scrollTools {
        visibility: visible;
    }

    .navigation .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #5e549d;
    }
}

@media (max-width: 767px) {
    .side_bar {
        top: 61px;
        margin-left: -270px;
        transition: all 0.3s;
        height: calc(100vh - 61px);
        padding-top: 33px;
    }

    .mobile_nav .side_bar {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navigation .mCustomScrollBox,
    .navigation .mCSB_container {
        overflow: inherit;
        margin: 0px;
    }

    .navigation .mCSB_scrollTools {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

/* menu end */

/* validate */

.login-form .form-group {
    margin-bottom: 10px;
}

input.form-control.error {
    border: 1px solid #fb404b;
}

textarea.form-control.error {
    border: 1px solid #fb404b;
}

select.form-control.error {
    border: 1px solid #fb404b;
}

label.error {
    text-transform: none !important;
    color: #fb404b !important;
    font-size: 12px !important;
    margin: 0 !important;
}

/* index */

/* Top_BOX */

.light_blue_shedo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(54, 162, 245, 0.59);
}

.purple_shedo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(167, 104, 243, 0.57);
}

.red_shedo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 81, 138, 0.6);
}

.homepage_fl_right {
    float: right;
    min-width: 92px;
    text-align: right;
}

.bg_shedo_light {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(54, 162, 245, 0.59);
}

.bg_shedo_light_green {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(52, 191, 163, 0.52);
}

.bg_shedo_light_red {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 81, 138, 0.6);
}

.bg_shedo_light_yellow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(234, 196, 89, 0.57);
}

.homepage_fl_right h4 {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 9px;
}

.homepage_fl_right h3 {
    font-size: 22px;
    color: #2e2e3a;
    font-weight: 500;
    margin-bottom: 0px;
}

.homepage_single p {
    padding-top: 15px;
    font-size: 12px;
    color: #999999;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

span.fl_right {
    float: right;
    color: #36a2f5;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

/* USER_PROFILE */

.user_area {
    position: relative;
}

.profile_wid_user {
    text-align: center;
}

.profile-widget-head {
    background-image: url(../images/carousal-bg.jpg);
    background-size: cover;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    float: left;
    padding: 30px 0 55px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    margin-bottom: 50px;
}

.profile-widget-head:before {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: #6a94ff;
    color: #fff;
}

.profile-widget-head > h3 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.profile-widget-head > i {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    margin-top: 6px;
}

.profile-widget-head > span {
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-bottom: -35px;
    margin-left: -40px;
    overflow: hidden;
    position: absolute;
}

.profile-widget-head > span > img {
    float: left;
    width: 70px;
    height: 70px;
}

.profile_wid_user > h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0 0 15px;
}

.profile_wid_user > span {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 7px 16px;
    background: #6c50f3;
}

.profile_wid_user > span > i {
    margin-right: 7px;
}

.profile_wid_user > p {
    margin-top: 15px;
    padding: 0 22px;
    text-align: center;
}

.profile_wid_user > p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 22px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.profile_wid_user > a {
    color: #a5a5a5;
    float: left;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.social-btns {
    float: right;
    list-style: none outside none;
    margin: -35px 0 0;
    padding: 0;
}

.social-btns > li {
    float: right;
    list-style: none outside none;
    margin-left: 6px;
}

.social-btns > li > a {
    float: left;
}

.profile_wid_user > .social-btns {
    display: table;
    float: none;
    margin: 0 auto 30px;
}

.social-btns > li > a > i {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 31px;
}

.social-btns > li > a > i.fa-facebook {
    background: #3b5998;
}

.social-btns > li > a > i.fa-google-plus {
    background: #dd4b39;
}

.social-btns > li > a > i.fa-twitter {
    background: #439ed6;
}

/* ReCent_Sale_TAble */

.users-list .list_membler {
    display: inline-block;
    width: 32px;
    position: relative;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}

.users-list li + li {
    margin-left: -14px;
}

.users-list li .badge {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #53505f;
    margin-bottom: 6px;
    font-weight: normal;
}

.users-list li img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 1000px;
}

.pull-up {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pull-up:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    z-index: 999;
}

.widthfull {
    width: 100%;
}

.martop_10 {
    margin-top: -10px;
}

.h_rainfall {
    height: 302px;
    width: 100%;
}

/*end index */

/**/

.miniatura-time {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    width: 30px;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

.box-caixa-entrada table tr td i {
    font-size: 11px;
}

.dataTables_info {
    text-align: center !important;
    padding-bottom: 0.85em !important;
}

table.dataTable tbody tr {
    cursor: pointer;
    line-height: 1.5;
}

.table-hover tbody tr:hover {
    background-color: rgba(2, 1, 1, 0.04);
}

.table td {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0px !important;
}

.barra.barra-loading {
    background-color: #f3f3f3;
    height: 22px;
}

.form-group {
    margin-bottom: 0.6rem !important;
}

.box-email-conversa .box-item:first-child {
    margin: 0 0 5px 0 !important;
}

.box-item {
    margin: 5px 0;
    padding: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.form-group p {
    font-size: 12px;
}

.box-caixa-entrada .tr-selected {
    background-color: #dcecf9;
}

/* INBOX MAIL */

.btn-accordion {
    text-decoration: normal !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}

.btn-accordion:hover {
    text-decoration: normal !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.box-header-email {
    border-radius: 5px;
    display: block;
    padding: 5px 0 15px 0;
    position: relative;
    /*vertical-align: top;*/
    margin: 5px 45px 5px 0px;
    border-color: #cdecb0;
    width: 100%;
    border-bottom: 1px solid #eceff1 !important;
}

.box-header-email p {
    font-style: normal !important;
    text-align: left !important;
    line-height: 1.5 !important;
    margin: 0px !important;
}

.box-header-email p:hover {
    font-style: normal !important;
}

.box-header-email img {
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-color: #eceff1 !important;
    padding: 2px;
}

.box-conversa-email .box-header-email .mail_date {
    color: #999;
    font-style: italic;
    margin-top: -17px !important;
    float: right;
    font-size: 11px !important;
}

.box-conversa-email article p {
    font-size: 14px !important;
}

.box-conversa-email article {
    /*border-bottom: 1px solid #eceff1 !important;*/
}

article.mail_content {
    font-size: 14px !important;
    margin: 15px 0 15px 0;
}

.box-conversa-email .mail_from {
    color: #999;
    font-style: italic;
    margin: 0;
}

.box-header-attach {
    margin-top: 10px;
    display: flex;
    font-size: 11px;
}

.box-header-attach .attach {
    float: left;
    padding: 1px 7px;
    border: 1px solid #6e7abe;
    border-radius: 10px;
}

.box-header-attach .attach {
    margin-right: 6px !important;
}

.fancybox-overlay {
    opacity: 1 !important;
}

.table i {
    font-size: 12px;
}

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

.editable-buttons button {
    height: 38px !important;
}

.btn-white-outlook.btn-fill i {
    font-size: 12px;
    margin-right: 5px;
}

.btn-white-outlook.btn-fill {
    color: #333333;
    background-color: #ffffff !important;
    border-color: #888888;
    padding: 5px 25px;
    border-radius: unset;
}

.btn-white-outlook.btn-fill:hover, .btn-white-outlook.btn-fill:focus, .btn-white-outlook.btn-fill:active, .btn-white-outlook.btn-fill.active, .btn-white-outlook:active:focus, .btn-white-outlook:active:hover, .btn-white-outlook.active:focus, .btn-white-outlook.active:hover {
    box-shadow: 0 1px 2px 0 rgba(213, 213, 213, 0.451), 0 1px 3px 1px rgba(213, 213, 213, 0.302) !important;
    background-color: #f1f1f1 !important;
}

.btn-green-outlook.btn-fill {
    color: #FFFFFF;
    background-color: #28aa40 !important;
    border-color: #18912f;
    padding: 5px 25px;
    border-radius: unset;
}

.btn-green-outlook.btn-fill:hover, .btn-green-outlook.btn-fill:focus, .btn-green-outlook.btn-fill:active, .btn-green-outlook.btn-fill.active, .btn-green-outlook:active:focus, .btn-green-outlook:active:hover, .btn-green-outlook.active:focus, .btn-green-outlook.active:hover {
    box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.451), 0 1px 3px 1px rgba(26, 115, 232, 0.302) !important;
    background-color: #22ac3c !important;
}

.btn-blue-outlook.btn-fill {
    color: #FFFFFF;
    background-color: #2055a4 !important;
    border-color: #1a73e8;
    padding: 5px 25px;
    border-radius: unset;
}

.btn-blue-outlook.btn-fill:hover, .btn-blue-outlook.btn-fill:focus, .btn-blue-outlook.btn-fill:active, .btn-blue-outlook.btn-fill.active, .btn-blue-outlook:active:focus, .btn-blue-outlook:active:hover, .btn-blue-outlook.active:focus, .btn-blue-outlook.active:hover {
    box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.451), 0 1px 3px 1px rgba(26, 115, 232, 0.302) !important;
    background-color: #1a4382 !important;
}

.btn-blue-google.btn-fill {
    color: #FFFFFF;
    background-color: #1a73e8 !important;
    border-color: #1a73e8;
}

.btn-blue-google.btn-fill:hover, .btn-blue-google.btn-fill:focus, .btn-blue-google.btn-fill:active, .btn-blue-google.btn-fill.active, .btn-blue-google:active:focus, .btn-blue-google:active:hover, .btn-blue-google.active:focus, .btn-blue-google.active:hover {
    box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.451), 0 1px 3px 1px rgba(26, 115, 232, 0.302) !important;
    background-color: #297be6 !important;
}

.quill-box {
    transition: 0.3s;
    border-radius: 6px !important;
}

.quill-box:hover {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
}

.quill-box .ql-container {
    height: 100px;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
}

.ql-toolbar.ql-snow {
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    padding: 12px;
    border-radius: 6px 6px 0 0 !important;
}

.btn.disabled, .btn:disabled {
    opacity: .40 !important;
}

.priority {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 4px;
    top: 58px;
    right: 7px;
    letter-spacing: -.01em;
}

.priority.danger {
    background-color: #D9534F;
    color: #fff;
}

.priority.info {
    background-color: #4688F1;
    color: #fff;
}

.priority.success {
    background-color: #0F9D58;
    color: #fff;
}

.priority.warning {
    background-color: #F7921C;
    color: #fff;
}

.priority:nth-child(2) {
    top: 37px;
}

.selo-status {
    background-color: #f62459;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 7px;
    border-radius: 4px;
    letter-spacing: -.01em;
    text-align: center;
    margin-left: 6px;
}

.selo-status-flex {
    width: fit-content;
    margin: 3px 0 0 0;
}


.selo-status.gg {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 4px;
    letter-spacing: -.01em;
    text-align: center;
}

.selo-back-red {
    background-color: #D94831;
}

.selo-back-purple {
    background-color: #663399;
}

.selo-back-yellow {
    background-color: #E9A800;
}

.selo-back-orange {
    background-color: #FF8B00;
}

.selo-back-green {
    background-color: green;
}

.selo-back-blue {
    background-color: #36A2F5;
}

.page-item.active .page-link {
    background-color: #89c4f4 !important;
    border-color: #89c4f4 !important;
}

.nowrap {
    white-space: nowrap !important;
}

li .bluered {
    background: rgba(0, 0, 0, 0.08);
}

.btn-extra-small {
    padding: 2px 9px !important;
    font-size: 12px !important;
}

.title-top {
    font-size: 22px;
    font-weight: bold;
}

.detalhes-ocorrencia label {
    margin-bottom: 0px !important;
}

.on-air {
    -webkit-background-clip: text;
    -webit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 50px;
    margin-top: 35px !important;
    height: 150px;
    color: grey;
}

.avaya-warning h4, .avaya-aguardando-chamada h4 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.avaya-aguardando-chamada {
    display: none;
}

.avaya-warning h4 span {
    color: #1CC277;
}

.avaya-aguardando-chamada i {
    font-size: 30px;
    top: 35px;
    left: 35px;
    position: absolute;
    color: #c0c5c9;
}

.loading-call-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}

.avaya-status-agent span {
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 16px;
}

.header-user-data-sales {
    font-size: 12px;
    display: flex;
    position: static;
    padding-right: 20px;
    text-align: center;
    width: 220px;
}

.header-user-data-sales > div > div.danger {
    background-color: #eb4511;
    background-image: linear-gradient(315deg, #eb4511 0%, #b02e0c 74%);
}

.header-user-data-sales > div > div.success {
    background: linear-gradient(to right, #1dba73 0%, #1ad580 100%) !important;
}

.header-user-data-sales > div > div {
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    height: 54px !important;
}

.header-user-data-sales > div > div p {
    margin-top: 2px;
}

.header-user-data-sales span {
    font-weight: bold;
}

.dataTable .box-ellipsis {
    display: grid;
}

.dataTable .ellipsis {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

ul.menu-interactive {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

ul.menu-interactive li {
    padding: 10px;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-align: center;
    background: #f3f3f3;
}

ul.menu-interactive li:hover {
    background: #efeeee;
    transform: scale(1.02);
}

ul.menu-interactive li:last-child {
    margin-right: 4px;
}

ul.menu-interactive li div {
}

ul.menu-interactive li i {
    font-size: 18px;
}

ul.menu-interactive li p {
    font-size: 11px;
}

.header-cliente_logo {
    text-align: center;
    width: 100%;
    margin-right: 15px;
    padding: 0 15px 0 15px;
    border-right: 1px solid #d5d5d5;
    /*border-left: 1px solid #d5d5d5;*/
}

.header-cliente_logo b {
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.header-user-data {
    width: 100px;
    white-space: nowrap;
    font-size: 12px;
    display: table;
}

.header-user-data p {
    margin-bottom: 0;
    font-weight: bold;
}

.header-user-data span {
    font-weight: normal;
}

.legenda-tabala {
    float: right;
    margin-top: -70px;
}

.legenda-tabala p {
    margin-bottom: 0px;
}

.legenda-tabala p span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: red;
}

.nav-item .nav-link p {
    text-align: center;
    font-weight: 700;
    margin-top: -2px;
}

.label-receptivo {
    color: #00cd65;
}

.label-ativo {
    color: cornflowerblue;
}

.label-manual {
    color: deeppink;
}

.label-numero-atendimento {
    font-weight: normal !important;
    margin-bottom: -2px !important;
}

.nav.nav-tabs .nav-link {
    color: #292b2c;
}

.nav-item .nav-link[data-toggle="tab"] {
    padding: 8px 15px;
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #fcfcfc;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(49, 151, 106, 0.95) !important;
}

.jconfirm .jconfirm-box.jconfirm-type-white .jconfirm-title-c .jconfirm-icon-c {
    color: #ffffff !important;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px;
    font-weight: bold;
}

.franquia-proxima-option {
    color: #1CC277 !important;
    font-weight: bold;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    font-size: 16px;
    font-weight: 500;
}

.input-group > .input-group-addon.input-group-addon-bg-none {
    cursor: pointer !important;
}

select[name="id_motivo"] option[value="76"] {
    color: #1CC277 !important;
    font-weight: bold;
}

.form-section-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}

.form-section-subtitle {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-top: 5px;
}

.box-header {
    border-radius: 5px;
    display: block;
    padding: 5px 0 15px 0;
    position: relative;
    margin: 5px 45px 5px 0px;
    border-color: #cdecb0;
    width: 100%;
    border-bottom: 1px solid #eceff1 !important;
}

.box-header img {
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-color: #eceff1 !important;
    padding: 2px;
}

.box-sac-historico p {
    font-style: normal !important;
    text-align: left !important;
    line-height: 1.5 !important;
    margin: 0px !important;
}

.box-sac-historico .mail_from {
    color: #999;
    font-style: italic;
    margin: 0;
}

.box-sac-historico .box-header .mail_date {
    color: #999;
    font-style: italic;
    margin-top: -17px !important;
    float: right;
    font-size: 11px !important;
}

.box-sac-historico .box-header .btn_vincular {
    margin-top: -50px !important;
    float: right;
    font-size: 11px !important;
}

.box-sac-historico .date {
    font-size: 11px;
    font-style: italic;
    float: right;
    margin-top: 7px;
}

.box-formulario-sac {
    display: none;
}

.box-sac-tratamento .form-group label {
    font-weight: 700;
}

.box-sac-tratamento .form-group {
    font-weight: 700;
    margin: 10px 0 0 0 !important;
}

.box-historico-sac-cliente {
    display: none;
}

.green-audio-player.player-small {
    width: 100% !important;
    min-width: 300px !important;
    height: 42px !important;
    background-color: #EEF1F5 !important;
    box-shadow: none !important;
}

.audio-ligacao {
    margin-top: 5px;
}

.ready-player-1 .download__link {
    display: none !important;
}

.btn-vincular-ocorrencia {
    width: 90px !important;
}

.nav-item .nav-link[data-toggle="tab"] {
    padding: 8px 15px;
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #f1f1f1;
}

.main-tabs .nav-item .nav-link[data-toggle="tab"] {
    padding: 8px 15px !important;
    border-color: #d8d7d7 #d8d7d7 #d8d7d7;
    background: #f1f1f1 !important;
}

.main-tabs .nav-item .nav-link[data-toggle="tab"].active {
    padding: 8px 15px !important;
    border-color: #d8d7d7 #d8d7d7 #d8d7d7 !important;
    background: #f0f0f0 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #E4E4E4 !important;
}

body.modal-open .wrapper .container-fluid, body.modal-open .wrapper .container, body.fancybox-open .container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.table {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0 !important;
    box-shadow: none !important;
}

input.form-control, select.form-control {
    height: 38px !important;
    font-size: 13px;
}

.disable-div {
    pointer-events: none;
    opacity: 0.4;
}

#usuario.form-control, #cliente_triagem.form-control, #cliente_nova_ocorrencia.form-control {
    height: 42px !important;
    font-size: 13px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .2rem .4rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.table.dataTable {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    height: 39px !important;
}

.box-formulario-fmv {
    margin-bottom: 15px;

}

.unit-legend {
    display: inline-block;
}

.unit-legend p {
    float: left;
    font-size: 12px;
    margin-bottom: 0;
}

.legenda-circle {
    width: 12px;
    height: 12px;
    background: rebeccapurple;
    border-radius: 50%;
    display: inline-block;
    margin: 4px 3px 0 0;
    float: left;
}

#datatablesOccurrenceBacklog_length select, #datatablesOccurrenceBacklog_filter input {
    height: 28px !important;
    padding: 4px;
}

#datatablesOccurrenceBacklog td {
    font-size: 11px !important;
}

html, body {
    font-family: 'Poppins' !important;
}

.form-group > label {
    margin-bottom: 3px !important;
}


*, input, select, textarea, option, button {
    outline: none !important;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder, textarea {
    font-size: 12px !important;
}


.main-panel {
    background: #FAF9F8 !important;

}

#datatablesTriagem tr td {
    cursor: pointer;
}

.modal-content button.close {
    float: right !important;
    font-size: 18px !important;
    outline: none !important;
    margin: 0px -10px 0 0 !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    border-radius: 50%;
}


.card .form-group > div > label, .form-group > div > label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* init datatable pagination */

textarea {
    resize: none;
}

.form-group > label {
    margin-bottom: 3px !important;
    font-weight: 400;
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
}

.form-group > label {
    margin-bottom: 3px !important;
}

select.loading-input {
    background-color: #ffffff;
    background-image: url('/assets/img/loading.gif');
    background-size: 25px 25px;
    background-position: right 30px center;
    background-repeat: no-repeat;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2f65c3 !important;
    border-color: #2f65c3 !important;
}

table.dataTable > thead > tr > th, table.dataTable > tbody > tr > th, table.dataTable > tfoot > tr > th, table.dataTable > thead > tr > td, table.dataTable > tbody > tr > td, table.dataTable > tfoot > tr > td {
    padding: 6px !important;
    outline: 0 !important;
}

input.loading-input {
    background-color: #ffffff;
    background-image: url(/assets/img/loading.gif);
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.pagination li, .pagination li:focus, .pagination li:active,
.pagination li a:focus, .pagination li a:focus, .pagination li a:active {
    outline: none !important;
}

.page-link:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, .05) !important;
}

/* end datatable pagination */

star {
    color: #FB404B;
    padding-left: 3px;
}

b {
    font-weight: bold;
}

a,
button,
img {
    outline: 0 !important;
}

.box-cliente label {
    margin-bottom: .1rem !important;
}

a.btn {
    color: #ffffff !important;
}

/**######################### ANIMACAO LOADING #############################*/

.logo_login_float img {
    top: 20px;
    width: 130px;
    position: relative;
    left: 10px;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 13px;
}

#fancybox-loading-spinner {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -140px;
    opacity: 0.85 !important;
    cursor: pointer;
    z-index: 8060;
    padding: 8px 20px 20px 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    opacity: 0.8 !important;
    border-radius: 4px;
}

#fancybox-loading-spinner > div > span {
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 240px;
}

#fancybox-loading-spinner > div > img {
    width: 44px;
    height: 44px;
    margin: 10px 0 10px 0;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 50px;
}

.loader:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader-specific {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: inherit;
    z-index: 20 !important;
}

.loader-specific-back {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    height: 44px;
    width: 44px;
    padding: 8px !important;
    border-radius: 5px !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4) !important;
}

.circular-specific {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.preto-branco {
    filter: grayscale(100%);
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

div[data-notify="container"] {
    width: calc(100% - 40px) !important;
}

/* rodada */

.descricao-rodada {
    font-weight: 300;
    font-size: 16px;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

/**######################### END ANIMACAO LOADING #############################*/

/* start modals */

/*.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }*/

.modal-content .title-body h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #F45A43;
    margin-bottom: 10px;
}

.modal-content {
    border: 0 !important;
    border-radius: 25px !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 81px -15px rgba(209, 169, 236, 0.5);
    -moz-box-shadow: 0px 0px 81px -15px rgba(209, 169, 236, 0.5);
    box-shadow: 0px 0px 81px -15px rgba(209, 169, 236, 0.5);
}

.modal-content .description {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 5px 0;
    letter-spacing: -.01em;
}

.modal-body {
    padding: 20px 20px !important;
}

.modal-header {
    padding: 10px 15px !important;
}

img.modal-title {
    margin: 2px 10px 0 0;
    float: left;
    height: 32px;
}

/* end modals*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    margin: 0px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #444;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a,
a:hover {
    text-decoration: none;
    color: #337ab7;
}

a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

img {
    max-width: 100%;
}

.btn {
    cursor: pointer;
}

.btn,
body {
    font-size: 14px;
}

.alert-danger {
    background-color: #fc727a;
    color: #ffffff;
    border-color: #fc727a;
}

.alert-warning {
    color: #555;
    background-color: #fdfe9e !important;
    border-color: #eaeb73;
}

.alert-danger a {
    color: #0d3a84 !important;
    text-decoration: underline;
}

.alert-danger a:hover {
    text-decoration: underline;
}

.moving-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 600em;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    background: transparent url("/assets/img/elements/cloudwash.png") repeat-x scroll 0 100%;
    -webkit-animation: cloudwash 60s linear infinite;
    -moz-animation: cloudwash 60s linear infinite;
    animation: cloudwash 60s linear infinite;
    pointer-events: none;
}

@-webkit-keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.bg-gold {
    background: #c1993f !important;
}

.bg-brown {
    background: #7a5449 !important;
}

.bg-beige {
    background: #f7ce99 !important;
}

.bg-light {
    background: #fff !important;
}

.bg-dark {
    background: #324148 !important;
}

.bg-twitter {
    background: #00aced !important;
}

.txt-dark {
    color: #324148 !important;
}

.txt-light {
    color: #fff !important;
}

.txt-grey {
    color: #727272 !important;
}

.txt-light-grey {
    color: #eee !important;
}

.txt-info,
.text-info {
    color: #ed1b60 !important;
}

.txt-warning,
.text-warning {
    color: #ffbf36 !important;
}

.txt-primary,
.text-primary {
    color: #0092ee !important;
}

.txt-success,
.text-success {
    color: #22af47 !important;
}

.txt-danger,
.text-danger {
    color: #f83f37 !important;
}

.txt-purple {
    color: #ab26aa !important;
}

.txt-violet {
    color: #6640b2 !important;
}

.txt-skyblue {
    color: #00acf0 !important;
}

.txt-beige {
    color: #f7ce99 !important;
}

.txt-gold {
    color: #c1993f !important;
}

.txt-brown {
    color: #7a5449 !important;
}

.txt-orange {
    color: #ff9528 !important;
}

.txt-orange-light-1 {
    color: #ffa344;
}

.txt-orange-light-2 {
    color: #ffb76d;
}

/*Labels*/

.label-default {
    background-color: #777;
}

.f60 {
    font-size: 60px;
}

.f30 {
    font-size: 30px;
}

.f12 {
    font-size: 12px;
}

.cart .f12 {
    font-size: 12px;
}

.cart .escudo {
    width: 55px;
}

.cart .escudo img {
    width: 35px;
    height: auto;
}

.cart .f12 {
    font-size: 12px;
    display: block;
}

.f24 {
    font-size: 24px;
}

.label,
.jvectormap-tip {
    padding: 3px 6px 3px;
    font-size: 11px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.label.label-info,
.label-info.jvectormap-tip {
    background: #ed1b60;
}

.label.label-primary,
.label-primary.jvectormap-tip {
    background: #0092ee;
}

.label.label-success,
.label-success.jvectormap-tip {
    background: #22af47;
}

.label.label-danger,
.label-danger.jvectormap-tip {
    background: #f83f37;
}

.label.label-warning,
.label-warning.jvectormap-tip {
    background: #ffbf36;
}

.label.text-warning,
.text-warning.jvectormap-tip {
    background: #ffbf36;
    color: #fff !important;
}

.label.label-outline,
.label-outline.jvectormap-tip {
    background: transparent;
    color: #727272;
    border: 1px solid;
}

.label.label-outline.label-info,
.label-outline.label-info.jvectormap-tip {
    border-color: #ed1b60;
}

.label.label-outline.label-primary,
.label-outline.label-primary.jvectormap-tip {
    border-color: #0092ee;
}

.label.label-outline.label-success,
.label-outline.label-success.jvectormap-tip {
    border-color: #22af47;
}

.label.label-outline.label-danger,
.label-outline.label-danger.jvectormap-tip {
    border-color: #f83f37;
}

.label.label-outline.label-warning,
.label-outline.label-warning.jvectormap-tip {
    border-color: #ffbf36;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

/*  Padding and Margin Style   ||-----------*/

.padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-60 {
    padding: 60px;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-30 {
    padding-right: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-90 {
    padding-top: 80px;
}

.pb-90 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-38 {
    padding-bottom: 38px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mt-up {
    margin-top: -100px;
}

.thumb-sm {
    display: inline-block;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .up-80 {
        margin-top: 50px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .float-none-sm {
        float: none;
    }

    .float-left-sm {
        float: left;
    }

    .float-right-sm {
        float: right;
    }

    .pl-sm-0 {
        padding-left: 0;
    }

    .plr-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .padding-sm-25 {
        padding: 25px;
    }

    .d-xs-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }

    .pr-xs-0 {
        padding-right: 0;
    }

    .pl-xs-0 {
        padding-left: 0;
    }

    .pr-xs-0 {
        padding-right: 0;
    }

    .plr-xs-15 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .padding-sm-25 {
        padding: 25px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .ptb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pb-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ml-xs-0 {
        margin-left: 0;
    }

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .float-none-xs {
        float: none;
    }

    .float-left-xs {
        float: left;
    }

    .float-right-xs {
        float: right;
    }

    .d-xs-none {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------*/

/* BASIC STYLE    ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #eef1f5;
    padding: 0 !important;
    margin: 0 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #53505f;
}

.img-circle {
    border-radius: 50%;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-text {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #53505f;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    outline: none;
}

.btn-text:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158, 158, 158, 0.4);
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.f18 {
    font-size: 18px;
}

/* ===================== */

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1350px;
    }
}

.wrapper {
    min-height: 100%;
    /*height: calc(100% - 65px);*/
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.purple-bgcolor {
    background-color: #673ab7;
}

.blue-bgcolor {
    background-color: #2196f3;
}

.pink {
    background-color: #ff1493;
}

.yellow {
    background-color: #f1c500;
}

.red {
    background-color: #f44336;
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: inline-table !important;
    }
}

/* full_Section */

.container-global {
    margin-bottom: 20px;
}

.container {
    margin-top: 0;
    position: relative;
}

.content_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    min-height: 300px;
    padding: 20px 0px 60px 0px;
    position: relative;
    z-index: 2;
}

.nav_small .content_wrapper {
    margin-left: 85px;
}

/* breadcrumb */

.page_breadc {
    width: 100%;
    display: inline-block;
    /*background-image: linear-gradient(to right, #F45B43 0%, #EB3549 100%);*/
    background: #dedede;
}

.page-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-breadcrumb h1 {
    margin: 0;
    color: #555555 !important;
    font-size: 14px;
}

.breadcrumb_nav {
    margin-bottom: 0;
}

.breadcrumb_nav .breadcrumb {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    color: #555555 !important;
}

.breadcrumb_nav .breadcrumb li {
    display: inline-block;
    line-height: 1;
    margin: 0px 3px;
}

.breadcrumb_nav .breadcrumb li a {
    text-shadow: none;
    text-decoration: none;
    margin: 0px 3px;
    color: #555555 !important;

}

.breadcrumb_nav .breadcrumb li.active {
    color: #555555 !important;
}

/* Site_view_box */

.info_items {
    min-height: 100px;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px 15px;
    overflow: hidden;
}

.bg_green {
    background: #2ed8b6;
}

.bg_yellow {
    background: #ffb64d;
}

.bg_blue {
    background: #4099ff;
}

.bg_pink {
    background: #ff5370;
}

.info_items_icon {
    float: left;
    color: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.info_item_content {
    width: calc(100% - 90px);
    float: left;
    line-height: normal;
    color: #fff;
}

.info_items_text {
    margin-bottom: 8px;
}

.info_items_text,
.progress-description {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.info_items_number {
    font-weight: 300;
    font-size: 21px;
}

.progress-description {
    margin: 0;
}

.info_items .progress,
.info_items .progress .progress-bar {
    border-radius: 0;
}

.info_items .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
    height: 3px;
}

.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    margin: 0;
}

.info_items .progress .progress-bar {
    background: #fff;
}

.info_items .progress,
.info_items .progress .progress-bar {
    border-radius: 0;
}

/* CHART_BOX */

.full_chart {
    background: #fff;
}

.full_chart {
    background: #fff;
    box-shadow: none;
    position: relative;
    transition: 0.5s;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    width: 100%;
}

.card {
    position: relative;
    margin-top: 0px;
    background-color: #ffffff;
    border-radius: 3px;
}

.chart_header {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 2px;
    color: #3a405b;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    min-height: 40px;
}

.chart_headibg {
    display: inline-block;
    padding: 15px 20px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .chart_headibg {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .page-heading {
        padding-top: 14px;
    }
}

.tools {
    padding-right: 16px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 24px;
    line-height: normal;
    vertical-align: middle;
    display: none;
}

.tools .btn-color {
    color: #97a0b3;
    margin-right: 3px;
    font-size: 12px;
    text-decoration: none;
}

.card_chart {
    padding: 10px 24px 14px 24px;
    position: relative;
}

/* social-box */

.social-box {
    min-height: 160px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}

.social-box i {
    display: block;
    font-size: 40px;
    background: #e9ecef;
    line-height: 110px;
}

.social-box.facebook i {
    color: #fff;
    background: #3b5998;
}

.social-box ul {
    list-style: none;
    display: inline-block;
    margin: 7px 0 0;
    padding: 10px;
    width: 100%;
}

.social-box ul li {
    color: #949ca0;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px 0 0;
    text-align: right;
    display: block;
    float: left;
    width: 50%;
    line-height: 2;
}

.social-box ul li strong {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.social-box ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #949ca0;
    text-transform: uppercase;
}

.social-box ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
}

.social-box.twitter i {
    color: #fff;
    background: #00aced;
}

.social-box.linkedin i {
    color: #fff;
    background: #4875b4;
}

.social-box.google-plus i {
    color: #fff;
    background: #d34836;
}

.social-box ul li:first-child {
    border-right: 1px solid #c2cfd6;
}

/* Three_Clumn */

.stats-wrap h2 span {
    float: right;
    color: #ffffff;
    background: #294583;
    font-size: 16px;
    margin: 5px 0 0;
    font-weight: normal;
    padding: 5px;
    border-radius: 2px;
}

.stats-wrap p {
    margin: 10px 0 15px;
    color: #78828b;
    font-size: 14px;
    font-weight: normal;
    background: #f1f1f1;
    padding: 0 9px;
    border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stats-wrap p {
        font-size: 13px;
    }
}

.stats-wrap h4 {
    color: #1688ec;
    font-weight: 700 !important;
    margin: 0;
    line-height: 1.8;
}

.stats-wrap h4 span {
    float: right;
    color: #ffffff;
    background: #3c64bb;
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    padding: 5px;
    border-radius: 2px;
}

.list-referrals li p {
    background: transparent;
    margin-bottom: 0px;
    padding: 0px;
}

.events-nest .drak_blue {
    margin: -10px -24px 33px;
    padding: 20px;
    background: #5c9df5;
    color: #f9f9f9;
    overflow: hidden;
}

.events-nest .drak_blue h1 {
    float: left;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: -5px;
}

.middle_text {
    float: left;
    margin-left: 10px;
}

.events-nest .drak_blue span {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.15);
    padding: 0px 10px;
    border-radius: 2px;
}

.events-nest .drak_blue p {
    font-weight: 300;
    font-size: 12px;
    background: transparent;
    color: #f9f9f9;
    margin: 0px;
    padding: 0px;
}

.events-nest ul {
    margin: 0px;
    padding: 0px;
}

.events-nest ul li {
    list-style: none;
}

.events-nest ul li h4 {
    font-size: 13px !important;
    color: #222;
}

.events-nest ul li h4 span {
    float: none;
    background: transparent;
    color: #222;
    font-size: 13px;
}

.events-nest ul li h4 small {
    margin: 0 0 0 5px;
}

.events-nest ul li p i {
    float: right;
    margin: 0 0 0 10px;
    color: #ccc;
    font-size: 15px;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.stats-wrap .card_chart .events-nest ul li p {
    background: transparent;
}

/* School-timetable */

.school-timetable {
    color: #8c92a3;
}

.school-timetable h5 {
    font-size: 12px;
    color: #454545;
    padding: 2px 5px;
}

.school-timetable h5 i {
    font-style: normal;
}

.school-timetable h6 {
    line-height: 1.7;
    color: #8c92a3;
}

.school-timetable h6 i {
    color: #8c92a3;
}

.school-timetable h6 span {
    font-size: 10px;
    background: #8c92a3;
    padding: 2px 4px;
    margin: 0 0 0 5px;
    color: #fff;
    border-radius: 2px;
}

.school-timetable hr {
    border-color: #d5dae6;
    margin: 17px 0 16px;
}

.school-timetable ul {
    margin: 0px 0px 13px 0px;
    padding: 0px;
}

.school-timetable ul li {
    display: inline-block;
    list-style: none;
    margin: 0 -5px 0 0;
}

.round_small {
    display: inline-block;
    height: 40px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0px;
    width: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .round_small {
        display: inline-block;
        height: 35px;
        margin-right: 5px;
        width: 35px;
    }
}

/* Student_table */

.student_table thead tr th {
    border-top: none;
}

.student_table tbody tr td a {
    color: #53505f;
}

.paid_green {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 6px;
    margin-right: 5px;
    background: #59e0c5;
    text-transform: uppercase;
    color: #fff;
}

.unpaid_red {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 6px;
    margin-right: 5px;
    color: #fff;
    background: #ca1b1b;
}

.edit_list {
    margin-right: 10px;
}

/* Footer */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: #fff;
}

.nav_small .footer {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .nav_small .footer,
    .footer {
        padding-left: 0;
    }
}

.copy_right p {
    margin: 0px;
    color: #222;
    font-size: 14px;
}

.copy_right p a {
    color: #36a2f5;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: block;
    display: none;
    background: #2a3142;
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*============== BUTTONS_PAGE */

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border-color: #8b39ef;
    background-color: #8b39ef;
}

.btn-demo .btn {
    margin: 0 10px 10px 0;
}

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #a768f3;
    background-color: #a768f3;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-dark.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
    box-shadow: none;
}

.btn-demo .btn {
    margin: 0 10px 10px 0;
}

.btn-outline-success {
    color: #34bfa3;
    border-color: #34bfa3;
}

.btn-sm {
    font-size: 12px;
}

.btn {
    cursor: pointer;
}

.btn-outline-primary {
    color: #a768f3;
    border-color: #a768f3;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #a768f3;
    background-color: #a768f3;
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills.nav-pills-danger .nav-link.active,
.nav.nav-pills.nav-pills-info .nav-link.active,
.nav.nav-pills.nav-pills-inverse .nav-link.active,
.nav.nav-pills.nav-pills-primary .nav-link.active,
.nav.nav-pills.nav-pills-success .nav-link.active,
.nav.nav-pills.nav-pills-warning .nav-link.active {
    color: #fff;
}

.nav.nav-pills .nav-link,
.nav.nav-tabs .nav-link {
    color: #292b2c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #a768f3;
}

.default-color,
.default-color a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555555;
}

.bg-dark {
    background-color: #343a40 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary,
.card-primary,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #a768f3;
    background-color: #a768f3;
}

.btn-outline-success:hover,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-success,
.card-success,
.show > .btn-outline-success.dropdown-toggle {
    border-color: #50ac50;
    background-color: #5cb85c;
}

.btn-outline-blue:hover,
.btn-outline-blue:not([disabled]):not(.disabled).active,
.btn-outline-blue:not([disabled]):not(.disabled):active,
.btn-blue,
.card-blue,
.show > .btn-outline-blue.dropdown-toggle {
    background-color: #4D90FE;
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ED;
    color: white;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 146, 245, .5);
}

.btn-blue:not([disabled]):hover {
    background-color: #3d77d3 !important;
    border-color: #2d67c2 !important;
}

.card {
    border: 1px solid #e5e9ec;
}

.btn-border {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35) !important;
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show > .btn-outline-info.dropdown-toggle {
    border-color: #356cc9;
    background-color: #447cdd;
}

.logo-default {
    outline: none !important;
}

.logo-default img {
    outline: none !important;
}

.btn-info:hover {
    color: #fff;
    border-color: #356cc9 !important;
    background-color: #447cdd !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-warning,
.card-warning,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff !important;
    border-color: #eec034;
    background-color: #f1c643;
}

.btn-warning:hover {
    background-color: #e3b834 !important;
    border-color: #e3b834 !important;
}

.btn-danger,
.btn-outline-danger:hover,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.card-danger,
.show > .btn-outline-danger.dropdown-toggle {
    border-color: #f35454;
    background-color: #fc6b6b;
}

.btn-danger:not([disabled]):hover {
    color: #fff;
    background-color: #eb5858 !important;
    border-color: #e64242 !important;
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.btn-blue:not([disabled]):not(.disabled).active,
.btn-blue:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle,
.show > .btn-outline-dark.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-blue.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
    box-shadow: none;
}

.btn-info,
.btn-outline-info:hover,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.card-info,
.show > .btn-outline-info.dropdown-toggle {
    border-color: #36a2f5;
    background-color: #36a2f5;
}

.card-body .dropdown .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}

.card-body .dropdown .dropdown-menu:before,
.btn-group .dropdown-menu:before {
    display: none !important;
}

.grid-view [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(86, 61, 124, 0.2);
    background-color: rgba(86, 61, 124, 0.15);
}

.grid-view {
    margin-bottom: 10px;
    padding: 0 15px;
}

.card .card-header .card-title {
    margin-bottom: 0;
    color: #53505f;
    font-size: 18px;
    font-weight: 500;
}

.lobicard-custom-icon > .card-header .dropdown,
.card-shadow .card-header .dropdown,
.lobicard-custom-control .card-header .dropdown {
    display: inline-block;
    float: right;
    position: relative;
}

.lobicard-custom-icon > .card-header .dropdown .tools,
.card-shadow .card-header .dropdown .tools,
.lobicard-custom-control .card-header .dropdown .tools {
    margin: 0px;
}

.baseline .baseline-list .baseline-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.baseline-info {
    border-color: #36a2f5 !important;
}

.baseline-border {
    border-left-width: 4px !important;
    border-left-style: solid !important;
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8;
}

.baseline .baseline-list {
    padding-bottom: 1px;
}

.baseline,
.baseline .baseline-list {
    position: relative;
    border-color: #e5ebf8;
}

.baseline .baseline-list:before {
    display: table;
    content: " ";
}

.baseline .baseline-list:after {
    display: table;
    position: absolute;
    top: 14px;
    width: 15px;
    height: 15px;
    margin-left: -8px;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: inherit;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0 0 0 3px #e5ebf8 inset;
    left: -2px;
}

.badge-success,
.bg-success,
.nav.nav-pills.nav-pills-success .nav-link.active {
    background-color: #5CB85C !important;
}

.baseline-primary:after {
    box-shadow: 0 0 0 3px #a768f3 inset !important;
}

.baseline-success:after {
    box-shadow: 0 0 0 3px #34bfa3 inset !important;
}

.baseline-danger:after {
    box-shadow: 0 0 0 3px #fc6b6b inset !important;
}

.baseline-primary {
    border-color: #a768f3 !important;
}

.baseline-success {
    border-color: #34bfa3 !important;
}

.baseline-warning:after {
    box-shadow: 0 0 0 3px #eac459 inset !important;
}

.baseline-purple:after {
    box-shadow: 0 0 0 3px #B32E99 inset !important;
}

.baseline-red:after {
    box-shadow: 0 0 0 3px orange inset !important;
}

.baseline-info:after {
    box-shadow: 0 0 0 3px #36a2f5 inset !important;
}

.default-color a:hover,
.gray-color a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li a:hover,
.left-sidebar-light .sidebar-menu ul li ul.sub li.active a,
.notification-list .nt-info a:hover,
a.default-color:hover,
a.gray-color:hover {
    color: #a768f3;
}

.default-color a,
.default-color a:hover,
a,
a.default-color,
a.default-color:hover,
a:hover {
    text-decoration: none;
}

.card .card-header {
    padding: 1rem;
    border-bottom: 1px solid #e5e9ec;
    background: #fff;
}

.badge-primary, .bg-primary, .nav.nav-pills.nav-pills-primary .nav-link.active {
    background-color: #a768f3 !important;
}

.baseline-warning {
    border-color: #eac459 !important;
}

.baseline-danger {
    border-color: red !important;
}

.baseline-purple {
    border-color: #B32E99 !important;
}

.baseline-danger {
    border-color: #ff7b7b !important;
}

.badge-info, .bg-info, .nav.nav-pills.nav-pills-info .nav-link.active {
    background-color: #36a2f5 !important;
}

.badge-danger, .bg-danger, .nav.nav-pills.nav-pills-danger .nav-link.active {
    background-color: #D9534F !important;
}

.badge-warning, .bg-warning, .nav.nav-pills.nav-pills-warning .nav-link.active {
    background-color: #F0AD4E !important;
}

.badge-inverse, .bg-inverse, .nav.nav-pills.nav-pills-inverse .nav-link.active {
    background-color: #292b2c !important;
}

.portlets-scroll {
    min-height: 101%;
}

.portlets-scroll-wrap {
    overflow-y: scroll;
}

/* portlet-advanced_page */

.nav-pills-sm .nav-link {
    padding: 0.4em 1em;
    font-size: 12px;
}

.nav-pill-custom .nav-link, .nav-pills-sm .nav-link {
    border-radius: 30px !important;
}

.lobicard-custom-control .card-header .dropdown .tools {
    margin: 0px;
}

.lobicard-custom-control .card-header .dropdown .tools a {
    color: #fff;
}

.border-primary {
    border-color: #a768f3 !important;
}

.card-shadow {
    border: none;
    box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
}

/* ICON_FONT_AWESOME */

.fontawesome-icon-list .preview i, .simple-icon-list .preview i, .themify-icon-list .preview i, .weather-icon-box .preview i {
    padding-right: 15px;
    font-size: 18px;
}

.fontawesome-icon-list .preview,
.simple-icon-list .preview,
.themify-icon-list .preview,
.weather-icon-box .preview {
    padding: 15px;
}

.fontawesome-icon-list .preview:hover,
.simple-icon-list .preview:hover,
.themify-icon-list .preview:hover,
.weather-icon-box .preview:hover {
    background: #f2f6f9;
}

.fontawesome-icon-list,
.simple-icon-list,
.themify-icon-list,
.weather-icon-box {
    margin-bottom: 30px;
}

/* WIDGETS_BASE */

.text-primary {
    color: #a768f3 !important;
}

.app-header .d-user span {
    font-size: 12px;
}

.wb-icon-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
}

.task-d-list {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.task-d-list li:hover .task-list-action {
    opacity: 1;
}

.task-d-list li .task-list-action {
    opacity: 0;
}

.task-d-list li {
    margin-bottom: 14px;
}

.quick-links-grid {
    display: inline-block;
    width: 100%;
}

.quick-links-grid .ql-grid-item {
    display: inherit;
    width: 49.3%;
    padding: 20px 5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #45567c;
}

.quick-links-grid .ql-grid-item i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color: #d2d6eb;
    font-size: 32px;
}

.quick-links-grid .ql-grid-item .ql-grid-title {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

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

.table td,
.table th {
    padding: 0.6rem 1rem;
}

.border,
.table td,
.table th {
    border-color: #e5e9ec !important;
}

.table tfoot th,
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.table thead th {
    border-top: none;
}

/* WIDGETS_CHART */

.jqvmap-zoomin,
.jqvmap-zoomout,
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    color: #545454;
    border: 1px solid #eaeaea;
    border-radius: 0;
    background: #fff;
    line-height: 28px;
}

.jqvmap-zoomin,
.jvectormap-zoomin {
    position: absolute;
    z-index: 70;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jqvmap-zoomout,
.jvectormap-zoomout {
    position: absolute;
    z-index: 70;
    top: 0;
    left: 27px;
}

.vmap-wrap {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

/* CALENDAR_BASIC */

.fc-unthemed .fc-toolbar .fc-button {
    border: 1px solid #e5e9ec;
    background: #f8fafb;
    text-shadow: none !important;
    height: 2.75rem;
    padding: 0 1.25rem;
    outline: none !important;
    font-size: 0.9rem;
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
    color: #fff;
    border: 0;
    background: #a768f3;
    box-shadow: none;
    text-shadow: none;
}

.fc-event-container a {
    margin-bottom: 3px;
}

.fc-day-grid-event {
    padding: 10px;
}

.fc-event {
    border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5;
}

.fc-unthemed .fc-toolbar h2 {
    margin-top: 0.7rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
}

.d-fc-event-danger {
    border: none;
    background: #ff518a;
}

.fc-day-grid-event {
    padding: 10px;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec;
}

.d-fc-event-danger .fc-title,
.d-fc-event-info .fc-title,
.d-fc-event-primary .fc-title,
.d-fc-event-success .fc-title {
    color: #fff;
}

.fc-title {
    font-weight: 500;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
    padding: 0.5rem;
}

.d-fc-event-info {
    border: none;
    background: #36a2f5;
}

.d-fc-event-warning {
    border: none;
    background: #eac459;
}

.d-fc-event-success {
    border: none;
    background: #34bfa3;
}

/* CALENDAR_EXTERNAL_EVENTS */

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e9ec;
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c;
}

.fc-event {
    border: 1px solid #eef2f5;
}

.fc-event,
.fc-event-dot {
    background-color: #eef2f5;
}

.fc-title {
    font-weight: 500;
}

.calendar-event-list .fc-event {
    margin-bottom: 10px;
    padding: 10px;
    cursor: move;
    color: #2c2c2c;
}

.fc-unthemed th.fc-day-header {
    padding: 0.7rem 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.d-fc-event-primary {
    border: none;
    background: #a768f3;
}

.d-fc-event-info {
    border: none;
    background: #36a2f5;
}

.d-fc-event-danger {
    border: none;
    background: #ff518a;
}

.d-fc-event-warning {
    border: none;
    background: #eac459;
}

.d-fc-event-success {
    border: none;
    background: #34bfa3;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #36a2f5;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(/assets/img/check.svg);
}

/* CALENDAR_LIST */

.fc-unthemed .fc-list-item.d-fc-event-red .fc-event-dot {
    border-color: #ff518a;
    background: #ff518a;
}

.fc-unthemed .fc-list-item.d-fc-event-blue .fc-event-dot {
    border-color: #36a2f5;
    background: #36a2f5;
}

.fc-unthemed .fc-list-item.d-fc-event-yellow .fc-event-dot {
    border-color: #eac459;
    background: #eac459;
}

.fc-unthemed .fc-list-item .fc-event-dot {
    border-color: #53505f;
    background: #53505f;
}

.d-fc-event-accent-bg,
.fc-unthemed .fc-list-item.d-fc-event-accent .fc-event-dot {
    border-color: #34bfa3;
    background: #34bfa3;
}

/* FORM_BASIC_INPUT */

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #c397f7;
    background-color: #c397f7;
}

.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #dc3545;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
    color: #868e96;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-control {
    border-color: #e5e9ec;
    font-size: 13px;
    line-height: 2;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.15rem 0.5rem;
}

.form-control {
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: #3d91f6;
    box-shadow: none;
}

.form-control-pill,
select.form-control-pill {
    border-radius: 40px;
}

.select-wrapper.form-control-pill select.form-control,
.step legend,
select.form-control-square {
    border: none;
}

.select-wrapper.form-control-pill {
    display: inherit;
    padding: 0 15px;
    border: 1px solid #e5e9ec;
    border-radius: 40px;
}

.select-wrapper {
    display: inherit;
    padding: 0 10px;
    border: 1px solid #e5e9ec;
    border-radius: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url(../images/radio.svg);
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #36a2f5;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96;
}

.bd-example > .form-control + .form-control {
    margin-top: 1rem;
}

.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
    color: #28a745;
}

.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
    border-color: #dc3545;
}

/* FORM_INPUT_GROUP */

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    border: 1px solid #e5e9ec;
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.app-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon-bg-none {
    background: 0 0;
}

/* FORM_CHECKBOX_RADIO */

.fw-600 {
    font-weight: 600;
}

.control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 26px;
    padding-top: 2px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control-outline input:checked ~ .control__indicator {
    border: none;
    background: #a768f3;
}

.control input:checked ~ .control__indicator {
    border: none;
    background: #a768f3;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e9ec;
    border-radius: 3px;
    background: #fff;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control-outline.control--checkbox .control__indicator:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #a768f3;
    border-width: 0 2px 2px 0;
}

.control--checkbox .control__indicator:after {
    top: 3px;
    left: 7px;
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.control__indicator:after {
    position: absolute;
    display: none;
    content: "";
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control.control-outline input:checked ~ .control__indicator {
    border: 1px solid #a768f3;
    background: 0 0;
}

.control.control-outline.control-outline-info input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-info:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #36a2f5;
    background: 0 0;
}

.control-outline.control-outline-info.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #36a2f5;
}

.control--radio .control__indicator:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.control.control-outline.control-outline-success input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-success:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #34bfa3;
    background: 0 0;
}

.control-outline.control-outline-success.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #34bfa3;
}

.control-outline.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #a768f3;
}

.control.control-outline.control-outline-warning input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-warning:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #eac459;
    background: 0 0;
}

.control-outline.control-outline-warning.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #eac459;
}

.control.control-outline.control-outline-danger input:checked:focus ~ .control__indicator,
.control.control-outline.control-outline-danger:hover input:not([disabled]):checked ~ .control__indicator {
    border: 1px solid #ff518a;
    background: 0 0;
}

.control-outline.control-outline-danger.control--radio .control__indicator:after {
    border-radius: 50%;
    background: #ff518a;
}

.control.control-solid.control-solid-danger input:checked ~ .control__indicator {
    background: #ff518a;
}

.control-solid.control-solid-danger.control--radio .control__indicator:after {
    background: #D94831;
}

.control.control-solid.control-solid-warning input:checked ~ .control__indicator {
    background: #eac459;
}

.control-solid.control-solid-warning.control--radio .control__indicator:after {
    background: #eac459;
}

.control.control-solid.control-solid-success input:checked ~ .control__indicator {
    background: #34bfa3;
}

.control-solid.control-solid-success.control--radio .control__indicator:after {
    background: #34bfa3;
}

.control.control-solid.control-solid-info input:checked ~ .control__indicator {
    background: #36a2f5;
}

.control-solid.control-solid-info.control--radio .control__indicator:after {
    background: #36a2f5;
}

.control-solid.control--radio .control__indicator:after {
    background: #a768f3;
}

.control.control-solid.control-solid-danger input:checked ~ .control__indicator {
    background: #D94831;
}

/* FORM_VALIDATION_BASIC */

.has-info,
.has-info .form-text {
    color: #36a2f5;
}

.has-success,
.has-success .form-text {
    color: #34bfa3;
}

.has-warning,
.has-warning .form-text {
    color: #eac459;
}

.has-danger,
.has-danger .form-text {
    color: #ff518a;
}

.has-info .has-input {
    border-color: #36a2f5;
}

.has-success .has-input {
    border-color: #34bfa3;
}

.has-warning .has-input {
    border-color: #eac459;
}

.has-danger .has-input {
    border-color: #ff518a;
}

/* form-wizard */

.form-wizard {
    position: relative;
    display: table;
    max-width: 540px;
    margin: 0 auto 30px;
}

.form-wizard .steps {
    overflow: hidden;
    margin: 40px 0;
}

.form-wizard .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-wizard .steps ul li {
    position: relative;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-wizard .steps ul li.active,
.form-wizard .steps ul li:hover {
    color: #292b2c;
}

.form-wizard .steps ul li.active::after,
.form-wizard .steps ul li:hover::after {
    width: 100%;
    background: #a768f3;
}

.form-wizard .steps ul li::before {
    position: absolute;
    top: 20px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-wizard .steps ul li span,
.form-wizard .steps ul li::after,
.form-wizard .steps ul li::before {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #e5e9ec;
}

.form-wizard .steps ul li::after {
    top: 20px;
    left: -50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    width: 0;
}

.form-wizard .steps ul li span {
    position: relative;
    z-index: 1;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 15px;
    text-align: center;
    color: #53505f;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
}

.datepicker table tbody tr > td.day.today,
.datetimepicker table tbody tr > td.day.today,
.form-wizard .steps ul li.active span,
.form-wizard .steps ul li:hover span {
    color: #fff;
    background: #a768f3;
}

.form-wizard .steps ul li:first-child::after,
.form-wizard .steps ul li:first-child::before {
    display: none;
}

.form-container {
    left: 100%;
    display: none;
    clear: both;
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 70px 0 rgba(108, 158, 195, 0.25);
}

.aws-container .aws-tooltip span,
.form-container.active,
.step label,
.stepy-titles li span {
    display: block;
}

.form-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
}

.stepy-tab {
    margin: 40px 0;
    text-align: center;
}

.stepy-tab ul {
    display: inline-block;
    list-style: none;
}

.button-back,
.stepy-tab ul li {
    float: left;
}

.button-next,
.finish {
    float: right;
}

.button-back,
.button-next,
.finish {
    cursor: pointer;
    text-decoration: none;
}

.step {
    clear: left;
}

.stepy-titles li {
    float: left;
    margin: 10px 15px;
    cursor: pointer;
    color: #757575;
}

.stepy-titles li div,
.stepy-titles li.current-step div {
    width: auto;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
}

.stepy-titles li.current-step div {
    cursor: auto;
    color: #fff;
    background: #ff518a;
}

.stepy-titles li div {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 300;
}

.wizard > .content {
    min-height: 25em;
    margin: 0.5em;
    border: 1px solid #e5e9ec;
    background: #fff;
}

.stepy-titles li div,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
    color: #fff;
    background: #7a88a7;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
    color: #fff;
    background: #a768f3;
}

.wizard > .content > .body input:focus {
    border: 1px solid #a768f3;
}

.wizard > .content > .body label.error {
    margin-left: 0;
    color: #ff518a;
}

.wizard > .content > .body input.error {
    margin-right: 10px;
    color: #ff518a;
    border: 1px solid #ff518a;
    background: #ffd9e6;
}

.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover {
    color: #fff;
    background: #dec6fb;
}

.wizard > .steps .number {
    display: inline-block;
    width: 80px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 50px;
}

.wizard > .steps a,
.wizard > .steps a:active,
.wizard > .steps a:hover {
    padding: 0;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    background: #a768f3;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
    color: #282a39;
    border: 1px solid #e5e9ec;
    background: #fff;
}

.wizard > .content > .body ul {
    list-style: none !important;
}

@media (max-width: 767px) {
    .wizard > .steps .number {
        width: 40px;
    }

    .wizard > .steps > ul > li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .picker-form .form-group label,
    .right-text-label-form .form-group label {
        text-align: right;
    }
}

/* Login_Register_Page */

.bg_darck {
    background-color: #343a40;
}

.login-content {
    max-width: 400px;
    margin: 7vh auto;
}

.no-padding {
    padding: 0 !important;
}

.login-form {
    background: #ffffff;
    padding: 40px 30px 40px;
    border-radius: 15px;
    box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.25);
}

.login-form .social-button {
    margin-top: 30px;
}

.login-form h4 {
    color: #878787;
    text-align: center;
    margin-bottom: 50px;
}

.login-form .checkbox {
    color: #878787;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px;
}

.login-form .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-full-width {
    width: 100% !important;
}

.btn-mito {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #81259d !important;
    color: #81259d;
    transition: all 0.25s ease;
}

.btn-mito.btn-fill {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35);
    background-color: #8d3dc8;
    color: #ffffff;
}

.btn-mito:hover {
    background-color: #7d22a6;
    color: #fff;
}

.btn-curupa {
    background-color: rgba(255, 255, 255, 0);
    color: #ec8c6a;
    transition: all 0.25s ease;
}

.btn-curupa.btn-fill {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.65);
    background-color: #ed7594;
    color: #ffffff;
}

.btn-curupa:hover {
    background-color: #ec7e83;
    color: #fff;
}

.btn-cartao {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #4fa34f !important;
    color: #ec8c6a;
    transition: all 0.25s ease;
}

.btn-cartao.btn-fill {
    padding: 10px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.65);
    background-color: #5cb85c;
    color: #ffffff;
}

.btn-cartao:hover {
    background-color: #4fa34f;
    color: #fff;
}

.btn-cartola {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #81259d !important;
    color: #81259d;
    transition: all 0.25s ease;
}

.btn-cartola.btn-fill {
    border: 0 !important;
    background-color: #e3672a;
    color: #ffffff;
}

.btn-cartola:hover {
    background-color: #8d3dc8;
    color: #fff;
}

.login-form .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.login-form label {
    color: #878787;
    text-transform: uppercase;
}

.login-form label a,
.register-link a {
    color: #c84546;
    font-weight: bold;
    transition: color 0.3s ease;
    font-size: 12px;
}

.login-form label a:hover,
.register-link a:hover {
    color: #df5b5c;
}

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button i {
    padding: 0 19px;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0px;
}

.nestable-cart {
    overflow: hidden;
}

.social-button .facebook {
    background: #3b5998;
    color: #fff;
}

.social-button .facebook:hover {
    background: #344e86;
}

.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px;
}

.social-button .twitter {
    background: #00aced;
    color: #fff;
}

.social-button .twitter:hover {
    background: #0099d4;
}

/* 404 */

.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
}

.col-middle {
    margin-top: 5%;
}

.error-number {
    font-size: 90px;
    line-height: 90px;
    margin: 20px 0;
    color: #fff;
}

.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
}

.top_search .form-control {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    height: 38px;
    line-height: 38px;
}

.top_search {
    margin: 0px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.color_white {
    color: #fff;
}

.top_search .input-group-btn button {
    border-radius: 0 25px 25px 0;
    border: none;
    border-left: 0;
    color: #93a2b2;
    margin-bottom: 0;
    z-index: 2;
    margin-left: -1px;
    outline: none;
    height: 38px;
    line-height: 38px;
    padding-top: 0px;
    padding-bottom: 0;
}

.mid_center form {
    display: inline-block;
    margin-top: 25px;
}

/* Profile_page */

.profile-cover {
    position: relative;
    z-index: 0;
}

.panel {
    color: #696969;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.profile-cover__info {
    height: 113px;
}

.profile-cover__action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 120px 30px 10px 153px;
    border-radius: 5px 5px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    /*background: url(/assets/img/cover-profile.png) no-repeat;
        background-size: cover;*/
    background: rgb(223, 91, 92);
    background: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}

.profile-cover__action > .btn {
    margin-left: 10px;
    margin-bottom: 10px;
}

.profile-cover__img {
    position: absolute;
    top: 65px;
    left: 30px;
    text-align: center;
    z-index: 1;
}

.profile-cover__img > img {
    max-width: 120px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.profile-cover__img > .h3 {
    color: #393939;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.profile-cover__img > img + .h3 {
    margin-top: 6px;
}

.profile-cover__info .nav {
    margin-right: 28px;
    padding: 15px 0 10px 170px;
    color: #999;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.profile-cover__info .nav li {
    margin-top: 13px;
    margin-bottom: 13px;
}

.profile-cover__info .nav li:not(:first-child) {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.profile-cover__info .nav strong {
    display: block;
    margin-bottom: 10px;
    color: #e16123;
    font-size: 34px;
}

@media (min-width: 481px) {
    .profile-cover__action > .btn {
        min-width: 125px;
    }

    .profile-cover__action > .btn > span {
        display: inline-block;
    }
}

@media (max-width: 600px) {
    .profile-cover__info .nav {
        display: block;
        margin: 90px auto 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .profile-cover__info .nav li:not(:first-child) {
        margin-top: 8px;
        margin-left: 0;
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid #eee;
        border-left-width: 0;
    }
}


.panel-heading {
    padding: 3px 12px;
    border-radius: 2px;
    border-bottom: 1px solid #e5e9ec;
    background: #fff;
}


.panel-heading:after,
.panel-heading:before {
    content: " ";
    display: table;
}

.panel-heading:after {
    clear: both;
}

.panel-title {
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.panel-title select {
    border-width: 0;
    background-color: transparent;
    text-transform: uppercase;
}

.panel-title select option {
    text-transform: capitalize;
}

.panel-title .select2 {
    display: block;
    min-width: 200px;
}

.panel-title .select2-selection {
    height: auto;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
}

.no-outlines .panel-title .select2-selection {
    outline: 0;
}

.panel-title .select2-selection .select2-selection__rendered {
    float: left;
    margin-right: 8px;
    padding: 0;
    line-height: inherit;
}

.panel-title .select2-selection .select2-selection__arrow {
    float: left;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
}

.panel-title .select2-selection .select2-selection__arrow:before {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
}

.panel-title .select2-container--open .select2-selection__arrow:before {
    content: "\f106";
}

.panel-heading .dropdown {
    float: right;
}

.panel-heading .dropdown .dropdown-toggle {
    margin: -10px -20px;
    padding: 10px 20px;
    color: #999;
    border-width: 0;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.panel-heading .dropdown .dropdown-toggle:after,
.toolbar__nav > li > a > span {
    display: none;
}

.panel-heading .dropdown-menu {
    top: 30px !important;
    left: auto !important;
    right: -20px;
    margin: 0;
    padding: 10px 0;
    border-width: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 1001;
}

.panel-heading .dropdown-menu a {
    padding: 5px 15px;
    color: #999;
    font-size: 13px;
    line-height: 23px;
}

.panel-heading .dropdown-menu a:hover {
    color: #e16123;
}

.panel-heading .dropdown-menu i {
    min-width: 15px;
    margin-right: 6px;
    font-size: 11px;
    text-align: center;
}

.panel-subtitle {
    margin: 20px 0;
}

.panel-subtitle:first-child {
    margin-top: 0;
}

.panel-subtitle .h5 {
    color: #999;
    font-weight: 600;
}

.panel-subtitle .h5 small {
    color: #777;
}

.panel-body {
    padding: 20px;
}

.panel-content,
.panel-social {
    position: relative;
    border-radius: 0 0 4px 4px;
}

.panel-content {
    border-top: 1px solid #eee;
    /*padding: 31px 20px 33px;*/
    padding: 15px 20px 20px 20px;
}

.panel-about table {
    width: 100%;
    word-break: break-word;
}

.panel-about table tr + tr td,
.panel-about table tr + tr th {
    padding-top: 8px;
}

.panel-about table th {
    min-width: 120px;
    color: #2bb3c0;
    font-weight: 400;
    vertical-align: top;
}

.panel-about table th > i {
    min-width: 14px;
    margin-right: 8px;
    text-align: center;
}

.panel-social {
    padding: 0 20px 33px;
    z-index: 0;
}

.panel-heading + .panel-social {
    padding-top: 21px;
    border-top: 1px solid #eee;
}

.panel-social > .nav {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.panel-social > .nav > li:not(:last-child) {
    margin-right: 20px;
}

.panel-social > .nav > li > a {
    color: #ccc;
}

.panel-activity__status > .actions {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 10px 20px;
    background-color: #ebebea;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-link {
    display: inline-block;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
}

button.btn-link {
    border-width: 0;
}

.panel-activity__status > .actions > .btn-group > .btn-link:not(:last-child) {
    margin-right: 25px;
}

.panel-activity__status > .actions > .btn-group > .btn-link {
    padding-left: 0;
    padding-right: 0;
    color: #9c9c9c;
}

.btn-info {
    background-color: #649dfe;
    border: none;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.panel-activity__status > .actions > .btn-group {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 16px;
}

.panel-activity__list {
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.panel-activity__list,
.panel-activity__list > li {
    position: relative;
    z-index: 0;
}

.panel-activity__list:before {
    content: " ";
    display: none;
    position: absolute;
    top: 20px;
    left: 35px;
    bottom: 0;
    border-left: 2px solid #ebebea;
}

.activity__list__icon {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    min-width: 30px;
    color: #fff;
    background-color: #2bb3c0;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.panel-activity__list,
.panel-activity__list > li {
    position: relative;
    z-index: 0;
}

.activity__list__header {
    position: relative;
    min-height: 35px;
    padding-top: 4px;
    padding-left: 45px;
    color: #999;
    z-index: 0;
}

.activity__list__body {
    padding-top: 13px;
    padding-left: 43px;
}

.entry-content .gallery {
    margin: 0;
    list-style: none;
    padding: 0;
}

.entry-content .gallery,
.m-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content .gallery > li {
    padding-right: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.gallery > li img {
    max-width: 100%;
    height: auto;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

.entry-content blockquote:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}

.entry-content blockquote p:before {
    content: "\f10d";
    color: #999;
    margin-right: 12px;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 900;
}

.activity__list__header img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px;
    border-radius: 50%;
}

.activity__list__header a {
    color: #222;
    font-weight: 600;
}

.activity__list__footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 23px;
    margin-left: 43px;
    padding: 13px 8px 0;
    color: #999;
    border-top: 1px dotted #ccc;
}

.activity__list__footer a {
    color: inherit;
}

.activity__list__footer a + a {
    margin-left: 15px;
}

.activity__list__footer i {
    margin-right: 8px;
}

.activity__list__footer a:hover {
    color: #222;
}

.activity__list__footer span {
    margin-left: auto;
}

.panel-activity__list > li + li {
    margin-top: 51px;
}

.weather--panel {
    padding: 24px 20px 36px;
    border-radius: 5px;
    text-align: center;
}

.weather--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.weather--title .fa {
    margin-right: 5px;
    font-size: 30px;
    line-height: 40px;
}

.weather--info {
    margin-top: 14px;
    font-size: 46px;
    line-height: 56px;
}

.weather--info .wi {
    margin-right: 10px;
}

.bg-blue {
    background-color: #2bb3c0;
}

.bg-orange {
    background-color: #e16123;
}

.todo--panel .list-group,
.user--list > li,
.user--list > li > a {
    position: relative;
    z-index: 0;
}

.hero-height {
    max-height: 314px;
}

.hero-height .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgb(233, 236, 238);
}

.todo--panel .list-group {
    margin-bottom: 0;
    padding-top: 23px;
    padding-bottom: 25px;
}

.todo--panel .list-group:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #eee;
}

.todo--panel .list-group-item {
    margin-top: 27px;
    padding: 0;
    border-width: 0;
}

li.list-group-item:first-child {
    margin-top: 0;
}

.todo--label {
    padding-left: 20px;
    padding-right: 30px;
    color: #696969;
    font-weight: 400;
}

.todo--input {
    display: none;
}

.todo--text {
    display: block;
    position: relative;
    padding-left: 39px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
    z-index: 0;
}

.todo--input:checked + .todo--text {
    color: #999;
    text-decoration: line-through;
}

.todo--text:after,
.todo--text:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.todo--text:before {
    border: 1px solid #ccc;
    content: " ";
}

.todo--text:after {
    content: "\f00c";
    color: #fff;
    background-color: #009378;
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear;
    transition: opacity 0.25s linear, transform 0.25s linear, -webkit-transform 0.25s linear;
}

.todo--input:checked + .todo--text:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.todo--remove {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    color: #999;
    font-size: 18px;
    line-height: 28px;
}

.todo--panel .input-group {
    border-top: 1px solid #eee;
}

.todo--panel .form-control {
    height: auto;
    padding: 13px 20px 14px;
    border-width: 0;
}

.todo--panel .btn-link {
    padding: 12px 16px;
    color: #ccc;
    font-size: 28px;
    border-width: 0;
    text-decoration: none;
}

.feeds-panel {
    margin: 20px 20px 0;
    padding-top: 17px;
    padding-bottom: 23px;
    border-top: 1px solid #ebebea;
}

.feeds-panel li {
    position: relative;
    width: 100%;
    min-height: 20px;
    padding-left: 40px;
    z-index: 0;
}

.feeds-panel li a {
    color: #e16123;
}

.feeds-panel li + li {
    margin-top: 12px;
}

.bg-red {
    background-color: #ff4040;
}

.bg-green {
    background-color: #009378;
}

.comments-panel > ul > li:after,
.comments-panel > ul > li:before,
.feeds-panel li:after,
.feeds-panel li:before {
    content: " ";
    display: table;
}

.comments-panel > ul > li:after,
.feeds-panel li:after {
    clear: both;
}

.feeds-panel .time {
    float: right;
    margin-left: 5px;
    color: #ccc;
    font-style: italic;
}

.feeds-panel .fa {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 30px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.feeds-panel .text {
    color: #696969;
    line-height: 26px;
}

/* BODY_RESPONSIVE */

@media (max-width: 767px) {
    .content_wrapper {
        padding-top: 25px;
        transition: all 0.3s;
        /* margin-left: 0px; */
    }

    .mobile_nav .content_wrapper {
        margin-right: -270px !important;
        margin-left: 270px;
    }
}

.line_height {
    height: 350px;
}

/*===========CALENDAR_BASIC================*/

@media (max-width: 767px) {
    .fc-unthemed .fc-toolbar h2 {
        font-size: 15px;
    }
}

@media (max-width: 531px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: left;
    }

    .fc-toolbar .fc-right {
        margin: 15px 0 0;
    }

    .fc-toolbar .fc-center {
        display: block;
    }

    .fc-unthemed .fc-toolbar h2 {
        font-size: 15px;
    }
}

/* header start */

.header-bg {
    background: #fff;
}

.main-header {
    z-index: 1030;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    filter: none;
    position: static;
}

.border_top_bott {
    background-color: rgba(232, 232, 232, 0.5);
    background: linear-gradient(to right, #6a6bed 0%, #e0deec 100%);
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.container_header {
    width: 100%;
}

.container_header.principal {
    /*background-color: #81259d;*/
}

.logo {
    float: left;
    display: block;
    width: 270px;
    height: 70px;
    padding: 10px 0px;
    line-height: 1.7 !important;
    background: transparent;
    position: relative;
}


.logo a {
    display: inline-block;
}

.logo_icon {
    display: none;
}

.icon_menu {
    display: none;
    position: absolute;
    top: 25px;
    right: -40px;
    margin: 0px;
    z-index: 99999;
}

.menu-toggler {
    line-height: 20px;
    cursor: pointer;
    /* opacity: .7; */
    filter: alpha(opacity=70);
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: none;
    height: 20px;
    width: 25px;
    border-top: 2px solid #333333;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: relative;
}

.menu-toggler:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #81259d;
}

.right_detail {
    float: right;
    width: calc(100% - 285px);
    padding-left: 15px;
    padding-right: 15px;
}

.top_function {
    padding: 9px 0px;
    margin-left: 30px;
    position: relative;
}

.min-h {
    min-height: 70px;
}

#toggle_res_search {
    color: #9b9b9b;
    font-size: 1rem;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    position: relative;
    top: 5px;
}

.search .search-form {
    position: absolute;
    width: 300px;
    right: 85%;
    top: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 0;
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    z-index: 992;
}

.search .search-form .btn {
    background: #ec8478;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
}

.language-switch,
.dropdown-notification,
.dropdown-inbox,
.dropdown-user {
    margin: 0 0px 0px 20px;
    padding: 22px 0px 16px;
}

@media (max-width: 991px) {
    .language-switch,
    .dropdown-notification,
    .dropdown-inbox,
    .dropdown-user {
        margin: 0 0px 0px 24px;
    }

    .dropdown-user a.dropdown-toggle span {
        font-size: 0;
    }

    .dropdown-user a.dropdown-toggle span i {
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .main-header .phone_view {
        position: relative;
    }

    .main-header .phone_view:before {
        content: "";
        width: 100%;
        height: 71px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .icon_menu {
        top: 23px;
        right: auto;
        left: 15px;
    }

    .logo {
        padding: 10px;
        background: transparent;
        justify-content: center;
        float: none;
    }

    .right_detail {
        width: 100%;
        float: none;
    }

    .search .search-form {
        width: 300px;
        right: 0px;
    }
}

.right_bar_top {
    position: relative;
}

.dropdown-user ul li i {
    margin-right: 5px;
}

.badge-warning {
    color: #ffffff !important;
}

.badge-neutro {
    color: #ffffff !important;
    background: #d0d0d0;
}

.right_bar_top .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 250px;
    z-index: 1000;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border: none;
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    transform: translate3d(0px, 50px, 0px) !important;
    top: 100% !important;
    transition: all 0.5s;
    display: block;
    visibility: hidden;
    opacity: 0;
    /* padding: 10px 0; */
}

.right_bar_top .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
    visibility: visible;
    opacity: 1;
}

.right_bar_top .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eff0f4;
    border-left: 7px solid transparent;
    /* border-bottom-color: rgba(0, 0, 0, .2); */
    content: "";
}

.dropdown-menu li a {
    color: #222222;
    font-size: 14px;
    padding: 13px 16px;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
}

.multiple-select li a {
    font-size: 12px;
    color: #555555 !important;
}

.dropdown-notification .dropdown-toggle i,
.dropdown-inbox .dropdown-toggle i {
    color: rgba(119, 119, 119, 0.67);
    font-size: 1.2rem;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.dropdown-notification .dropdown-toggle,
.dropdown-inbox .dropdown-toggle,
.dropdown-user .dropdown-toggle {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    background: transparent;
    border-radius: 50%;
    height: 24px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.dropdown-notification .dropdown-toggle:after,
.dropdown-inbox .dropdown-toggle:after,
.dropdown-user .dropdown-toggle:after {
    display: none;
}

.dropdown-notification .dropdown-menu,
.dropdown-inbox .dropdown-menu {
    min-width: 160px;
    max-width: 455px;
    width: 455px;
    z-index: 9995;
    height: 300px;
}

.dropdown-notification .dropdown-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.dropdown-inbox .dropdown-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a0a0a0;
}

.dropdown-notification .dropdown-menu li.bigger,
.dropdown-inbox .dropdown-menu li.bigger {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: 0.5px;
    background: #f3f4f4;
}

.dropdown-notification .dropdown-menu li,
.dropdown-inbox .dropdown-menu li {
    list-style: none;
    width: 100%;
    trans
}

.dropdown-notification .dropdown-menu li.unseen {
    background-color: rgba(0, 0, 0, .08) !important;
}

.dropdown-notification .dropdown-menu li.bigger h3,
.dropdown-inbox .dropdown-menu li.bigger h3 {
    text-transform: uppercase;
    padding: 2px 0;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #2a3142;
    float: left;
    margin: 0px;
}

.dropdown-notification .dropdown-menu li.bigger .notification-label,
.dropdown-inbox .dropdown-menu li.bigger .notification-label {
    float: right;
    border-radius: 10px;
    padding: 0px 10px;
    color: #fff;
    background-color: #0985f9;
    line-height: 24px;
    font-size: 12px;
}

.dropdown-menu .mCSB_container {
    margin-right: 0px;
}

.badge_coun {
    position: absolute;
    top: -2px;
    right: 0;
    font-weight: 300;
    padding: 0;
    background: #fa3e3e;
    border-radius: 50%;
    white-space: nowrap;
    display: inline-block;
    min-width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.dropdown-menu-list {
    margin: 0px;
    padding: 0px;
}

.dropdown-menu-list > li.list {
    height: 60px;
    border-bottom: 1px solid #eff2f6 !important;
}

.dropdown-menu-list li a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 8px 15px 8px;
    text-shadow: none;
    color: #fff;
}

.dropdown-menu-list li a .time {
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
    margin: 1px 0px;
    background: #3997f8;
    border-radius: 4px;
}

.dropdown-menu-list li a .details {
    overflow: hidden;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 8px 15px 8px 0;
    text-shadow: none;
    color: #888;
}

.dropdown-menu-list li a .details p {
    float: left;
    width: 285px;
}

.deepPink-bgcolor {
    background-color: #e91e63 !important;
    color: #fff !important;
}

.photo {
    float: left;
}

.notification-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff !important;
    line-height: 1.2;
    padding: 12px 0;
    border-radius: 35%;
    margin-right: 10px;
    float: left;
}

.photo img {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}

.subject {
    display: block;
    margin-left: 46px;
}

.subject .from {
    font-size: 13px;
    font-weight: 600;
    color: #2a3142;
    margin-top: 12px;
    display: inline-block;
}

.subject .time {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    filter: alpha(opacity=50);
    float: right;
}

.message {
    display: block !important;
    font-size: 12px;
    line-height: 1.3;
    margin-left: 46px;
    color: #000;
}

/* USer_DropDown */

.dropdown-user {
    display: inline-block;
}

.dropdown-user a.dropdown-toggle {
    height: 30px;
    width: 170px;
    background: transparent;
    text-align: left;
    color: #000;
}

.dropdown-toggle > img.pro_pic {
    margin-top: 0;
    width: 30px;
    display: inline-block;
    height: 30px;
    margin-right: 5px;
}

.dropdown-toggle > .username,
.dropdown-user .dropdown-toggle > i {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #53505f;
}

.panle_right {
    margin: 0 0px 0px 20px;
    padding: 10px 0px;
}

.icon_rightpenle img {
    vertical-align: middle;
    cursor: pointer;
}

/* panel */

.settings-panel {
    border-left: 1px solid #f3f3f3;
    display: block;
    position: fixed;
    top: 70px;
    right: -300px;
    bottom: 0;
    width: 300px;
    height: 100vh;
    min-height: 100%;
    background: #ffffff;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: right, box-shadow;
    -moz-transition-property: right, box-shadow;
    -o-transition-property: right, box-shadow;
    transition-property: right, box-shadow;
    z-index: 9999;
}

.settings-panel.open {
    right: 0;
}

.settings-panel .nav-tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.settings-panel .nav-tabs .nav-item {
    border: none;
    min-width: 145px;
}

.settings-panel .nav-tabs .nav-item .nav-link {
    background: transparent;
    text-align: center;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #222222;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-property: color;
    -webkit-transition-property: color;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
}

.settings-panel .nav-tabs .nav-item .nav-link.active {
    background: transparent;
    color: #7571f9;
}

.settings-panel .tab-content {
    border: none;
    padding: 20px 0 0px 0;
}

.settings-panel .tab-content .tab-pane.scroll-wrapper {
    position: relative;
    max-height: 100vh;
    height: 100%;
    padding-bottom: 150px;
}

.settings-panel .tab-content .tab-pane.scroll-wrapper {
    position: relative;
    max-height: 100vh;
    height: 100%;
    padding-bottom: 150px;
    padding-right: 10px;
}

.add-items {
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding-left: 10px;
    border-top: none !important;
}

.list_space .todo--panel .list-group:before {
    display: none;
}

.add-items .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: transparent;
    border: 1px solid #f3f3f3;
    font-weight: 400;
    font-size: 0.8125rem;
    height: 48px;
}

.add-items .todo-list-add-btn {
    box-shadow: 0 2px 2px 0 rgba(117, 113, 249, 0.14), 0 3px 1px -2px rgba(117, 113, 249, 0.2), 0 1px 5px 0 rgba(117, 113, 249, 0.12);
    margin-left: 0.5rem;
    color: #fff;
    height: 48px;
    font-size: 15px;
}

.list-wrapper {
    height: 100%;
    max-height: 100%;
}

.list-wrapper ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}

.list-wrapper ul li {
    font-size: 0.9375rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f3f3f3;
}

.list-wrapper ul li:first-child {
    border-bottom: none;
}

.list-wrapper ul li .form-check {
    max-width: 90%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.list-wrapper ul li .form-check .form-check-label {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    min-height: 18px;
    display: block;
    margin-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.list-wrapper input[type="checkbox"] {
    margin-right: 15px;
}

.list-wrapper ul li {
    font-size: 0.9375rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f3f3f3;
}

.settings-panel .todo--panel .list-group-item {
    margin-top: 10px;
}

.settings-panel .chat-list {
    padding-left: 0;
}

.settings-panel .chat-list .list {
    padding: 0.4rem 0.8rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
}

.settings-panel .chat-list .list.active {
    background: #f8f9fa;
}

.settings-panel .chat-list .list .profile {
    position: relative;
    margin-right: 1rem;
}

.settings-panel .chat-list .list .profile img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
}

.settings-panel .chat-list .list .profile span {
    height: 0.75rem;
    width: 0.75rem;
    position: absolute;
    bottom: 0.34rem;
    right: 0;
    border: 0.13rem solid #ffffff;
    border-radius: 100%;
}

.settings-panel .chat-list .list .profile span.online {
    background: #6fd96f;
}

.settings-panel .chat-list .list .info {
    margin-right: auto;
}

.settings-panel .chat-list .list .info p {
    display: block;
    margin-bottom: 0;
}

.settings-panel .chat-list .list .info p:last-child {
    opacity: 0.5;
    font-size: 0.8rem;
}

.settings-panel .chat-list .list .profile span.offline {
    background: #f29d56;
}

.settings-panel .badge {
    font-size: 12px;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
}

.settings-panel .badge.badge-pill {
    border-radius: 10rem;
}

.settings-panel .settings-heading {
    padding: 16px 0 13px 35px;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
    margin-bottom: 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.height_bar {
    height: 100vh;
}

.settings-panel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
}

/* click_icon_menu */

.nav_small .logo {
    width: 70px;
    padding: 10px 10px 10px 2px !important;
    text-align: center;
    justify-content: center;
}

.nav_small .logo a .logo_icon {
    display: block;
}

.nav_small .logo .logo-default {
    display: none;
}

.nav_small .icon_menu {
    right: -40px;
}

.nav_small .right_detail {
    width: calc(100% - 85px);
}

.nav_small .top_function {
    margin-left: 30px;
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    .main-header {
        z-index: 1030;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0;
        filter: none;
        box-shadow: none;
        position: fixed;
        right: 0px;
        left: 0px;
        top: 0px;
        min-height: 70px;
        background: #fff;
    }

    .border_top_bott {
        border-bottom: none;
    }

    .page_breadc {
        margin-top: 133px;
    }

    .page_breadc {
        width: 100%;
        display: inline-block;
        background: rgb(223, 91, 92);
        background: #dedede;
    }

    .box-header-mobile {
        padding: 0 !important;
    }

    .logo {
        padding: 10px;
        justify-content: center;
        float: none;
        width: 100%;
    }

    .icon_menu {
        top: 96px;
        left: 0;
        right: auto;
    }

    .dropdown-user a.dropdown-toggle {
        width: 56px;
    }

    .right_detail {
        padding-right: 0;
    }
}

.box-alert-message {
    margin-top: -30px !important;
}

@media (max-width: 767px) {
    .box-alert-message {
        margin-top: -10px !important;
    }

    .right_bar_top .dropdown-menu {
        margin-left: 0;
        right: 0 !important;
        margin: 0 auto;
        width: 290px;
        max-width: 290px;
    }

    .right_bar_top {
        position: static;
    }

    .search .search-form {
        width: calc(100% - 30px);
        right: 15px;
        box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 480px) {
    .right_bar_top .dropdown-menu {
        width: 245px;
        max-width: 245px;
    }

    .right_bar_top .dropdown-notification .dropdown-menu {
        right: -102px !important;
    }

    .right_bar_top .dropdown-notification .dropdown-menu:before {
        right: 109px;
    }
}

@media (min-width: 992px) {
    .search .search-form.form_show {
        position: static;
        width: 300px;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
}

/* INDEX1_HEADER_COLOR */

.header_bg1 {
    background: -webkit-gradient(linear, left top, right top, from(#5b9c80), to(#35bf84));
    background: linear-gradient(to right, #5b9c80, #35bf84);
    border-top: none;
}

@media (min-width: 992px) {
    .header_bg1 .search .search-form {
        background: #09ab82;
        border-radius: 5px;
    }

    .header_bg1 .search .search-form .form-control {
        background: transparent;
        border: none;
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .header_bg1 .search .search-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .header_bg1 .dropdown-notification .dropdown-toggle i,
    .header_bg1 .dropdown-inbox .dropdown-toggle i,
    .header_bg1 .dropdown-user a.dropdown-toggle {
        color: #fff;
    }
}

.header_bg1 .search .search-form .form-control:focus {
    border-color: #09ab82;
}

.header_bg1 .dropdown-notification .dropdown-menu li.bigger .notification-label,
.header_bg1 .dropdown-inbox .dropdown-menu li.bigger .notification-label,
.header_bg1 .dropdown-menu-list li a .time {
    background-color: #09ab82;
}

.bor_bottum {
    border-bottom: 1px solid #d6d6d6;
}

.header_bg1 .badge_coun {
    background: #09ab82;
}

.header_bg1 .search .input-group .btn {
    background: #09ab82;
}

@media (max-width: 991px) {
    .main-header .header_bg1.phone_view:before,
    .header_bg1 .logo {
        background: -webkit-gradient(linear, left top, right top, from(#5b9c80), to(#35bf84));
        background: linear-gradient(to right, #5b9c80, #35bf84);
    }

    .header_bg1 {
        background: transparent;
    }

    .header_bg1 .menu-toggler {
        border-top: 2px solid #38bd84;
        border-bottom: 2px solid #37bd84;
    }

    .header_bg1 .menu-toggler:before {
        background: #37bd84;
    }
}

/* INDEX2_HEADER_COLOR */

.header_bg2 {
    background: -webkit-gradient(linear, left top, right top, from(#c9576a), to(#e2595f));
    background: linear-gradient(to right, #c9576a, #e2595f);
    border-top: none;
}

@media (min-width: 992px) {
    .header_bg2 .search .search-form {
        background: #da686d;
        border-radius: 5px;
    }

    .header_bg2 .search .search-form .form-control {
        background: transparent;
        border: none;
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .header_bg2 .search .search-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .header_bg2 .dropdown-notification .dropdown-toggle i,
    .header_bg2 .dropdown-inbox .dropdown-toggle i,
    .header_bg2 .dropdown-user a.dropdown-toggle {
        color: #fff;
    }
}

.header_bg2 .search .search-form .form-control:focus {
    border-color: #da686d;
}

.header_bg2 .dropdown-notification .dropdown-menu li.bigger .notification-label,
.header_bg2 .dropdown-inbox .dropdown-menu li.bigger .notification-label,
.header_bg2 .dropdown-menu-list li a .time {
    background-color: #da686d;
}

.bor_bottum {
    border-bottom: 1px solid #d6d6d6;
}

.header_bg2 .badge_coun {
    background: #da686d;
}

.header_bg2 .search .input-group .btn {
    background: #da686d;
}

@media (max-width: 991px) {
    .main-header .header_bg2.phone_view:before,
    .header_bg2 .logo {
        background: -webkit-gradient(linear, left top, right top, from(#c9576a), to(#e2595f));
        background: linear-gradient(to right, #c9576a, #e2595f);
    }

    .header_bg2 {
        background: transparent;
    }

    .header_bg2 .menu-toggler {
        border-top: 2px solid #da686d;
        border-bottom: 2px solid #da686d;
    }

    .header_bg2 .menu-toggler:before {
        background: #da686d;
    }
}

/* INDEX3_HEADER_COLOR */

.header_bg3 {
    background: -webkit-gradient(linear, left top, right top, from(#2a9faf), to(#00bcd4));
    background: linear-gradient(to right, #2a9faf, #00bcd4);
    border-top: none;
    border-top: none;
}

@media (min-width: 992px) {
    .header_bg3 .search .search-form {
        background: #36bed0;
        border-radius: 5px;
    }

    .header_bg3 .search .search-form .form-control {
        background: transparent;
        border: none;
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .header_bg3 .search .search-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    .header_bg3 .dropdown-notification .dropdown-toggle i,
    .header_bg3 .dropdown-inbox .dropdown-toggle i,
    .header_bg3 .dropdown-user a.dropdown-toggle {
        color: #fff;
    }
}

.header_bg3 .search .search-form .form-control:focus {
    border-color: #36bed0;
}

.header_bg3 .dropdown-notification .dropdown-menu li.bigger .notification-label,
.header_bg3 .dropdown-inbox .dropdown-menu li.bigger .notification-label,
.header_bg3 .dropdown-menu-list li a .time {
    background-color: #36bed0;
}

.bor_bottum {
    border-bottom: 1px solid #d6d6d6;
}

.header_bg3 .badge_coun {
    background: #1aa1b3;
}

.header_bg3 .search .input-group .btn {
    background: #36bed0;
}

@media (max-width: 991px) {
    .main-header .header_bg3.phone_view:before,
    .header_bg3 .logo {
        background: -webkit-gradient(linear, left top, right top, from(#2a9faf), to(#00bcd4));
        background: linear-gradient(to right, #2a9faf, #00bcd4);
    }

    .header_bg3 {
        background: transparent;
    }

    .header_bg3 .menu-toggler {
        border-top: 2px solid #36bed0;
        border-bottom: 2px solid #36bed0;
    }

    .header_bg3 .menu-toggler:before {
        background: #36bed0;
    }
}

/* end header */

/* start menu * /
    /* Side_bar */

.side_bar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 70px;
    height: 100vh;
    width: 270px;
    background-size: cover;
    padding-bottom: 20px;
    z-index: 9;
}

.side_bar:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #0985f9 0%, #3848eb 100%);
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 45px 24px;
    white-space: nowrap;
    overflow: hidden;
    background: #3e90f6;
    margin-bottom: 30px;
}

.user-panel > .user_image {
    display: inline-block;
    vertical-align: middle;
}

.user-panel > .user_image > img {
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1000;
    position: inherit;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 2px;
}

.user-panel > .info {
    line-height: 1;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.user-panel > .info > p {
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.user-panel > .info > a {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.sidebar-menu {
    margin: 0px;
    padding: 0px 15px 0px 0px;
}

.navigation ul.sidebar-menu li {
    display: inline-block;
}

.sidebar-menu li {
    list-style: none;
    position: relative;
}

.sidebar-menu li a {
    margin: 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 13px 20px;
    font-size: 13.5px;
    position: relative;
    transition: all 0.5s;
}

.navigation .sidebar-menu li a {
    border-bottom: none;
    padding: 15px 15px 15px 15px;
    color: #ffffff;
    vertical-align: middle;
    font-size: 12px;
}

.navigation .sidebar-menu li.menu_sub a {
    padding: 15px 30px 15px 15px;
}

.sidebar-menu li a:hover {
    /*background: transparent;*/
    background: rgba(0, 0, 0, 0.05);
    color: #e9e9e9;
}

.sidebar-menu li a i {
    margin-right: 5px;
    text-shadow: none;
    float: left;
    font-size: 14px;
    color: inherit;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    min-height: 20px;
    min-width: 20px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
}

.sidebar-menu li a .styleicon {
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 10px;
    transition: all 0.3s;
}

.sidebar-menu li a.active .icon-arrow-down:before {
    content: "\e607";
    font-family: "simple-line-icons";
}

/* .sidebar-menu li a.open_menu .arrow:before {
     content: "\f365"
     } */

.down_menu {
    display: none;
    list-style: none;
    padding: 0px 0px 0px 32px;
    margin: 0;
}

.down_menu li a {
    padding: 10px 12px;
}

.sidebar-menu li .down_menu li a {
    border: none;
}

.sidebar-menu li .down_menu li a {
    /* 	background: transparent; */
}

.side_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.37);
}

@media (min-width: 992px) {
    .navigation ul.sidebar-menu li:hover > .down_menu {
        display: block !important;
        min-width: 260px;
        position: absolute;
        top: 100%;
        left: 10px;
        background: #fff;
        text-align: left;
        z-index: 9;
        padding: 0px;
        border-radius: 5px;
        box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    }

    /*.navigation .sidebar-menu li:first-child a {
            padding-left: 0px;
        }*/
    .navigation ul.sidebar-menu li:hover > .down_menu:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        top: -6px;
        left: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: -1px 0px 2px 0px rgba(69, 65, 78, 0.2);
    }

    .navigation ul.sidebar-menu li:last-child:hover ul.down_menu {
        left: auto;
        right: 0;
    }

    .navigation ul.sidebar-menu li:last-child:hover ul.down_menu:before {
        right: 10px;
        left: auto;
    }

    .navigation ul.sidebar-menu li:hover > .down_menu li {
        display: block;
    }

    .navigation ul.sidebar-menu li:hover > .down_menu a {
        display: block;
        padding: 8px 25px;
        clear: both;
        white-space: nowrap;
        font-size: 12px;
        color: #0f1f3e;
    }

    .navigation ul.sidebar-menu li ul li ul {
        left: 100% !important;
        top: 0px !important;
    }

    .navigation ul.sidebar-menu li:hover > .down_menu li ul:before {
        display: none;
    }

    .navigation ul.sidebar-menu li ul li .arrow:before {
        top: 8px;
        right: 15px;
    }

    .navigation .sidebar-menu li a:hover .arrow:before {
        font-family: "FontAwesome";
        content: "\f106";
    }
}

.navigation .sidebar-menu li a .arrow:before {
    width: 12px;
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    position: absolute;
    top: 12px;
    right: 7px;
    font-size: 15px;
}

.dropdown-item {
    font-size: 13px !important;
}

.dropdown-menu.show {
    padding: 4px !important;
}

/* small_menu */

.nav_small .side_bar {
    width: 70px;
}

.nav_small .logo {
    width: 70px;
    padding: 10px 10px 10px 2px !important;
    text-align: center;
    justify-content: center;
}

.nav_small .logo .logo-default {
    display: none;
}

.nav_small .logo a .logo_icon {
    display: block;
}

.nav_small .sidebar-menu li a i {
    float: none;
    min-height: 25px;
    min-width: 25px;
    line-height: 25px;
    margin: 0;
    font-size: 18px;
}

.nav_small .sidebar-menu > li > a > span {
    display: none;
}

.nav_small .user-panel {
    display: none;
}

.nav_small .sidebar-menu li {
    position: relative;
    z-index: 10000;
    display: block;
    padding-right: 10px;
}

.nav_small .sidebar-menu li a {
    padding: 12px 10px;
    text-align: center;
}

.nav_small .sidebar-menu li:hover > .down_menu {
    width: 230px;
    position: absolute;
    z-index: 2000;
    left: 100%;
    margin-top: 0;
    top: 0;
    display: block !important;
    background-color: #1f2829;
    padding: 10px;
}

.nav_small .sidebar-menu li:hover .down_menu li {
    padding-right: 0;
}

.nav_small .sidebar-menu li:hover .down_menu li a {
    border: none;
    padding: 10px;
}

.nav_small .sidebar-menu li:hover .down_menu li a:hover {
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

.nav_small .mCSB_container,
.nav_small .mCustomScrollBox {
    overflow: visible;
}

.nav_small .sidebar-menu li .down_menu li a {
    text-align: left;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navigation .sidebar-menu li a {
        padding: 20px 15px 20px 10px;
        font-size: 11px;
    }

    .navigation .sidebar-menu li a i {
        margin-right: 5px;
        font-size: 10px;
        min-height: 10px;
        min-width: 10px;
        line-height: 18px;
    }

    .navigation .sidebar-menu li a .arrow:before {
        right: 0px;
    }

    .navigation ul.sidebar-menu li:last-child:hover > .down_menu {
        left: auto;
        right: 0px;
    }
}

@media (max-width: 991px) {
    .icon_menu {
        display: block;
        margin-left: 15px;
    }

    .navigation {
        width: 300px;
        position: absolute;
        top: 0px;
        left: -325px;
        background: #fff;
        transition: all 0.3s;
        height: calc(100vh - 144px);
        z-index: 99;
    }

    .mobile_nav .navigation {
        left: 0;
    }

    .navigation ul.sidebar-menu li,
    .nav_small .logo .logo-default {
        display: block;
    }

    .navigation .sidebar-menu li a {
        color: #222;
        /*padding: 18px 25px 18px 26px;*/
    }

    .navigation .sidebar-menu li a .arrow:before {
        right: 15px;
    }

    .sidebar-menu li .down_menu li a {
        text-align: left;
        padding: 8px 15px 8px 26px;
    }

    .down_menu {
        padding: 0px;
    }

    .navigation .sidebar-menu li a {
        font-size: 14px;
    }

    .navigation .mCSB_scrollTools {
        visibility: visible;
    }

    .navigation .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #5e549d;
    }
}

@media (max-width: 767px) {
    .side_bar {
        top: 61px;
        margin-left: -270px;
        transition: all 0.3s;
        height: calc(100vh - 61px);
        padding-top: 33px;
    }

    .mobile_nav .side_bar {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navigation .mCustomScrollBox,
    .navigation .mCSB_container {
        overflow: inherit;
        margin: 0px;
    }

    .navigation .mCSB_scrollTools {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

/* menu end */

/* validate */

.login-form .form-group {
    margin-bottom: 10px;
}

input.form-control.error {
    border: 1px solid #fb404b;
}

textarea.form-control.error {
    border: 1px solid #fb404b;
}

select.form-control.error {
    border: 1px solid #fb404b;
}

label.error {
    text-transform: none !important;
    color: #fb404b !important;
    font-size: 12px !important;
    margin: 0 !important;
}

/* index */

/* Top_BOX */

.light_blue_shedo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(54, 162, 245, 0.59);
}

.purple_shedo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(167, 104, 243, 0.57);
}

.red_shedo {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 81, 138, 0.6);
}

.homepage_fl_right {
    float: right;
    min-width: 92px;
    text-align: right;
}

.bg_shedo_light {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(54, 162, 245, 0.59);
}

.bg_shedo_light_green {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(52, 191, 163, 0.52);
}

.bg_shedo_light_red {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 81, 138, 0.6);
}

.bg_shedo_light_yellow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(234, 196, 89, 0.57);
}

.homepage_fl_right h4, .homepage_single h4 {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 9px;
}

.homepage_fl_right h3, .homepage_single h3 {
    font-size: 22px;
    color: #2e2e3a;
    font-weight: 500;
    margin-bottom: 0px;
}

.homepage_single p, .homepage_single p {
    padding-top: 15px;
    font-size: 12px;
    color: #999999;
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

span.fl_right {
    float: right;
    color: #36a2f5;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

/* USER_PROFILE */

.user_area {
    position: relative;
}

.profile_wid_user {
    text-align: center;
}

.profile-widget-head {
    background-image: url(../images/carousal-bg.jpg);
    background-size: cover;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    float: left;
    padding: 30px 0 55px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    margin-bottom: 50px;
}

.profile-widget-head:before {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: #6a94ff;
    color: #fff;
}

.profile-widget-head > h3 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.profile-widget-head > i {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    margin-top: 6px;
}

.profile-widget-head > span {
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-bottom: -35px;
    margin-left: -40px;
    overflow: hidden;
    position: absolute;
}

.profile-widget-head > span > img {
    float: left;
    width: 70px;
    height: 70px;
}

.profile_wid_user > h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin: 0 0 15px;
}

.profile_wid_user > span {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 7px 16px;
    background: #6c50f3;
}

.profile_wid_user > span > i {
    margin-right: 7px;
}

.profile_wid_user > p {
    margin-top: 15px;
    padding: 0 22px;
    text-align: center;
}

.profile_wid_user > p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 22px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.profile_wid_user > a {
    color: #a5a5a5;
    float: left;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.social-btns {
    float: right;
    list-style: none outside none;
    margin: -35px 0 0;
    padding: 0;
}

.social-btns > li {
    float: right;
    list-style: none outside none;
    margin-left: 6px;
}

.social-btns > li > a {
    float: left;
}

.profile_wid_user > .social-btns {
    display: table;
    float: none;
    margin: 0 auto 30px;
}

.social-btns > li > a > i {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 31px;
}

.social-btns > li > a > i.fa-facebook {
    background: #3b5998;
}

.social-btns > li > a > i.fa-google-plus {
    background: #dd4b39;
}

.social-btns > li > a > i.fa-twitter {
    background: #439ed6;
}

/* ReCent_Sale_TAble */

.users-list .list_membler {
    display: inline-block;
    width: 32px;
    position: relative;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}

.users-list li + li {
    margin-left: -14px;
}

.users-list li .badge {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #53505f;
    margin-bottom: 6px;
    font-weight: normal;
}

.users-list li img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 1000px;
}

.pull-up {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pull-up:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    z-index: 999;
}

.widthfull {
    width: 100%;
}

.martop_10 {
    margin-top: -10px;
}

.h_rainfall {
    height: 302px;
    width: 100%;
}

/*end index */

/**/

.miniatura-time {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    box-shadow: 0 2px 10px 0 rgba(107, 111, 130, 0.3);
    width: 30px;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

.box-caixa-entrada table tr td i {
    font-size: 11px;
}

.dataTables_info {
    text-align: center !important;
    padding-bottom: 0.85em !important;
}

table.dataTable tbody tr {
    cursor: pointer;
    line-height: 1.5;
}

.table-hover tbody tr:hover {
    background-color: rgba(2, 1, 1, 0.04);
}

.table td {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0px !important;
}

.barra.barra-loading {
    background-color: #f3f3f3;
    height: 22px;
}

.form-group {
    margin-bottom: 0.6rem !important;
}

.box-email-conversa .box-item:first-child {
    margin: 0 0 5px 0 !important;
}

.box-item {
    margin: 5px 0;
    padding: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.form-group p {
    font-size: 12px;
}

.box-caixa-entrada .tr-selected {
    background-color: #dcecf9;
}

/* INBOX MAIL */

.btn-accordion {
    text-decoration: normal !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}

.btn-accordion:hover {
    text-decoration: normal !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.box-header-email {
    border-radius: 5px;
    display: block;
    padding: 5px 0 15px 0;
    position: relative;
    /*vertical-align: top;*/
    margin: 5px 45px 5px 0px;
    border-color: #cdecb0;
    width: 100%;
    border-bottom: 1px solid #eceff1 !important;
}

.box-header-email p {
    font-style: normal !important;
    text-align: left !important;
    line-height: 1.5 !important;
    margin: 0px !important;
}

.box-header-email p:hover {
    font-style: normal !important;
}

.box-header-email img {
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-color: #eceff1 !important;
    padding: 2px;
}

.box-conversa-email .box-header-email .mail_date {
    color: #999;
    font-style: italic;
    margin-top: -17px !important;
    float: right;
    font-size: 11px !important;
}

.box-conversa-email article p {
    font-size: 14px !important;
}

.box-conversa-email article {
    /*border-bottom: 1px solid #eceff1 !important;*/
}

article.mail_content {
    font-size: 14px !important;
    margin: 15px 0 15px 0;
}

.box-conversa-email .mail_from {
    color: #999;
    font-style: italic;
    margin: 0;
}

.box-header-attach {
    margin-top: 10px;
    display: flex;
    font-size: 11px;
}

.box-header-attach .attach {
    float: left;
    padding: 1px 7px;
    border: 1px solid #6e7abe;
    border-radius: 10px;
}

.box-header-attach .attach {
    margin-right: 6px !important;
}

.fancybox-overlay {
    opacity: 1 !important;
}

.table i {
    font-size: 12px;
}

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

.editable-buttons button {
    height: 38px !important;
}

.btn-white-outlook.btn-fill i {
    font-size: 12px;
    margin-right: 5px;
}

.btn-white-outlook.btn-fill {
    color: #333333;
    background-color: #ffffff !important;
    border-color: #888888;
    padding: 5px 25px;
    border-radius: unset;
}

.btn-white-outlook.btn-fill:hover, .btn-white-outlook.btn-fill:focus, .btn-white-outlook.btn-fill:active, .btn-white-outlook.btn-fill.active, .btn-white-outlook:active:focus, .btn-white-outlook:active:hover, .btn-white-outlook.active:focus, .btn-white-outlook.active:hover {
    box-shadow: 0 1px 2px 0 rgba(213, 213, 213, 0.451), 0 1px 3px 1px rgba(213, 213, 213, 0.302) !important;
    background-color: #f1f1f1 !important;
}

.btn-green-outlook.btn-fill {
    color: #FFFFFF;
    background-color: #28aa40 !important;
    border-color: #18912f;
    padding: 5px 25px;
    border-radius: unset;
}

.btn-green-outlook.btn-fill:hover, .btn-green-outlook.btn-fill:focus, .btn-green-outlook.btn-fill:active, .btn-green-outlook.btn-fill.active, .btn-green-outlook:active:focus, .btn-green-outlook:active:hover, .btn-green-outlook.active:focus, .btn-green-outlook.active:hover {
    box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.451), 0 1px 3px 1px rgba(26, 115, 232, 0.302) !important;
    background-color: #22ac3c !important;
}

.btn-blue-outlook.btn-fill {
    color: #FFFFFF;
    background-color: #2055a4 !important;
    border-color: #1a73e8;
    padding: 5px 25px;
    border-radius: unset;
}

.btn-blue-outlook.btn-fill:hover, .btn-blue-outlook.btn-fill:focus, .btn-blue-outlook.btn-fill:active, .btn-blue-outlook.btn-fill.active, .btn-blue-outlook:active:focus, .btn-blue-outlook:active:hover, .btn-blue-outlook.active:focus, .btn-blue-outlook.active:hover {
    box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.451), 0 1px 3px 1px rgba(26, 115, 232, 0.302) !important;
    background-color: #1a4382 !important;
}

.btn-blue-google.btn-fill {
    color: #FFFFFF;
    background-color: #1a73e8 !important;
    border-color: #1a73e8;
}

.btn-blue-google.btn-fill:hover, .btn-blue-google.btn-fill:focus, .btn-blue-google.btn-fill:active, .btn-blue-google.btn-fill.active, .btn-blue-google:active:focus, .btn-blue-google:active:hover, .btn-blue-google.active:focus, .btn-blue-google.active:hover {
    box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.451), 0 1px 3px 1px rgba(26, 115, 232, 0.302) !important;
    background-color: #297be6 !important;
}

.quill-box {
    transition: 0.3s;
    border-radius: 6px !important;
}

.quill-box:hover {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
}

.quill-box .ql-container {
    height: 100px;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
}

.ql-toolbar.ql-snow {
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    padding: 12px;
    border-radius: 6px 6px 0 0 !important;
}

.btn.disabled, .btn:disabled {
    opacity: .40 !important;
}

.priority {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 4px;
    top: 58px;
    right: 7px;
    letter-spacing: -.01em;
}

.priority.danger {
    background-color: #D9534F;
    color: #fff;
}

.priority.info {
    background-color: #4688F1;
    color: #fff;
}

.priority.success {
    background-color: #0F9D58;
    color: #fff;
}

.priority.warning {
    background-color: #F7921C;
    color: #fff;
}

.priority:nth-child(2) {
    top: 37px;
}

.selo-status {
    background-color: #f62459;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 1px 4px;
    border-radius: 4px;
    letter-spacing: -.01em;
    text-align: center;
    margin-left: 6px;
}

.selo-status-flex {
    width: fit-content;
    margin: 3px 0 0 0;
}


.selo-status.gg {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 4px;
    letter-spacing: -.01em;
    text-align: center;
}

.selo-back-red {
    background-color: #D94831;
}

.selo-back-purple {
    background-color: #663399;
}

.selo-back-yellow {
    background-color: #E9A800;
}

.selo-back-orange {
    background-color: #FF8B00;
}

.selo-back-green {
    background-color: green;
}

.selo-back-blue {
    background-color: #36A2F5;
}

.page-item.active .page-link {
    background-color: #89c4f4 !important;
    border-color: #89c4f4 !important;
}

.nowrap {
    white-space: nowrap !important;
}

li .bluered {
    background: rgba(0, 0, 0, 0.08);
}


.btn-extra-small {
    padding: 2px 9px !important;
    font-size: 12px !important;
}

.title-top {
    font-size: 22px;
    font-weight: bold;
}

.detalhes-ocorrencia label {
    margin-bottom: 0px !important;
}

.on-air {
    -webkit-background-clip: text;
    -webit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 50px;
    margin-top: 35px !important;
    height: 150px;
    color: grey;
}

.avaya-warning h4, .avaya-aguardando-chamada h4 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.avaya-aguardando-chamada {
    display: none;
}

.avaya-warning h4 span {
    color: #1CC277;
}

.avaya-aguardando-chamada i {
    font-size: 30px;
    top: 35px;
    left: 35px;
    position: absolute;
    color: #c0c5c9;
}

.loading-call-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}

.avaya-status-agent span {
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 16px;
}

.header-user-data-sales {
    font-size: 12px;
    display: flex;
    position: static;
    padding-right: 20px;
    text-align: center;
    width: 220px;
}

.header-user-data-sales > div > div.danger {
    background-color: #eb4511;
    background-image: linear-gradient(315deg, #eb4511 0%, #b02e0c 74%);
}

.header-user-data-sales > div > div.success {
    background: linear-gradient(to right, #1dba73 0%, #1ad580 100%) !important;
}

.header-user-data-sales > div > div {
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    height: 54px !important;
}

.header-user-data-sales > div > div p {
    margin-top: 2px;
}

.header-user-data-sales span {
    font-weight: bold;
}

.dataTable .box-ellipsis {
    display: grid;
}

.dataTable .ellipsis {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

ul.menu-interactive {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

ul.menu-interactive li {
    padding: 10px;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    text-align: center;
    background: #f3f3f3;
}

ul.menu-interactive li:hover {
    background: #efeeee;
    transform: scale(1.02);
}

ul.menu-interactive li:last-child {
    margin-right: 4px;
}

ul.menu-interactive li div {
}

ul.menu-interactive li i {
    font-size: 18px;
}

ul.menu-interactive li p {
    font-size: 11px;
}

.header-cliente_logo {
    text-align: center;
    width: 100%;
    margin-right: 15px;
    padding: 0 15px 0 15px;
    border-right: 1px solid #d5d5d5;
    /*border-left: 1px solid #d5d5d5;*/
}

.header-cliente_logo b {
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.header-user-data {
    width: 100px;
    white-space: nowrap;
    font-size: 12px;
    display: table;
}

.header-user-data p {
    margin-bottom: 0;
    font-weight: bold;
}

.header-user-data span {
    font-weight: normal;
}

.legenda-tabala {
    float: right;
    margin-top: -70px;
}

.legenda-tabala p {
    margin-bottom: 0px;
}

.legenda-tabala p span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: red;
}

.nav-item .nav-link p {
    text-align: center;
    font-weight: 700;
    margin-top: -2px;
}

.label-receptivo {
    color: #00cd65;
}

.label-ativo {
    color: cornflowerblue;
}

.label-manual {
    color: deeppink;
}

.label-numero-atendimento {
    font-weight: normal !important;
    margin-bottom: -2px !important;
}

.nav.nav-tabs .nav-link {
    color: #292b2c;
}

.nav-item .nav-link[data-toggle="tab"] {
    padding: 8px 15px;
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #fcfcfc;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(49, 151, 106, 0.95) !important;
}

.jconfirm .jconfirm-box.jconfirm-type-white .jconfirm-title-c .jconfirm-icon-c {
    color: #ffffff !important;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px;
    font-weight: bold;
}

.franquia-proxima-option {
    color: #1CC277 !important;
    font-weight: bold;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    font-size: 16px;
    font-weight: 500;
}

.input-group > .input-group-addon.input-group-addon-bg-none {
    cursor: pointer !important;
}

select[name="id_motivo"] option[value="76"] {
    color: #1CC277 !important;
    font-weight: bold;
}

.form-section-title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}

.form-section-subtitle {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-top: 5px;
}

.box-header {
    border-radius: 5px;
    display: block;
    padding: 5px 0 15px 0;
    position: relative;
    margin: 5px 45px 5px 0px;
    border-color: #cdecb0;
    width: 100%;
    border-bottom: 1px solid #eceff1 !important;
}

.box-header img {
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 10px;
    background-color: #eceff1 !important;
    padding: 2px;
}

.box-sac-historico p {
    font-style: normal !important;
    text-align: left !important;
    line-height: 1.5 !important;
    margin: 0px !important;
}

.box-sac-historico .mail_from {
    color: #999;
    font-style: italic;
    margin: 0;
}

.box-sac-historico .box-header .mail_date {
    color: #999;
    font-style: italic;
    margin-top: -17px !important;
    float: right;
    font-size: 11px !important;
}

.box-sac-historico .box-header .btn_vincular {
    margin-top: -50px !important;
    float: right;
    font-size: 11px !important;
}

.box-sac-historico .date {
    font-size: 11px;
    font-style: italic;
    float: right;
    margin-top: 7px;
}

.box-formulario-sac {
    display: none;
}

.box-sac-tratamento .form-group label {
    font-weight: 700;
}

.box-sac-tratamento .form-group {
    font-weight: 700;
    margin: 10px 0 0 0 !important;
}

.box-historico-sac-cliente {
    display: none;
}

.green-audio-player.player-small {
    width: 100% !important;
    min-width: 300px !important;
    height: 42px !important;
    background-color: #EEF1F5 !important;
    box-shadow: none !important;
}

.audio-ligacao {
    margin-top: 5px;
}

.ready-player-1 .download__link {
    display: none !important;
}

.btn-vincular-ocorrencia {
    width: 90px !important;
}

.nav-item .nav-link[data-toggle="tab"] {
    padding: 8px 15px;
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #f1f1f1;
}

.main-tabs .nav-item .nav-link[data-toggle="tab"] {
    padding: 8px 15px !important;
    border-color: #d8d7d7 #d8d7d7 #d8d7d7;
    background: #f1f1f1 !important;
}

.main-tabs .nav-item .nav-link[data-toggle="tab"].active {
    padding: 8px 15px !important;
    border-color: #d8d7d7 #d8d7d7 #d8d7d7 !important;
    background: #f0f0f0 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #E4E4E4 !important;
}

body.modal-open .wrapper .container-fluid, body.modal-open .wrapper .container, body.fancybox-open .container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.table {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0 !important;
    box-shadow: none !important;
}

input.form-control, select.form-control {
    height: 38px;
    font-size: 13px;
}

.disable-div {
    pointer-events: none;
    opacity: 0.4;
}

#usuario.form-control, #cliente_triagem.form-control, #cliente_nova_ocorrencia.form-control {
    height: 42px !important;
    font-size: 13px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .2rem .4rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.table.dataTable {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    height: 39px !important;
}

.box-formulario-fmv {
    margin-bottom: 15px;

}

.unit-legend {
    display: flex;
}

.unit-legend p {
    float: left;
    font-size: 12px;
    margin-bottom: 0;
}

.legenda-circle {
    width: 12px;
    height: 12px;
    background: rebeccapurple;
    border-radius: 50%;
    display: inline-block;
    margin: 4px 3px 0 0;
    float: left;
}

.datatablesOccurrenceBacklog_length {
    height: 28px !important;
    padding: 4px;
}

#datatablesOccurrenceBacklog td {
    font-size: 11px !important;
}

.tooltip-wrapper {
    display: flex; /* display: block works as well */
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}

.email-sla .selo-status {
    float: left;
    background: #5CB85C;
}

.email-sla .progress {
    margin: 5px 0 0 5px;
    width: 60%;
    background: #aaaeb2;
    height: 12px;
}

.email-sla .progress-bar {
    font-size: 10px;
    padding: 0;
    font-weight: bold;
    height: 100%;
}

.datatables-circle-mark {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 4px 0 0;
    float: left;
}

.datatables-circle-mark.bg-red {
    background-color: #f22613 !important;
}

.datatables-circle-mark.bg-green {
    background-color: #189E4A !important;
}


input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
    transition: 0.2s;
    cursor: pointer;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    cursor: pointer;
}

input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
    transition: 0.2s;
    cursor: pointer;
}

input.apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
    cursor: pointer;
}


.badge-menu.danger, .badge-header.danger {
    background-color: #D9534F;
    color: #fff;
}

.badge-menu.number, .badge-header.number {
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    padding-top: 1px !important;
    text-align: center !important;
}


.badge-menu {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 4px;
    top: -4px;
    right: 4px;
    letter-spacing: -.01em;
    z-index: 1 !important;
}

.badge-header {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 4px;
    letter-spacing: -.01em;
    z-index: 1 !important;
}

.group-rules label {
    margin-bottom: 4px;
    margin-top: 7px;
}