﻿body {
    padding-top: 195px;
    padding-bottom: 20px;
    background-color: #dcdcdc !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 95%;
}

.AppMainTable {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none;
    border-width: 0px;
    /*line-height: 2em;*/
}

.AppMainTable td{
    padding-bottom:10px;
}

.RequiredField {
    color: Red;
    font-weight: bold;
}
    
.clsErrorNotificationContainer
{
    font-size: 20px;
    font-weight: bold;
    color: Red;
    background-color: Yellow;
}

.clsSuccessNotificationContainer
{
    font-size: 20px;
    font-weight: bold;
    color: White;
    background-color: Green;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }



div.ui-jqgrid-view table.ui-jqgrid-btable
{
    border-style:none;
    border-top-style:none;
    border-collapse:separate;
}
div.ui-jqgrid-view table.ui-jqgrid-btable td
{
    border-left-style:none
}
div.ui-jqgrid-view table.ui-jqgrid-htable
{
    border-style:none;
    border-top-style:none;
    border-collapse:separate;
}
div.ui-jqgrid-view table.ui-jqgrid-btable th
{
    border-left-style:none
}

tr.odd{
    background-color:lightgrey;
}

td.headcol{
    font-weight:bold;
}
td.col3{
    border-right: 1px solid grey;
}

.totalrow
{ 
    font-weight:bold;
    border-top: 1px solid grey;

}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* -----------------------------------------------------------*/

.navbar-inverse {
  background-color: white;
    padding-bottom: 10px;
}

.navbar-inverse.navbar-nav ul li a {
  color: #fff !important;
}


.navbar-inverse .navbar-nav > li > a {
  color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #565656;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000  !important;
  background-color: #cbcdd2 !important;
}


/*******************************************************************/
.fba-container{
    padding: 10px 0 10px 10px;
    /*margin:  10px 10px 10px 10px;*/
    background-color:white;
}

hr {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

label{
    font-weight:normal !important;
}
.SmallerFont{
    font-size:12px !important;
}

.error{
    color:red;
}

.q_icon_with_title {
    display: block;
    position: relative;
}
.icon_holder {
    float: left;
}
.hdr_right p {
    line-height: 15px;
}
.q_icon_with_title.tiny.custom_icon_image .icon_text_holder {
    padding: 0 0 0 55px;
}
.q_icon_with_title .icon_text_holder {
    position: relative;
}
.q_icon_with_title .icon_text_inner {
    padding: 0 0 18px;
}
h6, .h6, h6 a {
    color: #3498db;
    font-size: 15px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}


.social [class*="fa fa-"] {
    background-color: #333;
   border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    width: 40px;
    font-size: 20px;
    text-align: center;
}
.fa:hover { 
    background-color: #46c0fb; 
}
/*******************************************************************/

