/* Main Content */
.main-content-row {min-height: calc(100vh - 7.5rem);}
.display-none {display:none;}
.ln-25 {line-height: 25px;}
.mx-w-250{max-width: 250px;}
.mx-w-450{max-width: 450px;}
.box-wd {width: 100%;height: 190px;}
.full-w{width:100%;}
.select2.select2-container {
    width: 100% !important;
}

/* Forms */
form.full-w .select2-container {
    width: 100% !important;
}
.roboto-modal-title {
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
}
