/*  LAYOUT  */
.brand-name {
    color: white;
    font-size: 20px;
    font-weight: lighter;
}

.brand-name:hover {
    color: lightgrey !important;
}

.logo-area {
    padding-top: 16px;
}

.log-out {
    font-weight: lighter;
    font-size: 18px !important;
}

.log-out:hover {
    color: lightgrey;
}

.g-2 {
    font-weight: bold;
}

.g-2:hover {
    color: #ff9900 !important;
}

.mg-tb-40 {
    margin-bottom: 0 !important;
}

.nav-tabs.notika-menu-wrap>li.active>a {
    cursor: pointer;
}

.nav-tabs.notika-menu-wrap>li.active>a:hover {
    background-color: #eee;
}

/* APPLICATION INDEX  */
.application-index .breadcomb-list,
.application-view .breadcomb-list,
.application-update .breadcomb-list {
    padding-bottom: 5px;
}

/*  APPLICATION FORM  */
.application-index .breadcomb-ctn h1,
.application-form .breadcomb-ctn h1,
.payments-index .breadcomb-ctn h1
{
    margin: 10px !important;
}
.application-form h3 {
    margin-top: 20px !important;
}

.application-form button {
    margin-top: 20px !important;
}

/*  APPLICATION COMMENTS  */
.comment-header {
    border-bottom: 2px solid #1b9ac4;
}

.comment-header h4 {
    margin-bottom: 5px;
    padding-left: 20px;
}

.comment-content {
    padding: 10px;
    background-color: rgba(244, 244, 244, 0.5);
    height: 90%;
    overflow: auto;
}

.comment-section {
    height: 250px;
}

.comment-input {
    margin-top: 10px;
}

.comment-input textarea {
    resize: none;
}

/*  APPLICATION VIEW  */
.data-table-list {
    overflow: -webkit-paged-x;
}

.file-section {
    margin-top: 160px;
}

.file-header h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom: 2px solid #1b9ac4;
}

.file-section .summary {
    display: none;
}

.header-logo {
    max-width: 60px;
    position: relative;
    top:-5px;
}


.button-container a, .button-container button {
    float:right;
    margin-right: 5px;
}


.label-light-purple {
    background-color: #dfd8fd;
}

.label-light-purple[href]:hover,
.label-light-purple[href]:focus {
    background-color: #b8acf6;
}

.label-dark-purple {
    background-color: #5e4db2;
}

.label-dark-purple[href]:hover,
.label-dark-purple[href]:focus {
    background-color: #352c63;
    border-color: #352c63;
}
