/*--------------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding-top: 28px;
  background-color: #F5F5F5;
  font-family: Arial, Helvetica, sans-serif;  
}
* {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;  
}
a {
  outline: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  background-color: transparent;
}
p {
  margin: 4px 0 4px 0;
}
a.no-cursor {
  cursor: default;
}

/*--------------------------------------------------------------------------
 ZOOM
--------------------------------------------------------------------------*/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

/*--------------------------------------------------------------------------
 TOP
--------------------------------------------------------------------------*/
#goto_top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9998;
  display: none; 
  opacity: 0.8; 
  background-color: #000; 
  color: #fff; 
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}

/*--------------------------------------------------------------------------
 AJAX
--------------------------------------------------------------------------*/
#ajax_loader {
  display: none;
  background: url(../img/loaders/ajax-loader.gif) no-repeat center; 
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/*--------------------------------------------------------------------------------------
  FOOTER
--------------------------------------------------------------------------------------*/
footer {
  background-color: #444444;
}
footer a {
  outline: 0;
  color: #cccccc;
  text-decoration: none;
}
footer p {
  color: #ffffff;
  margin: 0 2px 4px 0;
  line-height: 20px;
  padding: 0;
}
footer ul li {
  margin-bottom: 4px;
}
footer hr {
  color: #747474;
  background-color: #747474;
}
footer h5 {
  color: #ffffff;
  font-weight: bold;
  padding: 0;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer a:focus {
  text-decoration: none;
  box-shadow: none;
}
footer .footer-copyright {
  color: #949494;
}

/*--------------------------------------------------------------------------------------
  NAVBAR
--------------------------------------------------------------------------------------*/
#navbar_main {
  font-size: 14px;
  min-height: 48px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;  
}
#navbar_main .navbar-brand {
  margin: 0;
  padding: 10px 0 12px 0;
}
#navbar_main .navbar-brand img {
  max-width: 160px;
  max-height: 48px;;
  height: auto;
}
#navbar_main .navbar-collapse {
  max-height: 380px;
  overflow-y: auto;
}
#navbar_main ul.navbar-nav li.nav-item {
  list-style: none;
}
#navbar_main ul.navbar-nav li.nav-item.active {
  border-bottom: 1px solid #3b6ea6;
}
#navbar_main ul.navbar-nav li.nav-item .nav-link {
  padding-right: 8px;
  padding-left: 8px;
  color: #444444;
}
#navbar_main ul.navbar-nav li.nav-item .nav-link.nav-green-link {
  color: #17b29e;
}
#navbar_main ul.navbar-nav li.nav-item .nav-link {
  font-weight: normal;
}
#navbar_main ul.navbar-nav li.nav-item::before {
  content: none;
}
#navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown {
  max-height: 320px;
  overflow-y: auto;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .dropdown-divider {
  margin-top: 0;
  margin-bottom: 0;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .media {
  padding: 0 16px 0 8px;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .media:hover {
  background-color: #efefef;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .media-left {
  width: 34px;
  padding: 8px 8px 2px 8px;
  text-align: center;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .media-left i.fa {
  font-size: 18px;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .media-body {
  padding: 4px 4px 4px 4px;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .notification-date {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 10px;
  text-align: right;
}
#navbar_main ul.navbar-nav li.nav-item .notification-dropdown .notification-content {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#navbar_main ul.navbar-nav li.nav-item .dropdown-account {
  text-align: center;
  z-index: 9999;
}
#navbar_main ul.navbar-nav li.nav-item .dropdown-account img {
  width: 96px;
  height: 96px;
  display: none;
  margin: 8px auto;
}
@media (min-width: 992px) {
  #navbar_main ul.navbar-nav li.nav-item .dropdown-account img {
    display: block;
  }
  #navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
    width: 320px;
  }
  #navbar_main .navbar-collapse {
    max-height: 9999px;
    overflow-y: visible;
    text-align: left;
  }
  #navbar_main ul.navbar-nav li.nav-item .nav-link .nav-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  #navbar_main ul.navbar-nav li.nav-item .nav-link .nav-screen {
    display: none;
  }
  #navbar_main ul.navbar-nav li.nav-item .nav-screen {
    display: none;
  }
  #navbar_main_content {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------------------
 NAVBAR BADGE
--------------------------------------------------------------------------*/
nav .badge {
  display: block;
  position: absolute;
  top: 8px;
  right: 3px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}
nav .badge {
  background: #67c1ef;
  border-color: #30aae9;
  background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
  background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}
nav .badge.green {
  background: #77cc51;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}
nav .badge.yellow {
  background: #faba3e;
  border-color: #f4a306;
  background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
  background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
  background-image: -o-linear-gradient(top, #fcd589, #faba3e);
  background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}
nav .badge.red {
  background: #aa4444;
  border-color: #aa4444;
  background-image: -webkit-linear-gradient(top, #aa4444, #ff603f);
  background-image: -moz-linear-gradient(top, #aa4444, #ff603f);
  background-image: -o-linear-gradient(top, #aa4444, #ff603f);
  background-image: linear-gradient(to bottom, #aa4444, #ff603f);
}
@media (min-width: 992px) {
  nav .badge {
    top: -4px;
    right: 3px;
  }
}

/*--------------------------------------------------------------------------
 POPOVER
--------------------------------------------------------------------------*/
.popover-body {
  padding: 4px 8px;
}
.popover p {
  padding: 0;
  font-weight: bold;
  margin: 4px 10px 0 10px;
}
.popover p.popover-title {
  margin: 0 0 6px 0;
  text-align: center;
  padding: 4px 0 4px 0;
  border-bottom: 1px solid #c5c5c5;
}
.popover img.img-logo {
  width: auto;
  height: 80px;
  margin: 0 0 8px 0;
}
.popover img.img-avatar {
  width: 280px;
  height: 280px;
  margin: 0 0 8px 0;
}
.popover img.img-picture {
  height: auto;
  max-width: 200px;
  margin: 0 0 8px 0;
}

/*--------------------------------------------------------------------------------------
  DROPDOWN
--------------------------------------------------------------------------------------*/
.dropdown-menu {
  display: none;
  padding: 0.3125rem 0;
  border: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media (max-width: 992px) {
  #navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: unset;    
    width: 100%;
  }
}
.open > .dropdown-menu,
.dropdown-menu.show {
  opacity: 1;
  display: block;
  transform: scale(1);
}
.dropdown-menu.hiding {
  opacity: 0;
  display: block;
  transform: scale(0);
}
.dropdown-menu .disabled > a {
  color: #777;
}
.dropdown-menu .disabled > a:focus,
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  color: #777;
}
.dropdown-menu .dropdown-item,
.dropdown-menu li > a {
  position: relative;
  width: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.9125rem;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  min-width: 7rem;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.428571;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown-item,
  .dropdown-menu li > a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
  background-color: #294d75;
  color: #FFFFFF;
}
.dropdown-header {
  font-size: 0.75rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-transform: none;
  color: #777;
  line-height: 1.428571;
  font-weight: inherit;
}
.togglebutton {
  vertical-align: middle;
}
.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
  user-select: none;
}
.togglebutton label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.26);
}
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #294d75;
  border-color: #294d75;
}

/*--------------------------------------------------------------------------------------
  CONTAINER BLOCK
--------------------------------------------------------------------------------------*/
.container-block {
  padding-top: 28px;
  padding-bottom: 28px;
  min-height: 380px;
}
@media (max-width: 767px) {
  .container-block {
    min-height: 280px;
  }
}

/*--------------------------------------------------------------------------
 PROCESS WINDOW
--------------------------------------------------------------------------*/
.process-window-content {
  display: none;
}
.process-window-content.active {
  display: block;
}

/*--------------------------------------------------------------------------------------
  CAPTCHA
--------------------------------------------------------------------------------------*/
.captcha {
  margin: 8px auto;
}
.captcha img {
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}
.captcha-image {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.captcha .form-group {
  margin-top: 10px;
}

/*--------------------------------------------------------------------------
 ARTICLE
--------------------------------------------------------------------------*/
div.display-article {
}
div.display-article p {
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
}
div.display-article h2 {
  line-height: 1.0;
}

/*--------------------------------------------------------------------------
 ROW FLEX
--------------------------------------------------------------------------*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*--------------------------------------------------------------------------
 DIVIDER
--------------------------------------------------------------------------*/
.divider {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}
.divider-small {
  width: 100%;
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}

/*--------------------------------------------------------------------------
 DISPLAY AVATAR
--------------------------------------------------------------------------*/
.display-avatar {
  margin: 4px auto 6px auto;
  max-width: 300px;
  max-height: 300px;
}
.display-avatar img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------
 DISPLAY LOGO
--------------------------------------------------------------------------*/
.display-logo {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 320px;
  max-height: 320px;
}
.display-logo img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 320px;
}

/*--------------------------------------------------------------------------
 MODAL DIALOG
--------------------------------------------------------------------------*/
.modal-dialog {
  padding: 4px 4px 4px 4px;
  border: 0;
}
.modal-dialog {
  width: 100%;
  background-color: #FFFFFF;
}
.modal-dialog .modal-content {
  background-color: #FFFFFF;
  padding: 0;
  border: 0;
}
.modal-dialog .modal-content a {
  outline: 0;
  color: #294d75;
  cursor: pointer;
  text-decoration: none;
}
.modal-dialog .modal-content .modal-body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body p {
  margin: 2px 0;
  padding: 0;
}
.modal-dialog .modal-content .modal-body .modal-article {
  padding: 0 16px 0 16px;
}
.modal-dialog .modal-content .modal-body .modal-article p {
  font-size: 14px;
  margin: 0px 0 4px 0;
  padding: 0;
}
.modal-dialog .modal-content .modal-body .modal-article h2 {
  line-height: 1.0;
}
.modal-dialog.modal-scroll .modal-body {
  max-height: 580px;
  overflow-y: auto;
}
.modal-dialog .modal-header {
  padding: 8px 8px 4px 12px;
}
.modal-dialog .modal-header i.fa {
  margin-right: 12px;
}
.modal-dialog .modal-header i.fa.fa-info,
.modal-dialog .modal-header i.fa.fa-info-circle {
  color: #06559E;
}
.modal-dialog .modal-footer {
  padding: 12px 4px 10px 4px;
}
@media (min-width: 992px) {
  .modal-dialog.modal-large {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.modal-large {
    max-width: 940px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-medium {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.modal-medium {
    max-width: 740px;
  }
}

/*--------------------------------------------------------------------------
 CARD PANEL
--------------------------------------------------------------------------*/
.card {
  border: 0;
  margin-bottom: 16px;
  margin-top: 0;
  border-radius: 4px;
  color: #333333;
  background: #fff;
  font-size: .875rem;  
  width: 100%;
}
.card .card-title {
  margin-top: 0.625rem;
  font-size: 1.5rem;
}
.card .card-title:last-child {
  margin-bottom: 0;
}
.card .card-category {
  font-size: 14px;
}
.card .card-body {
  padding: 0.9375rem 20px;
  position: relative;
}
.card .card-body.bordered {
  border: 1px solid #c0c0c0;
}
.card .card-body p {
  margin: 0 0 4px 0;
}
.card .card-body h2 {
  font-size: 1.75rem;
  color: #294d75 !important;
  margin: 0 0 10px 0;
  padding: 0;
}
.card .card-body h3 {
  font-size: 1.25rem;
  color: #294d75 !important;
  margin: 0 0 10px 0;
  padding: 0;
}
.card.no-header .card-body {
  padding: 0.9375rem 20px 0.5375rem 20px;
}
.card .card-header {
  border-radius: 4px 4px 0 0;
  background: linear-gradient(60deg, #3b6ea6, #294d75);
}
.card .card-header.card-header-border {
  border-radius: 0;
}
.card .card-title {
  margin-top: 0;
  color: #294d75;
  margin-bottom: 3px;
}
.card .card-header .card-category {
  margin: 0;
  color: #ffffff;
  margin-top: 4px;
}
.card .card-header .card-title {
  color: #ffffff !important;
  margin-bottom: 3px;
}
.card .card-header.card-header-text {
  display: inline-block;
}
.card .card-header.card-header-text:after {
  content: "";
  display: table;
}
.card .card-header.card-header-icon i,
.card .card-header.card-header-text i {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.card .card-header.card-header-icon .card-title,
.card .card-header.card-header-text .card-title {
  margin-top: 15px;
  color: #3C4858;
}
.card .card-header.card-header-icon h4,
.card .card-header.card-header-text h4 {
  font-weight: 300;
}
.card .card-header {
  padding: 14px 15px 11px 15px;
}
.card .card-footer {
  margin: 0 0.9375rem;
  border-top: 1px solid #c5c5c5;
  background-color: transparent;
}
.card .card-header-warning {
  background: linear-gradient(60deg, #aa4444, #aa4444);
}

/*--------------------------------------------------------------------------
 FORM
--------------------------------------------------------------------------*/
form {
  border: 0;
}
.form-control {
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  height: 34px;
}
p.form-control {
  height: auto;
  padding: 4px 8px;
  min-height: 34px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3b6ea6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 110, 156, 0.4);
}
.input-group-text {
  font-size: 14px;
}
.input-group-icon {
  background-color: transparent !important;
  font-size: 18px;
}
.form-group {
  margin-bottom: 8px;
  padding: 0;
}
label.control-label {
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  font-weight: bold;
}
.form-group label.control-label {
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  font-weight: bold;
}
.form-group p.form-comment {
  margin: 0 0 12px 0 !important;
  padding: 0;
}
.input-group-append .btn {
  padding: 8px 30px;
  height: 35px;
}
.input-group-append i.fa {
  font-weight: bold;
  font-size: 18px;
}
.input-group-append i.fa.active {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}

/*--------------------------------------------------------------------------------------
  FORM ERROR
--------------------------------------------------------------------------------------*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

/*--------------------------------------------------------------------------
 MESSAGE ALERT
--------------------------------------------------------------------------*/
.alert {
  text-align: center;
}
.alert.alert-warning {
  background-color: #ff9e0f;
  color: #ffffff;
}
.alert.alert-warning p {
  padding: 0;
  margin: 0;
}
.alert.alert-warning a,
.alert.alert-warning .alert-link {
  color: #ffffff;
}
.alert.alert-success {
  background-color: #55b559;
  color: #ffffff;
}
.alert.alert-success p {
  padding: 0;
  margin: 0;
}
.alert.alert-success a,
.alert.alert-success .alert-link {
  color: #ffffff;
}
.alert.alert-danger {
  background-color: #A70D0D;
  color: #ffffff;
}
.alert.alert-danger p {
  padding: 0;
  margin: 0;
}
.alert.alert-danger a,
.alert.alert-danger .alert-link {
  color: #ffffff;
}
.alert.alert-info {
  background-color: #008798;
  color: #ffffff;
}
.alert.alert-info p {
  padding: 0;
  margin: 0;
}
.alert.alert-info a,
.alert.alert-info .alert-link {
  color: #ffffff;
}

/*--------------------------------------------------------------------------
 TABLE
--------------------------------------------------------------------------*/
.table {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.table thead tr th {
  padding: 12px 14px;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  border-top: 0;
}
.table.no-header tr:first-child td {
  border-top: 0;
}
.table td {
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table.table-top td {
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
  border-top: 0;
}
.table-bordered tbody tr:last-child td {
  border-bottom: 0;
}
.table-bordered tbody tr:last-child {
  border-bottom: 0;
}
.table-bordered thead th:last-child,
.table-bordered tbody td:last-child {
  border-right: 0;
}
.table-bordered thead th:first-child,
.table-bordered tbody td:first-child {
  border-left: 0;
}
.table thead tr th a.ordered {
  color: #9c27b0 !important;
}
.table tbody tr td a {
  color: #294d75;
  cursor: pointer;
}
.table thead tr th a {
  color: #294d75;
}
.table thead tr th i.fa.fa-arrow-v,
.table thead tr th i.fa.fa-arrow-up,
.table thead tr th i.fa.fa-arrow-down {
  font-size: 12px;
}
.table.table-top td {
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table thead tr th.language,
.table tbody tr td.language {
  text-align: center;
  min-width: 76px;
}
.table thead tr th.icon,
.table tbody tr td.icon {
  width: 48px;
  min-width: 48px;
  text-align: center;
  font-size: 16px;
}
.table tbody td.price {
  text-align: right;
}
.table thead th.check-box,
.table tbody td.check-box {
  width: 54px;
  text-align: center;
}
.table tbody td.check-box {
  padding-top: 20px;
}
.table.table-top td.check-box {
  padding-top: 12px;
}
.table tbody td .form-group {
  margin: 0;
  padding: 0;
}
.table tbody td .form-group p {
  margin: 0 0 0 0;
  padding: 0;
}
.table tbody tr td .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}
.table tbody tr td form {
  padding: 0;
  margin: 0;
}
.table.no-header tr:first-child td {
  border-top: 0;
}
.table.table-inline th,
.table.table-inline td {
  padding: 8px 18px 8px 18px;
}
.table.table-inline th {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .table thead tr th.table-hidden-lg,
  .table tbody tr td.table-hidden-lg {
    display: none;
  }
}
@media (max-width: 767px) {
  .table thead tr th.table-hidden-md,
  .table tbody tr td.table-hidden-md {
    display: none;
  }
}
@media (max-width: 575px) {
  .table thead tr th.table-hidden-sm,
  .table tbody tr td.table-hidden-sm {
    display: none;
  }
}
.table tbody tr td.img-thumb {
  width: 100px;
  height: 60px;
  text-align: center;
}
.table tbody tr td.img-thumb img {
  padding: 0;
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  margin: 0 auto 0 auto;
}

/*--------------------------------------------------------------------------
 TABLE
--------------------------------------------------------------------------*/
.table.table-list {
  margin-bottom: 24px;
}
.table.table-list tr {
  background-color: #ffffff;
  height: 60px;
}
.table.table-list thead tr th {
  font-size: 1.3875em;
  font-weight: normal;
  color: #ffffff !important;
  padding: 14px 18px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #3b6ea6;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  border-top: 0;
}
.table.table-list tbody tr td {
  font-size: 1.0875em;
  padding-left: 28px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.table.table-list tbody tr:last-child td {
  border-bottom: 0;
}
.table.table-list tbody tr {
  transition: .2s ease-in;
}
.table.table-list tbody tr:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: scale(1.01);
}
.table-bordered.table-list {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/*--------------------------------------------------------------------------
 TABLE RESPONSIVE
--------------------------------------------------------------------------*/
.table-responsive {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive form {
  padding: 0;
  margin: 0;
  border: 0;
}

/*--------------------------------------------------------------------------
 DISABLED REMOVED
--------------------------------------------------------------------------*/
.info {
  color: #17a2b8 !important;
}
.success {
  color: #55b559 !important;
}
.warning {
  color: #aa4444 !important;
}
.removed {
  color: #aa4444 !important;
}
.enabled {
  color: #3b6ea6 !important;
}
.disabled {
  color: #aa4444 !important;
}
.default {
  color: #294d75 !important;
}
.background-removed {
  background-color: #44aa44;
}
.background-enabled {
  background-color: #44aa44;
}
.background-disabled {
  background-color: #aa4444;
}
.background-default {
  background-color: #3b6ea6;
}

/*--------------------------------------------------------------------------
 REQUIRED
--------------------------------------------------------------------------*/
.required {
  color: red;
  width: auto;
  float: none;
  display: inline;
  margin: 0 6px 0 6px;
}
p.text-required {
  margin: 6px 0 12px 0 !important;
}

/*--------------------------------------------------------------------------
 BUTTON
--------------------------------------------------------------------------*/
.btn {
  position: relative;
  padding: 12px 20px;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.428571;
  text-decoration: none;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 0;
}
.btn.btn-primary,
a.btn.btn-primary {
  color: #fff !important;
  background-color: #3b6ea6; 
  border-color: #3b6ea6; 
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
  color: #fff !important;
  background-color: #294d75;
  border-color: #294d75;
}
.btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff !important;
  cursor: initial;
  background-color: #294d75;
  border-color: #294d75;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus {
  color: #fff !important;
  background-color: #294d75;
  border-color: #294d75;
}
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
  background-color: #294d75;
  border-color: #294d75;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
  background-color: #294d75;
  border-color: #294d75;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover {
  color: #333333 !important;
  background-color: #f2f2f2;
  border-color: #adadad;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
  color: #333333 !important;
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus {
  color: #333333 !important;
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}
.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}
.btn.btn-info,
a.btn.btn-info {
  color: #fff !important;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover {
  color: #fff !important;
  background-color: #008798;
  border-color: #008798;
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #008798;
  border-color: #008798;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info:active:hover,
.btn.btn-info:active:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active:hover,
.btn.btn-info.active:focus,
.btn.btn-info.active.focus {
  color: #fff !important;
  background-color: #008798;
  border-color: #008798;
}
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info:disabled:focus,
.btn.btn-info:disabled.focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.btn-info.disabled:hover,
.btn.btn-info:disabled:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.btn.btn-success,
a.btn.btn-success {
  color: #fff !important;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:hover {
  color: #fff !important;
  background-color: #47a44b;
  border-color: #39843c;
}
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success:active:hover,
.btn.btn-success:active:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active:hover,
.btn.btn-success.active:focus,
.btn.btn-success.active.focus {
  color: #fff !important;
  background-color: #47a44b;
  border-color: #255627;
}
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success:disabled:focus,
.btn.btn-success:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.btn-success.disabled:hover,
.btn.btn-success:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.btn.btn-warning,
a.btn.btn-warning {
  color: #fff !important;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:hover {
  color: #fff !important;
  background-color: #f08f00;
  border-color: #c27400;
}
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning:active.focus,
.btn.btn-warning.active:hover,
.btn.btn-warning.active:focus,
.btn.btn-warning.active.focus {
  color: #fff !important;
  background-color: #f08f00;
  border-color: #804c00;
}
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.btn.btn-danger,
a.btn.btn-danger {
  color: #fff !important;
  background-color: #A70D0D;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:hover {
  color: #fff !important;
  background-color: #740909;
  border-color: #e11b0c;
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #740909;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger:active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger:active.focus,
.btn.btn-danger.active:hover,
.btn.btn-danger.active:focus,
.btn.btn-danger.active.focus {
  color: #fff !important;
  background-color: #740909;
  border-color: #a21309;
}
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled.focus {
  background-color: #740909;
  border-color: #f44336;
}
.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled:hover {
  background-color: #740909;
  border-color: #f44336;
}
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.btn.btn-default,
a.btn.btn-default {
  color: #fff !important;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:hover {
  color: #fff !important;
  background-color: #919191;
  border-color: #7a7a7a;
}
.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default:not(:disabled):not(.disabled):active,
.btn.btn-default:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #919191;
  border-color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn.btn-default:active:hover,
.btn.btn-default:active:focus,
.btn.btn-default:active.focus,
.btn.btn-default.active:hover,
.btn.btn-default.active:focus,
.btn.btn-default.active.focus {
  color: #fff !important;
  background-color: #919191;
  border-color: #595959;
}
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled.focus,
.btn.btn-default:disabled:focus,
.btn.btn-default:disabled.focus {
  background-color: #999999;
  border-color: #999999;
}
.btn.btn-default.disabled:hover,
.btn.btn-default:disabled:hover {
  background-color: #999999;
  border-color: #999999;
}
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn.btn-picture {
  border: 0;
  padding: 8px 8px 4px 8px;
  border-radius: 10px;
  background-color: transparent;
  text-align: center; 
}
.btn.btn-picture:focus,
.btn.btn-picture:active,
.btn.btn-picture:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn.btn-picture:hover {
  color: #fff !important;
  background-color: #294d75;
  border-color: #294d75;
}
.btn.btn-picture.disabled-picture:hover {
  background-color: #aa4444;
  color: #fff !important;
}
.btn.btn-input-group {
  font-size: .85rem;  
  padding-top: 8px;
  height: 34px;
}
.btn.btn-small {
  padding: 8px 12px;
  height: 36px;
}
.btn.btn-link {
  font-weight: 400;
  text-align: left;
  padding: 8px 12px;
  text-decoration: none;
  color: #294d75 !important;
  background-color: transparent;
}
.btn.btn-link:active,
.btn.btn-link:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn.btn-link:hover {
  color: #294d75 !important;
  text-decoration: none;
}
.btn.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn.btn-link.active {
  color: #fff !important;
  background-color: #294d75;
}

/*--------------------------------------------------------------------------
 DISPLAY DOWNLOAD
--------------------------------------------------------------------------*/
.display-download {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
}
.display-download .display-download-left {
  width: 66px;
  padding: 0 4px;
  text-align: center;
}
.display-download .display-download-left i.fa {
  font-size: 26px;
}
.display-download .display-download-body {
  text-align: left;
  padding-top: 2px;
  min-height: 40px;
  width: 100%;
}
.display-download .display-download-body h3 {
  padding: 0;
  margin: 0;
}
.display-download .display-download-body.display-download-middle {
  padding-top: 12px;
}

/*--------------------------------------------------------------------------
 DISPLAY BREADCRUMB
--------------------------------------------------------------------------*/
.display-breadcrumb {
  text-align: center;
  padding: 35px 20px 4px 20px;
  /*background: linear-gradient(60deg, #3b6ea6, #294d75);*/
}
.display-breadcrumb h3 {
  color: #444;
}
.display-breadcrumb h3 {
  font-weight: 500;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.display-breadcrumb ol {
  background: transparent;
  padding: 0;
  margin: 0;
}
.display-breadcrumb ol .display-breadcrumb-item {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
.display-breadcrumb ol .display-breadcrumb-item a {
  color: #444;
}
.display-breadcrumb .display-breadcrumb-item.active {
  color: #888;
  margin: 0;  
}
.display-breadcrumb .display-breadcrumb-item + .display-breadcrumb-item {
  padding-left: 0.5rem;
}
.display-breadcrumb .display-breadcrumb-item + .display-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
}
.display-breadcrumb .display-breadcrumb-item + .display-breadcrumb-item::before {
  font-family: FontAwesome;
  content: "\f105";
  color: #444;
}
@media (max-width: 576px) {
  .display-breadcrumb h3 {
    font-size: 1.65rem;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY SELECT
--------------------------------------------------------------------------*/
.display-select {
  margin-bottom: 40px;
}
.display-select a {
  /*text-transform: uppercase;*/
  font-size: 1.2rem;
  color: #3b6ea6;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  padding: 14px 20px;
}
.display-select a:hover {
  border: 1px solid #b5b5b5;
}
.display-select a span {
  margin-top: 2px;
  display: block;
  font-size: 0.9rem;
  color: #848484;
  font-weight: 400;
}
.display-select a span.comment {
  text-transform: none;
  text-align: justify;
  text-justify: inter-word;  
  font-style: italic !important;
}
.display-select a.active {
  background-color: #3b6ea6;
  color: #fff;
  position: relative;
}
.display-select a.active span {
  color: #fff;
}
.display-select a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #3b6ea6 transparent transparent;
}
@media (max-width: 767px) {
  .display-select {
    margin-bottom: 12px;
  }
  .display-select a.active:after {
    content: none;
  }
}
.display-select-vertical {
  height: 100%;
}
.display-select-vertical a {
  /*text-transform: uppercase;*/
  font-size: 1.2rem;
  color: #3b6ea6 !important;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  padding: 14px 20px;
  height: 100%;
}
.display-select-vertical a:hover {
  border: 1px solid #b5b5b5;
}
.display-select-vertical a span {
  margin-top: 2px;
  display: block;
  font-size: 0.9rem;
  color: #848484;
  font-weight: 400;
}
.display-select-vertical a span.comment {
  text-transform: none;
  text-align: justify;
  text-justify: inter-word;  
  font-style: italic !important;
}
.display-select-vertical a.active {
  background-color: #3b6ea6;
  color: #fff !important;
  position: relative;
}
.display-select-vertical a.active:hover {
  color: #fff;
}
.display-select-vertical a.active span {
  color: #fff;
}
.display-select-vertical a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #3b6ea6;
}
@media (max-width: 991px) {
  .display-select-vertical a.active:after {
    content: none;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY HEADER
--------------------------------------------------------------------------*/
.display-header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #6c757d;
  padding: 10px 12px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.display-header:first-child {
  margin-top: 2px;
}
.display-header h4 {
  margin: 0;
  padding: 0;
  color: #eeeeee !important;
  font-size: 16px !important;
}

/*--------------------------------------------------------------------------
 DISPLAY DATE
--------------------------------------------------------------------------*/
p.display-date {
  margin: 0;
  padding: 0;
  font-size: 10px !important;
  text-align: right;
}

/*--------------------------------------------------------------------------
 DISPLAY COMMENT
--------------------------------------------------------------------------*/
p.display-comment {
  text-align: justify;
  text-justify: inter-word;  
  padding: 0;
  font-style: italic !important;
}

/*--------------------------------------------------------------------------
 DISPLAY INFO
--------------------------------------------------------------------------*/
.display-info {
  font-size: 16px;
  color: #06559E;
  margin-left: 12px; 
}

/*--------------------------------------------------------------------------
 DISPLAY BORDERED
--------------------------------------------------------------------------*/
.display-bordered {
  margin: 8px 0;
  padding: 8px 8px;
  border-radius: 10px;
  border: 1px solid  #ccc;
  text-align: left;
}

/*--------------------------------------------------------------------------
 DISPLAY TROMBINOSCOPE
--------------------------------------------------------------------------*/
.display-trombinoscope {
}
.display-trombinoscope .col-md-2,
.display-trombinoscope .col-md-3,
.display-trombinoscope .col-md-4 {
  margin-bottom: 30px;
}
.display-trombinoscope .display-trombinoscope-body {
  height: 100%;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 14px 16px 14px 16px;
}
.display-trombinoscope .display-trombinoscope-body.no-border {
  border: 0;
}
.display-trombinoscope .display-trombinoscope-body .display-trombinoscope-avatar {
  position: relative;
  overflow: hidden;
  text-align:center;   
  /*filter: grayscale(100%);*/
  border-radius: 10px;
}
.display-trombinoscope .display-trombinoscope-body .display-trombinoscope-avatar img {
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  /*transform: scale(0.8);*/
  transition: transform 1s, filter 2s ease-in-out;
}
.display-trombinoscope .display-trombinoscope-body .display-trombinoscope-avatar:hover {
  filter: none;
}
.display-trombinoscope .display-trombinoscope-body .display-trombinoscope-avatar:hover img {
  transform: scale(1.2);
  transition: all 1.35s;
}
.display-trombinoscope .display-trombinoscope-caption {
  /*min-height: 40px;*/
}
.display-trombinoscope h3 {
  color: #000;
  font-size: 14px;
  font-weight: 800;
}
.display-trombinoscope h4 {
  color: #444;
  font-size: 12px;
  font-weight: 800;
}
.display-trombinoscope h5 {
  color: #444;
  font-size: 12px;
  font-weight: 200;
}

/*--------------------------------------------------------------------------
 DISPLAY RECTANGLE
--------------------------------------------------------------------------*/
.display-rectangle {

}
.display-rectangle.no-margin {
  padding: 0 15px;
}
.display-rectangle .col-md-2,
.display-rectangle .col-md-3,
.display-rectangle .col-md-4,
.display-rectangle .col-md-6,
.display-rectangle .col-md-8,
.display-rectangle .col-md-12,
.display-rectangle .col-lg-2,
.display-rectangle .col-lg-3,
.display-rectangle .col-lg-4,
.display-rectangle .col-lg-8,
.display-rectangle .col-lg-12 {
  margin-bottom: 20px;
}
.display-rectangle.no-margin .col-md-2,
.display-rectangle.no-margin .col-md-3,
.display-rectangle.no-margin .col-md-4,
.display-rectangle.no-margin .col-md-6,
.display-rectangle.no-margin .col-md-8,
.display-rectangle.no-margin .col-md-12,
.display-rectangle.no-margin .col-lg-2,
.display-rectangle.no-margin .col-lg-3,
.display-rectangle.no-margin .col-lg-4,
.display-rectangle.no-margin .col-lg-8,
.display-rectangle.no-margin .col-lg-12 {
  margin-bottom: 20px;
  padding: 0;
}
.display-rectangle .display-vertical-body.bordered,
.display-rectangle .display-horizontal-body.bordered {
  width: 100%;
  height: 100%;
  background: #fff;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 16px 20px 4px 20px;
}
.display-rectangle .display-vertical-body.no-padding,
.display-rectangle .display-horizontal-body.no-padding {
  padding: 0;
}
.display-rectangle .display-vertical-body.filled,
.display-rectangle .display-horizontal-body.filled {
  width: 100%;
  height: 100%;
  background: #fff;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 16px 20px 4px 20px;
}
.display-rectangle .display-horizontal-body {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
}
.display-rectangle .display-horizontal-body:hover {
  /*background-color: #f8f9fa !important;*/
  /*box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: scale(1.01);*/
}
.display-rectangle.no-padding .display-vertical-body,
.display-rectangle.no-padding .display-horizontal-body {
  padding: 0;
  margin: 0;
}
.display-rectangle .display-vertical-body p,
.display-rectangle .display-horizontal-body p {
  font-size: 1.00rem;
  color: #000;
  margin: 0 0 4px 0;
  padding: 0;
}
.display-rectangle .display-vertical-body h1,
.display-rectangle .display-horizontal-body h1 {
  font-size: 1.25rem;
  color: #294d75 !important;
  margin: 0 0 8px 0;
  padding: 0;
}
.display-rectangle .display-vertical-body h2,
.display-rectangle .display-horizontal-body h2 {
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
.display-rectangle .display-vertical-body h3,
.display-rectangle .display-horizontal-body h3 {
  font-size: 1.15rem;
  color: #294d75 !important;
  margin: 0 0 4px 0;
  padding: 0;
}
.display-rectangle .display-horizontal-body .display-horizontal-left {
  width: 116px;
  padding: 4px 18px 0 8px;
  text-align: center;
}
.display-rectangle .display-horizontal-body .display-horizontal-large {
  width: 196px;
  padding: 4px 28px 4px 8px;
  text-align: center;
}
.display-rectangle .display-horizontal-body .display-horizontal-medium {
  width: 146px;
  padding: 4px 18px 0 8px;
  text-align: center;
}
.display-rectangle .display-horizontal-body .display-horizontal-content {
  width: 100%;
}
.display-rectangle .display-vertical-body .display-vertical-image {
  height: 100px;
  position: relative;
  overflow: hidden;
  text-align:center;
}
.display-rectangle.no-padding .display-vertical-body .display-vertical-image {
  padding: 2px 4px 2px 4px;
}
.display-rectangle .display-vertical-body .display-vertical-image:hover {
  filter: none;
}
.display-rectangle .display-vertical-body .display-vertical-image img {
  width: 100%; 
  height: 100%;
  object-fit: contain; 
  transform: scale(0.8);
  transition: transform 1s, filter 2s ease-in-out;
}
.display-rectangle .display-vertical-body .display-vertical-image:hover img {
  transform: scale(1);
  transition: all 1.35s;    
}
.display-rectangle .display-vertical-body .display-vertical-picture {
  width: 100%;
  padding: 0;
  margin: 0;
}
.display-rectangle .display-vertical-body .display-vertical-header {
  padding: 0 0 8px 0;
  margin: 0;
}
.display-rectangle .display-vertical-body .display-vertical-header.bordered {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 12px;
}
.display-rectangle.no-padding .display-vertical-body .display-vertical-header {
  padding: 16px 16px 12px 16px;
  margin: 0;
}
.display-rectangle .display-vertical-body .display-vertical-content {
  padding: 16px 0 8px 0;
  width: 100%;
  margin: 0;
}
.display-rectangle .display-vertical-body.no-padding .display-vertical-content {
  padding: 0;
}
.display-rectangle.no-padding .display-vertical-body .display-vertical-content {
  padding: 16px 16px 12px 16px;
  width: 100%;
  margin: 0;
}
.display-rectangle .display-vertical-body p.display-rectangle-comment,
.display-rectangle .display-horizontal-body p.display-rectangle-comment {
  margin: 0;
  color: #000;
  font-size: 13px;
  padding: 8px 0 8px 0;
  text-align: justify;
  text-justify: inter-word;  
  font-style: italic !important;
}
.display-rectangle .display-horizontal-body p.display-rectangle-comment {
  padding: 0 0 8px 0;
}
.display-rectangle .display-vertical-body div.display-rectangle-article p,
.display-rectangle .display-horizontal-body div.display-rectangle-article p {
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
}
.display-rectangle .display-vertical-body div.display-rectangle-article h2,
.display-rectangle .display-horizontal-body div.display-rectangle-article h2 {
  line-height: 1.0;
}
.display-rectangle-date {
  color: #444;
  text-transform: uppercase;
  background-color: #d9e8ff;
  padding: 14px; 
}
.display-rectangle-date .day {
  display: block;
  font-size: 18pt;
  font-weight: 100;
  line-height: 1;
  color: #fff;
}
.display-rectangle-date .month {
  margin-top: 8px;
  display: block;
  font-size: 14pt;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.display-rectangle-date .year {
  margin-top: 8px;
  display: block;
  font-size: 14pt;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.display-rectangle-title {
  font-size: 20px;
  color: #294d75 !important;
  margin: 0 0 8px 0;
  padding: 0;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}
.display-rectangle-text {
  margin: 0;
  color: #000 !important;
  font-size: 14px;
  padding: 8px 0 8px 0;
  text-align: justify;
  text-justify: inter-word;  
  font-style: italic !important;
  margin: 0 0 8px 0;
  padding: 0;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

/*--------------------------------------------------------------------------------------
  NOTIFICATION
--------------------------------------------------------------------------------------*/
.display-notification {
  margin-top: 4px;
  padding-right: 8px;
  border-radius: 10px;
}
.display-notification .media:hover {
  background-color: #f8f9fa !important;
}
.display-notification .media .media-left {
  width: 56px;
  padding: 8px 8px 2px 8px;
  text-align: center;
}
.display-notification .media .media-left i.fa {
  font-size: 20px;
}
.display-notification .media .media-body {
  padding: 4px 4px 8px 4px;
}
.display-notification .notification-delete i.fa {
  font-size: 24px;
}
.display-notification .notification-content {
  padding: 0;
  font-size: 14px;
  margin: 0 40px 12px 0;  
}

/*--------------------------------------------------------------------------
 DISPLAY HAPPENING 
--------------------------------------------------------------------------*/
.display-happening-container {
  border-top: 1px solid #c0c0c0;
  padding: 8px 0 8px 0;
}
.display-happening {
  border-left: 12px solid #c0c0c0;
  padding: 0 8px 0 8px;
  margin: 0 0 10px 0;
}
.display-happening h3 {
  font-size: 16px !important;
  color: #294d75 !important;
  margin: 0 0 4px 0 !important;
  padding: 0;
}

/*--------------------------------------------------------------------------
 PAGINATION
--------------------------------------------------------------------------*/
.display-pagination-container {
  display: block;
  text-align: center;
  margin-top: 0
}
.display-pagination {
  line-height: 36px;
  font-size: 18px;
  margin: 8px 0 4px 0;
  clear: both;
}
.display-pagination > span {
  display: inline-block;
}
.display-pagination .pagination-pprev,
.display-pagination .pagination-pnext {
}
.display-pagination .pagination-pnext a,
.display-pagination .pagination-pprev a {
  display: block;
  width: 36px;
  text-align: center;
  border-radius: 18px;
 }
.pagination-navigation {
  padding: 0 8px;
} 
.pagination-navigation a,
.pagination-navigation span {
  display: inline-block;
  padding: 0 5px;
  min-width: 36px;
  margin: 0 5px 5px 0;
  text-align: center;
  border-radius: 18px;
  background-color: #e3e3e3;
}
.pagination-navigation span {
  background-color: #3b6ea6;
  color: #fff;
}
.display-pagination  a:hover {
  background-color: #3b6ea6;
  color: #fff !important;
}
.pagination-navigation span.nav_ext {
  background-color: transparent;
  color: #888;
}

/*--------------------------------------------------------------------------
 PAGINATION COUNTER
--------------------------------------------------------------------------*/
.display-counter-container {
  display: block;
  text-align: center;
}
.display-counter-container .pagination-navigation {
  margin: 0;
  padding: 0;
}
.pagination-counter {
  line-height: 36px;
  font-size: 18px;
  margin: 8px 0;
  clear: both;
}
.pagination-counter span {
  display: inline-block;
  padding: 0 5px;
  min-width: 36px;
  margin: 0 7px 0 7px;
  text-align: center;
  border-radius: 18px;
  background-color: #3b6ea6;
  color: #fff;
}
.pagination-counter span:first-child {
  margin-left: 0px;
}

/*--------------------------------------------------------------------------
 DISPLAY HOME SLICK SLIDE
--------------------------------------------------------------------------*/
.slick-slide {
  margin:  0;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
 text-align: center; 
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev-prev,
.slick-next-next {
  font-size: 20px;
  position: absolute;
  color: #1C1C1C;
  border: 0;
  background: none;
  z-index: 1;
  cursor: pointer;
  /*background-color: #ffffff;
  border-radius: 50%;*/
  width: 40px;
  height: 40px;
  opacity: 0.8; 
}

/*--------------------------------------------------------------------------
 DISPLAY HOME SLICK SLIDE
--------------------------------------------------------------------------*/
.slick-prev-prev {
  top: 80px;
  left: 20px;
  /*color: #1C1C1C;
  padding: 6px 10px 6px 10px;*/
}
.slick-next-next {
  top: 80px;
  right: 22px;
  text-align: right;
  /*color: #1C1C1C;
  padding: 6px 10px 6px 10px;*/
}
@media (min-width: 992px) {
  .slick-prev-prev,
  .slick-next-next {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .slick-prev-prev,
  .slick-next-next {
    top: 120px;
  }
}
