.admin-message-text {
    font-style: normal;
    font-size: 22px;
    color: #004080;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
}

.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0,0,0,0.1);
}

.form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.validation-message {
    font-style: normal;
    font-size: 12px;
    color: #FF1C19;
}

.container {
	max-width: 3000px;
}

.good {
	background-color: green;
}

.bad {
	background-color: red;
}

mark {
	background-color: #aaffaa;
}

.breadcrumb{
    background: none;
    padding:15px 0 10px 0;
    margin-bottom: 0px;
}
.breadcrumb a, .breadcrumb li {
    color: #b4b4bf;
    font-size: 1rem;
    display: inline;
}
table{
    /*font-size: 0.8rem;*/
}
table.dataTable thead th, table.dataTable thead td{
    padding:5px 15px;
    vertical-align: middle;
    width:auto !important;
}
.header_table{
    width: 100%;
    padding: .5rem 1rem;
}
.header_table th, .header_table td{
    padding:3px 0;
}
.table-responsive{
    max-height: 600px;
}
