﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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: 280px;
}*/

table.dataTable thead th {
    font-weight: normal;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-left-20 {
    margin-left: 20px;
}

.div-hover:hover {
    background-color: #fafafa;
    cursor: default;
}

.padding-top2-bottom2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-top5-bottom2 {
    padding-top: 5px;
    padding-bottom: 2px;
}

.sm.col-lg-1, .sm.col-lg-10, .sm.col-lg-11, .sm.col-lg-12, .sm.col-lg-2, .sm.col-lg-3, .sm.col-lg-4, .sm.col-lg-5, .sm.col-lg-6, .sm.col-lg-7, .sm.col-lg-8, .sm.col-lg-9, .sm.col-md-1, .sm.col-md-10, .sm.col-md-11, .sm.col-md-12, .sm.col-md-2, .sm.col-md-3, .sm.col-md-4, .sm.col-md-5, .sm.col-md-6, .sm.col-md-7, .sm.col-md-8, .sm.col-md-9, .sm.col-sm-1, .sm.col-sm-10, .sm.col-sm-11, .sm.col-sm-12, .sm.col-sm-2, .sm.col-sm-3, .sm.col-sm-4, .sm.col-sm-5, .sm.col-sm-6, .sm.col-sm-7, .sm.col-sm-8, .sm.col-sm-9, .sm.col-xs-1, .sm.col-xs-10, .sm.col-xs-11, .sm.col-xs-12, .sm.col-xs-2, .sm.col-xs-3, .sm.col-xs-4, .sm.col-xs-5, .sm.col-xs-6, .sm.col-xs-7, .sm.col-xs-8, .sm.col-xs-9 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, input.input-validation-error:focus {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

input:focus {
    background-color: #FFFED6;
}

.select2-results__group {
    color: #337AB7 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.page-footer .page-footer-inner a {
    color: #66a4e3 !important;
}

.page-header.navbar .page-logo .logo-default {
    margin: 5px 0 0;
}

.right {
    float: right;
}

.bold-400 {
    font-weight: 400 !important;
}

.bold-600 {
    font-weight: 600 !important;
}

.row-title {
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

.row-header {
    color: #95a5a6;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-row {
    background-color: ghostwhite;
    padding: 4px 0px;
    margin-top: -15px;
    margin-bottom: 4px;
}

.other-row {
    padding: 4px 0px;
}

.value {
    font-size: 14px;
    font-weight: 600;
}

div[class*=icheckbox_], div[class*=iradio_] {
    margin-left: 5px;
}

.tooltip_templates {
    display: none;
}

.tooltip-pp {
    padding: 6px 12px;
}

    .tooltip-pp:hover {
        background-color: #fffda7;
    }

.progr-row {
    padding-top: 15px;
    border-bottom: 1px solid silver;
}

.addProgr {
    background-color: white;
    padding: 0px 15px;
}




