﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

.btn-margin-left {
    margin-left: 10px;
}

.custom-center-div {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.custom-table {
    width: 100% !important;
}

.custom-flex-div {
    display: flex !important;
}

.custom-column-div {
    display: table-column;
}

.custom-table-div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.custom-center-td {
    text-align: center;
    vertical-align: middle;
}

.warning-item {
    background-color:tomato;
}

.error-div {
    margin: 0px 10px;
}

.custom-vertical-scroll {
    padding-left: 20px;
    height: 400px;
    overflow-y: scroll;
}

.custom-no-padding-left {
    padding-left: 0px !important;
}

.custom-no-padding-right {
    padding-right: 0px !important;
}

.custom-padding-left {
    padding-left: 5px !important;
    float: right;
    display: flex !important;
}

.custom-height-59 {
    max-height: 59px !important;
}

.dtr-title {
    font-weight: bold;
    margin-right: 20px;
}

.dtr-details {
    margin-top: 20px;
}

.dtr-details li {
    margin: 0 15px 15px 0;
}

.custom-frame {
    height: 400px;
    width: 100%;
    /*800px*/
    overflow-y: scroll;
}