/* Typography */
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 15px;
}

.body {
    line-height: 1.0957142;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Modal Styling */
.modal-content{
    border-radius: 3px;
}

.modal-header{
    background: #325576;
    color: whitesmoke;
    text-align: left;
    height: 26px;
    padding: 0;
    padding-top: 1px;
    padding-left: 10px;
}
.modal-title{
    text-align: left;
    font-weight: 500;
}
.modal-footer{
    padding: 4px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-dialog-large{
    width: calc(75%);
    height: calc(50%);
}

.modal-body{
    padding: 12px 10px 20px 10px;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-header .close{
    color: whitesmoke;
    opacity: 1;
    border: none;
    padding: 1px;
    margin: -2px 0px 0px 10px;
    padding-right: 10px;
}

.modal-footer-alert {
    text-align: right;
    border-top: 0px;
}

.modal-header-alert {
    min-height: 16.43px;
    padding: 1px 5px 1px 5px;
    background-color: #df706d;
    color: whitesmoke;
}

.modal-header-alert .close{
    color: whitesmoke;
    opacity: 1;
    padding: 1px;
    margin: -2px 0px 0px 10px;
}

.form-control.view-mode[readonly] {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    margin-left: 1px;
}

.modal-footer{
    /*text-align:left;
    padding: 10px 10px 5px 0;*/
}

.modal-dialog.lg-modal {
    width: 1000px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f1f1;
}

/* Form Styling */

.form-inline .form-group .control-label{
    display: inline-block;
}

.form-inline .form-group .control-input{
    display: inline-block;
}

.form-inline .form-group .input-group{
    display: inline-table;
}

/* Textarea */

textarea.form-control {
    resize: both;
}

/* Pills */
.nav-pills {
    padding-right: 0px;
    background: #fff;
    box-shadow: 1px 1px 5px #333;
}

.nav-pills>li>a {
    border-radius: 0px;
}

/* Buttons */

.btn-block {
    white-space: inherit;
}

/* Description */

.description_title_left.dl-horizontal dt{
    text-align: left;
}

.dl-horizontal dt{
    white-space: initial;
}

.dl-horizontal .dl-group{
    padding: 2px 0px;
    border-bottom: 1px solid #eee;
}

.dl-horizontal .dl-group:last-child{
    border-bottom: none;
}

.panel {
    border-radius: 0px;
    margin-bottom: 15px;
}

.panel-heading {
    border-radius: 0px;
    padding: 9px 8px;
}

.panel-body {
    padding: 10px;
}