﻿/*
 * 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.
 */
body.container{
    position: initial;
}
#header{
    width: inherit !important;
    left: -1px;
}
.menu-on-top aside#left-panel{
    width: inherit !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.menu-on-top .menu-item-parent {
    max-width: none !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.smart-form .textarea .icon-append{
    height: 82.5%;
}
.smart-form .textarea textarea{
    min-height:60px;
}
#logo-group > span{
    margin-top: 2px;
    height: 0;
}
#extr-page #header #logo img {
    width: auto !important;
}
#extr-page #header #logo {
    margin-top: 0;
}

/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
  width: auto;
}
#extr-page .smart-form .alert {
  margin: 4px;
}
#extr-page .smart-form .alert li {
  margin-left: 14px;
  list-style: none;
}
#extr-page .smart-form .alert li:before {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  left: 14px;
}
#extr-page .smart-form div + fieldset {
  padding-top: 15px;
}

table.dataTable.customTable{
    margin-top:0!important;
}
table.dataTable.customTable thead > tr > th
{
    padding-right: 18px !important;
    vertical-align: middle;
}
table.dataTable.customTableCenterLast tr>td:last-of-type{
    text-align:center;
}
.customTableFooter .dataTables_length{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    float: none !important;
}
.customTableFooter .dataTables_info{
    display: inline-block;
}
.customTable .hasinput div{
    text-align: center;
    font-size: 16px;
}
.smart-form .field-validation-error
{
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}
.checkbox-inline input[type="checkbox"]
{
    position: initial;
    margin: 0 0 0 5px;
    -webkit-transform: scale(2);
}
.select2-selection{
    padding: 0 5px;
}
.select2-results__option{
    cursor: pointer;
}
#roleModal .table th{
    background-color: #f9f9f9;
}
#roleModal .table th,
#roleModal .table td{
    padding: 2px 10px;
    white-space: nowrap;
    width: 150px;
    position: relative;
    outline: 0;
}
#roleModal .table thead th,
#roleModal .table td{
    text-align: center;
}
#roleModal .table .highlight{
    background-color: #f0f0f0 !important;
}
#roleModal .table .lighthighlight{
    background-color: #f5f5f5 !important;
}

#roleModal .modal-dialog
{
    width: 800px;
}