﻿body {
    color: #566787;
    background: #ffffff;
    font-size: 14px;
}

.table-message-wrapper {
    background: #fff;
    width: 80%;
    margin: 15px 5px 0px 5px;
}

.table-wrapper {
    background: #fff;
    width: 80%;
    padding: 20px 25px;
    margin: 30px 0;
    border: 1px solid grey;
    box-shadow: 0 1px 1px rgba(0,0,0,0);
    border-radius: 4px;
    margin: 5px 5px 5px;
}

.table-title {
    padding-bottom: 15px;
    background: #ffffff;
    color: #001968;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
    border-color: #001968;
}

.table-title h2 {
margin: 5px 0 0;
font-size: 24px;
}

.table-title .btn-group {
float: right;
}

.table-title .btn {
color: #fff;
float: right;
font-size: 13px;
border: none;
min-width: 50px;
border-radius: 2px;
border: none;
outline: none !important;
margin-left: 10px;
}

.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}

.table-title .btn span {
    float: left;
    margin-top: 2px;
}

table.table tr th, table.table tr td {
border-color: #e9e9e9;
vertical-align: middle;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}

table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
    outline: none !important;
}

table.table td a:hover {
    color: #2196F3;
}

table.table td a.edit {
    color: #FFC107;
}

table.table td a.delete {
    color: #F44336;
}

table.table td i {
    font-size: 19px;
}
 
.required-field {
    font-size: 11px;
    text-align: right;
    color: red;
    font-style: normal;
    font-weight: bold;
}

.status {
    font-size: 30px;
    margin: 0px 0px 0 0;    
    vertical-align: middle;
    line-height: 10px;
}

.checkbox-align {
    vertical-align:text-bottom;
}

.table-header-align-field {
    width: 200px;
    color: #001968;
}

.table-header-align-access {
    width: 130px;
    color: #001968;
}

.table-header-align-100px {
    width: 100px;
    color: #001968;
}

.table-header-align-150px {
    width: 150px;
    color: #001968;
}

.table-header-align-200px {
    width: 150px;
    color: #001968;
}

.table-header-align-action {
    width: 100px;
    color: #001968;
}

.table-header-align-displayOrder {
    width: 70px;
    color: #001968;
}

.table-header-align-label {
    width: 400px;
    color: #001968;
}

.table-header-align-size-type {
    width: 80px;
    color: #001968;
}

.nav-tabs {
    border-color: #001968;
    width: 100%;
}

.nav-tabs > li a {
    border: 1px solid #001968;
    background-color: #fff;
    color: #001968;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #3FA9F5;
    color: #fff;
    border: 1px solid #808080;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    background-color: #F26523 !important;
    border-radius: 5px;
    color: #fff;
}

.tab-pane {
    border: solid 1px #808080;
    border-top: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px;
}

.import-users-list-button {
    width: 120px;
}

.ui-autocomplete {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}