body{
    font-size: 11px;
    color: #212121;
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 115px 0 23px;
    padding-bottom: 10.5px;
}
.navbar {
    min-height: 100px;
}
.navbar-default {
    background-color: #2FA4E7;
    border-color: #2FA4E7;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
        padding-top: 10px;
        padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #f9f9f9;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    padding-top:8px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.main-nav  > li > a {
    padding-top:40px;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #ADD8E6;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #ADD8E6;
}
.navbar-inverse {
    min-height: 40px;
    max-height: 40px;
}
.form-group {
    margin-bottom: 7px;
}
.navbar-nav > li > a {
    font-size: 13px;
}
.form-control {
    color: #212121;
    display: block;
    height: 25px;
    line-height: 1.0;
    padding: 6px 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], .form-control[type="text"], .form-control[type="password"], .form-control[type="email"], .form-control[type="tel"], .form-control[contenteditable] {
    font-size: 11px;
}
select, select.form-control {
    font-size: 12px;
    line-height: 1.453;
    padding-left: 0;
}
label {
    font-size: 9.5px;
}
#cookie-bar{
    min-height: 20px;
    position: fixed;
    top:0px;
    background-color: #080808;
    color: #f9f9f9;
    padding: 10px;
}
#login-wraper {
  border-radius: 15px;
  display: block;
  margin-top: 25px;
  padding: 25px;
  background: none repeat scroll 0 0 #2FA4E7;
  text-align: center;
}
.login-form legend {
  padding-bottom: 10px;
}
/* line 102, ../sass/-login.scss */
.login-form .body {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
/* line 106, ../sass/-login.scss */
.login-form .footer {
  margin-top: 20px;
}
/* line 108, ../sass/-login.scss */
.login-form .footer .checkbox.inline {
  display: inline;
}
/* line 110, ../sass/-login.scss */
.login-form .footer .checkbox.inline input[type="checkbox"] {
  float: none;
  margin-top: -4px;
}
/* line 115, ../sass/-login.scss */
.login-form .footer .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  padding: 7px 25px;
  background-image: none;
}
.login-form input{
    background-color: #ffffff;
    padding: 10px;
}

.navbar-brand {
    float: left;
    height: 65px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 21px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(223, 215, 202, 0.75);
        border-top-color: rgba(223, 215, 202, 0.75);
        border-right-color: rgba(223, 215, 202, 0.75);
        border-bottom-color: rgba(223, 215, 202, 0.75);
        border-left-color: rgba(223, 215, 202, 0.75);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(248, 245, 240, 0.25);
    border-bottom: 1px solid rgba(223, 215, 202, 0.75);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-rejected {
    color: #f0f0f0;
    background-color: #052D6D;
    border-color: #000080;
}
.alert-barred {
    color: #fff;
    background-color: #000;
    border-color: #000080;
}
.alert-pending {
    color: #f0f0f0;
    background-color: #843534;
    border-color: #991216;
}
.alert-inprogress {
    color: #000;
    background-color: #ffff00;
    border-color: #67b168;
}