html {
    font-size: 16px;
}
.bottom-buffer {
    margin-bottom: 10px;
}
.abtn {
    width: auto;
    display: inline-block;
}
.add-btn {
    right: 12px;
    display: inline-block;
    position: absolute;
    width: auto;
}
.jscolor {
    width: 50px;
    height: 20px;
}
.jscolor:focus {
    outline-color: #222D32;
}
#preview-holder {
    width: 200px;
    height: 50px;
    border: 1px solid #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#dash-preview {
    padding-top: 56.25%;
    position: relative;
    background-color: #ecf0f5;
    width: 100%;
    border: dashed 2px #e74c3c;
}
#dash-preview #sidebar {
    position: absolute;
    width: 15%;
    height: 90%;
    bottom: 0;
    background-color: #222d32;
}
#dash-preview #footer {
    position: absolute;
    width: 85%;
    height: 10%;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
input[type=checkbox] {
    transform: scale(1.5);
}
input[type=checkbox]:hover {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#alert-row {
    position: fixed;
    width: 100%;
    right: 10px;
    left: 10px;
}
.alert-bottom {
    bottom: 60px;
}
.alert-top {
    top: 30px;
}
#alert-modal {
    padding-bottom: 25px;
}
#alert-report {
    text-decoration: none;
    float: right;
}
.alert-link {
    float: right;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
.legendtable th, .legendtable td {
    font-size: 0.9rem;
    border: 3px solid #fff;
}
.legendtable td {
    padding: 5px 10% 5px 10% !important;
}
.trackingtable td {
    font-size: 0.9rem;
}
.packageinfotable {
    font-size: 0.9rem;
}
.packageinfotable td, .packageinfotable th {
    border-top: none !important;
}
.packageeventstable tbody td, packageeventstable tbody th {
    border-top: none !important;
    font-size: 0.9rem;
}
.infodisplay {
    padding: 0 !important;
}
.infodisplay .accordian-body {
    border-bottom: 2px solid #FFF;
}
.none {
    display: none;
}
.table {
    margin-bottom: 0px !important;
}
.noborder td, .noborder {
    padding: 0 !important;
    border: none !important;
}
.material-switch {
    margin-top: 8px;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.services {
    font-size: 0.85rem;
}
.required-input:before {
   color: red;
   content: "*";
   position: absolute;
   margin-left: -8px;
}
.warning {
    color: #c0392b;
    font-size: 0.85rem;
}

.infodisplay [class^=col-] {
    padding: 0;
}
.infodisplay-row {
    margin: 0;
    padding: 5px 20px;
}