﻿.s-table > tbody > tr > td, .s-table > tbody > tr > th,
.s-table > tfoot > tr > td, .s-table > tfoot > tr > th,
.s-table > thead > tr > td, .s-table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table td[class*="s-col-"], table th[class*="s-col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.col-sm-3 {
    width: 25%;
}

.s-col-sm-2 {
    width: 16.66666667%;
}

.s-col-lg-1, .s-col-lg-10, .s-col-lg-11, .s-col-lg-12, 
.s-col-lg-2, .s-col-lg-3, .s-col-lg-4, .s-col-lg-5, 
.s-col-lg-6, .s-col-lg-7, .s-col-lg-8, .s-col-lg-9, 
.s-col-md-1, .s-col-md-10, .s-col-md-11, .s-col-md-12, 
.s-col-md-2, .s-col-md-3, .s-col-md-4, .s-col-md-5, 
.s-col-md-6, .s-col-md-7, .s-col-md-8, .s-col-md-9, 
.s-col-sm-1, .s-col-sm-10, .s-col-sm-11, .s-col-sm-12, 
.s-col-sm-2, .s-col-sm-3, .s-col-sm-4, .s-col-sm-5, 
.s-col-sm-6, .s-col-sm-7, .s-col-sm-8, .s-col-sm-9, 
.s-col-xs-1, .s-col-xs-10, .s-col-xs-11, .s-col-xs-12, 
.s-col-xs-2, .s-col-xs-3, .s-col-xs-4, .s-col-xs-5, 
.s-col-xs-6, .s-col-xs-7, .s-col-xs-8, .s-col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.s-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.s-text-right {
    text-align: right;
}

.s-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.s-panel-default > .s-panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.s-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.s-panel-body {
    padding: 15px;
}

.s-panel-default {
    border-color: #ddd;
}

.s-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.s-table {
    background-color: transparent;
}

.s-table {
    border-spacing: 0;
    border-collapse: collapse;
}

tr.lineItem-required {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.s-content-display-top {
    /* border-top: 1px #ddd solid !important; */
    padding: 10px;
}

.header {
    border-bottom: 2px dotted #eeeeee !important;
}

.footer-content {
    padding-top: 1em !important;
}

body {
    font-family: Segoe UI, Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.s-navbar-right {
    float: right !important;
    margin-right: 0 !important;
}

.s-nopad {
    padding-left: 0 !important;
}

.s-width {
    width: 95% !important;
}

.s-alert {
    width: 97% !important;
    margin-left: 15px;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

.survey-drop {
    margin-top: -11px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}