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

body {
    background-color: #265883;
    font-size: 13px;
    color:#333;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
body a:hover {
  color: #A30910;
}

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

/* Color Codes */

h2,h3,h4,h5 {color:#052868;}

a {
	color:#7E070D;
	text-decoration:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #0083f0;
  text-decoration: none;
  background-color: #f0ad4e;
}
.btn-danger, .btn-warning, .btn-primary {
  color: #ffffff;
  background-color: #790A00;
  border-color: #860000;
}

.btn-danger:hover, .btn-warning:hover, .btn-primary:hover,
.btn-danger:focus, .btn-warning:focus, .btn-primary:focus,
.btn-danger:active, .btn-warning:active, .btn-primary:active,
.btn-danger.active, .btn-warning.active, .btn-primary.active,
.open .dropdown-toggle.btn-danger, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #B10F00;
  border-color: #A20202;
}

.label-danger {
  background-color: #d9534f;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.navbar-default .navbar-brand {
	color:#585858;
}
.navbar-default .navbar-nav > li > a {
	color:#585858;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #052868;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #265883;
}
.nav .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.nav a:hover .caret {
  border-top-color: #f0ad4e;
  border-bottom-color: #f0ad4e;
}
.nav-search {
	width:230px;
}
.user-info {
	margin-bottom:10px; 
	font-size:12px;
}

.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 */
.headerpic {
  background:url(../../images/ak/headerpic.jpg) no-repeat 0 0;
  height:150px;
}
.banner_stars {
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url('../../../images/ak/banner_stars.png');
  width: 750px;
  height: 150px;
  z-index: 0;
}
form {
	margin-bottom: 1em;
}
.logo {
  top: 25px;
  right: 25px;
  position: absolute;
  background-image: url('../../../images/ak/supreme-seal.png');
  width: 100px;
  height: 100px;
  z-index: 1;
}
.inlogo {
  top: 0px;
  left: 5px;
  position: absolute;
  background-image: url('../../../images/ak/in_logo.png');
  width: 150px;
  height: 150px;
  z-index: 1;
}
.loginpanel {
	background-color: #0f204b;
  	height: 150px;
  	position:relative;
}
.logged-in a {
	text-decoration: none;
	color:#fff;
	opacity: 0.8;
}
.logged-in a:hover {
	text-decoration: none;
	color:#fff;
	opacity: 1;
}
.logout {
	position:absolute;
	right:10px;
	bottom:10px;
}
.user-name {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar {
	border-radius: 0px;
  margin-bottom: 0px;
}

.slogan {
  font-family: Baskerville, "Hoefler Text", Georgia, serif;
  font-size: 24px;
  padding: 55px 10px 5px 100px;
  text-align: center;
  color: #503832;
  text-shadow: 0px 2px 1px #FFF;
}

.slogan-top {
  font-size: 30px;
}

.slogan-bottom {
  font-size: 16px;
}

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

.input-group-btn a {
    border: solid 1px #ccc;
    background-color: #ffffff;
    border-radius: 0 4px 4px 0;
    position: relative;
    color: #333333;
    background-color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.input-group-btn a:hover, .input-group-btn a:focus, .input-group-btn a:active {
  color: #333333;
  background-color: #fafafa;
}
/* HEADER End */

/* CONTENT Start */
.content-left {
  background-color:#ffffff;
}
.content-right {
  background-color:#f1f1f1;
  margin-top:20px;
  margin-right:1px;
}
.image {
  border: 1px solid #DDD;
  padding: 4px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background: #FFF;
}
.content-item {
  padding-top:20px;
  padding-bottom:20px;
  clear: both;
}
.image-text {
  padding-left:120px;
}
.image-text h4{
  margin:0px;
}
.announcements-home {
    background-color: #fff;
    border: solid 1px #E1E1E1;
    padding: 15px;
    margin-bottom: 15px;
}
.announcements-text h4 {
    color: #B71C1C;
}
.block-head {
    font-size: 21px;
    color: #B71C1C;
    display: block;
    padding: 0px 10px 10px 20px;
    letter-spacing: 2px;
    background-color: #e7e7e7;
    height:50px;
}

.block-head h3 {
	color: #B71C1C;
	font-family: serif;
	font-size:16px;
	margin: 20px 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;
}
.content-left {
    min-height: 630px;
    padding-bottom: 20px;
}
.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;
}

/* CONTENT End */

/* Footer Start */
.footer {
  background-color: #0f3068;
  padding: 20px 15px;
  color:#E9E9E9;
  font-size: 13px;
  line-height:1.8em;
}
.footer-link a , .footer-flex-column-container p a{
	color:#FFF;
	opacity:0.4;
	display:block;;
}
.footer-link a:hover, .footer-flex-column-container p a:hover{
  color:#fff;
  opacity:1;
  text-decoration: none;
}


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

.footer-flex-column-container{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-link {
  width: 25%;
}

.footer-flex-column-container p{
  margin-bottom: 0;
}

.footer-flex-column-container .btn-warning {
  margin-bottom: 18px;
  margin-top: 4px;
}
/* Footer End*/

/* APPLICATION & INFORMTATION */
.appinfo {
  padding: 10px;
  margin-bottom:30px;
  margin-left:1px; 
  margin-right:1px;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0, rgba(251, 251, 251, 1)), color-stop(1, rgba(240, 240, 240, 1)));
  background-image: -webkit-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%);
  background-image: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(240, 240, 240, 1) 100%);
}
.appforms {
  margin-top:20px;
}

.btn-browseform {margin:3px;}

/* 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;}
.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;}

.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;}
/* 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;
}

.table tbody > tr > td{
	vertical-align: top;
}

.td-bottom-info-text {
  margin-top: -6px;
  margin-bottom: 0;
}


/* Logout message */
#message
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:999999999999;
    font-weight: bold;
    font-size: 100%;
    color: white;
    padding: 1rem 5rem;
    background-color: #d9534f;
}
#message span
{
    text-align: center;
    width: 95%;
    float: left;
}
#message a
{
    color:#fff;
    font-weight: bold;
    text-decoration: underline;
}
#message a:hover
{
	color:#fff;
	text-decoration: underline;
}
.close-notify
{
    float: right;
 
}
.close-notify i
{
    color: #fff;
    font-size: 20px;
}

/* 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) {
	.headerpic {
	  background:url(../../images/ak/headerpic.jpg) no-repeat 0 0;
	  background-color:#2b4371;
  }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
/**/

@media (min-width: 768px) {
  .headerpic {
    width: 482px;
    float:left;
	  background:url(../../images/ak/headerpic2.jpg) no-repeat 0 0;
	  background-color:#2b4371;
  }
  .banner_stars {
	 display:none;
  }
  .loginpanel {
    width: 268px;
  	float: right;
  }
  .logo {
    top: 5px;
    right: 10px;
    background-image: url('../../../images/ak/supreme-seal-sm.png');
    width: 50px;
    height: 50px;
  }

  .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:100px;
  }
  .image {
  	display:block;
  }
  .image-text {
  	padding-left:120;
  }
  .slogan {
    font-size: 16px;
    padding: 45px 10px 5px 5px;
  }
}
@media (min-width: 992px) {
  .headerpic {
    width: 66.66666666666666%;
	background:url(../../images/ak/headerpic.jpg) no-repeat 0 0;
	background-color:#2b4371;
  }
  .banner_stars {
	 display:none;
  }
  .loginpanel {
    width: 33.33333333333333%;
  }
  .logo {
  top: 25px;
  right: 25px;
  position: absolute;
  background-image: url('../../../images/ak/supreme-seal.png');
  width: 100px;
  height: 100px;
  z-index: 1;
}
    
  .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:600px;
  }
  .image {
  	display:block;
  }
  .image-text {
  	padding-left:120;
  }
}
@media (max-width: 767px) {
  .headerpic {
    height: 60px;
	background:url(../../images/ak/headerpic3.jpg) no-repeat 0 0;
	background-color:#2b4371;
  }
  .banner_stars {
	 display:none;
  }
  .slogan {
    font-size: 16px;
    padding: 10px 10px 5px 5px;
  }
  .slogan-top {
    font-size: 20px;
    padding: 7px 10px 5px 5px;
  }
  .slogan-bottom {
    font-size: 16px;
    padding: 7px 10px 5px 5px;
  }
  .loginpanel {
    display: block;
  }
  table > tr .form-input {
    width: 100%;
  }
  .logo {
    top: 5px;
    right: 10px;
    background-image: url('../../../images/ak/supreme-seal-sm.png');
    width: 50px;
    height: 50px;
  }
  .inlogo {
  top: 0px;
  left: 5px;
  position: absolute;
  background-image: url('../../../images/ak/in_logo-sm.png');
  width: 60px;
  height: 60px;
  z-index: 1;
}
  .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:100px;
  }
  .image {
  	display:none;
  }
  .image-text {
  	padding-left:0;
  }
  .user-name {
	padding-top: 10px;
	margin-top: 0px;
  }
  .text-crop {width:230px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
}

/* 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 #e5e5e5;
	padding:10px;
	background-color:#fafafa;
	text-align:center;
	color:#A50910;
	margin-bottom:18px;
}
.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: 28px;
    height: 28px;
    border: 1px solid #808080;
    padding: 3px 6px;
    margin-top: 14px;
    font-size: 14px;
}

.announcements-home h4 {
	font-size:14px;
}
/* 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 */

/* Carousel START*/
.carousel-indicators {
  bottom: 0px;
}
.carousel-caption {
	padding-top: 0px;
}
/* Carousel END */

/* Left Menu Tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/** 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);
}