body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 72px;
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
} */

.disabled {
    background-color: lightgray;
}

.right {
    float: right;
}

.navbar {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.navbar-default {
    background-color: #e9e9e9;
}

.navbar-default .navbar-nav > li > a {
    color: #666;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color: #d8d8d8;
}

div.navbar-collapse.collapsing,
div.navbar-collapse.in {
    display: contents;
}
div.navbar-collapse.collapsing ul.navbar-nav.navbar-right,
div.navbar-collapse.in ul.navbar-nav.navbar-right {
    background-color: #e9e9e9;
    border-radius: 4px;
    border: solid 1px #c7c7c7;
    position: absolute;
    right: 47px;
    top: 36px;
}
div.navbar-collapse.collapsing ul.navbar-nav.navbar-right >li>a,
div.navbar-collapse.in ul.navbar-nav.navbar-right >li > a {
    padding: 0px 6px;
}

div.navbar-collapse:not(.in):not(.collapsing) ul.navbar-nav.navbar-right {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    height: auto;
}

ul.navbar-nav.navbar-right > li {
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
}

ul.navbar-nav.navbar-right > li > a {
    text-wrap-mode: nowrap;
}

.navbar-inverse {
    background-color: #343a40;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.grid-mvc {
    margin: 15px 0 15px 0;
    overflow-x: auto;
}

.no-max-width {
    max-width: none;
}

.search-container {
    display: block;
    position: relative;
}

.search-submit {
    width: 70px;
    margin-left: 10px;
}

.search-container-input {
    float: left;
    width: calc(100% - 80px);
}

.grid-wrapper:before,.grid-wrapper:after {
    content: " ";
    display: table
}

.field-validation-error {
    display: block;
}

.field-validation-error {
    display: block;
}

.field-validation-valid {
    display: none;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.7s;
    animation: fadein 0.5s, fadeout 0.5s 3.7s;
}

#closeBtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: rgb(156, 155, 155);
}

.preloader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.preloader:after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #0c89dc;
    border-top-color: transparent;
    border-width: 5px;
    border-radius: 50%;
    -webkit-animation: spin 1.0s linear infinite;
    animation: spin 1.0s linear infinite;
}

.loader {
    border: 6px solid #aba9a9bd;
    border-top: 6px solid #0c89dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

#gradesModal .grade {
    text-align: center;
    padding: 5px;
    margin: 4px;
    border-radius: 10px;
    background-color: #dedede;
}

#gradesModal .grade  span {
    display: block;
}

.text-bold {
    font-weight: bold;
}

.btn-max-width {
    width: 100%;
    max-width: 100%;
}

.choices {
    margin: 15px 0;
}

.choice {
    border: 1px solid #343a40;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin: 10px;
}

.choices span {
    text-align: center;
    display: block;
}
.row-text-to-input-align {
    padding-top: 0.28rem;
    max-width: 5rem;
}
.inline {
    display: inline-block;
}
.short {
   max-width: 4rem; 
}
.grid-wrapper:before, .grid-wrapper:after {
    content: " ";
    display: table
}

.grid-wrapper:after {
    clear: both
}

.control-span {
    display: block;
    padding-top: 7px;
}

.container table.grid-table .grid-header .sorted-desc .grid-sort-arrow:after {
    content: " \2193";
}

.container table.grid-table .grid-header .sorted-asc .grid-sort-arrow:after {
    content: " \2191";
}

.progress {
    margin-bottom: 0;
}


.save-progress.loader {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-width: 3px;
    margin: 0 0 0 22px;
}

.save-progress.success, .save-progress.faild {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-left: 23px;
    font-size: 1.2em;
}

.save-progress.success {
    color: green;
}

.save-progress.success:before {
    content: "\e013";
}

.save-progress.faild {
    color: red;
}

.save-progress.faild:before {
    content: "\e014";
}

.save-loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    background-color: #4CAF50;
    height: 5px;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    transition: all .3s ease;
}

.full-width {
    width: 100%;
}

.group.error span {
    display: block !important;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.row-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.grid-wrapper {
    padding: 15px;
}

.error ul {
    margin-left: 15px;
}

.alert.alert-fixed {
    position: fixed;
    top: 40px;
    right: -20px;
    z-index: 99999;
    opacity: 0;
}

.program-tabs {
    margin: 15px 0;
}

p.description {
    font-size: 16px;
}

#quota table thead tr {
    background-color: #f4f4f4;
}
.has-error .hide {
    display: inline-block !important;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select .btn-group button {
    width: 100%;
	text-align: left;
}

.multiselect-native-select .btn-group button .caret {
    float: right;
	margin-top: 8px;
}

.requirement {
    margin: 20px 0;
}
.table-overflow {
    display: block;
    overflow-y: auto;
    width: 100%;
}

.grouping-row {
    background-color: transparent !important;
}

.table > tbody > .grouping-row > td {
    padding: 13px 15px;
    background-color: rgb(224, 224, 224);
}

.table > tbody > .grouping-row > td span {
    color: rgb(90, 90, 90);
}

p#NavBarHeader {
    display: none;
    border: none;
    margin-right: 0px;
    float: right;
    margin-top: 19px;
    padding: 9px 10px;
}

.top-separation {
    padding-top: 20px;
}
.no-resize {
    resize: none;
}



#browse-by-institutions .form-group button {
    max-width: 280px;
    width: 100%;
}

#browse-by-institutions .form-group button span{
    font-size:16px;
}

.hyperlink {
    font-weight: bold;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.hyperlink:hover,
.hyperlink:focus {
    color: #23527c;
    text-decoration: underline;
}

#browse-by-institutions p.form-control {
    min-height: 34px;
    height: fit-content;
    overflow: hidden;
}

.alert-big {
    min-height: 55px;
}
.scroll-handson {
    height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.handson-cell-padding table thead th,
.handson-cell-padding table tbody td {
    padding: 0 2px;
}

.col-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.col {
    flex: 1;
}

.col-margin > div.panel {
    margin: 0 15px 15px;
}

#QuotaDetailsOptions {
    max-width: 350px;
}

#import-ranking {
    margin-left: 5px;
}

.white-background {
    background-color: white;
}
.yellow-background {
    background-color: #e59f2c;
}
.red-background {
    background-color: #d9534f;
}

.no-fill-requirement option {
    background-color: #fff;
} 
.no-fill-requirement option[data_valid="false"] {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.match-candidates-just-loader{
    padding: 8% 0;
    font-size: 2em;
    margin-top: 30px;
}
.selection-modal {
    background: lightgray;
    max-height: calc(100% - 100px);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
}
.selection-modal-content {
    position: relative;
}
.circle-shaded-loader-container {
    width: 300px;
    height: 300px;
    z-index: 10;
    left: 50%;
    opacity: 1;
    display: inline-block;
    position: relative;
    font-size: 20px;
    transform: translateX(-50%);
}
.circle-shaded-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.circle-shaded-loader-container span {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.glyphicon-success-lg {
    font-size: 5em;
    color: green;
}

.div-group {
    border: 1px solid #343a40;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin: 30px 0;
    position: relative;
    padding: 30px;
}

.div-group > span:first-child {
    color: #e8e6e3;
    background-color: #4f5659;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #696257;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: -15px;
    left: 15px;
}

.poolCandidateForm {
    margin-top: 30px;
    font-size: 1.1em;
}

.fixed-center-half-width {
    position: fixed;
    left: 25%;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}
.no-margin {
    margin: 0;
}
tr.group, /* class for grouping rows when using datatables.net */
tr.group:hover {
    background-color: #ddd !important;
}
.btn-acer {
    background-color: #993499;
    border: 1px solid #873687;
    color: #fff;
}
.btn-acer:active,
.btn-acer:hover,
.btn-acer:focus {
    background: #663366;
    color: #fff;
}

.multiselect-selected-text { /* prevent from overflowing selected text multiselect library */
    white-space: normal;
}

.elipsis { /* used for hide overflowed text, helpful to define how many lines should be showed */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@-webkit-keyframes shaded-loader-delay {
    0%, 39%, 100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}
@keyframes shaded-loader-delay {
    0%, 39%, 100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.btn-arrow-right, .btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.btn-group > .btn-arrow-right.btn:hover {
    z-index: auto;
}

.gridVerticalMiddle table tr td {
    vertical-align: middle;
}
.dialog-ovelay {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 999999
}

.dialog-ovelay .dialog {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden
}

.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}

.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}

.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}

.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}

.dialog-ovelay .dialog .dialog-msg p {
    margin: 0;
    font-size: 15px;
    color: #333
}

.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}

.dialog-ovelay .dialog footer .controls {
    direction: rtl
}

.dialog-ovelay .dialog footer .controls button {
    padding: 5px 15px;
    border-radius: 3px
}

.confirm {
    position: fixed;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.confirm-popup {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    margin: 0 auto;
    border-radius: 3px;
    overflow: auto;
}

.confirm-xs {
    max-width: 400px;
    width: 20%;
}
.confirm-md {
    max-width: 650px;
    width: 30%;
}
.confirm-lg {
    max-width: 850px;
    width: 40%;
}
.confirm-header {
    padding: 25px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}
.confirm-header p {
    margin: 0;
}
.confirm-title {
    font-weight: bold;
}

.confirm-body,
.confirm-popup-footer {
    padding: 25px 15px;
}
.confirm-popup-footer button {
    margin-bottom: 0;
}
.font-size-md {
    font-size: 1.2em;
}
.btn-big-lg {
    padding: 12px 20px
}

.padleft0 {
    padding-left: 0;
}

.vertical-top {
    vertical-align: top;
}

.rotate-vertically {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
}

table.dataTable .glyphicon-column {
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 600px) {
    .navbar-brand {
        width: 54px;
        background-size: auto;
    }

    .center-div {
        width: 75%;
    }

    .confirm-xs,
    .confirm-md {
        width: 80%;
    }

    .confirm-lg {
        width: 90%;
    }
    .btn-big-lg {
        padding: 14px 28px
    }
}

@media (min-width: 600px) {
    .confirm-xs {
        width: 55%;
    }

    .confirm-md {
        width: 65%;
    }

    .confirm-lg {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .modal-lg {
        width: 75%;
    }
    .confirm-xs {
        width: 30%;
    }

    .confirm-md {
        width: 40%;
    }

    .confirm-lg {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    #export-ranking {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .button-down-sticky-xs {
        background: #fff;
        font-size: 1.2em;
        position: sticky;
        bottom: 0px;
        transition: all .1s ease;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 2px solid #eee;
    }

    .button-down-sticky-xs button {
        width: 100%;
        font-size: 18px;
    }

    .search-container-input {
        float: none;
        width: 100%;
    }

    p#NavBarHeader {
        display: block;
    }

    .search-submit {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    #student .grid-wrapper {
        border: none;
    }

    #student .grid-wrapper, 
    #student .form-group div[class*="col-"],
    #browse-by-institutions .form-group div[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    #student .grid-wrapper, 
    #student .form-horizontal .form-group,
    #browse-by-institutions .form-horizontal .form-group {
        margin-right: 0;
    }

    #student .form-group div[class*="col-"] input,
    #student .form-group div[class*="col-"] textarea,
    #student .form-group div[class*="col-"] select,
    #browse-by-institutions .form-group div[class*="col-"] input,
    #browse-by-institutions .form-group div[class*="col-"] textarea,
    #browse-by-institutions .form-group div[class*="col-"] select,
    #browse-by-institutions .form-group div[class*="col-"] p {
        max-width: 100%;
    }

    #browse-by-institutions .form-group div[class*="col-"] button {
        max-width: 100%;
    }

}

@media (max-width: 992px) {
    .navbar.navbar-fixed-top>.container>div.navbar-header {
        display: flex;
        align-items: stretch;
        justify-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .navbar-toggle {
        flex: 0 0 43px;
        margin-left: auto;
    }
    
    .navbar-brand {
        flex: 1;
        text-align: center;
    }

    ul.navbar-nav.navbar-right>li>a {
        font-size: 12px;
        padding: 15px 6px;
    }
    
    .save-candidates {
        position: initial;
        float: none;
    }

    .row-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.button-invitationLetter {
    background-color: #d9edf7 !important;
}
.button-receivedInvitationLetter {
    background-color: #dff0d8 !important;
}
.button-requestPaperSLF {
    background-color: #f2dede !important;
}

.data-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: none;
}

#Requirements {
    position: relative;
}

#Requirements:has( .data-loader.oncontent)::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#Requirements .data-loader.oncontent {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.data-loading {
    text-align: center;
    padding: 50px;
}

/* inputy */
input.form-control.input-xs { width: 7rem; }

select.SubjectId > option:disabled {
    color: #888;
    background-color: #dbdbdb;
    font-style: italic;
    cursor: not-allowed;
}
/* margins-top */
.mt-5  { margin-top:  5px !important; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }

/* margins-bottom */
.mb-5  { margin-bottom:  5px !important; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

/* margins-left */
.ml-0  { margin-left:  0 !important; }
.ml-5  { margin-left:  5px; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }

/* margins-right */
.mr-0  { margin-right:  0 !important; }
.mr-5  { margin-right:  5px; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }

/* paddings-top */
.pt-5  { padding-top:  5px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }

/* paddings-bottom */
.pb-5  { padding-bottom:  5px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }


.navbar.navbar-fixed-top > .container {
    display: flex;
    align-items: stretch;
    justify-items: center;
}
.navbar.navbar-fixed-top > .container > div {
    margin: 2px;
}
.navbar.navbar-fixed-top > .container > div.navbar-header {
    flex-grow: 1;
    flex-shrink: 2;
    flex-basis: 278px;
}

.navbar.navbar-fixed-top > .container > div.navbar-collapse {
    flex-grow: 2;
    flex-shrink: 1;
}

.navbar-brand {
    background-image: url(images/dherst-logo.png?v=2);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -66661px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-width: 54px;
    max-width: 330px;
}

.handsontable thead th {
    vertical-align: middle;
}
#selectedStudents .address-column {
    /* white-space: pre; */
    overflow: hidden;
    max-width: 203px;
}

.wysiwyg-color-black {
    color: black;
}
.wysiwyg-color-silver {
    color: silver;
}
.wysiwyg-color-grey {
    color: grey;
}
.wysiwyg-color-maroon {
    color: maroon;
}
.wysiwyg-color-red {
    color: red;
}
.wysiwyg-color-purple {
    color: purple;
}
.wysiwyg-color-green {
    color: green;
}
.wysiwyg-color-olive {
    color: olive;
}
.wysiwyg-color-navy {
    color: navy;
}
.wysiwyg-color-blue {
    color: blue;
}
.wysiwyg-color-orange {
    color: orange;
}
