/* Skin for App */
/* ===== Background Color ===== */
body.color 
{
    background-image: url("../Content/images/background.png");
    background-repeat: repeat-x;
	background-color:#fff;
}

#app 
{
    background: none;
}

.divider {background:#e5e5e5}
header, footer { background: none;}

.btn.btn-primary { background-color: #6498ad; border-color:#6498ad}
/* ===== Default Link Color ===== */
a:link {
color:#00678C;	
}
/* ===== Header ===== */
#appTitle {
color:#6498ad;/* if background light, use #616161 */
}

#global{background-color:#6498ad}
/* ===== Page title ===== */
h1 {
color:#616161;		
}
/* ===== Nav Pills ===== */

.nav-pills > li.active > a
 {
  color: #fff;
  background-color: #3D93AF;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
  background-color: #467C8C;
}

.nav-pills  li {
	 background-color: #D1E1E5;
}

.form-group {
    margin-bottom: 15px !important;
}

.tooltip-inner {
    background-color: #6498ad;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #6498ad;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #6498ad;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #6498ad;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #6498ad;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #6498ad;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6498ad;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6498ad;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6498ad;
}

p { color: #444; font-weight: 400}

h3 a {color: #467C8C;}
h3 a:hover {color: #467C8C;}
#app ul li { color: #444; font-weight: 400}
.validation-message ul li { color: red !important;}
.maintenance-icon {text-align: center; font-size: 75px;color: #6498ad;}
.fa.fa-spinner {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
    z-index: 1000;
}

#wait {
    background-color:#000;
    opacity:.7;
    filter:alpha(opacity=70);
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99;
    display:none;
    cursor:pointer;
}
input[type=checkbox], input  {
    width: 40%;
    float: right;
    height: 25px;
    outline: none !important;

}
.container {
    padding: 45px;
    padding: 45px;

}

.list-unstyled {
    padding-left: 20px;
    list-style: none;
}