﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

body::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.5); 
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
    white-space: normal;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.input-validation-error:focus {
  border-color: #E96666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-valid {
    display: none;
}

/* BOOTSTRAP Overrides **********************/
.page-header {
    padding-bottom: 0px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-content {
    margin: 20px;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.form-horizontal .form-group {
    margin-right: auto;
    margin-left: auto;
}

.panel-title div, .panel-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    /*line-height: 2;*/
    vertical-align: middle;
}

.form-control[readonly] {
    background-color: #FFFFFF;
}

.list-group-item {
    padding: 2px 5px;
}

.panel-collapse > .panel-body {
    padding: 5px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a
{
	color: #E5E5E5;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-left: 0px;
}

label {
    margin-bottom: 4px;
}

.sc {
    overflow-y: scroll;
    padding-left: 7px !important;
    padding-right: 2px !important;
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
    margin-top: 0px !important;
}

.label {
    padding: 7px .6em .3em;
}

/* BOOTSTRAP-TOGGLE Overrides **********************/

/* START toggle.btn min-height, min-width */
.toggle.btn {
  min-width: 58px;
  min-height: 26px;
}

.toggle.btn-lg {
  min-width: 80px;
  min-height: 31px;
}

.toggle.btn-xs {
  min-width: 40px;
  min-height: 20px;
}

.toggle.btn-sm {
  min-width: 50px;
  min-height: 22px;
}

/* START toggle-off/on padding-left/right */

.toggle-off.btn {
  padding-left: 16px;
}

.toggle-on.btn {
  padding-right: 16px;
}

.toggle-off.btn-lg {
  padding-left: 31px;
}

.toggle-on.btn-lg {
  padding-right: 31px;
}

.toggle-off.btn-sm {
  padding-left: 12px;
}

.toggle-on.btn-sm {
  padding-right: 12px;
}

.toggle-off.btn-xs {
  padding-left: 10px;
}

.toggle-on.btn-xs {
  padding-right: 10px;
}