﻿html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
    padding: 0 0 20px;
}

#footer {
    height: 20px;
}

.container .credit {
    margin: 0 0;
}

.navbar
{
    padding-bottom: 0;
    min-height: 40px !important;
    margin-bottom: 6px;
}
.navbar .navbar-brand {
    background-image: url('/Content/Images/ls-brand.png');
    background-repeat: no-repeat;
    width: 291px;
    padding: 10px 15px;
}
.navbar-nav {
    padding: 0 0;
}

.page-header-section {
    font-weight: bold;
    font-size: 14px;
    min-height: 18px;
    padding: 6px 10px 8px 10px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    margin-bottom: 5px;
}
.page-title {
    vertical-align: middle !important;
}
.form-footer-commands {
    min-height: 46px;
    padding: 7px 10px 12px 10px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    margin-bottom: 5px;
}

.datePicker
{
	width: 80px;
}  

.editContainer .form-group {
    margin-bottom: 6px;
}

.tab-content {
    padding-top: 24px;
}

.tab-content .tab-pane {
    padding-left: 4px;
    padding-right: 12px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-size: 12px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    display: block;
    color: #ff0000;
    opacity: 0.9; 
    pointer-events: auto;
    position: fixed;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.validation-summary-errors li
{
    line-height: 16px;
}

.validation-summary-valid
{
    display: none;
}

.table thead tr {
    background-color: #ededed;
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.tablecolumn-text-center {
    text-align: center !important;
}
.tablecolumn-text-left {
    text-align: left !important;
}
.tablecolumn-text-right {
    text-align: right !important;
}

.table-hover tbody tr.highlight td { 
    background-color: #ededed;
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.075);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

div.blockMsg {
    width:  40%;
    top:    30%;
    left:   30%;
    text-align: center;
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,.5);
        -moz-text-shadow: 0 3px 0 rgba(255,255,255,.5);
            text-shadow: 0 3px 0 rgba(255,255,255,.5);
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 8px 14px 8px 14px;
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

@media (min-width: 768px) { 
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .navbar .ls-navbar-collapse {
        float: right;
    }
}
@media (max-width: 480px) {
    .navbar .navbar-brand {
        background-image: url('/Content/Images/ls-brand-mobile.png');
        width: 180px;
    }
}
