﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 1920px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1920px;
}

.headerbox {
    border: solid;
    border-radius: 5px;
    padding-top: 10px;
}


.mandatoryfield {
    background-color: mistyrose;
    border-color: red;
     /*padding-left: 25px;
    padding-right: 25px;*/
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.mandatoryWarning{
    background-color: mistyrose;
    border-color: red;
    color:red;
    padding-bottom: 5px;
   
}


.semimandatoryfield {
       border-color: red;
}

.submitcancel {
    text-align: center;
    padding: 5px;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e6ffe6;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
}

.nav-tabs {
    margin-bottom: 0;
   
    }

.active {
    background-color: lightgray;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fcfce8 !important;
    font-weight: bold
}

.form-control{
    max-width:360px
}