#header {
    background: #E8E7E8;
    color: #000000;
}
#branding h1, #branding h1 a {
    color: rgb(0, 93, 172) !important;
    font-weight: bold;
}
#site-name .logo {
    max-height: 40px;
    margin-right: 1rem;
    vertical-align: middle;
}
#header a:link, #header a:visited {
    color: #000000;
}
#header a:hover {
    color: rgb(0, 93, 172);
}
select:not([multiple]) {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 8px !important;
    padding-right: 32px !important;
    background-position: right 10px top 50% !important;
    background-repeat: no-repeat !important;
    outline: none !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAAXNSR0IArs4c6QAAAJpJREFUGBltkN0NwiAUhQskPDtCN2hHqBvoCGzgJnYDnpijjiCbOAA/nqPSNFduQuDC953coEIIc875jnV1zr2GTh0ZDXAFs2itN+/9SfKEU0rbj1kpXNBEpdQspQbjjUGxlHJTTGSyMeaB41RrfeLhbK0dmdxgBC8c+SP0JNyNEia3C1Jij4ot+dsKgZeH8QYJN+lvp9T7MYJvPr5oD/G+ErcAAAAASUVORK5CYII=');
}
select option{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
    font-size: 14px;
}
select optgroup {
    font-size: 14px;
    margin-bottom: 10px;
}
label {
    font-weight: bold !important;
    color: inherit;
}
.text-danger {
    color: #ff4b00 !important;
}
.module table {
    border-collapse: collapse;
    width: 100%;
}

.field-input {
    float: left;
    display: block !important;
    width: 50%;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row .col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.form-control {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}

label.user {
    margin-left: 2%;
}

/** Microsoft Edge hide Eye password icon **/
input::-ms-reveal, input::-ms-clear {
	display: none;
}