﻿.redFont 
{
  color: #b94a48;
}

.greenFont 
{
  color: green;
}

.table-custom th,
.table-custom td 
{
  padding: 3px 4px;
}

.table-custom th 
{
    color: #505050;
    background: gainsboro;
    border-top: 1px solid #fff;
    outline: none;
    text-align: center;
}

.table-custom .rightAlignText
{
    text-align: right;
}
        
.table-custom .centralizeText
{
    text-align: center;
} 

.table-custom tbody td 
{
    cursor: pointer;
}
        
.table-default-cursor tbody td 
{
    cursor: default;
}
              
.stats p.stat 
{
    margin: 0em 0em 0em 0em;
}

.stats .stat 
{
    line-height: 1.5em;
}

.centralizeText 
{
    text-align: center !important;
}

.rightAlignText
{
    text-align: right !important;
}

.verticallyCentralizeText 
{
    vertical-align: middle !important;
}

/*Sorting of table*/

.sortAscending a 
{ 
   display:block; 
   padding:0 4px 0 2px;
   background:url('../../../images/arrow-up.gif') no-repeat center right;
}

.sortDescending a
{
   display:block; 
   padding:0 4px 0 2px;
   background:url('../../../images/arrow-down.gif') no-repeat center right;
}

.sortUnknown a
{
   display:block; 
   padding:0 4px 0 2px;
   background:url('../../../images/arrow-up-down.gif') no-repeat center right;
}

/*Overwrites pagination in bootstrap.css*/
.pagination 
{
    margin: 10px 5px 5px 5px;
}

.verticleAlign {
    display: table-cell;
    vertical-align: top;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.boldFont
{
    font-weight: bold;
}

/*Overwrites theme.css */
.sidebar-nav .nav-list > li > a 
{
    color: #fff;
    padding: .5em 1em;
    padding-left: 50px;
    border-bottom: 1px solid #666;
}

.nav-header 
{
    color: #fff;
    text-shadow: none;
    border-bottom: 1px solid #666;
    background: #222222;
}

.sidebar-nav > a:hover, .sidebar-nav > a:focus {
    color: #fff;
    text-decoration: none;
}

.sidebar-nav > li.active > a:hover, .sidebar-nav > li > ul > li.active > a:hover {
    background: #2D89EF;
    color: #fff;
    border: none;
    border-bottom: 1px solid #2D89EF;
}

.sidebar-nav > a:hover, .sidebar-nav > ul > li > a:hover {
    color: #666;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus
{
    background-color: #2D89EF;
}

.sidebar-nav 
{
    border-top: none;
    border-left: none;
    margin: 0em;
    background: #3A3A3A;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.nav-list > li > a, .nav-list .nav-header
{
    text-shadow: none;
}

.sidebar-nav > ul {
    background: #3A3A3A;
}

.greyRoundedDiv
{
    background-color: #ccc;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
}

.blackBorder
{
    border: 1px solid black;
}

.row-fluid
{
    margin-top: 10px;
}

.centralizeTextTable td 
{
    text-align: center;
}

.roundedCornerDiv
{
    position: relative;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}
.roundedCornerDivForForm
{
    position: relative;
    padding: 20px 0 0 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.form-actions 
{
    margin-bottom: inherit;
}

.form-horizontal .control-label 
{
    font-weight: bold;
}

.form-horizontal .displayControl 
{
    padding-top: 5px;
}

.table-custom .defaultCursor
{
    cursor: default;
}

.pullLeftWithMargin
{
    float: left; 
    padding-left: 10px; 
}

.pullRightWithMargin
{
    float: right; 
    padding-right: 10px; 
}

.topMargined
{
    margin-top: 10px;
}

.topAndBottomMargined
{
    margin-top: 20px;
}

input[type="radio"], input[type="checkbox"] 
{
    margin: 0;
    line-height: normal;
}

.datepicker
{
    z-index: 1151;  
    width: 206px;  
}

.addBlankSpace
{
    height: 60px;
}

.sidePaddedDiv
{
    padding-left: 10px;
    padding-right: 10px;
}

.modalErrorMessage
{
    margin-bottom: 10px;
    text-align: left;
    color: #b94a48;
    float: left;
}

.modal-header
{
    cursor: move;
}

.boldedWhiteFont
{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 10px 20px 10px;
}

.siteLogo
{
    margin-right: 5px;
    vertical-align: top;
}

.radioButtonControls label
{
    display: inline;
    vertical-align: middle;
}

.highlightSelectedRow
{
    background-color: #eeeeee;
    font-weight: bold;
}

.shortSpan
{
    margin-top: 0;
    min-height: 20px !important;
}

.bigFont
{
    font-size: 18px;
}

.smallFont
{
    font-size: 11px;
}

.smallSizedDropDownList
{
    font-size: 11px;
    width: inherit;
    height: 18px;
    padding: inherit;
    margin-bottom: 5px !important; 
}

.smallSizedTextBox
{
    width: 60px;
    font-size: 11px !important; 
    padding: 0px 2px 0px 2px !important; 
    height: 18px !important; 
    margin-bottom: 5px !important; 
}

.smallSizeButton
{
    padding: 0px 8px 0px 8px;
}

.multilineTextArea
{
    width: 98%;
    min-height: 400px;
    resize: none;
}

.noMarginTop
{
    margin-top: 0px !important;  
}

.noMinHeight
{
    min-height: 0px !important;
}

.table-with-all-borders td 
{
    padding: 3px;
    border-left: 1px solid #dddddd;
    border: 1px solid #dddddd;
    text-align: right;   
}

.table-with-all-borders tbody:first-child tr:first-child td 
{
    border-top: 1px solid #dddddd;
}

.blue-font-with-pointer
{
    color: #0088cc;
    cursor: pointer;
}

.horizontalRadioButtonList label 
{    
    display: inline;
}

.horizontalRadioButtonList td
{    
    padding-right: 13px;
}

.content 
{
    min-width: 400px;
    min-height: 800px;
    background: #fff;
}

.brand 
{ 
    font-family: 'Open Sans', sans-serif;
}
        
.navbar .brand 
{
    margin-left: -10px;
    font-weight: 400;
    color: white;
    text-shadow: none;
}

.container-fluid-full 
{
    overflow: visible;
}

.header 
{
    background: #eee;
    padding: 0em 1.25em;
    padding-top: 1px;
    padding-bottom: 1px;
}

.header h1
 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
}

.stats .stat 
{
    float: right;
}

.stats .stat .number 
{
    font-weight: bold;
    margin-right: .5em;
    padding: .5em;
    border: 1px solid #ccc;
    background: #eee;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e3e3), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #e3e3e3, #ffffff);
    background: -moz-linear-gradient(center bottom, #e3e3e3 0%, #ffffff 100%);
    background: -o-linear-gradient(bottom, #e3e3e3, #ffffff);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e3e3e3')";
    -webkit-box-shadow: 1px 1px 0px #ffffff;
    -moz-box-shadow: 1px 1px 0px #ffffff;
    box-shadow: 1px 1px 0px #ffffff;
    text-shadow: 1px 1px 1px #fff;
}

.form-actions
{
    margin: 0;
}

.table-bordered thead:first-child tr:first-child th
{
    border-left: 1px solid #fff;
}

.table-bordered thead:first-child tr:first-child > th:first-child
{
    border-left: 1px #dddddd ;
}

/*Error Pages*/
.http-error {
    margin-top: 5em;
    text-align: center;
    color: #444;    
}
.http-error h1 {
    font-size: 5em;
    line-height: 1em;
    text-shadow: 1px 1px 0px #fff;
    color: #444;
}
.http-error p {
    margin: 0px;
}
.http-error .info {
    font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.http-error i {
    font-size: 3em;
    line-height: .75em;
    text-shadow: 1px 1px 0px #fff;
}

p.block-heading
{
  background: #dddddd;
  padding-left: 1em;
    font-weight: bold;
  line-height: 3em;
}

.block-body 
{
  margin: 1em;
  min-height: .25em;
}
