@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600');

/*
Estrutura 
*/

* , :after, :before {
    box-sizing: border-box;
    outline: none;
}

html, body {
    background: #f0f2f5;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
}

body {
    display: block;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #575b5c;
    font-size: 14px;
}

#wg-structure {
    min-height: 100%;
    position: relative;
    padding: 68px 0 0 80px;
}

a {
    color:#1b76f6;
}
a:hover {
    color:#155dc2;
}

header {
    background: #fff;
    padding: 0 15px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 80px;
    right: 0;
    z-index: 29;
}

header .link-menu {
    color: #575b5c;
    font-size: 24px;
    padding: 20px 15px;
}
header .link-menu i {
    position: relative;
}
header .link-menu i > span.active {
    background: #bb153d;
    border: solid 2px #fff;
    position: absolute;
    border-radius: 100%;
    left: 12px;
    bottom: -2px;
    display: block;
    height: 14px;
    width: 14px;
}

header .link-menu .menu {
    display: none;
    margin: 25px 0 0;
    width: 400px;
    list-style: none;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(34, 41, 51, 0.1);
    background-color: #f5f7fa;
    font-size: 14px;
    position: absolute;
    right: 80px;
    top: 40px;
    z-index: 1;
}
header .link-menu:hover .menu {
    display: block;
}
header .link-menu .menu .space {
    height: 60px;
    position: relative;
    background: #fff;
    padding: 0 33px;
    line-height: 60px;
}
header .link-menu .menu .space a {
    font-size: 14px;
}
header .link-menu .menu .space a.read {
    float: right;
}
header .link-menu .menu .space.all {
    text-align: center;
}
header .link-menu .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 350px;
    overflow: auto;
    display: none;
}
header .link-menu .menu ul li a {
    height: 80px;
    display: block;
    padding: 25px 50px 25px 30px;
    position: relative;
    font-size: 14px;
    border-top: solid 1px #f0f2f5;
    border-bottom: solid 1px #f0f2f5;
    background: #fff;
    text-decoration: none;
    transition: background 0.2s ease-out;
}
header .link-menu .menu ul li a:hover {
    background: #f5f7fa;
}
header .link-menu .menu ul li a span.notification {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #40454b;
}
header .link-menu .menu ul li a span.notification .status {
    margin-right: 4px;
}
header .link-menu .menu ul li a span.date {
    color: #919799;
    font-size: 12px;
}
header .link-menu .menu ul li a i.fa-chevron-right {
    position: absolute;
    top: 30px;
    right: 25px;
    color: #40454b;
    display: none;
}
header .link-menu .menu ul li a:hover i.fa-chevron-right {
    display: block;
}
header .link-menu .menu .no-notifications {
    padding: 100px 0;
    text-align: center;
    color: #96979d;
    display: block;
}
header .link-menu .menu.notifications_active .no-notifications {
    display: none;
}
header .link-menu .menu.notifications_active ul {
    display: block;
}

header .user-menu {
    margin: 0 10px;
    color: #575b5c;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
header .user-menu figure {
    margin: 0 0 0 22px;
    border-radius: 50%;
}
header .user-menu figure img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
header .user-menu .icon-down {
    background: #fff;
    position: absolute;
    right: -12px;
    padding: 2px;
    border-radius: 3px;
    top: 27px;
}
header .user-menu .icon-down i {
    background: #bb153d;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 2px 6px;
    border-radius: 3px;
}
header .user-menu:hover .icon-down i {
    background:#d41743;
    box-shadow: 0px 3px 5px 0 rgba(34, 41, 51, 0.3);
}
header .user-menu .sub-menu {
    display: none;
    position: absolute;
    right: -10px;
    top: 30px;
}
header .user-menu:hover .sub-menu {
    display: block;
}
header .user-menu .sub-menu ul {
    padding: 40px 0 30px;
    margin: 25px 0 0;
    min-width: 265px;
    list-style: none;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(34, 41, 51, 0.1);
    background-color: #ffffff;
}
header .user-menu .sub-menu ul strong {
    color: #90959c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    padding: 0 40px 10px;
}
header .user-menu .sub-menu ul a {
    display: block;
    white-space: nowrap;
    color: #575b5c;
    padding: 14px 40px;
    text-decoration: none;
}
header .user-menu .sub-menu ul a:hover {
    color: #fff;
    background: #bb153d;
}

nav {
    background: #3c4148;
    position: fixed;
    width: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 31;
}

nav > a {
    height: 70px;
    position: relative;
    text-align: center;
    line-height: 70px;
    display: block;
}

nav > a svg {
    vertical-align: middle;
    display: inline-block;
}
nav > a svg path {
    fill: #fff;
}
nav > a:hover svg path {
    fill: #bb153d;
}

nav ul {
    padding: 60px 0 0;
    margin: 0;
    list-style: none;
}
nav > ul > li > a {
    position: relative;
    display: block;
    text-align: center;
    display: block;
    font-size: 21px;
    color:#fff;
    text-decoration: none;
    margin-bottom: 2px;
}
nav > ul > li > a > i {
    padding: 18px 0;
    width: 60px;
    display: block;
    border-radius: 3px;
}
nav > ul > li.active > a> i,
nav > ul > li > a:hover > i {
    background: #31353b;
    color: #fff;
}
nav > ul > li > a > span {
    background: #fff;
    display: none;
    padding: 9px 16px;
    border-radius: 50px;
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #575b5c;
    left: 120%;
    top: 8px;
}
nav > ul > li > a:hover > span {
    display: block;
}
#wg-structure.menu-block nav > ul > li > a:hover > span {
    display: none;
}

nav > ul ul {
    display: none;
}
#wg-structure.menu-block nav > ul li.active ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 80px;
    width: 270px;
    background: #31353b;
    padding: 160px 40px 0;
    display: block;
    z-index: 3;
}
nav > ul ul > li > a {
    color: #fff;
    white-space: nowrap;
    padding: 12px 0;
    display: block;
    position: relative;
    text-decoration: none;
}
nav > ul ul > li > a > i { 
    color: #31353b;
    position: absolute;
    right: 0;
    top: 14px;
}
nav > ul ul > li > a:hover {
    color: #fff;
}
nav > ul ul > li > a:hover > i { 
    color: #bb153d;
}
nav > ul ul strong {
    color: #90959c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    display: block;
}

section.content {
    position: relative;
    padding-bottom: 160px;
}

footer {
    line-height: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 104px;
    color: #666;
    text-align: center;
    height: 45px;
    font-size: 12px;
    z-index: 2;
}


/*
Titles
*/

.title {
    font-size: 16px;
    font-weight: 500;
    color: #575b5c;
    padding: 20px 0;
    margin: 0;
}
.title.big {
    font-size: 22px;
}


/*
Forms
*/

input[type=text],
input[type=password] {
    border-radius: 2px;
    border:  solid 1px #fff;
    position: relative;
    font-weight: 300;
    height: 56px;
    margin: 15px 0 0;
    display: block;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input.medium {
    width:50%;
}
input:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}
input:disabled {
    background: #dadfe6;
    border-color: #dadfe6;
    cursor: not-allowed;
}
input:read-only {
    cursor: not-allowed;
    color: #575b5c;
}

input.error {
    border-color: #fe0c47;
}

input[type=checkbox] {
    margin: 0 15px 0 0;
}

input.question {
    transition: padding-top 0.2s ease, margin-top 0.2s ease;
    overflow-x: hidden;
}
input.question.confirmed {
    padding: 17px 15px 0;
}
input.question + label {
    display: block;
    position: relative;
    white-space: nowrap;
    height: 0;
}
input.question:focus + label > span,
input.question:not([value='']) + label > span {
    top: -50px;
    font-size: 12px;
}

input.question + label > span {
    font-weight: 300;
    margin: 0;
    position: absolute;
    color: #919799;
    font-size: 14px;
    top: -38px;
    left: 16px;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}


input[type=text].line,
input[type=password].line {
    background: none;
    border: none;
}
input.line + label {
    display: block;
    position: relative;
    white-space: nowrap;
    height: 0;
    border-top: solid 1px #b7babf;
    border-bottom: solid 1px transparent;
    transition: all 0.2s ease-out;
}
input.line + label > span,
input.line:focus + label > span, 
input.line:not([value='']) + label > span {
    left: 2px;
}
input:focus {
    box-shadow: none;
}
input.line:focus + label {
    border-top: solid 1px #6a9bf6;
    border-bottom: solid 1px #6a9bf6;
}
input.line.error + label {
    border-top: solid 1px #fe0c47;
    border-bottom: solid 1px #fe0c47;
}
input.line.confirmed {
    padding-left: 2px;
    padding-right: 2px;
}
input + label > i.fa-lock {
    display: none;
}
input:read-only + label > i.fa-lock,
input.password + label > a.password {
    position: absolute;
    right: 5px;
    bottom: 12px;
    color: #919799;
    display: block;
}

input.checkbox {
	display: none;
}
input.checkbox + label {
	background: #fff;
	border: 2px solid #dde1e6;
	padding: 6px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
    cursor: pointer;
    top: 2px;
    margin: 0 15px 0 0;
}
input.checkbox + label:active, input.checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
input.checkbox:checked + label {
	background: #6a9bf6;
	border: 2px solid #6a9bf6;
	color: #fff;
}
input.checkbox:checked + label:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00c'; 
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #fff;
}
input.checkbox:disabled + label:hover {
    cursor: not-allowed;
}

label.line-through {
    text-decoration: line-through;
    color: #919799;
}

span.text-error {
    font-size: 10px;
    color: #fe0c47;
    overflow: hidden;
    display: block;
    line-height: 20px;
    transition: all 0.2s ease-out;
}
input.error + label + span.text-error {
    opacity: 1;
    max-height: 35px;
}
input + label + span.text-error {
    opacity: 0;
    max-height: 0;
}

label.up-photo {
    color: #1b76f6;
    cursor: pointer;
    text-decoration: underline;
}
label.up-photo:hover {
    color:#155dc2;
}
input.up-photo {
    display: none;
}

.bt-access {
    text-align: center;
    text-decoration: none;
    color: #919799;
    margin: 0;
    position: relative;
}
.bt-access i {
    font-size: 40px;
    display: block;
    position: relative;
    top: 0;
}
.bt-access span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.bt-access:hover i {
    font-size: 56px;
    color: #f42456;
    top: -15px;
}
.bt-access:hover span {
    color: #575b5c;
}


.switch__container {
    width: 32px;
}
.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}
.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 32px;
    height: 22px;
    background: #d4d8dd;
    border-radius: 60px;
    transition: background 0.2s;
}
.switch + label:before,
.switch + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 60px;
    transition: background 0.2s;
}
.switch + label:after {
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 16px;
    background: #fff;
    border-radius: 52px;
    transition: margin 0.2s, background 0.2s;
}
.switch:checked + label {
    background: #4bd174;
}
.switch:checked + label:after {
    margin-left: 10px;
    background: #fff;
}


.select {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: block;
    border-bottom: solid 1px #b7babf;
    transition: all 0.2s ease-out;
    margin: 15px 0 0;
}
.select > span {
    width: 90%;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}
.select > i {
    display: inline-block;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
    width: 10px;
    margin-left: 4%;
    transition: all 0.2s ease-out;
}
.select:hover > i {
    color: #6a9bf6;
}
.select > ul {
    position: relative;
    background: #fff;
    border: solid 1px #b7babf;
    border-top-color: #6a9bf6;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 2;
}
.select > ul > li > a {
    padding: 0 20px;
    display: block;
    text-decoration: none;
    color: #575b5c;
}
.select > ul > li > a:hover {
    background: #f0f2f5;
}
.select.open,
.select.open-modal:hover {
    border-bottom-color: #6a9bf6;
}
.select.open > ul,
.select.open-modal:hover > ul {
    display: block;
}
.select.open-modal > ul.click {
    display: none;
}
.select.open > i,
.select.open-modal:hover > i {
    transform: rotate(180deg);
    color: #6a9bf6;
}

/* RADIO */

input.radio {
	display: none;
}
input.radio + label {
	display: inline-block;
	position: relative;
    cursor: pointer;
    margin: 0 30px 0 27px;
}
input.radio:checked + label {
    color: #96979d;
}
input.radio + label:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f111'; 
	font-size: 18px;
	position: absolute;
	top: -1px;
	left: -27px;
    color: #96979d;
}
input.radio:checked + label:after {
    content: '\f192'; 
    color: #6a9bf6;
    font-weight: 400;
}
input.radio:checked + label {
    color: #40454b;
}


input.radio:disabled + label:hover {
    cursor: not-allowed;
}


/*
Botoes
*/

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0.85em 1em;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #f4f4f4;
    border-radius: 3px;
    color: #fff;
    position: relative;
    min-width: 150px;
}
.button:hover {
    background:#f6f6f6;
    color: #fff;
    box-shadow: 0px 3px 5px 0 rgba(34, 41, 51, 0.3);
}

.button.main {
    background: #bb153d;
}
.button.main:hover {
    background: #d41743;
}
.button.back {
    background: #f0f2f5;
    color: #96979d;
}
.button.back::before {
    content: ' ';
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    border: solid 3px #d4d8dd;
    border-radius: 5px;
}
.button.back:hover {
    color: #575b5c;
}
.button.filter {
    background: #dadfe6;
    color: #575b5c;
}

.button.icon i {
    margin-right: 7px;
}
button.icon__right i {
    margin-left: 7px;
}

.button.big-icon {
    padding-top: .45em;
}
.button.big-icon i {
    font-size: 20px;
    margin: 0 10px 0 5px;
    position: relative;
    top: 3px;
}
.button.right {
    float: right;
}


/*
Breadcrumb
*/

.breadcrumb {
    padding-top: 65px;  
    padding-bottom: 55px;
}
.breadcrumb h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.33;
    margin: 0;
    color: #575b5c;
}
.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb ol li {
    display: inline;
    font-size: 11px;
    text-transform: uppercase;
    color: #919799;
}
.breadcrumb ol li i {
    font-size: 14px;
    color: #919799;
    position: relative;
    margin: 0 2px;
    top: 1px;
}
.breadcrumb ol li a {
  letter-spacing: 0.5px;
  color: #575b5c;
}
.breadcrumb ol li a:hover {
    color: #bb153d;
}


/*
Abas
*/
.flap {
    position: relative;
} 
.flap > ul {
    list-style: none;
    padding: 0;
    margin: 80px 0 40px;
    position: relative;
}
.flap > ul::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d4d8dd;
    height: 2px;
    z-index: 0;
}
.flap > ul li {
    display: inline-block;
}
.flap > ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #80818d;
    text-decoration: none;
    position: relative;
    display: block; 
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all 0.2s ease-out;
}
.flap > ul li:first-child a {
    padding-left: 5px;
}
.flap > ul li a::after {
    content: '';
    height: 2px;
    background: #f42456;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: all 0.2s ease-out;
    z-index: 1;
}
.flap > ul li.active a,
.flap > ul li a:hover {
    color:#40454b;
}
.flap > ul li.active a::after {
    right: 0;
}
.flap .flap_options > div {
    display: none;
}
.flap .flap_options > div:first-child {
    display: block;
}


/*
Visuais
*/

.shadow {
    box-shadow: 0 2px 2px 0 rgba(34, 41, 51, 0.2);
}

.transition-fast {
    transition: all 0.2s ease-out;
}

input:-webkit-autofill {
    background-color: none !important;
}

figure.photo {
    background-color: #edf0f4;
    position: relative;
    margin: 0;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
figure.photo img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    min-height: 150px;
    color: #919799;
    line-height: 22px;
}
a.box {
    display: block;
    text-decoration: none;
}
a.box:hover {
    color: #919799;
}
.box.hover:hover {
    background-color: #f9fafc;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(34, 41, 51, 0.1);
    transition: all 0.2s ease-out;
}
.box.box__summary {
    min-height: auto;
    height: 120px;
    padding: 20px 50px;
}
.box.box__summary span {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    color: #919799;
}
.box.box__summary i.fa-minus {
    color: #6a9bf6;
}
.box.box__summary i.fa-long-arrow-alt-up {
    color: #13ce66;
}
.box.box__summary i.fa-long-arrow-alt-down {
    color: #ff4949;
}
.box.box__summary strong {
    color: #575b5c;
}


/*
Tables e DIV Tables
*/

.tab {
    margin: 25px 0;
    color: #919799;
}
.tab_th {
    min-height: 60px;
    padding: 0 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #575b5c;
}
.tab_tr {
    background: #fff;
    border-radius: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding: 20px 1.5rem;
    min-height: 72px;
    color: inherit;
    line-height: 22px;
    text-decoration: none;
}
.tab_tr .cell {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.tab_tr.hover:hover {
    background-color: #f9fafc;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(34, 41, 51, 0.1);
    color: inherit;
    transition: all 0.2s ease-out;
}
.tab_tr .featured {
    color: #575b5c;
}
.tab_tr .date {
    color: #919799;
    font-size: 13px;
    text-align: right;
    display:block;
    width:100%;
}

table.simple-list thead {
    background:#f0f2f5;
    color: #575b5c;
    text-transform: uppercase;
    font-size: 12px;
}
table.simple-list tbody, 
table.simple-list tfoot, 
table.simple-list thead {
    border: none;
}
table.simple-list tfoot td, 
table.simple-list tfoot th, 
table.simple-list thead td, 
table.simple-list thead th,
table.simple-list tbody td {
    padding: 1rem 1.225rem;
}
table.simple-list tbody {
    background-color: #fff;
}
table.simple-list tbody tr:nth-child(even) {
    background-color: #f0f2f5;
}


/*
Tolltip - Balao de informacoes
*/
i.tooltip {
    position: relative;
    display: inline-block;
    color: #bdbec5;
    font-size: 15px;
    font-weight: 600;
}
i.tooltip > span.tooltiptext {
    visibility: hidden;
    font-family: 'IBM Plex Sans', sans-serif;
    width: 350px;
    background-color: #fff;
    color: #40454b;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(34, 41, 51, 0.1);
    font-weight: 400;
    line-height: 22px;
    font-size: 13px;
    position: absolute;
    text-align: left;
    left: 25px;
    top: -5px;
    z-index: 1;
}
i.tooltip > span.tooltiptext.bottom {
    left: auto;
    right: -5px;
    top: 25px;
}
i.tooltip:hover {
    color: #f42456;
}
i.tooltip:hover > span.tooltiptext {
    visibility: visible;
}


/*
Status
*/

.status {
    font-size:10px;
    margin-right: 4%;
    position: relative;
    top: -2px;
}
.status.green {
    color: #13ce51;
}
.status.gray {
    color: #d4d8dd;
}
.status.red {
    color: #fe0c47;
}
.status.blue {
    color: #1fb6ff;
}
.status.orange {
    color: #ff7849;
}
.status.purple {
    color: #c96ce4;
}

/*
Status pedido
*/
ul.historic {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.historic li {
    position: relative;
    margin: 0 15px 0 30px;
    padding: 0 0 0 55px;
    min-height: 65px;
}
ul.historic li::before,
ul.historic li::after {
    content: '';
    position: absolute;
    top: 31px;
    bottom: 0;
    width: 2px;
    background: #dbdfe5;
    left: -23px;
}
ul.historic li::after {
    top: 0;
    height: 9px;
}
ul.historic li:first-child::after,
ul.historic li:last-child::before {
    display: none;
}
ul.historic li > i {
    position: absolute;
    color: #c8cdd6;
    left: -30px;
    top: 12px;
}
ul.historic li > i.fa-check-circle {
    color: #13ce66;
}
ul.historic li > i.fa-times-circle {
    color: #f42456;
}
ul.historic li .date {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #919799;
}
ul.historic li .date b {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
ul.historic li .text {
    padding-bottom: 25px;
    position: relative;
}
ul.historic li .text span {
    color: #919799;
    display: block;
    font-size: 14px;
}
ul.historic li .text strong {
    font-size: 14px;
    font-weight: 400;
}
ul.historic li .text a.remove {
    position: absolute;
    right: 0;
    top: 0;
    color: #919799;
    font-size: 14px;
    display: none;
}
ul.historic li .text a.remove:hover {
    color: #bb153d;
}
ul.historic li .text:hover a {
    display:inline-block;
}

/*
Descricoes
*/
p.description {
    max-width: 230px;
    line-height: 20px;
}

/*
Acoes
*/

#wg-structure.back-block #back-menu-open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #31353b;
    opacity: 0.5;
    cursor: pointer;
    z-index: 40;
}
#wg-structure.back-block.menu-block #back-menu-open {
    z-index:30;
}

/*
Menu tres pontinhos
*/

.edit-item {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 30px;
    width:24px;
}
.edit-item i {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 24px;
    line-height: 24px;
    font-size: 20px;
}
.edit-item:hover i {
    background: #f5f5f5;
}
.edit-item ul {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 30px 0 20px;
    list-style: none;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(34, 41, 51, 0.1);
    background-color: #ffffff;
    text-align: left;
    width: 190px;
    display: none;
    line-height: 16px;
    z-index: 2;
}
.edit-item:hover ul {
    display: block;
}
.edit-item ul span {
    color: #90959c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    padding: 0 40px 10px;
}
.edit-item ul a {
    display: block;
    white-space: nowrap;
    color: #575b5c;
    padding: 14px 40px;
    text-decoration: none;
}
.edit-item ul a:hover {
    color: #fff;
    background: #bb153d;
}


/*
Grid
*/

.full-height {
    height: 100%;
}
.cell.small-align-center {
    text-align: center;
}

/*
Empty Pages
*/

.no-content {
    text-align: center;
    padding-top: 10%;
}
.no-content img {
    max-width: 400px;
}
.no-content h1 {
    font-size: 22px;
}
.no-content i.main {
    font-size: 60px;
    margin-bottom: 40px;
}
.no-content p {
    color: #919799;
    line-height: 1.56;
    max-width: 450px;
    position: relative;
    margin:0 auto 40px;
}


/*
Paginacao
*/
ul.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    padding-right: .75rem;
    padding-left: .75rem;
}
ul.pagination li {
    display: inline-block;
    position: relative;
    width: 32px;
}

ul.pagination li a,
ul.pagination li span {
    float: left;
    text-decoration: none;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #575b5c;
}
ul.pagination li a:hover {
    color: #1b76f6;
}

ul.pagination li.prev span,
ul.pagination li.next span,
ul.pagination li.prev a,
ul.pagination li.next a {
    background: #fff;
    border-radius: 50px;
    font-size: 10px;
    height: 24px;
    width: 24px;
    line-height: 25px;
    top: -5px;
    position: relative;
    margin: 0 5px;
}
ul.pagination li.prev a:hover,
ul.pagination li.next a:hover {
    box-shadow: 0 0 8px 0 rgba(34, 41, 51, 0.1);
}
ul.pagination li.disabled span {    
    color:#919799;
}

ul.pagination div.numbers_page {
    display:inline-block;
    background: #fff;
    border-radius: 50px;
    height: 32px;
    padding: 0 5px;
}


ul.pagination li.active::before {
    content: '';
    background: #6a9bf6;
    color: #fff;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    position: absolute;
    left: -1px;
    top: -1px;
}

ul.pagination li.active span {
    color: #fff;
    line-height: 35px;
    position: relative;
    z-index: 1;
}


/*
Alerts
*/
.alert {
    position: relative;
    box-shadow: 0px 2px 2px 0 rgba(34, 41, 51, 0.2);
    background-color: #fe0c47;
    color: #fff;
    text-align: center;
    padding: 12px;
    width: 100%;
}

.alert .close {
    position: absolute;
    text-decoration: none;
    font-size: 21px;
    float: right;
    opacity: .7;
    top: 11px;
    right: 15px;
    color: inherit;
}

.alert-success {
    background-color: #13ce51;
}

.alert-info {
    background-color: #6a9bf6;
}

.alert-warning {
    background-color: #ff7849;
}

.alert-danger {
    background-color: #fe0c47;
}

.alert.fade {
    opacity: 0;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    padding: 0;
}

.alert.fade.in {
    opacity: 1;
    max-height: 100px;
    margin: 0;
    padding: 15px 35px 15px 15px;
}

