* {
    max-height:100%;
}

body {
    background-color: #f1f1f1;
 	padding:0;
 	margin:0;
    overflow-x: hidden;
    height:100%;
    font-size: 14px;
}

header {
    background: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 -2px 11px rgba(134, 134, 134, 0.62);
    position: relative;
    margin-bottom: 18px;
    min-height: 70px;
}

header h3,
header h5 {
    padding:0;
    margin:0;
    color:#adadad;
    font-size: 17px;
}

h5.block {
    color: #888;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    padding: 12px 0;
}

h5.block:after {
    position: absolute;
    content: "";
    width: 90%;
    bottom: 0;
    height: 1px;
    right:0;
    background: #ccc;
}

h5.block:before {
    position: absolute;
    content: "";
    width: 10%;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #fd5344;
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table .table-little-gray {
    background: #f5f5f5;
}

.bold {
    font-weight: 600;
}

.none {
    display:none;
}

.dropdown-menu {
    border-color: #dfe5ef;
    box-shadow: 1px 1px 5px #00000014;
    margin:0;
}

.dropdown-menu.show {
    display:table;
}

.dropdown-item {
    color: #8e8e8e;
    font-size:0.9rem;
    padding: 0.5rem 1.0rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #efefef;
    color: #000;
}

.menu {
    border-top: 1px solid #ffffff12;
}

table.table {
    background: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 2px 2px 2px #0000000f;
}

table.table-reports {
    line-height:1;
}

tfoot {
    background-color: #ffffff;
    border-bottom: 2px solid #949494;
    border-top: 2px solid #ececec;
    font-weight: bold;
}

.btn-red {
    border: 1px solid #dedede;
    color: #d40000;
    background-color:#fff;
}

.lh-normal {
    line-height: normal;
}

.box {
    background: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    margin-bottom: 28px;
    box-shadow: 1px 1px 5px #00000014;
}

.card {
    border: 1px solid #e4e4e4;
    box-shadow: 2px 2px 4px #0000000a;
}

.box .header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #57585d;
    font-weight: 500;
}

button:disabled {
    cursor: not-allowed;
}

.main-color {
    background-color: #343e48;
    color: white;
}

.badge.badge-gray {
    background-color: #c0c0c0;
    color: #fff;
}

.badge-main-color {
    color:#fff;
    background-color: #343e48;
}

.btn-xs {
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-main-color {
    color: #fff;
    background-color: #262a34;
}

.btn-main-color i {
    color:#fff;
}

.btn-grey {
    color:#fff;
    background-color: #ccc;
}

.btn-white {
    background-color: #fff;
    color: #8e8e8e;
    border: 1px solid #dedede;
}

.btn-transparent {
    color: #909090;
    background-color: transparent;
    border: 1px solid #cecece;
}

.no-border {
    border:0;
}

.btn:hover {
    color: #ffffff9e;
}

.btn-white:hover {
    color:#000;
}

.btn-red:hover {
    color:#ffcaca;
}

.btn-grey:hover,
.btn-transparent:hover {
    color:#000;
}

header i {
    margin-right: 5px;
    color: #989898;
}

button:hover,
input[type="submit"]:hover {
    border-color:#8c8c8c;
    color:#8c8c8c;
}

select {
    border: 1px solid #d4d4d4;
    background:transparent;
    padding: 7px 10px;
}

.sub-wrapper {
    position:relative;
}

.sub-wrapper .content {
    min-width: 175px;
    position: absolute;
    z-index: 1;
    right: -18px;
    top: 35px;
}

.sub-wrapper .content:before {
    content: '';
    top: -10px;
    right: 15px;
    position: absolute;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #777;
    border-left: 10px solid transparent;
    z-index: 9999;
}

.sub-wrapper .content {
    background-color: #777;
    display: table;
    border-radius: 4px;
    padding:10px 18px;
    line-height: 1;
    color:#fff;
}

.sub-wrapper ul {
    margin:0;
    padding:0;
    list-style: none;
}

span.icon.alert-animation i {
    animation: alert 1.5s infinite;
}

.sub-wrapper .icon {
    position: relative;
}

.sub-wrapper .icon .count {
    position: absolute;
    top: 0;
    right: -2px;
    background: #ff4b4b;
    border-radius: 100%;
    padding: 0 4px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.sub-wrapper ul li a {
    display: block;
    text-align: left;
    color: #d0d0d0;
    font-size: 12px;
    font-weight: l;
    padding: 10px 0px;
    border-bottom: 1px solid #878585;
}

.read-all {
    font-weight: 500;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0px 0px;
    text-align: center;
}

.read-all:hover {
    color:#bbb;
}

.notification-row {
    background-color: #fff;
    margin-bottom: 6px;
    padding: 20px;
    border: 1px solid #d8d8d8;
}

.notification-row.as-read {
    background-color:transparent;
}

.notification-row.as-read i {
    color:#b8b8b8;
}

.notification-icon {
    float: left;
    width: 55px;
    padding: 5px;
}

.notification-row .notification-icon i {
    font-size: 30px;
}

.notification-row .details {
    background-color:#000;
}

.message-content {
    border: 1px solid #e5e5e5;
    background-color:#fff;
}

.message-group {
    padding: 0px 45px 15px 45px;
}

.message {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    line-height: 1;
    font-weight: 500;
}

.message-author {
    border: 1px solid #e6e6e6;
    display: table;
    color: #6c6c6c;
    padding: 10px;
    border-radius: 5px;
    margin: 20px;
    font-weight: 500;
}

.message .date {
    opacity:0.7;
}

.message span {
    opacity:.8;
}

.message-left {
    background-color:#ebebeb;
}

.message-left:before {
    left:-27px;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 18px solid #ebebeb;
    border-bottom: 15px solid transparent;
}

.message-right {
    background-color:#989898;
    color:#fff;
}

.message-right:before {
    right:-27px;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 18px solid #989898;
    border-bottom: 15px solid transparent;
}

.message:before {
    content: '';
    bottom: calc( 50% - 15px );
    position: absolute;
    z-index: 9999;
}

.message-area {
    padding: 0px 10px 20px 10px;
}

.message-area textarea {
    width: 100%;
    border: 0;
    padding: 10px 15px;
    background: #ebebeb;
    border-radius: 6px;
    min-height:60px;
}

.message-area button {
    width: 100%;
}

h3 .count {
    background: #ff4b4b;
    color: #fff;
    padding: 0 8px;
    border-radius: 100%;
    font-size: 20px;
}

h3 .count.gray {
    background-color:#d3d3d3;
}

.align-center {
    text-align:center;
}

.login .logo {
    padding:10px 45px;
}

.login i {
    font-size:55px;
    color:#e0e0e0;
}

.login small {
    color:#000;
    font-size:13px;
}

.login img {
    max-width: 100%;
}

.login a {
    text-decoration: none;
    color: #0366d6;
    font-weight: bold;
}

.logo-user {
    width: 115px;
    height: 115px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #fd5344;
    margin: 20px auto;
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
}

.alerts {
    position: fixed;
    top: 0;
    right: 0;
    padding:20px;
}

.alert > button {
    padding-left: 10px;
}

.insert {
    border-color:#7aad36;
    color:#7aad36;
}

.insert:before {
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 5px;
}

.delete {
    border-color:#fd5344;
    color:#fd5344;
}

.notice.success {
    border-left: 4px solid #66932a;
    padding: 17px;
    background: #7aad36;
    color: #fff;
    margin-bottom: 12px;
}

.delete:before {
    content: "\f00d";
    font-family: FontAwesome;
    padding-right: 5px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #262a34;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#toggle-wrapper {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    border-radius: 3px;
    opacity: 0.2;
}

.logo {
    font-size: 20px;
    padding: 20px 23px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.logo i {
    font-size:50px;
}

.logo img {
    max-width: 100%;
}

.logo span {
    color:#fff;
}

.menu ul {
    clear: left;
    padding: 0;
    list-style: none;
}

.menu li {
    position: relative;
    margin: 0;
    padding: 0;
    border-left: 3px solid transparent;
}

.menu li:hover,
.menu li a:hover,
.menu .menu-active,
.menu .menu-active a {
    border-color: #50575f;
    color: #cecece;
    text-decoration: none;
}

.menu .menu-active {
    background: #24272b;
}

.menu .menu-active a {
    color:#ececec;
}

.menu li a {
    font-size: 14px;
    font-weight: 400;
    width:100%;
    padding: 15px 16px;
    display: table;
    color: #57585d;
}

.menu-icon {
    float: left;
    width: 36px;
    margin: 0;
    text-align: center;
}

.menu-name {
    display: table;
    font-size: 13px;
    padding-left: 4px;
    font-weight: 500;
}

.menu li a:active,
.menu li a:focus {
    text-decoration: none;
}

.menu li.selected {
    border-left: 3px solid #fff;
}

.menu li.selected a {
    color:#fff;
}

.menu .menu-icon:before {
    font-family: FontAwesome;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}

.menu li.selected a {
    background: #1f252f;
}

.menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 22px;
    line-height: 50px;
    color: #ffffff30;
}

.reduced .menu .menu-name {
    display:none;
}

.reduced .menu li:before {
    content:"";
}

.reduced .line span {
    display:none !important;
}

p.list {
    border-bottom:1px solid #ececec;
    margin-bottom:0;
    padding:5px 0;
}

p.list label {
    margin:0;
}

table thead tr th a.order {
    color: #ffffff;
    padding: 0 3px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #d4d4d4;
    font-size: 16px;
}

table thead tr th a.order.active {
    background-color: #989898;
    color: #fff;
    border: 0;
}

table thead {
    font-weight:500;
}

.btn {
    font-weight: 500;
}

.menu ul {
    margin-bottom:0;
}

.menu-icon.usuarios:before {
    content: "\f2be";
}

.menu-icon.usuarios-acessos:before {
    content: "\f2be";
}

.menu-icon.relatorios:before {
    content: "\f080";
}

.menu-icon.situacao-cliente:before {
    content: "\f200";
}

.menu-icon.administrador:before {
    content: "\f13e";
}

.menu-icon.e-mails:before {
    content: "\f003";
}

.menu-icon.auth:before {
    content: "\f08e";
}

.menu-icon.backup:before {
    content: "\f0ed";
}

.menu-icon.configuracoes:before {
    content: "\f085";
}

.menu-icon.ajuda:before {
    content: "\f02c";
}

.menu-icon.categorias:before {
    content: "\f24a";
}

/** Páginas de Usuários **/
.menu-icon.estruturas:before {
    content: "\f114";
}

.menu-icon.painel:before {
    content: "\f0e4";
}

.menu-icon.clientes:before {
    content: "\f2c0";
}

.menu-icon.arquivos:before {
    content: "\f016";
}

.menu-icon.status:before {
    content: "\f129";
}

.menu .line {
    color: #ffffff59;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #ffffff0f;
    padding: 0px 30px;
    width: 100%;
}

.menu .line span {
    margin: 10px 0;
    display: table;
}

#output {
    max-width: 300px;
    max-height: 250px;
    padding: 8px;
    border: 1px solid #d2d2d2;
}

.breadcrumb {
    background: transparent;
    margin-bottom:0;
    margin-top:0px;
    padding:0;
    color: #9b9b9b;
    font-size: 14px;
}

.breadcrumb a {
    color: #21282e;
}

.breadcrumb>li + li:before {
    color:gainsboro;
}

/**
 * Estruturas.
 */
.structure-title {
    font-weight: 500;
}

.structure-title a {
    color:#000;
}

.structure-title a:hover {
    text-decoration: none;
}

.structure-title i {
    color: #d0d0d0;
}

.structure-row {
    width: 100%;
    display: table;
    font-size: 14px;
}

.structure-row button {
    margin:0;
}

.structure-row table {
    box-shadow: none;
    border:0;
    background: none;
}

.structure-group {
    margin-left: 25px;
}

.structure-group-list {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.structure-group-list .table thead th {
    border: 0;
    vertical-align: middle;
}

.structure-group[data-group="main"] {
    margin:0;
}

#toggle i {
    color: #c2c2c2;
    margin-right:5px;
}

#toggle:hover {
    cursor:pointer;
}

#toggle i.gray {
    color:#c3c3c3;
}

#toggle i.red {
    color:#ff7c70;
}

.wrap-center {
    display: flex;
    height:100vh;
}

.center {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.smile {
    font-size: 100px;
    font-weight: bold;
}

.active .page-link {
    color: #ffffff;
    background: #21282e;
}

.page-link {
    color:#a2a2a2;
}

h4.title {
    text-transform: uppercase;
    font-size: 14px;
    color: red;
    border-bottom: 1px solid #ededed;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.angled:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left:8px;
    height: 20px;
    font-size: 16px;
    line-height: 1;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
}

.dashboard-icon {
    font-size: 46px;
    color:#c1c1c1;
    text-align:center;
}

.card-header {
    background-color:#fff;
}

.ftp-status {
    display:block;
    width:10px;
    height:10px;
    background-color:blue;
    border-radius:100%;
}

.ftp-status.avaiable {
    background-color:green;
}

.ftp-status.unavaiable {
    background-color: red;
}

#spinner {
    text-align: center;
    margin: 15px 0px;
}

.border-main-color {
    border-color: #283339;
}

.background-transparent-main-color {
    background-color: #2833390d !important;
}

.alert-danger {
    border-radius: 0;
    border: 1px solid #ff4e4e;
    border-left: 5px solid #ff4e4e;
}

.alert-success {
    background-color: #efefef;
    border-radius: 0;
    border: 0;
    border-left: 5px solid #39a252;
}

.options button {
    border: 2px solid transparent;
    padding: 10px 15px;
    border-radius: 5px;
    outline:0;
}

.options .red {
    background: #fd5344;
    color: #fff;
}

.options .blue {
    background: #0babe1;
    color: #fff;
}

.options .gray {
    background: #ccc;
    color: #fff;
}

.options .green {
    background: #14ca00;
    color: #fff;
}

.options button.selected {
    border-color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
    color:#e2e2e2;
}

.breadcrumb-item {
    font-weight:500;
}

.invalid-feedback p {
    margin-bottom:0;
}

.image-thumb {
    max-width:100%;
    width:150px;
}

.validation-errors {
    background: #ffffff;
    border-left: 5px solid #343e48;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #00000014;
    font-weight: 500;
    border-radius: 4px;
}

.validation-errors button {
    color: #c0c0c0;
    background: transparent;
    border: 0;
    font-size: 17px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    float: right;
    line-height: 1.2;
}

.validation-errors p {
    margin-bottom:0;
}

.validation-errors.error a {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.validation-errors.success a {
    font-weight: bold;
    color: #10a500;
    text-decoration: underline;
}

.success {
    border-left: 5px solid #10a500;
    color: #10a500;
}

.error {
    border-left: 5px solid red;
    color: red;
}

span.required {
    font-weight: bold;
    color:#f00;
}

.structure-folder {
    border: 1px solid #ebe9e9;
    margin-top: 5px;
    border-radius: 5px;
}

.structure-folder .folder-header span {
    font-weight: 600;
}

.structure-toggle {
    display:none;
}

.structure-content {
    width: 100%;
    display: table;
    line-height: 32px;
    padding-left: 10px;
    border-bottom: 1px dotted #d8d8d8;
    border-left: 1px dotted #d8d8d8;
}

.structure-content:hover {
    background-color: #f4f4f4;
}

.structure-content .fa-file-archive-o,
.structure-content .fa-file-o {
    color:#ccc;
}

.structure-buttons {
    display:table;
    float:right;
}

.structure-toggle {
    padding: 0px 20px 30px;
}

.folder-header {
    padding: 10px 12px 10px 20px;
    display: table;
    width: 100%;
    line-height: 27px;
}

.folder-header .buttons-header {
    float: right;
}

.question .title {
    color:#f00;
}

.question .text {
    display:none;
}

.anchor {
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    line-height: 0;
}

.anchor:hover {
    text-decoration: none;
    color:#000;
}

.anchor:last-child {
    border-bottom:none;
}

.anchor i {
    float:right;
    color: #cdcdcd;
}

.question .title {
    color: #000;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

.question {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.question .title:hover {
    text-decoration: none;
}

.question .text {
    margin-top: 12px;
    border-top: 1px solid #e2e2e2;
    padding-top: 12px;
}

.categories .anchor.active {
    background-color: #fafafa;
    border-right: 0;
}

.help-center {
    background-color:#fff;
    width:100%;
    border-radius:5px;
    display: flex;
    box-shadow: 2px 2px 5px #00000014;
}

.help-center .categories {
    width:20%;
}

.help-center .questions {
    background-color: #fafafa;
    padding: 25px;
    width: 80%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.group-filters {
    padding: 25px 30px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.wrapper-dotted {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px dashed;
    border-color: #cacaca;
    font-size: 17px;
    font-weight: 500;
}

.wrapper-dotted i {
    color:#283339;
}

.wrapper-dotted.bg-red {
    background-color: #ff000012;
}

.list-files {
    padding: 18px 22px;
    border-bottom: 1px dotted #d8d8d8;
    border-left: 1px dotted #d8d8d8;
}

.messages-not-read {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #afafaf;
}

.inbox-row {
    background-color: #ffffff;
    /* margin-bottom: 5px; */
    border: 1px solid #e7e7e7;
    padding: 15px 0px;
    box-shadow: 1px 2px 3px #e2e2e2;
}

.inbox-row:hover {
    background-color: #f2f2f2;
}

.inbox-row p {
    margin-bottom:0;
}

.inbox-avatar img {
    max-width:100%;
}

.inbox-avatar i {
    font-size: 60px;
    color: #e3e3e3;
}

.inbox-title {
    font-weight: bold;
    font-size: 16px;
}

.inbox-content {
    color: #a8a8a8;
}

p.inbox-content {
    margin-bottom: 6px;
}

font.legend {
    color: #a7a7a7;
    font-size:12px;
}

.history-row {
    font-weight:500;
    margin:0;
}

.not-me {
    color:#999999;
}

.modal-content {
    border:0;
}

#scrollTop {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #343d48;
    padding: 5px 15px;
    border: 0;
    border-top-left-radius: 15px;
    color: #fff;
    z-index: 9999;
    font-size: 20px;
    display:none;
}

/* Contraste */
body.contrast {
    background-color:#fff;
    color:#000;
}

.contrast header {
    border-bottom: 1px solid #a7a7a7;
}

.contrast .btn-white,
.contrast .btn-red {
    color:#000;
    border-color:#a7a7a7;
}

.contrast .dropdown-item {
    color:#000;
}

.contrast .box {
    border:1px solid #a7a7a7;
}

.contrast .form-control {
    border-color:#a7a7a7;
}

.contrast .table,
.contrast .table td,
.contrast .table th {
    border-color:#a7a7a7;
}

.contrast .text-muted {
    color:#000 !important;
}

.contrast .group-filters {
    border-color:#a7a7a7;
}

.contrast table thead tr td a.order {
    color:#000;
    border-color:#a7a7a7;
}

.contrast .page-link {
    color:#000;
    border-color:#a7a7a7;
}

.contrast header i {
    color:#000;
}

.drag-drop .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    text-align: center;
}

.drag-drop {
    padding: 25px;
    background-color: #fff;
    border: 2px dashed #e2e2e2;
    border-radius: 15px;
    color: #9e9e9e;
}

.drag-drop.dz-drag-hover {
    background: #e6e6e6;
    border-color: #b9b9b9;
}

.drag-drop .dz-details {
    border: 2px dotted #d1d1d1;
    border-radius: 15px;
    padding: 15px;
}

.drag-drop .dz-remove {
    color: #f00;
    font-size: 12px;
}

.drag-drop .dz-filename {
    border: 1px solid #00000024;
    color: #909090;
    font-size: 11px;
    border-radius: 2px;
    padding: 5px;
    margin-top: 10px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drag-drop .dz-details img {
    width: 120px;
    height: 120px;
    background-color: #f0f0f0;
    border-radius:5px;
}

.drag-drop .dz-preview.dz-error .dz-details {
    border-color: red;
    background: #ff00001a;
}

.drag-drop .dz-preview.dz-success .dz-details {
    border-color: green;
    background: #00800008;
}

.dz-details img {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.dz-error .dz-details img,
.dz-success .dz-details img {
    opacity: 0.3;
}

.dz-error .dz-details img:hover,
.dz-success .dz-details img:hover {
    opacity:1;
}

.dz-error-message {
    color: #f00;
    font-weight: 600;
    max-width: 100%;
    font-size: 12px;
    width: 120px;
}

.dz-progress .dz-upload {
    display:none;
    background: #00800021;
    border: 1px solid #489e4d;
    border-radius: 4px;
    color: #008000;
    font-weight: bold;
    font-size: 12px;
}

.dz-progress .dz-upload.dz-failed {
    background-color: #ff3848;
    border-color: #b10000;
    color: #fff;
}

.overlay {
    display:none;
    z-index: 9999;
    position: absolute;
    background: #ffffffb0;
    width: 100%;
    height: 100%;
}

.selected-row {
    background-color: #08a7e336 !important;
    font-weight: bold;
}

h4.subtitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
    position: relative;
}

h4.subtitle:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 3px;
    background-color: #252a34;
    left: 0;
    bottom: -2px;
}

i.has-permission {
    color:green;
}

i.has-not-permission {
    color:red;
}

.rotate-icon {
    transform: rotate(90deg);
}

.notification {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #ccc;
}

.fa-long-arrow-down {
    color:#4fb572;
}

.fa-exchange {
    color:#afafaf;
}

.toggleSidebar {
    background-color: #fff;
    border: 1px solid #989898;
    margin-top: 8px;
    border-radius: 5px;
    height: 27px;
    width: 27px;
}

.toggleSidebar i {
    margin-right: 0px;
}

@media only screen and (max-width: 768px) {
    #sidebar-wrapper {
        margin: 0;
        position: fixed;
        top: 0;
        width: 80%;
        left: 0;
        display: none;
    }

    .data-user-menu {
        margin-top: 10px;
        margin-left: 15px;
    }

    .data-user-menu .toggleSidebar {
        background-color: #122f3b;
        border: 1px solid #95b2bd;
        color: #95b2bd;
        margin-top: 8px;
        border-radius: 5px;
        height: 27px;
        width: initial;
        margin-bottom: 10px;
    }

    .data-user-menu p {
        color: #95b2bd;
    }

    .data-user-menu .btn-logout {
        margin: 10px 0;
    }

    /* #sidebar-wrapper {
        margin: 0;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        height: auto;
        border-top: 1px solid #dfdfdf;
    }

    nav.menu {
        text-align:center;
        border-top:0;
    }

    nav.menu ul {
        margin-bottom:0;
    }

    nav .menu-name {
        display:none;
    }

    nav.menu li:before {
        content:"";
    }

    nav.menu li {
        display:inline-block;
        border:none;
        padding: 18px 2px;
    }

    nav.menu li.selected a {
        background:none;
    }

    nav.menu li a {
        padding:0;
    }

    nav.menu li.selected {
        border:0;
        border-top: 5px solid #fff;
    } */

    #page-content-wrapper {
        padding:0;
    }

    #sidebar-wrapper .logo {
        display:none;
    }

    #toggle-wrapper {
        display:none;
    }

    .mb-sm-80 {
        margin-bottom: 80px!important;
    }

}

@media(min-width:768px) {

    #wrapper {
        padding-left: 250px;
    }

    .reduced #wrapper {
        padding-left:80px;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper,
    #sidebar-wrapper {
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .reduced #sidebar-wrapper {
        width: 80px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
}

@keyframes alert {
    0% {
        color:yellow;
    }

    100% {
        color:red;
    }
}
