html {
  overflow-y: scroll !important;
  overflow-x: hidden;
}

* {
  outline: none;
}

body {
  background-color: #fff;
  font-size: 14px;
  color: #333;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

#main-content {
  padding-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fa-mr {
  margin-right: 0.5rem;
}

.btn,
.navbar-brand {
  font-style: normal;
}

.btn {
  text-decoration: none;
  border: none;
}

button {
  border: none;
}

button,
.btn {
  outline: none;
  font-size: 14px;
  border-radius: 60px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

#searchinput,
#searchinput:hover,
#searchinput:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.content-left h3:first-of-type {
  margin-top: 40px;
}


/* Color Codes */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #FF4B4E;
}

a {
  color: #da3c16;
  text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #163A4D;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
}

.btn-orange {
  background: #FF5100;
  color: #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  background: #E64A19;
  color: #fff;
}

.label-danger {
  background-color: #d9534f;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.user-info {
  margin-bottom: 10px;
  font-size: 12px;
  color: #063A5D;
}

.photo-exp {
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.5);
}

.exp-text {
  color: #D9534F;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-weight: 600;
  padding: 0px 6px;
  bottom: 1px;
  position: absolute;
}

.red-tooltip+.tooltip>.tooltip-inner {
  background-color: #D9534F;
}

.red-tooltip+.tooltip>.tooltip-arrow {
  border-top-color: #D9534F;
}


/* HEADER Start */

header {
  background-color: #063A5D;
}

.slogan h1 {
  font-size: 24px;
  text-align: left;
  color: #FFF;
  margin-top: 28px;
  margin-left: 0px;
}

.headerpic {
  position: relative;
  height: 90px;
  background-color: #063A5D;
}

form {
  margin-bottom: 1em;
}

.login-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  right: 22px;
}

.logged-in a:hover {
  text-decoration: none;
  color: #E6B15A;
  opacity: 1;
}

.logout {
  text-align: right;
  margin-bottom: 12px;
}

.logout a {
  color: #EA5644;
}

.logout-com {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.welcome {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}

.user-name {
  color: #fff;
  font-weight: bold;
}

.userhome-links {
  text-align: right
}

.userhome-links a {
  margin-left: 15px;
  color: #5DDDE8;
  opacity: 0.6;
}

.userhome-links a:hover {
  margin-left: 15px;
  color: #5DDDE8;
  opacity: 1;
  text-decoration: underline;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.navbar-collapse,
.nav-search {
  padding-right: 0px;
  margin-right: 0px;
}

.navbar-form {
  padding-right: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}


/* HEADER End */


/* CONTENT Start */

.content-left {
  background-color: #ffffff;
}

.image-text a {
  color: #063A5D;
  padding-left: 0;
  color: #466786;
}

.image-text h2 {
  color: #fff;
  font-size: 20px;
  padding: 14px;
  margin: 0px 0px;
  margin-bottom: 6px;
  background-color: #07467D;
}

.image-text h4 {
  margin: 0px;
}

.image-text ul {
  padding-left: 16px;
  margin-top: 15px;
}

.announcements-text h4 {
  color: #B71C1C;
}

.announcements-links {
  color: #FF5100;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.announcements-links:hover {
  color: #E64A19;

} 

.announcements-links span:nth-child(2) {
  float:right;
}

.block-head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-left: 5px;
}

.block-head h3 {
  font-family: serif;
  font-size: 18px;
  margin: 18px 0px;
}

.userhome-announcements {
  border: solid 1px #E1E1E1;
  margin-bottom: 15px;
  background-color: #fff;
}

.block-head-userhome {
  font-size: 21px;
  color: #B71C1C;
  display: block;
  padding: 0px 10px 10px 1px;
  letter-spacing: 2px;
  /*height: 30px;*/
}

.block-head-userhome h3 {
  font-family: serif;
  font-size: 17px;
  margin: 10px 0px;
}

.annoncement-date {
  float: right;
  font-size: 12px;
  font-weight: bold;
}

.home-statement {
  margin-top: 10px;
  background-color: #fcfcfc;
  border: solid 1px #eee;
  padding: 20px;
}

.text-crop {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-container {
  background-color: #063A5D;
  border-radius: 10px;
  padding: 0 16px 10px 16px;
  margin-top: 10px;
  margin-bottom: 4px;
  color: #fff;
}


/* CONTENT End */


/* Footer Start */

.footer {
  background-color: #063A5D;
  color: #fff;
  bottom: 0;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5em;
  /*height: 138px;*/
  position: relative;
  margin-top: 20px;
}

.footer-logo {
  background-image: url('../../images/tx/tx-logo.png');
  background-repeat: no-repeat;
  height: 100px;
  min-width: 120px;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.footer-text {
  padding: 20px 0px;
  font-size: 15px;
  opacity: 0.6;
}

.footer-btn {
  float: right;
  text-align: right;
  padding: 15px 0px;
}

.copyright {
  width: 100%;
  background-color: #1F3242;
  min-height: 50px;
  font-size: 11px;
  padding: 5px 0px;
}

.copyright-text {
  color: #fff;
  opacity: 0.4;
  font-style: italic;
}

.ft-col a {
  color: #FFF;
  opacity: 0.4;
  display: block;
  ;
}

.ft-col a:hover,
.footer .container a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}

.ft-col {
  padding-right: 10px;
}

.sealserver {
  height: 50px;
  text-align: right;
  display: inline-block;
}


/* Footer End*/


/* APPLICATION & INFORMTATION */

.appinfo {
  /*padding: 10px;
  margin-bottom: 30px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 20px;*/
  clear: both;
  border-radius: 10px;
  color: #063A5D;
  max-width: 520px;
  /*border: solid 2px #063A5D;*/
}

.appinfo h4 {
  margin-top: 0;
}

.appforms {
  margin-top: 20px;
}

.btn-browseform {
  margin: 3px;
}

.appinfo-icon {
  text-align: center;
  width: 100px;
  height: 100px;
}

.appinfo-icon img {
  width: 70px;
  height: 80px;
  margin-top: 10px;
}

svg {
  fill: #DA4567;
}

.appinfo-bar hr {
  margin-top: 10px;
}

/* Form Start */

.form-col-narrow {
  background: #f1f1f1;
  padding: 15px;
  min-height: 440px;
}

.form-col-narrow .link-list {
  padding: 5px 0;
  border-top: 1px dotted #999;
}

.form-col-narrow .link-list .selected {
  font-weight: bold;
  color: #444;
}

.form-col-narrow .link-sub {
  margin-left: 10px;
  padding: 3px 0;
  display: block;
}

.form-col-narrow .link-sub-sub {
  margin-left: 10px;
  padding: 3px 0;
  display: block;
}

.form-col-narrow .selected {
  font-weight: bold;
  color: #444;
}

.form-input {
  max-width: 300px;
}

.qControl textarea {
  min-width: 300px;
}

.missing {
  max-width: 260px;
}

.input-day {
  width: 70px;
  margin-right: 10px;
}

.input-month {
  width: 100px;
  margin-right: 10px;
}

.input-year {
  width: 80px;
}

.form-control {
  font-size: 13px;
}


/* Form End */


/* Tpl Start */

.form-table {
  margin-bottom: 0px;
  font-size: 13px;
}

.form-table .qNum {
  width: 40px;
}

.form-table .not-required {
  max-width: 260px;
}

.form-table .required {
  font-weight: bold;
  max-width: 260px;
}

.form-table .qControl {}


/* SPECIAL CONTROLS */

.form-table .zipControl {
  width: 100px;
}


/* RADIO STYLES */

.form-table .radiocontrol {
  text-align: right;
  padding-left: 10px;
  width: 50px;
}

.form-table .radiotable {
  border: none;
  text-align: right;
  width: 50px;
}

.form-table .radioshell {
  text-align: right;
  width: 50px;
  border: none;
}

.form-table .radiotd {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
  vertical-align: middle;
  width: 25px;
  border: none;
}

.radiocontrol table.radiotable .radioshell:nth-child(2) {
  //padding: 0px 10px 0px 10px;
} 
.form-table .radiotd:nth-child(2) input {
  margin-top: 6px;
}

.form-table .missing {
  font-weight: bold;
  color: #b94a48;
}

.form-table .noteControl {
  font-style: italic;
}

.form-table .warningControl {
  font-style: italic;
  font-weight: bold;
  color: #b94a48;
}

.form-table .noticeControl {
  min-width: 100%;
  height: 100px
}


/* Tpl End */


/* Support Popup */

.supportbase {
  background-color: #fff;
}

.supportheader {
  width: 100%;
  background-color: #ececec;
  text-align: center;
  padding: 10px;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
  vertical-align: middle;
}

.table-borderless thead>tr>th,
.table-borderless tbody>tr>th,
.table-borderless tfoot>tr>th,
.table-borderless thead>tr>td,
.table-borderless tbody>tr>td,
.table-borderless tfoot>tr>td {
  border: 0;
  border: none;
}


/* Logout message */

#message {
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 105;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  color: white;
  padding: 10px 0px 10px 0px;
  background-color: #8E1609;
}

#message span {
  text-align: center;
  width: 95%;
  float: left;
}

#message a {
  color: #fff;
}

#message a:hover {
  color: #fff;
  text-decoration: underline;
}

.close-notify {
  white-space: nowrap;
  float: right;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  border: 2px #fff solid;
  padding-left: 3px;
  padding-right: 3px;
}

.close-notify a {
  color: #fff;
}


/* User Home Start */

.announcements {
  background: #e5e4de;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 6px;
}

.bg-grey {
  background-color: #EEE;
  background-image: -moz-linear-gradient(center top, #EEE 0%, #FFF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
  background-image: -webkit-linear-gradient(top, #EEE, #FFF);
  background-image: -ms-linear-gradient(top, #EEE, #FFF));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF)";
  padding: 15px;
  /*margin-bottom:20px;*/
  border: 1px solid transparent;
  border-radius: 6px;
  border-bottom: none;
}

.updated-check {
  position: absolute;
  top: 15%;
  width: 100%;
  text-align: center;
  z-index: 0;
  font-size: 180px;
  color: #5cb85c;
}

.updated-check-text {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 24px;
}

.correspondence-regarding {
  font-size: 15px;
  border: 1px solid #eed3d7;
  padding: 10px;
  background-color: #f2dede;
  text-align: center;
  color: #b94a48;
  margin-top: 16px;
  margin-bottom: 10px;
}

.announcements-home h3 {
  font-size: 20px;
  margin: 0px 0px;
  padding: 0px 0px;
}

.block-head h3 {
  float: left;
}

.block-head .announcement-icon {
  float: right;
  border-radius: 50%;
  color: #808080;
  width: 32px;
  height: 32px;
  border: 1px solid #808080;
  padding: 6px 8px;
  margin-top: 10px;
  font-size: 14px;
}

.announcements-home h4,
.notice-container h4 {
  font-size: 14px;
  line-height: inherit;
}

.notice-link {
  display: flex;
  justify-content: flex-end;
}

.notice-link a {
  color: #fff;
}

.notice-link a:hover,
.notice-link a:focus,
.notice-link a:active {
  color: #fff;
}

.notice-container p {
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.announcements-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.announcements-date {
  float: right;
}

.new-application {
  font-size: 18px;
  margin: 0px 0px;
  margin-bottom: 5px;
  display: inline-flex;
}

.new-application span {
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
  margin: 1px 5px;
}

/* July 2019
.exam360-announcement {
  color: #721c24;
  background-color: #fff3cd;
  border-color: #ffeeba;
  background-image:none;
}

.exam360-announcement h3 {
  font-family: ;
  font-size: 20px;
  color: #721c24;
  font-weight: bold;
  letter-spacing: 1px;
}
*/

.exam360-announcement a.btn-warning {
  margin-top: 8px;
  color: #333;
  height: 40px;
  padding-top: 4px;
  background-color: #FFD600;
  border-radius: 8px;
  outline: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  line-height: 32px;
}

.exam360-announcement a.btn-warning:hover,
.exam360-announcement a.btn-warning:focus {
  background-color: #ffdf3a;
  color: #333;
}


/* User Home End */


/* Register Start */

.form-val {
  margin-left: 20px;
  margin-top: 6px
}

.form-text {
  margin-top: 6px
}

.fa-asterisk {
  font-size: 8px;
}


/* Register End */


/* WARNING Start */

.warning {
  background: #C4BFBD;
  padding: 20px 30px 20px 30px;
  margin: 20px 30px 20px 30px;
}

.warning h2 {
  text-align: center;
  background: #FFF;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCC;
}

.warning-base {}

.warning .alert-list {
  padding: 10px 0 20px;
  margin-left: 15px;
}

.warning .alert-list li {
  list-style: circle;
  padding-bottom: 10px;
}

.warning .alert-list li strong {
  color: #A50910;
}

.warning .alert-list-link {
  margin-left: 5px;
}

.warning .alert-list-link li {
  list-style: none;
}

.warning-red {
  color: red;
}

.red {
  color: #A50910;
}


/* WARNING End */


/* LOGIN TYPE START */

.logintype {
  background-color: #34627c;
  height: 150px;
  position: relative;
}

.logintype table {
  color: #ffffff;
}

.logintype table tr {
  height: 74px;
}


/*LOGIN TYPE END */


/* Padding */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a {
  font-style: normal;
}

.nav-tabs>li.active>a,
.tab-content>.active {
  background-color: #fafafa;
}


/* Checklist Popup */


/* Admin Popup */

.alert-popup {
  height: 100%;
  position: fixed;
}

.alert-popup-header {
  background-color: #333;
  padding: 9px 17px;
  height: 50px;
  font-size: 24px;
  color: #fff;
}

.alert-popup-links {
  list-style-type: none;
  line-height: 22px;
}


/* Popup Style */

.admin-popup-header {
  background-color: #333;
  padding: 9px 17px;
  height: 50px;
  font-size: 24px;
  color: #fff;
}

.admin-popup .ap-title {
  font-size: 16px;
  width: 150px;
  min-width: 120px;
}

.admin-popup-footer {
  background-color: #f5f5f5;
  border-top: solid 1px #DBDBDB;
  height: 110px;
  padding-top: 5px;
  padding-left: calc(50% - 88px);
}


/* Responsive Options */

@media (max-width: 1200px) {
  .text-crop {
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/*collapse earlier 992*/

@media (max-width: 992px) {
  .slogan h1 {
    font-size: 20px;
    margin-top: 33px;
    margin-left: 80px;
    line-height: 24px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}


/**/

@media (min-width: 768px) {
  .slogan h1 {
    font-size: 16px;
    margin-top: 23px;
    margin-left: 80px;
    line-height: 24px;
  }
  .logintype-table {
    margin-top: 7px;
  }
  .search {
    display: none;
  }
  .form-col-narrow {
    min-height: 100px;
  }
  .appinfo-bar {
    float: left;
  }
  .announcement-bottom {
    display: none;
  }
  .announcement-top {
    display: block;
  }
  .content-left {
    min-height: 60vh;
  }
  .image {
    display: block;
  }
}

@media (min-width: 992px) {
  .slogan h1 {
    font-size: 20px;
    margin-top: 33px;
  }
  .search {
    display: block;
  }
  .logintype-table {
    margin-top: 16px;
  }
  .form-col-narrow {
    min-height: 440px;
  }
  .announcement-bottom {
    display: block;
  }
  .announcement-top {
    display: none;
  }
  .content-left {
    min-height: 70vh;
  }
  .image {
    display: block;
  }
}

@media (max-width: 767px) {
  .inlogo {
    display: none;
  }
  .footer-text {
    font-size: 12px;
  }
  .slogan h1 {
    font-size: 16px;
    margin-top: 20px;
    height: 120px;
    text-align: center;
    margin-left: auto;
  }
  table>tr .form-input {
    width: 100%;
  }
  .search {
    display: none;
  }
  .logintype-table {
    margin-top: 16px;
  }
  .form-col-narrow {
    min-height: 100px;
  }
  .appinfo-bar {
    float: left;
  }
  .appinfo .image {
    display: none;
  }
  .announcement-bottom {
    display: none;
  }
  .announcement-top {
    display: block;
  }
  .content-left {
    min-height: 60vh;
  }
  .image {
    display: none;
  }
  .user-name {
    padding-top: 10px;
    margin-top: 0px;
  }
  .form-input {
    min-width: 100px;
  }
  .text-crop {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  header .col-md-4 {
    padding-right: 20px;
  }
  .headerpic {
    height: 50px;
  }
  .welcome,
  .logout,
  .userhome-links {
    text-align: left;
  }
  .logged-in {
    /*margin-left: 40px;*/
  }
  .btn-loginout {
    width: 95%;
  }
  .loginpanel {
    height: 82px;
  }
  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    opacity: 0.8;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .slogan h1 {
    font-size: 24px;
  }
}


/** BUTTONS **/

.btn,
btn-sm {
  padding-left: 2rem;
  padding-right: 2rem;
  border: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-default {
  background-color: #f5f5f5;
}

.btn-primary {
  color: #fff;
  background-color: #007281;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #097581;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #546E7A;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
  background-color: #455A64;
}

.btn-succcess {
  color: #fff;
  background-color: #43A047;
}

.btn-succes:hover,
.btn-success:focus,
.btn-success:active {
  color: #fff;
  background-color: #388E3C;
}

.btn-info {
  color: #fff;
  background-color: #1E88E5;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #fff;
  background-color: #1976D2;
}

.btn-danger {
  color: #fff;
  background-color: #E53935;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
  background-color: #D32F2F;
}

.btn-warning {
  color: #333;
  background-color: #FFD400;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #333;
  background-color: #EBC300;
}

.btn-dark {
  background-color: #063A5D;
  color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #263238;
  color: #fff;
}

a,
a:not([href]):not([tabindex]) {
  color: #097581;
  text-decoration: none;
}

a:hover,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #006064;
  text-decoration: none;
}

.navbar a {
  text-decoration: none;
}


/** Header **/

.header-h1 {
  position: absolute;
  display: none;
  opacity: 0;
}

.header-text-container {
  display: flex;
  flex-direction: column;
}

.btn-loginout:hover,
.btn-loginout:focus {
  color: #fff;
  background-color: #388E3C;
}

.loginpanel {
  position: relative;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 12px;
  height: 69.2px;
}

.dropdown-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50%;
}

.login-menu {
  z-index: 9999;
  top: 42px;
  width: 260px;
  position: relative;
  float: right;
  background-color: #fff;
}

header .input-group-btn .btn-danger {
  color: #fff;
  background-color: #43A047;
}

.navbar-search .fa-search {
  color: #fff;
}

.navbar-search a {
  cursor: pointer;
}

.navbar-search input {
  color: #fff;
}

header a.btn-default {
  border-color: transparent;
}


/* Navbar start */

.navbar-default {
  color: #fff;
  background-color: #063A5D;
  z-index: 1;
  border: none;
  /*box-shadow: 0 3px 2px -2px #00000045;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  opacity: 1;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar>.container .navbar-brand:focus,
a.navbar-brand:hover {
  color: #fff;
  background-color: transparent;
  opacity: 1;
}

.navbar-default .navbar-nav>li.active>a::before {
  transition: 0.3s;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  bottom: -8px;
  opacity: 1;
}

.navbar-collapse {
  padding-left: 0px;
}

.navbar-default .nav a:hover .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.nav .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-search {
  width: 230px;
}

.navbar-toggle {
  margin-right: 0;
  cursor: pointer;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}


/* Navbar end */


/**Footer**/

.footer-dark-blue {
  background-color: #04253B;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-flex-end {
  display: flex;
  justify-content: flex-end;
}

.footer-flex-btw {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.footer-support-btn img {
  width: 20px;
  color: #333;
  margin-right: 4px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: #fff;
}

.announcements-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.announcements-header h2 {
  color: #fff;
  font-size: 20px;
  padding: 14px;
  margin: 0px 0px;
  margin-bottom: 6px;
  text-align: center;
  background-color: #FF5100;
  width: 100%;
}

.announcement-scroll {
  margin-top: 20px;
}

.content-item .image-text li {
  margin-bottom: 6px;
}

.content-item .image-text p {
  margin: 0 0 6px;
}

.content-item:first-of-type {
  margin-top: 0px;
}

.content-item:last-of-type {
  margin-bottom: 40px;
}

.content-item h2 a,
.content-item h2 a:hover,
.content-item h2 a:active,
.content-item h2 a:focus {
  color:#fff;
  text-decoration: none;
}

.announcement-card {
  padding: 10px 0;
  padding-left: 20px;
  padding-right: 10px;
  color: #063A5D
}

.new-annc-card {
  border-left: solid 4px #FF5100;
  background: #f5f5f5
}

.new-annc-card .announcements-right {
  color:#FF5100;
}

.card-seperator {
  clear: both;
  width: 100%;
  display: block;
  border-bottom: 1px dashed #ccc;
  height: 0px;
}

#searchinput {
  border-radius: 0;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

#searchinput:-webkit-autofill,
#searchinput:-webkit-autofill:hover,
#searchinput:-webkit-autofill:focus,
#searchinput:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #063A5D inset !important;
}

#searchinput:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}


/*** HERO ***/

.triangle-container {
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 20px solid #063A5D;
  z-index: 9;
  position: absolute;
  top: 433px;
  left: 0;
}

.home-hero {
  padding: 10px;
  background: #063A5D;
  color: #fff;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 40px;
}

.hero-text-container {
  margin-top: 0;
  margin-bottom: 30px;
}

.home-hero h1 {
  font-size: 34px;
  font-family: "Times New Roman";
  margin-top: 0;
  margin-bottom: 2rem;
}

.home-hero p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: 300;
}

.hero-btn-register {
  color: #333;
  background-color: #FFD400;
  padding: 10px 24px;
  margin-top: 9px;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  border-bottom: solid 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

a.hero-btn-register {
  text-decoration: none;
}

.hero-btn-register:hover,
.hero-btn-register:focus,
.hero-btn-register:active {
  color: #333;
  background-color: #EBC300;
}

.hero-btn-register i {
  margin-top: 0.15rem;
}

.hero-btn-register2 {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 8px 24px;
  margin-bottom: 8px;
  margin-top: 1px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: lighter;
}

a.hero-btn-register2 {
  text-decoration: none;
}

.hero-btn-register2:hover,
.hero-btn-register2:focus,
.hero-btn-register2:active {
  color: #063A5D;
  background-color: #ffffff;
}

.header-logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.register {
  margin-top: 8px;
}

.register .btn.btn-danger {
  padding: 5px 15px;
  line-height: 1.5;
  color: #fff;
  background-color: #00ACC1;
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  text-decoration: none;
}

.register .btn.btn-danger:hover,
.register .btn.btn-danger:focus {
  color: #fff;
  background-color: #097581;
  text-decoration: none;
}

.content-item {
  padding: 20px;
  clear: both;
  margin-right: 0;
  border-radius: 10px;
}

.navbar-default .navbar-nav>li:first-child>a {
  margin-left: 20px;
}

.triangle-container {
  display: none;
}

.header-btn-flex-container {
  display: flex;
  flex-direction: column
}

.btn-loginout {
  display: inline-block;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  line-height: 1.5;
  color: #fff;
  background-color: #43A047;
  position: absolute;
  right: 0;
}

.footer-align-middle {
  font-size: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.footer-flex-column {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.footer-support-btn,
.footer-support-btn:hover,
.footer-support-btn:focus,
.footer-support-btn:active {
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 16px;
  margin-top: 6px;
  position: inherit;
}

.header-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-default .nav-search {
  width: 220px;
}

.navbar-default .navbar-nav>li>a,
.navbar>.container .navbar-brand {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  padding: 14px 0px 0px 0px;
  margin: 0px 16px;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.navbar-collapse {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.header-text-container span:first-child {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
}

.header-text-container span:nth-child(2) {
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
}

.header-left-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}

.footer-soft-blue {
  background-color: #063A5D;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-text-right {
  text-align: left;
}

@media (min-width: 480px) {
  .footer-soft-blue {
    background-color: #063A5D;
    padding-top: 34px;
    padding-bottom: 24px;
  }
  .header-left-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
  }
  .header-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .register {
    margin-top: 3px;
    top: -33px;
  }
  .header-btn-flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .btn-loginout {
    margin-bottom: 0;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #43A047;
    right: 12px;
  }
  .header-logo {
    width: 72px;
    height: 72px;
    margin-right: 10px;
  }
  .register .btn.btn-danger {
    padding: 5px 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #00ACC1;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-decoration: none;
    display: block;
  }
  .triangle-container {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 50px solid #063A5D;
    z-index: 9;
    position: absolute;
    top: 304px;
  }
  .home-hero {
    padding: 10px;
    background: #063A5D;
    color: #fff;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 20px;
  }
  .hero-text-container {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .home-hero h1 {
    font-size: 34px;
    font-family: "Times New Roman";
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .triangle-container {
    display: none;
  }
  .home-hero p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
    font-weight: 300;
  }
  .hero-btn-register {
    padding: 10px 24px;
    margin-top: 9px;
    font-size: 20px;
    line-height: 25px;
  }
  .hero-btn-register2,
  .hero-btn-register {
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
  }
  .loginpanel {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .header-left-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
  .loginpanel {
    margin-bottom: 12px;
  }
  .navbar-default .nav-search {
    width: 220px;
  }
  .header-flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header-btn-flex-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .register {
    width: 100px;
    margin-top: 8px;
    position: relative;
    left: 308px;
    top: 0;
  }
  .footer-flex-column {
    text-align: left;
    display: flex;
    flex-direction: column;
    text-align: right
  }
  .footer-support-btn,
  .footer-support-btn:hover,
  .footer-support-btn:focus,
  .footer-support-btn:active {
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 16px;
    margin-top: 0;
    position: inherit;
    bottom: 0;
    right: 0;
  }
  .footer-align-middle {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header-text-container span:first-child {
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
  }
  .header-text-container span:nth-child(2) {
    color: #fff;
    font-size: 19px;
    line-height: 1em;
    font-weight: 600;
  }
  .header-logo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .register .btn.btn-danger {
    padding: 5px 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #00ACC1;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    min-width: 100px;
    text-decoration: none;
  }
  .triangle-container {
    display: block;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 60px solid #063A5D;
    z-index: 9;
    position: absolute;
    top: 369px;
  }
  .home-hero {
    padding: 10px;
    background: #063A5D;
    color: #fff;
    position: relative;
  }
  .hero-text-container {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .home-hero h1 {
    font-size: 34px;
    font-family: "Times New Roman";
    margin-top: 0;
    margin-bottom: 2rem;
  }
  @-moz-document url-prefix() {
    .hero-img-container {
      top: 27.5%;
    }
  }
  .home-hero p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
    font-weight: 300;
  }
  .hero-btn-register {
    padding: 10px 24px;
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .hero-btn-register2,
  .hero-btn-register {
    display: inline-flex;
    margin-top: 0px;
  }
  .hero-btn-register2 {
    margin-left: 7px;
  }
}

@media (min-width: 992px) {
  .announcement-scroll {
    max-height: 1250px;
  }
  .register {
    width: 100px;
    margin-top: 8px;
    position: relative;
    left: 274px;
    top: 0;
  }
  .footer-text-right {
    text-align: right;
  }
  .footer-support-btn,
  .footer-support-btn:hover,
  .footer-support-btn:focus,
  .footer-support-btn:active {
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    right: 15px;
    bottom: 3px;
    position: absolute;
  }
  .header-text-container span:first-child {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
  }
  .header-text-container span:nth-child(2) {
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
  }
  .header-logo {
    width: 72px;
    height: 72px;
    margin-right: 10px;
  }
  .footer-align-middle {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .navbar-default .navbar-nav>li>a,
  .navbar>.container .navbar-brand {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    padding: 22px 0px 0px 0px;
    margin: 0px 7px;
    display: inline-block;
    position: relative;
    font-size: 15px;
  }
  .navbar-default .nav-search {
    width: 220px;
  }
  .navbar-default .navbar-nav>li:first-child>a {
    margin-left: 0;
  }
  .register .btn.btn-danger {
    padding: 5px 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #00ACC1;
    border-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    min-width: 100px;
    text-decoration: none;
  }
  .triangle-container {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 60px solid #063A5D;
    z-index: 9;
    position: absolute;
    top: 305px;
    left: 0;
  }
  .home-hero {
    padding: 10px;
    background: #063A5D;
    color: #fff;
  }
  .hero-text-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home-hero h1 {
    font-size: 34px;
    font-family: "Times New Roman";
    margin-top: 0;
    margin-bottom: 2rem;
  }
  @-moz-document url-prefix() {
    .hero-img-container {
      top: 22.5%;
    }
  }
  .home-hero p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
    font-weight: 300;
  }
  .hero-btn-register {
    padding: 10px 24px;
    margin-top: 9px;
    font-size: 20px;
    line-height: 25px;
  }
  .hero-btn-register2 {
    margin-top: 9px;
    margin-bottom: 0px;
  }
  .hero-btn-register2,
  .hero-btn-register {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .announcement-scroll {
    max-height: 1130px;
  }
  .register {
    width: 100px;
    margin-top: 8px;
    position: relative;
    left: 357px;
    top: 0;
  }
  .navbar-default .navbar-nav>li>a,
  .navbar>.container .navbar-brand {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    padding: 22px 0px 0px 0px;
    margin: 0px 12px;
    display: inline-block;
    position: relative;
    font-size: 16px;
  }
  .navbar-default .nav-search {
    width: 220px;
  }
  .triangle-container {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 120px solid #063A5D;
    z-index: 9;
    position: absolute;
    top: 304px;
  }
  .home-hero {
    height: 420px;
    background: #063A5D;
    color: #fff;
    position: relative;
    background-image: url(../../images/mo/stairs-transparent.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
  }
  .hero-text-container {
    margin-top: 70px;
  }
  .home-hero h1 {
    font-size: 44px;
    font-family: "Times New Roman";
    margin-top: 0;
    margin-bottom: 2rem;
    text-shadow: 0px 1px 2px #000;
    padding: 0px 320px;
  }
  @-moz-document url-prefix() {
    .hero-img-container {
      top: 14%;
    }
  }
  .home-hero p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 22px;
    font-weight: 300;
    text-shadow: 0px 1px 2px #000;
    padding: 0px 220px;
  }
  .hero-btn-register {
    padding: 10px 24px;
    margin-bottom: 8px;
    margin-top: 1px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 1600px) {
  .navbar-default .nav-search {
    width: 220px;
  }
  .triangle-container {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 120px solid #063A5D;
    z-index: 9;
    position: absolute;
    top: 305px;
  }
  .home-hero {
    height: 420px;
    background: #063A5D;
    color: #fff;
    position: relative;
    background-image: url(../../images/mo/stairs-transparent.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
  }
  .hero-text-container {
    margin-top: 70px;
  }
  .home-hero h1 {
    font-size: 34px;
    font-family: "Times New Roman";
    margin-top: 0;
    margin-bottom: 2rem;
    text-shadow: 0px 1px 2px #000;
    padding: 0px 320px;
  }
  .home-hero p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 22px;
    font-weight: 300;
    text-shadow: 0px 1px 2px #000;
    padding: 0px 220px;
  }
  .hero-btn-register {
    padding: 10px 24px;
    margin-bottom: 8px;
    margin-top: 1px;
    font-size: 20px;
    line-height: 25px;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

#applicant-login .input-group-btn .btn-danger {
  border-radius: 0 3px 3px 0;
  height: 30px;
}

#searchinput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.6;
}

#searchinput::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.6;
}

#searchinput:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.6;
}

#searchinput:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.6;
}

.user-dropdown {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0.25rem;
  font-weight: 300;
  cursor: pointer;
}

.user-dropdown .caret {
  border-top: 4px solid #fff;
}

.logged-in .dropdown-menu {
  right: 0;
  left: inherit;
}

.dropdown-menu>li>a>i.fa-sign-out {
  margin-left: 6px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}


/* Search */

#searchinput {
  box-sizing: border-box;
  border-top: none;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 0 5px;
  background: transparent;
  color: #fff;
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
}

#searchinput::-ms-clear {
  display: none;
}

.nav-search-input {
  overflow: visible;
}

#searchinput {
  -webkit-appearance: none;
}

#searchinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.7;
  /* Firefox */
}

#searchinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
  opacity: 0.7;
}

#searchinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
  opacity: 0.7;
}

.navbar-search {
  position: absolute;
  top: -44px;
  width: 200px;
}

.fa-search {
  font-size: 18px;
  color: #fff;
}

.fa-search {
  cursor: pointer;
}

.appinfo-title {
  margin-bottom: 40px;
}

.app-info-fees-table-1,
.app-info-fees-table-2 {
  width: 65%
}

.app-info-fees-table-1 th:nth-child(2),
.app-info-fees-table-1 tr td:nth-child(2),
.app-info-fees-table-2 th:nth-child(2),
.app-info-fees-table-2 tr td:nth-child(2) {
  text-align: right
}

.mr-15 {
  margin-right: -60px;
}

.ml-15 .content-left {
  margin-left: -15px;
  margin-right: -15px;
}

.content-left>.container>.row {
  margin-left: -30px;
  margin-right: -30px;
}

.row-margin {
  margin-left: -30px;
  margin-right: -30px;
}

.user-content .bg-grey {
  background: none;
  border-radius: 10px;
  color: #063A5D;
}

.user-content .bg-grey.box-border {
  border: solid 2px #063A5D;
}

.user-content .bg-grey.no-padding {
  padding: 0;
}

.border-dashed {
  border-bottom: 1px dashed #ccc;
  border-radius: 0 !important;
  margin-bottom: 20px;
}

.upload-doc-padding {
  padding: 10px 0 10px 8px;
}

.committee-header-logo {
  margin-top: 12px;
}

.committee-logout-btn {
  position: absolute;
  right: 0px;
}

.committee-dropdown {
  top: 110px;
}

.committee-dropdown .btn-danger {
  height: 30px;
}

.committee-dropdown-menu {
  right: 0;
  left: auto;
}

.committee-loginpanel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dropdown-menu .divider {
  margin: 5px 0;

}

/** Cookie Acceptance Message **/
#cookieMessage {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index:99999;
  padding: 20px;
  background-color: #FFD600;
}

#cookieMessage .align-items-center {
  align-items: center;
  display: flex;
}

#cookieMessage .d-flex.flex-column{
  display: flex;
  flex-direction: column;
}

.cookieMessage-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25rem
}

.cookieMessage-text {
	font-weight: normal;
}

.btn-cookie {
  float: right;
  width: 75%; 
  color: #fff !important;
	background-color: #333 !important;
  border-bottom: solid 3px rgba(0, 0, 0, 0.8);
}