/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.branch-label {
  color: #555 !important;
  font-weight: bold !important;
}

.ui-dialog .smart-form > footer {
  padding: 0px;
  padding-bottom: 20px;
  background: transparent;
  border: 0px;
}

label.select select {
  appearance: none !important;
  padding-left: 10px !important;
}
.collapse-sign i.fa {
  font-size: inherit !important;
}

.select2-results__option,
.select2-result-label {
  padding: 6px 10px;
}

.smart-form .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 26px;
}

#smartadmin-root {
  display: flow-root;
}

body > .cke_screen_reader_only.cke_copyformatting_notification {
  position: fixed !important;
  top: 0 !important;
}

#email-template-form .cke_contents {
  min-height: 320px !important;
}

body.fixed-navigation:not(.menu-on-top):not(.minified) #left-panel {
  height: calc(100vh - 52px);
  overflow: hidden;
}

body.fixed-navigation:not(.menu-on-top):not(.minified) #left-panel nav {
  height: calc(100vh - 49px - 41px - 52px - 35px);
  padding-bottom: 0;
}

body.fixed-navigation:not(.menu-on-top):not(.minified) #left-panel .minifyme {
  bottom: 7px;
  margin-top: 0;
  top: auto;
}
