﻿html {
    margin: 0;
    padding: 0;
}

body {
    background: #eee;
    color: #333;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: .8em !important;
    margin: 0;
    padding: 0;
}

/* Reset footer font-size — body .8em shrinks it too much */
footer, footer * {
    font-size: 13px !important;
}

a {

}

a:link, a:visited,
a:active, a:hover {  }

a:hover {  }

header, footer, hgroup, section 
{
     display: block;
}


.float-left { float: left; }

.float-right { float: right; }

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 { font-size: 2em; }

h2 { font-size: 1.75em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5, h6 { font-size: 1em; }

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/

.content-wrapper {
    margin: 0 auto;
    width: 90%;
    min-width: 900px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-top: 40px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

header .content-wrapper {  }

footer {
    clear: both;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/

.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

    /* footer
    ----------------------------------------------------------*/

footer .float-left,
footer .float-right { float: none; }

footer {
    height: auto;
    padding: 10px 0;
    text-align: center;
}

footer p { margin: 0; }

.tab-content {
    border: solid 1px #ddd;
    border-top: none;
    padding: 15px;
}

.content {
    border: solid 1px #ddd;
    padding: 15px;
}

.space10 {
    height: 10px;
}

.space20 {
    height: 20px;
}

ul.nav-tabs {
    margin-bottom: 0;
}

thead {
    background: #F7F7F9;
}

thead th {
    vertical-align: middle !important;
}

/* Column classes */
.col2 {
    float: left;
    width: 49%;
}
.col3 {
    float: left;
    width: 32%;
}
    .col2 + .col2,
    .col3 + .col3 {
        margin-left: 2%;
    }

#pageLoader{
    z-index: 100000000;
    position:fixed;
    top:1px; 
    padding:12px 60px;
    /*background:#FFFF99;   
    box-shadow: inset 0px 0px 22px rgba(0, 0, 0, 0.125);*/
}

.required-field {
    border-right: solid 2px red !important;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .controls {
margin-left: 150px;
}

.form-horizontal .controls input.combobox {
width: 180px;
}

.button-pane, .button-pane-bottom {
    clear: both;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 0 -15px -15px -15px;
    text-align: right;
}

.button-pane-bottom {
     border-top: 1px solid #ddd;
}

input[type="file"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.input-validation-error {
    border: 1px solid #e30000 !important;
    background: #ffa3a3 !important;
}

.validation-summary-errors
{
    background-color: #ffdada;
    border-color: #e30000;
   
    margin-bottom: 20px;
}

.validation-summary-errors,
.field-validation-error {
     color: #e30000;
}

.validation-summary-errors ul{
    padding: 10px 0;
}

.popup-buttonpane {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 5px;
    margin: 10px -13px -6px -13px;
    text-align: right;
}

.stack-bar-top {
    top: 0;
}

.ui-pnotify-container {
    padding: 12px;
}

.ui-pnotify .alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.collapse {
    position: static;
}

.pagebreak { page-break-before: always; } /* page-break-after works, as well */