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


body {
    background-color: #e5e5e5;
    font-size: 13px;
    color:#333;
    font-family: Helvetica, Arial, Verdana, sans-serif;  
	-webkit-font-smoothing: antialiased;
}
body a:hover {
  color: #3276b1;
}

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

.announcement-header {
	color: #A50910;
	font-weight: 500;
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 10px;
}

/* Color Codes */
.btn-primary {
  color: #ffffff;
  background-color: #3382C0;
  border-color: #2B80DD;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #37588b;
  border-color: #1e60a7;
}
a {
	color:#31798E;
	text-decoration:none;
}

a:hover {color:#1A4958;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e2541;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.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;
  border-color: #d43f3a;
}
.label-danger {
  background-color: #d9534f;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.navbar-default {
  background-color: #23395A;
  border-top:solid 1px #505C6B;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-brand {
color: #fff;
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #b94a48;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #b94a48;
}
.nav .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.nav a:hover .caret {
  border-top-color: #da3c16;
  border-bottom-color: #da3c16;
}

.nav-search {
	width:300px;
}

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

.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 Start */
.headerpic {
  background:url(../../images/ga/headerpic.jpg) no-repeat 0 0;
  background-color:#2b4371;
  height: 150px;
}
.banner_stars {
  top: 0px;
  right: 0px;
  position: absolute;
  background-image: url('../../images/ga/banner_stars.png');
  width: 737px;
  height: 150px;
  z-index: 0;
}
form {
	margin-bottom: 1em;
}
.logo {
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url('../../images/ga/supreme-seal.png');
  width: 172px;
  height: 150px;
  z-index: 1;
}
.inlogo {
  top: 0px;
  left: 5px;
  position: absolute;
  background-image: url('../../images/ga/in_logo.png');
  width: 150px;
  height: 150px;
  z-index: 1;
}
.loginpanel {
	background-color: #293353;
  	height: 150px;
  	position:relative;
}
.logged-in a {
	text-decoration: none;
	color:#fff;
	opacity: 0.4;
}
.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: 50px 10px 5px 100px;
  text-align: center;
  color: #333;
}

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

.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;
}
/* 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 h2 {
	font-size:18px;
	margin: 0px 0px;
    margin-bottom: 5px;
}
.announcements-home {
  background:#F0F0F0;
  /*padding:15px;*/
  margin-bottom: 15px;
  border:1px solid #b94a48;
  margin-top: 15px;
  border-radius: 2px;
}
.announcements-content{
	padding:5px 15px 5px 15px;
	border-bottom:1px dotted #CCC;
}
.announcements-header{
	color:#fff;
}
.announcements-head{
	background-color:#b94a48;
}
.block-head {
  font-size:20px;
  font-variant: small-caps; 
  color:#666; 
  display:block; 
  text-shadow:1px 1px 1px #FFF;
  text-align: center;
  /*border-bottom:1px dotted #CCC;*/
}
.block-head .ttl-important {
  font-size:30px;
  font-variant: small-caps; 
  padding:10px;
  display:block; 
  text-shadow:1px 1px 1px #524646;
}
.block-head .ttl {
  font-size:20px;
  font-variant: small-caps; 
  color:#666; 
  padding-bottom:10px;
  display:block; 
  text-shadow:1px 1px 1px #FFF;
}
.block-head .ttl .text-danger {
  color:#333; 
}
.annoncement-date {
  float:right;
  font-size:12px;
  font-weight:bold;
}
.content-left {
	min-height:600px;
	padding-bottom:20px;
}
.text-crop {max-width:230px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}


/* CONTENT End */

/* Footer Start */
.footer {
  background-color: #1e2541;
  color: #fff;
  padding: 20px 15px;
  color:#67909f;
  font-size: 11px;
}
.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, .footer-link a{
  margin-bottom: 4px;
}
.footer-flex-column-container .btn-warning {
  margin-bottom: 20px;
  margin-top: 2px;
}
/* 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(229, 228, 222, 1)));
  background-image: -webkit-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 1) 100%);
  background-image: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(229, 228, 222, 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;
}


/* 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;
    font-style: normal;
    text-decoration: underline;
}
#message a:hover
{
	color:#fff;
}
.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 */

/*collapse earlier 992*/
@media (max-width: 992px) {
	.headerpic {
	  background:url(../../images/ga/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 (max-width: 1200px) {
  .nav-search {
	width:200px;
  }
  .text-crop {width:170px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
}
@media (min-width: 1200px) {
  .nav-search {
	width:300px;
  }
}
@media (min-width: 768px) {
  .headerpic {
    width: 482px;
    float:left;
	  background:url(../../images/ga/headerpic2.jpg) no-repeat 0 0;
	  background-color:#2b4371;
  }
  .loginpanel {
    width: 268px;
  	float: right;
  }
  .banner_stars {
	right: 0px;
	width: 500px;
	height: 150px;
  }
  .slogan {
  	position:relative;
    font-size: 18px;
    padding: 50px 10px 5px 180px;
    text-shadow: 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff, 0px 0px 40px #fff;
    z-index:1;
  }
  .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;
  }
}
@media (max-width: 767px) {
}

@media (min-width: 992px) {
  .headerpic {
    width: 66.66666666666666%;
    background:url(../../images/ga/headerpic.jpg) no-repeat 0 0;
	background-color:#2b4371;
  }
  .loginpanel {
    width: 33.33333333333333%;
  }
	.banner_stars {
	  left: 80px;
	  width: 737px;
	  height: 150px;
	}
  .slogan {
    font-size: 24px;
    padding: 22px 10px 5px 120px;
    text-shadow: 0px 0px 40px #fff;
  }
  .slogan-top {
    font-size: 16px;
    padding: 7px 10px 5px 5px;
  }
  .slogan-bottom {
    font-size: 16px;
    padding: 7px 10px 5px 5px;
  }
  .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/ga/headerpic3.jpg) no-repeat 0 0;
	background-color:#2b4371;
  }
  .banner_stars {
  display:none;
 }
 .logo {
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url('../../images/ga/supreme-seal-sm.png');
  width: 60px;
  height: 60px;
  z-index: 1;
}
  .slogan {
    font-size: 16px;
    padding: 7px 10px 5px 5px;
    color:#fff;
    text-shadow: 0px 0px 2px #333;
  }
  .loginpanel {
    display: block;
  }
  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: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;
}
.bg-yellow {
    background-color: #FFF3CD;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    border-bottom: none;
    color: #8a070d;
}

.bg-yellow h3 {
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.bg-yellow p {
    margin: 0 0 20px;
    font-size: 15px;
}

.btn-yellow {
    background-color: #FFD600;
    color: #212121;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.exam-session-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.exam-session-buttons .btn:first-child{
    margin-right: 10px;
}

.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;
}
.announcement-box {
	font-size: 13px;
	background-color: #eee;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 16px;
}

.block-head {
	font-size: 20px;
	font-variant: small-caps;
	color: #666;
	display: block;
	text-shadow: 1px 1px 1px #FFF;
	text-align: center;
}

.gray-box {
	padding:20px;
	background-color: #f2f2f2;
}

.correspondence-regarding
{
	font-size:15px;
	border:1px solid #e5e5e5;
	padding:10px;
	background-color:#fafafa;
	text-align:center;
	color:#A50910;
}
/* User Home End */

/* Register Start */
.form-val { margin-left: 20px; margin-top: 6px}
.form-text { margin-top: 6px}
.fa-asterisk {font-size:8px;}
.ssn-field{
	position:relative;
}
.ssn-info {
	position:absolute;
	top:6px;
	left:165px;
}
/* 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 */

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