﻿.flex {
    display: flex;
}

.icon-marker {
    margin-right: 12px;
}

.table-field .field {
    padding-bottom: 35px;
}

    .table-field .field .label {
        display: block;
        margin-bottom: 4px;
        font-size: 16px;
        color: #919191;
        line-height: 13px;
        text-transform: uppercase;
    }

    .table-field .field .value {
        display: block;
        line-height: 16px;
    }

.table-field .action {
    display: block;
    margin-top: 20px;
    text-align: right;
}

.sub-heading {
    margin: 0 0 10px;
}

.grey-btm-border {
    border-bottom: 1px solid #c9c9c9;
}

input:disabled {
    background-color: #ddd;
}
.loader.warning>.indicator {
    background-image: url(../lib/css/themes/university/images/sprites-icon-s8124061f8f.png);
    background-repeat: no-repeat;
    background-position: 0 -1368px;
    display: inline-block!important;
    vertical-align: middle!important;
    width: 43px!important;
    height: 46px!important;
}