﻿body {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  body {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

/* Form */
.control-group.required label:before {
    content:"*";
    color:#b94a48;
}

.control-group.required .checkbox-list label:before {
    content:"";
    color:#b94a48;
}

.control-group.required .checkbox,
.control-group.required .radio,
.control-group.required input,
.control-group.required select,
.control-group.required textarea {
  /*color: #b94a48;*/
}

.control-group.required input,
.control-group.required select,
.control-group.required textarea {
    background-color: #FFC;
}

.control-group.required input:focus,
.control-group.required select:focus,
.control-group.required textarea:focus {
    background-color: #FFC;
}

.nowrap {
    white-space: nowrap;
}

.notopborder
{
    border-top: none !important;
}

.footer
{
    display:inline-block;
    margin-top: 20px;
    text-align: center;
}

/*.footer {
    background: #fff;
    padding-top: 10px;
}*/

.modal-overlay
{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    opacity: 0.85;
    /*background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;*/ /* ie fallback png background image */
    z-index:9999;

    text-align: center;
}

.blockui {
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 31.5px;
}

h2 {
  font-size: 24.5px;
}

h3 {
  font-size: 17.5px;
}

h4 {
  font-size: 17.5px;
}

.page-header {
  border-bottom: 0; 
}

.input-bool {
    width: 72px;
}

#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}