body {
  font-family: 'Orkney';
  color: #2F3543;
  background-color: #EAEBEC;
}

h1 {
  margin-bottom: 90px;
  font-size: 90px;
  line-height: 120px;
  color: #F18827;
}

h2 {
  margin-bottom: 68px;
  font-size: 68px;
  line-height: 90px;
  color: #F18827;
}

h3 {
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 68px;
  color: #2F3543;
}

h4 {
  margin-bottom: 38px;
  font-size: 38px;
  line-height: 50px;
  color: #F18827;
}

h5 {
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 38px;
  color: #F18827;
}

h6 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #2F3543;
}

p {
  font-size: 16px;
  line-height: 20px;
}

p a {
  color: #F18827;
}

p a:hover {
  color: #F7B27E;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

em {
  font-style: italic !important;
}

strong {
  font-weight: bold !important;
}

button,
input[type='submit'] {
  display: block;
  margin: 0 auto;
  border: 2px solid #2F3543;
  border-radius: 30px;
  padding: 6px 10px 4px;
  outline: none;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Orkney';
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #2F3543;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

button:hover,
input[type='submit']:hover {
  border-color: #F18827;
  color: #F18827;
}

button.filled,
input[type='submit'].filled {
  border: none;
  padding: 8px 10px 6px;
  color: #FFFFFF;
  background-color: #F18827;
}

button.filled:hover,
input[type='submit'].filled:hover {
  background-color: #2F3543;
}

button[disabled],
input[type='submit'][disabled] {
  opacity: 0.5;
  pointer-events: none;
}

input[type='text'],
input[type='date'],
input[type='email'],
input[type='password'],
textarea,
select {
  display: block;
  border: none;
  border-radius: 18px;
  outline: none;
  padding: 10px 20px 8px;
  height: 38px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Orkney';
  font-size: 16px;
  line-height: 20px;
  color: #2F3543;
  background-color: #EAEBEC;
}

label {
  display: block;
  margin-bottom: 12px;
}

label a {
  color: #F18827;
}

label a:hover {
  color: #F7B27E;
}

textarea {
  min-height: 100px;
  width: 100%;
}

.small {
  font-size: 13px;
  line-height: 16px;
}

.basic_checkbox {
  margin-bottom: 12px;
}

.basic_checkbox label {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}

.basic_checkbox label:before {
  content: '';
  border: 2px solid #2F3543;
  border-radius: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.basic_checkbox label:after {
  content: '';
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 3px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.basic_checkbox label.checked:before {
  background-color: #2F3543;
}

.basic_checkbox label.checked:after {
  opacity: 1;
}

.info {
  padding: 60px 60px 50px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% / 3) - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF;
  overflow-y: auto;
}

.info .logo {
  display: block;
  margin-bottom: 38px;
  height: 80px;
}

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

.info .avatar {
  display: block;
  margin: 0 auto 22px;
  border-radius: 50%;
  height: 96px;
  width: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info p {
  margin-bottom: 12px;
}

.info ul li {
  display: inline-block;
}

.info ul li a {
  display: block;
  padding: 0 18px;
  font-size: 13px;
  line-height: 20px;
}

.info ul li a:hover {
  color: #F18827;
}

.info .profile a {
  padding: 0 10px;
  color: #F7B27E;
}

.info .pages {
  margin: 38px 0 28px;
  padding-top: 24px;
  position: relative;
}

.info .pages:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #F18827;
}

.info .pages a {
  display: inline-block;
  vertical-align: top;
  margin: 24px 5px;
  width: calc((100% / 3) - 13px);
  min-width: 100px;
}

.info .pages a > div {
  text-align: center;
}

.info .pages a > div.active {
  color: #F18827;
}

.info .pages a > div > * {
  display: block;
  margin: 0 auto;
}

.info .pages a:hover {
  color: #F18827;
}

.info .pages .image {
  margin-bottom: 12px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-color: #F18827;
  background-position: center;
  background-repeat: no-repeat;
}

.content {
  margin: 60px;
  margin-left: calc((100% / 3) + 30px);
  border-radius: 50px;
  padding: 60px;
  min-height: calc(100vh - 120px);
  width: calc(2 * (100% / 3) - 90px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}

.content img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.content h3 {
  text-align: center;
}

.content p {
  margin: 0 0 20px;
}

.content .warnings {
  margin-bottom: 90px;
}

.content .warnings li {
  margin-bottom: 20px;
  padding-left: 48px;
  position: relative;
  line-height: 30px;
}

.content .warnings li:last-child {
  margin-bottom: 0;
}

.content .warnings li:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  height: 30px;
  width: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjMxMTQgMjYuNDc3MkwxOC4wODI0IDAuOTc4NTY1QzE3Ljc1MTUgMC4zNjM0NjcgMTcuMTE3MyAwIDE2LjQyNzkgMEMxNS43Mzg1IDAgMTUuMTA0MiAwLjM2MzQ2NyAxNC43NzMzIDAuOTc4NTY1TDAuNTQ0MzcyIDI2LjQ0OTJMMC41MTY3OTcgMjYuNDc3MkMwLjE1ODMxNSAyNy4yMDQxIC0wLjI4Mjg5MyAyOC4yMzg2IDAuMjQxMDQyIDI5LjA3NzRDMC43Mzc0MDEgMjkuODg4MiAxLjc4NTI3IDMwIDIuNTI5ODEgMzBIMzAuMzI1OUMzMC43Mzk2IDMwIDMyLjAwOCAzMCAzMi41ODcxIDI5LjA0OTRDMzMuMTM4NiAyOC4wNzA4IDMyLjUzMiAyNi44Njg2IDMyLjMxMTQgMjYuNDc3MlpNMTYuMTUyMSAxMS4wMTU4SDE2LjY0ODVDMTcuMDYyMSAxMS4wMTU4IDE3LjM5MyAxMS4zNTE0IDE3LjM2NTQgMTEuNzcwN0wxNy4xMTczIDIwLjQxMDFDMTcuMTE3MyAyMC44MDE1IDE2Ljc4NjQgMjEuMTM3IDE2LjQwMDMgMjEuMTM3QzE2LjAxNDIgMjEuMTM3IDE1LjY4MzMgMjAuODI5NCAxNS42ODMzIDIwLjQxMDFMMTUuNDM1MiAxMS43NzA3QzE1LjQwNzYgMTEuMzUxNCAxNS43Mzg1IDExLjAxNTggMTYuMTUyMSAxMS4wMTU4Wk0xNy42MTM2IDI0LjQwODJDMTcuNTMwOSAyNC45MTE1IDE3LjIgMjUuMzAyOSAxNi43MzEyIDI1LjQxNDdDMTUuODc2NCAyNS42Mzg0IDE1LjEwNDIgMjQuODU1NSAxNS4xODcgMjMuOTg4OEMxNS4yNDIxIDIzLjQwMTcgMTUuNjI4MiAyMi45NTQzIDE2LjE3OTcgMjIuODcwNUMxNy4wMzQ1IDIyLjczMDcgMTcuNzUxNSAyMy41NDE1IDE3LjYxMzYgMjQuNDA4MloiIGZpbGw9IiM0NjQ2NDYiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content .news > div {
  margin-bottom: 60px;
}

.content .news > div:last-child {
  margin-bottom: 0;
}

.content .news .title {
  margin-bottom: 50px !important;
  text-transform: uppercase;
}

.content .news img {
  margin: 0 auto 50px;
  width: 500px;
  max-width: 100%;
}

.content .news h6 {
  margin: 38px 0 20px;
}

.content .type {
  margin-bottom: 60px;
  text-align: center;
}

.content .type li {
  display: inline-block;
  margin: 6px 20px;
  border: 2px solid #2F3543;
  border-radius: 30px;
  padding: 8px 10px 6px;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content .type li:hover, .content .type li.active {
  border-color: #F18827;
}

.content .atas {
  margin: 48px 0;
}

.content .atas .checkbox {
  margin-bottom: 12px;
  padding-left: 40px;
  position: relative;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content .atas .checkbox#check_all {
  margin-bottom: 33px;
  color: #F7B27E;
}

.content .atas .checkbox#check_all:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #F18827;
}

.content .atas .checkbox:before {
  content: '';
  border: 2px solid #F18827;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content .atas .checkbox:hover {
  color: #F18827;
}

.content .atas .checkbox.active:before {
  background-color: #F18827;
}

.content button {
  margin-top: 48px;
}

.content table {
  width: 100%;
}

.content table th {
  border-bottom: 2px solid #F18827;
  padding-bottom: 20px;
  text-align: left;
  color: #F7B27E;
}

.content table td {
  padding-top: 28px;
}

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

.content .empty > * {
  color: rgba(47, 53, 67, 0.5);
}

.content .tab {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.content .tab.active {
  opacity: 1;
  visibility: visible;
  max-height: initial;
  overflow: visible;
}

.content .form_input {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.content .form_input:last-child {
  margin-bottom: 0;
}

.content form span {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  color: #CF2C2C;
}

.content .half {
  display: inline-block !important;
  width: calc(50% - 33px) !important;
}

.content .half:nth-of-type(2n-1) {
  margin-right: 60px;
}

.content .table_checkbox table {
  margin: 57px 0;
}

.content .table_checkbox table .select {
  position: relative;
  width: 38px;
}

.content .table_checkbox table .select span {
  border: 2px solid #F18827;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  height: 26px;
  width: 26px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content .table_checkbox table .select.select_all span {
  top: 10px;
}

.content .table_checkbox table .select.active span {
  background-color: #F18827;
}

.content .map {
  margin-bottom: 28px;
  height: 300px;
  width: 100%;
}

.login_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../resources/images/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login {
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  overflow-y: auto;
}

.login:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(247, 178, 126, 0.25);
  z-index: -1;
}

.login form {
  padding: 60px;
}

.login img {
  display: block;
  margin: 0 auto 38px;
  max-width: 100%;
}

.login h5 {
  text-align: center;
}

.login input {
  margin-bottom: 28px;
}

.login .lost_password {
  display: block;
  margin-bottom: 48px;
  color: #F18827;
}

.login .lost_password:hover {
  color: #F7B27E;
}

.login .recaptcha_terms {
  margin-top: 28px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: rgba(47, 53, 67, 0.5);
}

.login .recaptcha_terms a {
  color: #F18827;
}

.login .recaptcha_terms a:hover {
  color: #F7B27E;
}

.login button,
.login input[type='submit'] {
  margin-top: 48px;
  max-width: 100%;
}

.condominium_select select {
  margin-bottom: 28px;
  padding: 8px 16px 8px;
}

table.dataTable th,
table.dataTable td {
  padding: 18px 18px !important;
  line-height: 20px;
  position: relative;
  word-break: break-word;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 2px solid #F18827 !important;
}

.dataTables_length select {
  display: inline-block;
  width: auto;
  padding: 5px 20px 5px;
  margin: 0 10px;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
}

.dataTables_filter input {
  height: 30px;
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  outline: 0;
}

.dataTables_wrapper .dataTables_paginate > a.paginate_button:not(.disabled) {
  height: 35px !important;
  padding: 0 10px !important;
  font-size: 16px !important;
  line-height: 35px !important;
  border: 0 !important;
  border-radius: 50px !important;
  background: #EAEBEC !important;
  color: #333 !important;
  outline: 0;
}

.dataTables_wrapper .dataTables_paginate span a.paginate_button {
  height: 35px !important;
  width: 35px !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 35px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #333 !important;
  outline: 0;
}

.dataTables_wrapper .dataTables_paginate span a.paginate_button.current, .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
  background: #EAEBEC !important;
  color: #333 !important;
}

.content span.dtr-title {
  display: inline-block;
  max-width: 100px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
  line-height: 30px;
}

.content span.dtr-data {
  max-width: calc(100% - 100px);
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  top: 19px;
  left: 9px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #f18827;
  outline: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent[role="row"] > td:first-child:before {
  content: '-';
  background-color: #b13131;
}

.dataTables_wrapper {
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}

.kb_home_dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kb_home_dashboard > .kb_home_square {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 60px;
  padding: 22px 22px 54px 22px;
  background: rgba(241, 136, 39, 0.1);
  border-radius: 10px;
  width: calc(50% - 30px);
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kb_home_dashboard > .kb_home_square:nth-child(even) {
  margin-right: 0px;
  margin-left: 30px;
}

.kb_home_dashboard > .kb_home_square > h6 {
  text-transform: uppercase;
  color: #F18827;
  text-align: center;
}

.kb_home_dashboard > .kb_home_square > a:not(.home_square_see_more) {
  position: relative;
  display: block;
  text-align: left;
  line-height: 25px;
  margin-bottom: 20px;
}

.kb_home_dashboard > .kb_home_square > a:not(.home_square_see_more) > span {
  margin-left: 20px;
}

.kb_home_dashboard > .kb_home_square.warnings > a:not(.home_square_see_more) {
  padding: 0 0 0 40px;
}

.kb_home_dashboard > .kb_home_square.warnings > a:not(.home_square_see_more):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjMxMTQgMjYuNDc3MkwxOC4wODI0IDAuOTc4NTY1QzE3Ljc1MTUgMC4zNjM0NjcgMTcuMTE3MyAwIDE2LjQyNzkgMEMxNS43Mzg1IDAgMTUuMTA0MiAwLjM2MzQ2NyAxNC43NzMzIDAuOTc4NTY1TDAuNTQ0MzcyIDI2LjQ0OTJMMC41MTY3OTcgMjYuNDc3MkMwLjE1ODMxNSAyNy4yMDQxIC0wLjI4Mjg5MyAyOC4yMzg2IDAuMjQxMDQyIDI5LjA3NzRDMC43Mzc0MDEgMjkuODg4MiAxLjc4NTI3IDMwIDIuNTI5ODEgMzBIMzAuMzI1OUMzMC43Mzk2IDMwIDMyLjAwOCAzMCAzMi41ODcxIDI5LjA0OTRDMzMuMTM4NiAyOC4wNzA4IDMyLjUzMiAyNi44Njg2IDMyLjMxMTQgMjYuNDc3MlpNMTYuMTUyMSAxMS4wMTU4SDE2LjY0ODVDMTcuMDYyMSAxMS4wMTU4IDE3LjM5MyAxMS4zNTE0IDE3LjM2NTQgMTEuNzcwN0wxNy4xMTczIDIwLjQxMDFDMTcuMTE3MyAyMC44MDE1IDE2Ljc4NjQgMjEuMTM3IDE2LjQwMDMgMjEuMTM3QzE2LjAxNDIgMjEuMTM3IDE1LjY4MzMgMjAuODI5NCAxNS42ODMzIDIwLjQxMDFMMTUuNDM1MiAxMS43NzA3QzE1LjQwNzYgMTEuMzUxNCAxNS43Mzg1IDExLjAxNTggMTYuMTUyMSAxMS4wMTU4Wk0xNy42MTM2IDI0LjQwODJDMTcuNTMwOSAyNC45MTE1IDE3LjIgMjUuMzAyOSAxNi43MzEyIDI1LjQxNDdDMTUuODc2NCAyNS42Mzg0IDE1LjEwNDIgMjQuODU1NSAxNS4xODcgMjMuOTg4OEMxNS4yNDIxIDIzLjQwMTcgMTUuNjI4MiAyMi45NTQzIDE2LjE3OTcgMjIuODcwNUMxNy4wMzQ1IDIyLjczMDcgMTcuNzUxNSAyMy41NDE1IDE3LjYxMzYgMjQuNDA4MloiIGZpbGw9IiM0NjQ2NDYiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kb_home_dashboard > .kb_home_square > .home_square_see_more_container {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 22px;
}

.kb_home_dashboard > .kb_home_square > .home_square_see_more_container > a.home_square_see_more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  padding-right: 50px;
  position: relative;
  color: #F68925;
}

.kb_home_dashboard > .kb_home_square > .home_square_see_more_container > a.home_square_see_more:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  height: 18px;
  width: 33px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAYAAABnGz2mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE6SURBVHgBzdbNTcMwGMbxx6YVFDjQCciBIo5hAmADNiiMwAlxgh5QxAmYAJgEMQELIOENmkMhhRgbv+VDUVU19sFv+r85UpRf7MgOsKAJMFRkW/uQ2IPRD50zpXzuiQ4rsp3Eyq/X36ESpjzwwUlEbrwyzitDh2w/FlmS1N0XHdY9UbkxOK5c8sKxfGPUKOsdSYm7yqW5y8oGo0JwrDDKF8cOo3xwjcCoOpz42Wf0NazYAHNWIhUW1eeqj/dytztQeQtS953vsIm5c6jpkuVO23lwK2HwhAVKCDPZkCfzNHTLub6kN8FcCXEDi/RvbGEv1k5fBv+wJhpdbd9L2D5moKhmtosaFMW/wXqgKN4jyRNF8R3iASiKBRaKoqLDPi97qW7hGQEoKvqP4ttqqdz7KwSgWBueJ0Fn8TcXY6kzYsYuMAAAAABJRU5ErkJggg==);
  background-position: 50%;
  background-size: 33px;
  background-repeat: no-repeat;
}

.kb_mobile_header {
  display: none;
}

.content ol {
  list-style: decimal;
  padding: 0 0 0 17px;
}

.content ul {
  list-style: disc;
  padding: 0 0 0 17px;
}

.content ul.warnings {
  list-style: none;
}

.content li {
  line-height: 30px;
}

.kb_toast {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 300px;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #2e2e2eed;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.kb_toast.visible {
  bottom: 20px;
  opacity: 1;
}

.kb_toast.success {
  background: #33bf58ed;
}

.kb_toast.error {
  background: #bf2828e6;
}

#kb_profile_picture {
  display: none;
}

.kb_current_user_photo {
  position: relative;
  height: 96px;
  width: 96px;
  margin: auto;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #dcdcdc;
  border: 3px solid #f18827;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.kb_current_user_photo:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 10px);
  height: 21px;
  width: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7c/BDYAgDIXhjuAIbs4IjuAIHcFR6iOhB2OB0PbInzR64UseUSAROXE37qn/FK2BFdPiMIBL/vlgPDr0i2MLXgV1chnA7AE1C2Zd4gEtuGSAHzgy2Spl8gY3OEFzwYbmghPUBw5QP9hBYyB6AZgQz5jg8HKiAAAAAElFTkSuQmCC);
}

@media (max-width: 1280px) {
  h1 {
    margin-bottom: 68px;
    font-size: 68px;
    line-height: 90px;
  }
  h2 {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 68px;
  }
  h3 {
    margin-bottom: 38px;
    font-size: 38px;
    line-height: 50px;
  }
  h4 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 38px;
  }
  h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  input[type='text'],
  input[type='date'],
  input[type='email'],
  input[type='password'],
  textarea {
    padding: 4px 16px 2px;
    height: 30px;
  }
  textarea {
    padding: 16px;
  }
  .info {
    padding: 38px;
  }
  .info ul li {
    width: 100%;
  }
  .info ul li a {
    padding: 0;
  }
  .info .logo {
    margin-bottom: 28px;
    height: 60px;
  }
  .info .avatar {
    margin-bottom: 16px;
    height: 96px;
    width: 96px;
  }
  .info .pages a {
    margin: 10px 2px;
  }
  .info .pages .image {
    height: 60px;
    width: 60px;
    background-size: 40%;
  }
  .content {
    margin: 38px;
    margin-left: calc((100% / 3) + 12px);
    padding: 38px;
    min-height: calc(100vh - 76px);
    width: calc(2 * (100% / 3) - 50px);
  }
  .content img {
    margin-bottom: 28px;
    width: 80%;
  }
  .content .warnings {
    margin-bottom: 48px;
  }
  .content .type {
    margin-bottom: 28px;
  }
  .content .type li {
    margin: 3px 10px;
    width: unset;
    min-width: 170px;
    font-size: 14px;
  }
  .content .atas {
    margin: 38px 0;
  }
  .content .atas .checkbox {
    margin-bottom: 12px;
    padding-left: 38px;
    font-size: 14px;
    line-height: 20px;
  }
  .content .atas .checkbox:before {
    top: -2px;
    height: 18px;
    width: 18px;
  }
  .content .atas .checkbox#check_all {
    margin-bottom: 25px;
  }
  .content button {
    margin-top: 28px;
  }
  .content .form_input {
    margin-bottom: 28px;
  }
  .content .half {
    width: calc(50% - 22px) !important;
  }
  .content .half:nth-of-type(2n-1) {
    margin-right: 38px;
  }
  .content table th {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .content table td {
    padding-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .content .table_checkbox table {
    margin: 38px 0;
  }
  .content .table_checkbox table .select.select_all span {
    top: 14px;
  }
}

@media (max-width: 768px) {
  .info {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
  }
  .info.active {
    opacity: 1;
    visibility: visible;
  }
  .info > .logo {
    width: 170px;
    margin-top: -30px;
    margin-left: -20px;
  }
  .content {
    padding: 22px;
    width: 100vw;
    margin: 0;
    min-height: 100vh;
    border-radius: 0;
  }
  .kb_mobile_header {
    display: block;
    background: #fff;
    padding: 18px;
  }
  .kb_mobile_header > .logo > img {
    width: 170px;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle {
    position: absolute;
    right: 18px;
    top: 25px;
    width: 28px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle > div {
    position: absolute;
    top: 14px;
    width: 28px;
    height: 2px;
    background: #F68925;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle > div:before {
    content: "";
    position: absolute;
    top: -8px;
    width: 28px;
    height: 2px;
    background: #F68925;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle > div:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 28px;
    height: 2px;
    background: #F68925;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle.active > div {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    background: transparent;
    top: 19px;
    left: -1px;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle.active > div:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 4px;
    left: 2px;
  }
  .kb_mobile_header > .kb_mobile_menu_toggle.active > div:after {
    bottom: -4px;
    left: 2px;
  }
  .kb_home_dashboard > .kb_home_square {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .content .half {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}

@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 30px;
  }
  .dataTables_wrapper .dataTables_length select {
    display: block;
    margin: 5px auto;
  }
  .dataTables_wrapper .dataTables_filter input {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .dataTables_wrapper {
    padding: 0;
    border: 0;
  }
}
/*# sourceMappingURL=custom.css.map */