/**
 * SB Admin 2 Compatibility Layer
 * Replaces essentials.css + layout.css
 * Preserves all utility classes used across 114+ blade templates
 */

/* -------------------------------------------------------
   Sidebar Brand: toggle icon/text logos
   ------------------------------------------------------- */
.sidebar-brand .sidebar-brand-icon { display: none; }
.sidebar.toggled .sidebar-brand-icon { display: inline; }
@media (max-width: 768px) {
    .sidebar.toggled .sidebar-brand-icon { display: none; }
}

/* -------------------------------------------------------
   Base Element Overrides (from essentials.css)
   ------------------------------------------------------- */
label {
  font-weight: 400;
}

select {
  border: 2px solid #E5E7E9;
  height: 46px;
  padding: 12px;
  outline: none;
  line-height: 1 !important;
  border-radius: 3px;
}

textarea {
  resize: vertical;
}

textarea, input, button, *:focus {
  outline: none !important;
}

:active,
:focus { outline: none !important; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0 none;
  box-shadow: none !important;
}

/* -------------------------------------------------------
   Form Controls (from essentials.css)
   ------------------------------------------------------- */
.form-control {
  border: #ddd 2px solid;
  box-shadow: none;
  border-radius: 3px;
}
.form-control:focus {
  border-color: #c6c6c6;
  box-shadow: none;
}

/* BOOTSTRAP REWRITE */
.btn,
.form-control {
  height: 40px;
}
.btn-sm,
.btn-xs,
.btn-lg,
.btn-xlg {
  height: auto;
}
a.btn {
  line-height: 26px;
}
a.btn.btn-xs {
  line-height: inherit;
}

/* btn-xs — removed in BS5, used 71 times in templates */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* btn-xlg */
.btn-xlg {
  padding: 24px 34px;
}

/* btn-sm override from old theme */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px !important;
  line-height: 20px !important;
}

/* btn-group */
.btn-group .btn {
  margin-right: 0;
  margin-left: 0;
}
#header .btn,
.dropdown .btn,
.input-group .btn {
  margin: 0;
}

/* -------------------------------------------------------
   Typography
   ------------------------------------------------------- */
.size-11 { font-size: 11px !important; line-height: 15px !important; }
.size-12 { font-size: 12px !important; line-height: 16px !important; }
.size-13 { font-size: 13px !important; line-height: 17px !important; }
.size-14 { font-size: 14px !important; line-height: 18px !important; }
.size-15 { font-size: 15px !important; line-height: 19px !important; }
.size-16 { font-size: 16px !important; line-height: 20px !important; }
.size-17 { font-size: 17px !important; line-height: 23px !important; }
.size-18 { font-size: 18px !important; line-height: 24px !important; }
.size-19 { font-size: 19px !important; line-height: 25px !important; }
.size-20 { font-size: 20px !important; line-height: 26px !important; }
.size-25 { font-size: 25px !important; line-height: 30px !important; }
.size-30 { font-size: 30px !important; line-height: 36px !important; }
.size-40 { font-size: 40px !important; line-height: 46px !important; }
.size-50 { font-size: 50px !important; line-height: 56px !important; }
.size-60 { font-size: 60px !important; line-height: 66px !important; }
.size-70 { font-size: 70px !important; line-height: 76px !important; }
.size-80 { font-size: 80px !important; line-height: 86px !important; }
.size-90 { font-size: 90px !important; line-height: 96px !important; }
.size-100 { font-size: 100px !important; line-height: 106px !important; }
.size-150 { font-size: 150px !important; line-height: 166px !important; }
.size-200 { font-size: 200px !important; line-height: 216px !important; }

.weight-300 { font-weight: 300 !important; }
.weight-400 { font-weight: 400 !important; }
.weight-500 { font-weight: 500 !important; }
.weight-600 { font-weight: 600 !important; }
.weight-700 { font-weight: 700 !important; }
.weight-800 { font-weight: 800 !important; }

.bold { font-weight: bold !important; }
.elipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* -------------------------------------------------------
   Spacing — Padding
   ------------------------------------------------------- */
.padding-0   { padding: 0 !important; }
.padding-3   { padding: 3px !important; }
.padding-6   { padding: 6px !important; }
.padding-8   { padding: 8px !important; }
.padding-10  { padding: 10px !important; }
.padding-15  { padding: 15px !important; }
.padding-20  { padding: 20px !important; }
.padding-30  { padding: 30px !important; }
.padding-40  { padding: 40px !important; }
.padding-50  { padding: 50px !important; }
.padding-60  { padding: 60px !important; }
.padding-70  { padding: 70px !important; }
.padding-80  { padding: 80px !important; }
.padding-90  { padding: 90px !important; }
.padding-100 { padding: 100px !important; }

.padding-top-0   { padding-top: 0 !important; }
.padding-top-10  { padding-top: 10px !important; }
.padding-top-15  { padding-top: 15px !important; }
.padding-top-20  { padding-top: 20px !important; }
.padding-top-30  { padding-top: 30px !important; }
.padding-top-40  { padding-top: 40px !important; }
.padding-top-50  { padding-top: 50px !important; }
.padding-top-60  { padding-top: 60px !important; }
.padding-top-80  { padding-top: 80px !important; }
.padding-top-100 { padding-top: 100px !important; }

.padding-bottom-0   { padding-bottom: 0 !important; }
.padding-bottom-10  { padding-bottom: 10px !important; }
.padding-bottom-15  { padding-bottom: 15px !important; }
.padding-bottom-20  { padding-bottom: 20px !important; }
.padding-bottom-30  { padding-bottom: 30px !important; }
.padding-bottom-40  { padding-bottom: 40px !important; }
.padding-bottom-50  { padding-bottom: 50px !important; }
.padding-bottom-60  { padding-bottom: 60px !important; }
.padding-bottom-80  { padding-bottom: 80px !important; }
.padding-bottom-100 { padding-bottom: 100px !important; }

/* -------------------------------------------------------
   Spacing — Margin Top
   ------------------------------------------------------- */
.margin-top-0   { margin-top: 0 !important; }
.margin-top-1   { margin-top: 1px !important; }
.margin-top-2   { margin-top: 2px !important; }
.margin-top-3   { margin-top: 3px !important; }
.margin-top-6   { margin-top: 6px !important; }
.margin-top-8   { margin-top: 8px !important; }
.margin-top-10  { margin-top: 10px !important; }
.margin-top-20  { margin-top: 20px !important; }
.margin-top-30  { margin-top: 30px !important; }
.margin-top-40  { margin-top: 40px !important; }
.margin-top-50  { margin-top: 50px !important; }
.margin-top-60  { margin-top: 60px !important; }
.margin-top-80  { margin-top: 80px !important; }
.margin-top-100 { margin-top: 100px !important; }

/* -------------------------------------------------------
   Spacing — Margin Bottom
   ------------------------------------------------------- */
.margin-bottom-0   { margin-bottom: 0 !important; }
.margin-bottom-1   { margin-bottom: 1px !important; }
.margin-bottom-2   { margin-bottom: 2px !important; }
.margin-bottom-3   { margin-bottom: 3px !important; }
.margin-bottom-6   { margin-bottom: 6px !important; }
.margin-bottom-8   { margin-bottom: 8px !important; }
.margin-bottom-10  { margin-bottom: 10px !important; }
.margin-bottom-20  { margin-bottom: 20px !important; }
.margin-bottom-30  { margin-bottom: 30px !important; }
.margin-bottom-40  { margin-bottom: 40px !important; }
.margin-bottom-50  { margin-bottom: 50px !important; }
.margin-bottom-60  { margin-bottom: 60px !important; }
.margin-bottom-80  { margin-bottom: 80px !important; }
.margin-bottom-100 { margin-bottom: 100px !important; }

/* -------------------------------------------------------
   Spacing — Margin Left
   ------------------------------------------------------- */
.margin-left-0   { margin-left: 0 !important; }
.margin-left-3   { margin-left: 3px !important; }
.margin-left-6   { margin-left: 6px !important; }
.margin-left-8   { margin-left: 8px !important; }
.margin-left-10  { margin-left: 10px !important; }
.margin-left-15  { margin-left: 15px !important; }
.margin-left-20  { margin-left: 20px !important; }
.margin-left-30  { margin-left: 30px !important; }
.margin-left-40  { margin-left: 40px !important; }
.margin-left-50  { margin-left: 50px !important; }
.margin-left-60  { margin-left: 60px !important; }
.margin-left-80  { margin-left: 80px !important; }
.margin-left-100 { margin-left: 100px !important; }

/* -------------------------------------------------------
   Spacing — Margin Right
   ------------------------------------------------------- */
.margin-right-0   { margin-right: 0 !important; }
.margin-right-3   { margin-right: 3px !important; }
.margin-right-6   { margin-right: 6px !important; }
.margin-right-8   { margin-right: 8px !important; }
.margin-right-10  { margin-right: 10px !important; }
.margin-right-15  { margin-right: 15px !important; }
.margin-right-20  { margin-right: 20px !important; }
.margin-right-30  { margin-right: 30px !important; }
.margin-right-40  { margin-right: 40px !important; }
.margin-right-50  { margin-right: 50px !important; }
.margin-right-60  { margin-right: 60px !important; }
.margin-right-80  { margin-right: 80px !important; }
.margin-right-100 { margin-right: 100px !important; }

/* -------------------------------------------------------
   Spacing — Shorthand Reset
   ------------------------------------------------------- */
.nopadding        { padding: 0 !important; }
.nopadding-left   { padding-left: 0 !important; }
.nopadding-right  { padding-right: 0 !important; }
.nopadding-top    { padding-top: 0 !important; }
.nopadding-bottom { padding-bottom: 0 !important; }
.nomargin         { margin: 0 !important; }
.nomargin-left    { margin-left: 0 !important; }
.nomargin-right   { margin-right: 0 !important; }
.nomargin-top     { margin-top: 0 !important; }
.nomargin-bottom  { margin-bottom: 0 !important; }
.no-paddings      { padding: 0 !important; }
.no-margins       { margin: 0 !important; }

/* -------------------------------------------------------
   Display & Layout
   ------------------------------------------------------- */
.fullwidth    { width: 100% !important; max-width: 100% !important; }
.noradius     { border-radius: 0 !important; }
.inline-block { display: inline-block; }

/* -------------------------------------------------------
   Colors
   ------------------------------------------------------- */
.color-white { color: #fff !important; }
.text-gray-600 { color: #858796 !important; }
.text-gray-900 { color: #3a3b45 !important; }
.o-hidden { overflow: hidden !important; }

/* -------------------------------------------------------
   Buttons
   ------------------------------------------------------- */
.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  line-height: 25px;
  margin-bottom: 3px;
}
.btn-3d:hover {
  opacity: 0.9;
}
.btn-3d.btn-link {
  border-bottom: 0;
}
.btn-3d.btn-xlg {
  line-height: inherit;
}

.label-disabled {
  background-color: #b0b5b9 !important;
}

/* -------------------------------------------------------
   Form Helpers
   ------------------------------------------------------- */
.input-xsmall {
  width: 60px !important;
  display: inline-block;
}

/* -------------------------------------------------------
   Dropdown Menu (from essentials.css)
   ------------------------------------------------------- */
.dropdown-menu {
  background-color: #ffffff;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
  font-size: 14px;
  border-radius: 0;
}

/* -------------------------------------------------------
   Tables
   ------------------------------------------------------- */
table.table-vertical-middle td {
  vertical-align: middle !important;
}

.table-font-head-sm thead th {
  font-size: 0.9em;
}

/* -------------------------------------------------------
   Page Header (from layout.css)
   ------------------------------------------------------- */
.page-header,
#page-header {
  padding: 8px 15px;
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #f6f8f8;
  border-bottom: 1px solid #dee5e7;
  z-index: 1;
}
.page-header {
  padding: 15px;
}
#page-header > h1 {
  padding: 0;
  color: #666;
  display: inline-block;
  font-weight: 300;
  text-shadow: #fff 0 1px;
  font-size: 22px;
  line-height: 22px;
  margin: 7px 0;
}
#page-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
#page-header > ol {
  margin: -5px 0 0 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page-header > ol > li {
  color: #c3c3c3;
  font-size: 13px;
  line-height: 13px;
}

/* -------------------------------------------------------
   Card / Panel Variants
   ------------------------------------------------------- */
.card {
  border: 0;
}

.card > .card-header {
  position: relative;
}

.card > .card-header strong {
  color: #4b5354;
}

.card > .card-header .btn {
  margin-bottom: 0 !important;
}

.card > .card-header .progress {
  background-color: #ddd;
}

.card > .card-header .pagination {
  margin: -5px;
}

.card-body {
  background-color: #fff;
  padding: 15px;
  border-radius: 0;
}

.card-body.panel-row {
  padding: 8px;
}

.card-footer {
  font-size: 12px;
  border-top: rgba(0, 0, 0, 0.02) 1px solid;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
}

.panel-clean {
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-radius: 0;
}
.panel-clean > .card-header {
  padding: 11px 15px;
  background: #fff !important;
  color: #000;
  border-bottom: #eee 1px solid;
}

.panel-light {
  border: rgba(0, 0, 0, 0.1) 1px solid;
}
.panel-light > .card-header {
  padding: 11px 15px;
  background: transparent;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

/* -------------------------------------------------------
   Card Header — #middle context (from layout.css)
   ------------------------------------------------------- */
#middle div.card-header {
  color: #1E252D !important;
  height: 51px;
}

#middle div.card-header ul.options {
  margin: -5px -15px 0 0;
  position: relative;
}
#middle div.card-header ul.options > li {
  border-left: rgba(0, 0, 0, 0.04) 1px solid;
  padding: 0;
  float: left;
  position: relative;
}
#middle div.card-header ul.options > li > a {
  padding: 3px 7px;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
}
#middle div.card-header ul.options > li > .btn {
  color: #fff;
  padding: 1px 5px;
  text-transform: none;
  margin: 5px 3px 0 0;
  font-weight: 400;
}
#middle div.card-header ul.options > li:last-child > .btn {
  margin-right: 10px;
}
#middle div.card-header ul.options > li:first-child {
  border-left: 0;
}

#middle .card.border-primary .card-header ul.options > li > a,
#middle .card.border-primary div.card-header strong,
#middle .card.border-primary div.card-header {
  color: #fff !important;
}

#middle div.card-header .dropdown-menu {
  text-transform: none !important;
}

#middle .card-header ul.dropdown-menu > li {
  padding-left: 0;
  padding-right: 0;
}
#middle .card-header ul.dropdown-menu > li label {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
#middle .card-header ul.dropdown-menu > li a {
  padding: 3px;
  font-size: 14px;
}

#middle .card-header ul.options .dropdown-menu li {
  border-left: 0;
}
#middle .card-header ul.options .dropdown-menu li label {
  font-weight: 300;
}
#middle .card-header ul.options li {
  border-left: rgba(0, 0, 0, 0.04) 1px solid;
  margin: 0;
}
#middle .card-header ul.options li.divider {
  padding: 0;
}

#middle .card-header ul.options i.fa {
  margin: 0 4px 0 0;
  text-align: center;
}
#middle .card-header .radio,
#middle .card-header .checkbox {
  font-size: 14px;
}
#middle .card-header ul.dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

#middle div.card-header ul.options li > .label,
#middle div.card-header ul.options li > .badge {
  margin-right: 6px;
  margin-top: 7px;
}
#middle div.card-header ul.options li:last-child .label,
#middle div.card-header ul.options li:last-child .badge {
  margin-right: 15px;
}

#middle div.card-header form {
  display: inline-block;
  margin-top: -6px;
}
#middle div.card-header form input,
#middle div.card-header form input.form-control {
  height: 34px;
  line-height: 34px;
}

/* -------------------------------------------------------
   Card Header Options Toolbar (generic)
   Used in 34 files, 64 occurrences
   ------------------------------------------------------- */
.card-header ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.card-header ul.options > li {
  display: inline-block;
  margin-left: 2px;
}
.card-header ul.options > li > a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-decoration: none;
}
.card-header ul.options > li > a:hover {
  color: #333;
}

/* Collapse button icons */
#middle div.card-header .panel_colapse:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  content: "\f068";
  width: 22px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#middle div.card-header .panel_colapse.plus:before {
  content: "\f067";
}
.card-header ul.options > li > a.panel_colapse.plus::before {
  content: "\f067";
  font-family: "FontAwesome";
}
.card-header ul.options > li > a.panel_colapse::before {
  content: "\f068";
  font-family: "FontAwesome";
}
.card-header ul.options > li > a.panel_close::before {
  content: "\f00d";
  font-family: "FontAwesome";
}
.card-header ul.options > li > a.panel_fullscreen::before {
  content: "\f065";
  font-family: "FontAwesome";
}

.card-header a.opt > .fa {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  padding: 5px;
  position: relative;
  text-align: right;
  top: -1px;
}

.card-header > label > .form-control {
  display: inline-block;
  margin-top: -8px;
  margin-right: 0;
  height: 30px;
  padding: 0 15px;
}

.card-title a {
  text-decoration: none;
  display: block;
  color: #333;
}

.card .card-header form,
.card .card-header input,
.card .card-header select,
.card .card-header textarea,
.card .card-header .btn,
.card .card-header button,
.card .card-header .switch {
  margin-bottom: 0;
}

/* -------------------------------------------------------
   Card Header Tabs (from layout.css)
   ------------------------------------------------------- */
.card-header ul.nav-tabs.float-start {
  margin-left: -15px;
}
.card-header ul.nav-tabs.float-end {
  margin-right: -15px;
}
.card-header ul.nav-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  margin: -15px 0 0 0;
}
.card-header ul.nav-tabs li {
  border-left: rgba(0, 0, 0, 0.08) 1px solid !important;
}
.card-header ul.nav-tabs.float-start li {
  border-left: 0 !important;
  border-right: rgba(0, 0, 0, 0.08) 1px solid !important;
}
.card-header ul.nav-tabs li > a {
  border: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 15px 10px;
  padding-bottom: 16px;
  font-size: 14px;
}
.card-header ul.nav-tabs li.active > a {
  background-color: #fff !important;
}

.card-header .label {
  display: inline-block;
  padding: 3px 4px;
  font-size: 11px;
  line-height: 11px;
}
.card-header .dropdown-toggle .label {
  padding: 6px 8px;
  font-size: 13px;
}
.card-header ul.nav-tabs li .label > i {
  padding: 0;
  margin: 0;
  font-size: 11px;
  width: 11px;
  height: 11px;
}

.card.border-primary .card-header ul.nav-tabs li > a {
  color: #fff !important;
}
.card-header ul.nav-tabs li {
  border-left-color: rgba(255, 255, 255, 0.08);
}

/* Fullscreen Panel */
.card.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  margin: 0;
  border-radius: 0;
}
.card.fullscreen .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 43px;
  overflow: auto;
}
.card.fullscreen,
.card.fullscreen .card-body,
.card.fullscreen .card-header {
  border-radius: 0 !important;
}
.card.fixed .card-header a.panel_colapse,
.card.fixed .card-header a.panel_close {
  display: none;
}

/* Panel widget fullscreen mode */
.panel-widget.fixed .slimScrollDiv,
.panel-widget.fixed .slimscroll {
  height: 100% !important;
  bottom: 50px;
  top: 0;
  padding-bottom: 30px;
}
.panel-widget.fixed .card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: #fff 10px solid;
  z-index: 99999;
}

/* -------------------------------------------------------
   Modal (from essentials.css)
   ------------------------------------------------------- */
.modal-backdrop {
  background-color: #fff;
}
.modal-content {
  border: 0;
  border-radius: 3px;
}
.modal-dialog {
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.modal-header .close {
  margin-top: 2px;
}
.modal-full {
  width: 100% !important;
  margin-left: 8px;
}

/* -------------------------------------------------------
   Alerts (from essentials.css)
   ------------------------------------------------------- */
.alert {
  border-radius: 0;
}
div.alert {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-left-width: 5px;
}
div.alert-default {
  background-color: rgba(0, 0, 0, 0.1);
}
div.alert p {
  margin: 0;
}
div.alert.alert-primary,
div.alert.alert-primary a {
  color: #fff;
}
div.alert.alert-bordered-dashed {
  padding: 20px;
  border: #ccc 2px dashed;
}
div.alert.alert-bordered-dotted {
  padding: 20px;
  border: #ccc 2px dotted;
}
div.alert.alert-bordered {
  padding: 20px;
  border: #ccc 2px solid;
}
div.alert.alert-theme-color,
div.alert.alert-dark {
  color: #fff;
  background-color: #333;
  border: 0;
  padding: 20px;
}
div.alert.alert-theme-color h1,
div.alert.alert-theme-color h2,
div.alert.alert-theme-color h3,
div.alert.alert-theme-color h4,
div.alert.alert-theme-color h5,
div.alert.alert-theme-color h6,
div.alert.alert-dark h1,
div.alert.alert-dark h2,
div.alert.alert-dark h3,
div.alert.alert-dark h4,
div.alert.alert-dark h5,
div.alert.alert-dark h6 {
  color: #fff;
}
div.alert.bordered-bottom {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  border-left-width: 0;
}

/* -------------------------------------------------------
   Filter Panel
   ------------------------------------------------------- */
.panel-filtri .radio {
  font-size: 0.8em;
}

/* -------------------------------------------------------
   Sky Form (login, message, expiring-link)
   ------------------------------------------------------- */
.sky-form,
.sky-form .label {
  color: #333;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}
.sky-form.boxed {
  border: rgba(0, 0, 0, 0.1) 1px solid;
}
.sky-form header {
  margin: 0;
  background: #f5f5f5;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%);
  border-bottom: rgba(0, 0, 0, 0.07) 1px solid;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 400;
}
.sky-form.boxed fieldset {
  padding: 15px;
}
.sky-form fieldset {
  display: block;
  padding: 25px 30px 5px;
  border: none;
}
.sky-form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sky-form section,
.sky-form .section {
  padding: 0;
  margin-bottom: 20px;
}
.sky-form footer {
  margin: 0 15px 10px 15px;
  border-top: rgba(0, 0, 0, 0.03) 1px solid;
}
.sky-form footer:after {
  content: "";
  display: table;
  clear: both;
}
.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
}
.sky-form .label.col {
  margin: 0;
  padding-top: 10px;
}
.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  background: #fff;
  font: 15px/19px "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
}

/* -------------------------------------------------------
   Misc Utilities (from essentials.css)
   ------------------------------------------------------- */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Toggle content blocks */
div.toggle > label {
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
div.toggle > label:hover {
  background: #eee;
}
div.toggle.active > label {
  background: #e8e8e8;
}
div.toggle > div.toggle-content {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
div.toggle.active > div.toggle-content {
  display: block;
}

/* ScrollTo / toTop */
a#toTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #333;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
}

/* Global overlay */
span.global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99990;
}

/* Tabs */
div.tabs ul.nav-tabs-transparent a {
  background-color: transparent;
}

/* -------------------------------------------------------
   Dashboard-specific
   ------------------------------------------------------- */
.dashboard .panel {
  background: #fff;
}

/* -------------------------------------------------------
   Typeahead (autosuggest)
   ------------------------------------------------------- */
.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1050;
}
.tt-suggestion {
  padding: 6px 12px;
  cursor: pointer;
}
.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
  background: #f5f5f5;
}

/* -------------------------------------------------------
   SlimScroll container fix
   ------------------------------------------------------- */
.slimScrollDiv {
  position: relative;
  overflow: hidden;
}
