body > .loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

body > .loading:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 36px;
  position: relative;
  top: 50%;
  left: 50%;
  tranform: translate(-50%);
  color: #fff;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.timeline-messages h3 {
  margin-bottom: 30px;
  color: #1fb5ad;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff;
  padding: 20px;
  margin-top: -3px;
  position: relative;
}
.timeline-messages:before {
  background: rgba(0, 0, 0, 0.05);
  bottom: 0;
  top: 0;
  width: 2px;
}
.timeline-messages:before,
.msg-time-chat:before,
.msg-time-chat .text:before {
  content: "";
  left: 20px;
  position: absolute;
  top: -2px;
}
.timeline-messages,
.msg-time-chat,
.timeline-messages .msg-in,
.timeline-messages .msg-out {
  position: relative;
}
.timeline-messages .msg-in .arrow {
  border-right: 8px solid #949496 !important;
}
.timeline-messages .msg-in .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 25px;
  width: 0;
}
.timeline-messages .msg-out .arrow {
  border-right: 8px solid #41cac0 !important;
}
.timeline-messages .msg-out .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 25px;
  width: 0;
}
.msg-time-chat:first-child:before {
  margin-top: 27px;
}
.msg-time-chat:before {
  background: #cccccc;
  border: 2px solid #fafafa;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 16px;
  margin: 35px 0 0 -7px;
  width: 16px;
}
.msg-time-chat:hover:before {
  background: #41cac0;
}
.msg-time-chat:first-child {
  padding-top: 0;
}
.message-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.message-img img {
  display: block;
  height: 44px;
  width: 44px;
}
.message-body {
  margin-left: 50px;
  display: inline-block;
}
.msg-time-chat .msg-in .text {
  /*border:1px solid #e3e6ed;*/
  /*padding:10px;*/
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 14px;
}
.msg-time-chat .msg-in .text .first {
  background: #949496;
  padding: 10px;
  color: #fff;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 5px;
  width: 150px;
  text-align: right;
}
.msg-time-chat .msg-in .text .second {
  background: #8fd6d6;
  padding: 10px;
  color: #fff;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.msg-time-chat .msg-out .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.msg-time-chat .msg-in .text a {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0;
}
.msg-time-chat .msg-in .text a:hover {
  color: rgba(0, 0, 0, 0.7);
  margin-right: 0;
}
.msg-time-chat p {
  margin: 0;
}
.msg-time-chat .attribution {
  font-size: 11px;
  margin: 0px 0 5px;
}
.msg-time-chat {
  overflow: hidden;
  padding: 8px 0;
}
.msg-in a,
.msg-in a:hover {
  color: #b64c4c;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
.msg-out a,
.msg-out a:hover {
  color: #288f98;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
.bg-terques {
  background: #8fd6d6 !important;
}
.bg-red {
  background: #ffa991 !important;
}
.bg-purple {
  background: #bda4ec !important;
}
.bg-green {
  background: #aec785 !important;
}
.bg-yellow {
  background: #fed65a !important;
}
.bg-blue {
  background: #99cce3 !important;
}

.recent-act {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.recent-act:before {
  background-color: #eeeeee;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 50px;
  width: 2px;
  z-index: 0;
}
.recent-act h1 {
  text-align: center;
  color: #1fb5ad;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.activity-icon.terques {
  background: #8fd6d6;
}
.activity-icon.red {
  background: #ef6f66;
}
.activity-icon.purple {
  background: #bda4ec;
}
.activity-icon.green {
  background: #aec785;
}
.activity-icon.yellow {
  background: #fed65a;
}
.activity-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin: 20px auto 20px;
  position: relative;
}
.activity-icon {
  background: #c7cbd6;
}
.activity-desk {
  padding: 15px 30px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  text-align: center;
}
.activity-desk h2 {
  color: #1fb5ad;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.activity-desk .terques {
  color: #1fb5ad;
}
.activity-desk .red {
  color: #ef6f66;
}
.activity-desk .purple {
  color: #bda4ec;
}
.activity-desk .green {
  color: #aec785;
}
.activity-desk .yellow {
  color: #fed65a;
}
.activity-desk .blue {
  color: #20aaf1;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3;
  padding: 7px 12px;
  line-height: 22px;
  height: 36px;
}

.select2-result-repository > div {
  display: inline-block;
}
.select2-result-repository div + div {
  margin-left: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
  right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 22px;
  color: #333;
}

.navbar-default {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.nav > li > a {
  color: #333 !important;
}

.side-menu.left {
  background: #222;
}

.alert-success {
  background-color: #ddefd7;
  border-color: #dce7d6;
  color: #426f46;
}

#sidebar-menu > ul > li > a {
  /*font-weight: 700;*/
  color: #8999aa;
  border-left: 3px solid #222;
  margin: 0;
  padding: 12px 28px 12px 15px;
}

#sidebar-menu > ul > li > a:hover {
  color: #fff;
  border-left: 3px solid #5fbeaa;
}

#sidebar-menu ul li a i {
  margin-right: 12px;
}

#sidebar-menu ul ul a {
  padding: 10px 20px 10px 57px;
}

#sidebar-menu ul ul {
  background: #2a2e36;
}

#sidebar-menu > ul > li > a.active,
#sidebar-menu .subdrop {
  background: #32363e !important;
}

.topbar-left .logo {
  display: inline-block;
  padding-top: 5px;
}
.topbar-left .logo img {
  max-height: 50px;
}

#wrapper.enlarged .topbar .topbar-left .logo .logo-full {
  display: none;
  opacity: 0;
}
.logo .logo-minified {
  display: none;
}
#wrapper.enlarged .topbar .topbar-left .logo .logo-minified {
  display: block;
  opacity: 1;
  line-height: 60px;
}

.button-menu-mobile:hover {
  color: #5fbeaa;
}

.app-search .form-control,
.app-search .form-control:focus {
  background: rgba(0, 0, 0, 0.05);
}

#sidebar-menu > ul > li.has_sub > a::before {
  font-family: "FontAwesome";
  content: "\f105";
  left: auto;
  right: 14px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  right: 12px;
  top: 17px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidebar-menu > ul > li.has_sub.open > a::before {
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li.has_sub > a::before {
  display: none !important;
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
  font-size: 13px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li:hover > a,
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a,
#wrapper.enlarged #sidebar-menu ul ul {
  background: #2a2e36 !important;
}
#wrapper.enlarged #sidebar-menu ul ul {
  border-color: #2a2e36 !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li:hover > a {
  border-left: 3px solid #5fbeaa !important;
}

.controller-title {
  padding: 0 20px 20px;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 -20px 20px -20px;
}
.controller-title .page-title {
  margin-top: 0;
}

.controller-title .titulo-curso {
  margin-top: 10px;
}
.controller-title .titulo-curso small {
  color: #aaa;
}
.controller-title .titulo-curso h1 {
  font-size: 35px;
  margin-top: -5px;
}

.panel-default > .panel-heading {
  background: #f4f8fb;
  border-bottom: 1px solid #e6ebef !important;
  padding-bottom: 10px;
}

.panel-default > .panel-footer {
  border-top: 1px solid #e6ebef !important;
}

.panel .panel-default > .panel-heading {
  border: 1px solid #e6ebef !important;
}
.panel-default > .panel-heading .panel-title {
  color: #999 !important;
}

.panel-default > .panel-body {
  padding: 20px;
}

.portlet .portlet-heading {
  background: #f4f8fb;
  border-bottom: 1px solid #e6ebef !important;
}

.panel-bordered {
  box-shadow: none !important;
}
.panel-bordered > .panel-body {
  border-left: 1px solid #e6ebef !important;
  border-right: 1px solid #e6ebef !important;
  border-bottom: 1px solid #e6ebef !important;
}
.input-group-addon {
  border-radius: 4px;
}

.emitir-certificado {
  width: 430px;
}

.req {
  color: #cc0000;
}

.form-control {
  margin: 0 12px 12px 0;
  background: #fcfefe;
}
.form-group .fa-question-circle {
  color: #3d88d1;
}

.table thead {
  background: #e5e5e5;
  color: #666;
  font-weight: 700;
}

.box-form {
  background: #fefefe;
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 20px;
}

.panel-widgets {
  float: right;
}

.quiz_questao .questao_num {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 13px;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  background: #fb6d9d;
  display: inline-block;
}

.cms-repeater-item-list > div {
  display: inline-block;
}

.multipla_escolha_opcoes,
.associativa_opcoes,
#aulas-links {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 15px;
}

.multipla_escolha_opcoes .lista,
.associativa_opcoes .lista,
#aulas-links .lista {
  margin: 15px 0;
}

.associativa_opcoes .lista .item,
#aulas-links .lista .item {
  background: #fcfcfc;
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 15px;
}

.multipla_escolha_opcoes .lista .item {
  display: table;
  width: 100%;
}
.multipla_escolha_opcoes .lista .item > div {
  display: table-cell;
  vertical-align: top;
}

.situacao_box {
  display: inline-block;
}

.table > thead > tr > th {
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.table > tbody > tr > td {
  vertical-align: middle;
}

.form-horizontal .table .form-group {
  margin-left: 3px;
  margin-right: -5px;
  margin-bottom: 0;
}

.lista-imagens .no-thumbnail {
  height: 100px;
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 20px;
}

/*.table > thead > tr > th .form-group,
.table > tbody > tr > td .form-group {margin-bottom: 0;}
.table .form-group .checkbox {margin-bottom: 0; margin-top: 0; display: block; width: 18px; padding: 0}
.table .form-group .checkbox input {position: absolute; width: 18px; height: 18px; padding: 0; margin-left: 0;}
.table .form-group .checkbox label::before,
.table .form-group .checkbox label::after {top: 4px; left: 4px;}*/

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #fff !important;
}
.table-striped > tbody > tr:nth-of-type(2n + 2) {
  background-color: #f4f8fb !important;
}

/*.table .fa-pencil {color: #29b6f6;}
.table .fa-times {color: #f05050;}*/

.card-box.in_table .table-detail.icon {
  width: 40px;
}
.card-box.in_table .bar-widget .iconbox {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.card-box.in_table .bar-widget .iconbox i {
  font-size: 15px;
  line-height: 35px;
}

.card-box.in_table {
  background: #f4f8fb;
  padding: 10px;
}
.table-striped > tbody > tr:nth-of-type(2n + 2) .card-box.in_table {
  background: #fff;
}

div.exclusion-check {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
div.exclusion-check > span {
  float: left;
  margin: 4px 10px 4px 0;
}

ul.itens-modulo {
  padding: 0;
  list-style: none;
  min-height: 30px;
}

ul.itens-modulo li {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  color: #ffffff;
  padding: 12px 20px;
}

div.lista_modulos div.ui-modulos-highlight,
ul.itens-modulo li.ui-modulo-highlight {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  padding: 12px 20px;
  border: 1px dashed #e2e2e2;
  background: #fcfcfc;
  height: 56px;
}

.editar-inline .fa-caret-right {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.editar-inline.ativo .fa-caret-right {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

ul.itens-modulo li h3 {
  color: #333;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

ul.itens-modulo li.aulas {
  background: #e7f1f7;
  border: 1px solid #cfe3ef;
}

ul.itens-modulo li.atividades {
  border: 1px solid #f1e7e3;
  background: #f8f3f1;
}

ul.itens-modulo li .widgets-right {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

ul.itens-modulo li .widgets-left {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 32px;
  padding-right: 15px;
  position: relative;
  text-align: left;
}

.select_multiple_colunas {
  position: relative;
  margin-bottom: 20px;
  padding-top: 30px;
}
.select_multiple_colunas::before {
  content: "\f0ec";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.select_multiple_colunas > div {
  width: 48%;
  height: 300px;
  overflow-y: scroll;
  float: left;
  border: 1px solid #e2e2e2;
}

.select_multiple_colunas > div + div {
  float: right;
}

.select_multiple_colunas > .lista-todos:before,
.select_multiple_colunas > .lista-selecionados:before {
  position: absolute;
  top: 5px;
  content: "Selecionados: ";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.select_multiple_colunas > .lista-todos:before {
  content: "Selecione: ";
}

.select_multiple_colunas .item + .item {
  border-top: 1px solid #efefef;
}
.select_multiple_colunas .item {
  transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  cursor: pointer;
  padding: 10px;
}
.select_multiple_colunas .item:nth-child(2n + 2) {
  background: #fcfcfc;
}
.select_multiple_colunas .item:hover {
  background: #ecf2f9;
}

.select_multiple_colunas .item .imagem {
  padding: 5px;
  width: 70px;
  display: table-cell;
}
.select_multiple_colunas .item .titulo {
  padding-left: 15px;
  height: 70px;
  vertical-align: middle;
  display: table-cell;
}
.select_multiple_colunas .item .titulo h4 {
  font-size: 16px;
}

.select_multiple_colunas input {
  display: none;
}

.preco-total-cursos {
  margin-bottom: 20px;
}

.carregando_pagina {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #ccc;
  padding: 40px 0;
}

.lista_modulos .portlet .portlet-heading .portlet-widgets-left {
  float: left;
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}

a.btn-order {
  cursor: move;
}

.nav-tabs.navtab-small > li.active > a,
.nav-tabs.navtab-small > li.active > a:focus,
.nav-tabs.navtab-small > li.active > a:hover,
.tabs-vertical.navtab-small > li.active > a,
.tabs-vertical.navtab-small > li.active > a:focus,
.tabs-vertical.navtab-small > li.active > a:hover {
  background: #5fbeaa !important;
  color: #fff !important;
}

.nav.nav-tabs.navtab-small > li > a,
.nav.tabs-vertical.navtab-small > li > a {
  line-height: 36px;
}

.nav.nav-tabs.navtab-small {
  border-bottom: 2px solid #5fbeaa;
  box-shadow: none;
}

.nav-tabs.navtab-small + .tab-content {
  box-shadow: none;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.portlet-title .form-group {
  margin-bottom: 0;
}

.lista_modulos .portlet-title .xeditable-post > i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.texto-informacoes .item {
  font-size: 13px;
  margin-bottom: 15px;
}
.texto-informacoes .item a {
  text-decoration: underline;
}

.cms-hidden {
  display: none !important;
}

.bg-light {
  background: #efefef;
  color: #888;
}

.form_texto_titulo {
  font-size: 1.7em;
}

input.form_texto_titulo {
  padding: 10px 12px;
  height: 55px;
}
.imagem_destacada label {
  display: none;
}
.imagem_destacada .col-md-10 {
  width: 100% !important;
  float: none !important;
}
.imagem_destacada img {
  max-width: 100%;
}
.imagem_destacada .form-group {
  margin-bottom: 0;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  border-bottom: 1px dashed #0088cc;
}

#modal-image .pagination {
  margin: 0;
}
#modal-image .modal-dialog {
  width: 90%;
}
#modal-image .modal-body .lista-imagens {
  height: 350px;
  overflow-y: scroll;
}

.btn-gradient-light {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

#modal-image .item-image {
  width: 150px;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  margin-right: 1px;
  float: left;
  height: 210px;
}

.panel-left {
  float: left;
  width: 100%;
  position: relative;
}
.panel-right {
  float: right;
  width: 280px;
  margin-right: -300px;
}

.panel-form-body {
  margin-right: 300px;
}

.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #5ebd5e;
}
.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #e66454;
}
.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #f4b04f;
}
.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #5bc0de;
}

.note > :last-child {
  margin-bottom: 0;
}

.timeline_wrap {
  background: #f0f0f0;
}

.input-group-btn:not(:first-child):not(:last-child) .btn {
  border-radius: 0;
}

.filtro {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
}

#table-tickets tbody tr {
  cursor: pointer;
}

#table-tickets tbody tr.warning td {
  background: #fef3e0;
}
#table-tickets tbody tr.warning:hover td {
  background: #faebcc;
}

#table-tickets tbody tr.danger td {
  background: #fde1e6;
}
#table-tickets tbody tr.danger:hover td {
  background: #fddbe1;
}

#table-tickets tbody tr.success td {
  background: #e7f4e7;
}
#table-tickets tbody tr.success:hover td {
  background: #d6e9c6;
}

#table-tickets tbody tr.primary td {
  background: #d9edf7;
}
#table-tickets tbody tr.primary:hover td {
  background: #bce8f1;
}

.ticket {
  padding: 15px;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.ticket .imagem {
  float: left;
  margin-right: 15px;
}
.ticket .texto {
  margin-left: 105px;
}

.ticket footer .item {
  display: inline-block;
}
.ticket footer .item + .item:before {
  content: "|";
  margin: 0 10px;
}

.questao_upload .panel-body,
.lista_questoes .panel-body {
  border: 1px solid #f0f0f0;
  border-top: 5px solid #1fb5ad;
  border-radius: 5px;
}

.questao_upload .panel-body .titulo_questao,
.lista_questoes .panel-body .titulo_questao {
  border-bottom: 1px dashed #e0e0e0;
  position: relative;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 20px;
  min-height: 50px;
}
.lista_questoes .panel-body .titulo_questao {
  padding-left: 47px;
}

.lista_questoes .panel-body .titulo_questao .num {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #1fb5ad;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  position: absolute;
  left: 0px;
}

.lista_questoes .itens,
.lista_questoes .itens_associados {
  margin-bottom: 20px;
}

.lista_questoes .itens .item,
.lista_questoes .itens_associados .item {
  font-size: 15px;
  margin-bottom: 10px;
}

.lista_questoes .itens .item .num {
  width: 42px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #666;
  text-align: center;
  padding: 5px;
  display: block;
  float: left;
  margin-right: 15px;
}
.lista_questoes .itens_associados input {
  width: 40px;
  float: left;
  margin-right: 15px;
}

.lista_questoes .resposta {
  margin-left: 47px;
}
.lista_questoes .valor {
  margin-top: 20px;
  margin-left: 47px;
}

.lista_questoes .resposta .single-row {
  padding-left: 20px;
}
.lista_questoes .resposta .single-row.correta {
  background-color: #ddefd7;
  border-color: #dce7d6;
  color: #426f46;
}

.legenda {
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}

.legenda:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.legenda.legenda-aulas:before {
  background: #e7f1f7;
  border: 1px solid #cfe3ef;
}

.legenda.legenda-atividades:before {
  border: 1px solid #f1e7e3;
  background: #f8f3f1;
}

.input-group-addon {
  border-color: #666;
  background: #666;
  color: #fff;
}

.card-box.card-cursos .table-detail.icon {
  width: 70px;
}

.menus-lista .dd-item a {
  display: block;
}
.menus-lista .dd-item a i {
  float: right;
}

h3.portlet-title .editable-click,
h3.portlet-title a.editable-click,
h3.portlet-title a.editable-click:hover {
  line-height: 20px;
  padding-top: 0;
}

.filemanager_multiuploads {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px;
}

.filemanager_multiuploads .galeria-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filemanager_multiuploads .galeria-lista .item {
  float: left;
  width: 160px;
  padding: 10px;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
  position: relative;
}

.filemanager_multiuploads .galeria-lista .item a.remove {
  background: #e33030;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding-top: 1px;
  cursor: pointer;
  font-size: 12px;
}

.filemanager_multiuploads .galeria-lista .item:hover a.remove {
  display: block;
}

.filemanager_multiuploads .galeria-lista .item input {
  max-width: 100%;
}

.filemanager_multiuploads .galeria-lista .item .img-thumbnail {
  position: relative;
}

.filemanager_multiuploads .galeria-lista .item .img-thumbnail i {
  margin: 15px 20px;
}

.filemanager_multiuploads .galeria-lista .item .img-thumbnail .nome_arquivo {
  display: none;
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 11px;
  left: 50%;
  bottom: 90%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  transform: translateX(-50%);
  o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 4px;
  o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.filemanager_multiuploads
  .galeria-lista
  .item
  .img-thumbnail
  .nome_arquivo:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 8px;
  margin-left: -8px;
}

.filemanager_multiuploads .galeria-lista .item:hover .nome_arquivo {
  display: block;
}

#modal-image .lista-imagens .item-image.selected {
  background: #d5fac1;
  border-color: #93c976;
}

.colorpicker-default .input-group-addon {
  background: #eee;
  border-color: #e3e3e3;
}

.dados-aluno .imagem {
  width: 40%;
  max-width: 180px;
  float: left;
  margin-right: 30px;
}

.dados-aluno .imagem img {
  width: 170px;
  height: 170px;
}

.dados-aluno td + td {
  padding-left: 20px;
  padding-bottom: 10px;
}

.titulo_sep {
  margin-top: 40px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

p.valor_total {
  font-size: 40px;
}

.table_filtro {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px;
}

.cms-secao-inline {
  display: inline-block;
}

.torres {
  width: 100%;
}
.torres + .torres {
  margin-top: 50px;
}
.torres .anda {
  display: table;
  padding-right: 5px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.torres .anda div {
  display: inline-block;
}
.torres .anda .num-andar {
  width: 35px;
  height: 75px;
  line-height: 75px;
  background: #323232;
  color: #ffffff;
  text-align: center;
}
.torres .anda .unidades {
  margin: 5px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.torres .anda .unidades.L {
  background: #4bdb55;
}
.torres .anda .unidades.B {
  background: #ff041f;
}
.torres .anda .unidades.R {
  background: #fb8020;
}
.torres .anda .unidades.V {
  background: #2196f3;
}
.modal-unidades {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.bg-modal-unidades {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.box-modal-unidades {
  width: 390px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -130px;
  background: #ffffff;
}
.head-modal-unidades {
  height: 36px;
  background: #323232;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
}
.body-modal-unidades {
  padding: 15px;
  text-align: center;
}
.body-modal-unidades a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  background: #f2f3f5;
  color: #303133;
  border-radius: 3px;
  border: 1px solid #d0d0d2;
}
.body-modal-unidades a:hover {
  background: #323232;
  color: #fff;
  border-color: #323232;
}

.input-group {
  margin: 0 12px 12px 0 !important;
}

.form-group {
  margin-bottom: 12px !important;
}

#filtrar {
  margin-bottom: 15px !important;
}

.form-flex-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

.btn-filter {
  padding: 8px 22px;
  margin: 0 12px 12px 0;
}
