﻿.control-label {
    text-align: left !important;
}

.form-control {
    width: 100% !important
}

.form-content {
    text-align: center;
    margin: auto;
}

.form-content, btn {
    text-align: left;
}

span.profile-picture, span.profile-picture > img {
    width: 100% !important;
}

.icon-size-4 {
    font-size: 20px;
}

.ui-jqgrid tr.jqgrow td {
    /*min-height:45px !important;*/
    height: 40px;
}

.iziModal-header h1 {
    text-align: center !important;
    font-weight: normal !important;
}

#jqgh_grid-table_cb {
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.iziModal-content {
    overflow: scroll;
}

.scroll-content {
    overflow: auto;
}

.ui-jqgrid {
    margin-left: auto;
    margin-right: auto;
}

.center-content {
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}


th[role=columnheader] > div[id$=_cb] {
    margin: auto !important;
    text-align: center !important;
}

/*********************************/

.iziModal-modal {
    display: flex;
    flex-direction: column;
    position: relative;
    /*height:100%;*/
}

.iziModal-header {
    flex: 0 0 auto;
    background-color: #dcdcdc;
}

.iziModal-content {
    flex: 1 1 auto;
    position: relative; /* need this to position inner content */
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.iziModal-footer {
    flex: 0 0 auto;
    background-color: #EFF3F8;
    border-top: 1px solid #D6E1EA !important;
    /*position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;*/
    text-align: center;
}

.iziModal-footer-buttons {
    text-align: right;
    padding: 10px;
}
/******   New Sticky Footer **************/

.flex-container {
    display: flex;
    border: 1px solid black;
    justify-content: center;
}

.flex-item {
    box-sizing: border-box;
    width: 150px;
    border: 5px solid blue;
    align-self: center;
    background-color: red;
    display: flex;
    flex-flow: column;
    max-height: 100%;
}

.content {
    background-color: grey;
    flex: 1;
    overflow-y: auto;
}
/************************************/
.page-header {
    text-align: center;
    font-weight: bold;
}

.gritter-with-image {
    float: left !important;
}

.gritter-image {
    margin-right: 10px !important;
}
/*.iziModal-content{
    margin:5px;
}*/



input[type="checkbox"].cbox {
    width: 20px;
    height: 20px;
}


.gritter-item-wrapper.gritter-error {
    background-color: #d86d6d;
    color: white !important;
}

    .gritter-item-wrapper.gritter-error p, .gritter-item-wrapper.gritter-error span {
        color: white !important;
    }

.nav-list ul:empty {
    display: none !important;
}


.disabled-tab > a {
    color: #b1b1b1 !important;
    cursor: default;
    pointer-events: none;
}
