html
{
	overflow-y: scroll !important;
}


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

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}

/* Color Codes */
.btn-primary {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #AD3C3C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #FF4B4E;
  border-color: #D93B42;
}
.btn-blue {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
a {
	color:#da3c16;
	text-decoration:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #da3c16;
}
.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 .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #da3c16;
  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: #d9534f;
}
.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: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 {
  position: relative;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0, rgba(229, 228, 222, 1)), color-stop(1, rgba(251, 251, 251, 1)));
  background-image: -webkit-linear-gradient(0deg, rgba(229, 228, 222, 1) 0%, rgba(251, 251, 251, 1) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(229, 228, 222, 1) 0%, rgba(251, 251, 251, 1) 100%);
  background-image: linear-gradient(0deg, rgba(229, 228, 222, 1) 0%, rgba(251, 251, 251, 1) 100%);
  height: 150px;
  background-color:rgba(229, 228, 222, 1);
}
.banner_stars {
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url('../../../images/in/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/in/supreme-seal.png');
  width: 100px;
  height: 100px;
  z-index: 1;
}
.inlogo {
  top: 0px;
  left: 5px;
  position: absolute;
  background-image: url('../../../images/in/in_logo.png');
  width: 150px;
  height: 150px;
  z-index: 1;
}
.loginpanel {
	background-color: #34627c;
  	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: #b8b6ab;
}

.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 h4{
  margin:0px;
}
.announcements-home {
  /*background:#e5e4de;*/
  padding:15px;
  margin-bottom: 15px;
  border:1px solid transparent;
  margin-top: 15px;
  border-radius: 6px;
}
.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:20px;
  font-variant: small-caps; 
  color:#b20000; 
  padding-bottom:10px;
  display:block; 
  text-shadow:1px 1px 1px #FFF;
}
.block-head .ttl {
  font-size:20px;
  font-variant: small-caps; 
  color:#666; 
  padding-bottom:10px;
  display:block; 
  text-shadow:1px 1px 1px #FFF;
}
.annoncement-date {
  float:right;
  font-size:12px;
  font-weight:bold;
}
.content-left {
	min-height:600px;
	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: #34627c;
  color: #fff;
  padding-top: 20px;
  color:#67909f;
  font-size: 13px;
  line-height:1.8em;
}
.ft-col a {
	color:#FFF;
	opacity:0.4;
	display:block;;
}
.ft-col a:hover, .footer .container a:hover{
  color:#fff;
  opacity:1;
  text-decoration: none;
}
.ft-col {
	padding-right:10px;
}
/* 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;
}

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

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

/* 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) {
    .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;
  }
  .banner_stars {
	 display:none;
  }
  .loginpanel {
    width: 268px;
  	float: right;
  }
  .logo {
    top: 5px;
    right: 10px;
    background-image: url('../../../images/in/supreme-seal-sm.png');
    width: 50px;
    height: 50px;
  }
  .slogan {
  	position:relative;
    font-size: 20px;
    padding: 50px 10px 5px 120px;
    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 (min-width: 992px) {
  .headerpic {
    width: 66.66666666666666%;
  }
  .banner_stars {
	 display:none;
  }
  .loginpanel {
    width: 33.33333333333333%;
  }
  .logo {
  top: 25px;
  right: 25px;
  position: absolute;
  background-image: url('../../../images/in/supreme-seal.png');
  width: 100px;
  height: 100px;
  z-index: 1;
}
  .slogan {
    font-size: 24px;
    padding: 40px 10px 5px 30px;
    text-shadow: 1px 1px 1px #FFF;
  }
  .search {
    display:block;
  }
   .logintype-table {
  	margin-top:10px;
  }
  .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;
  }
  .banner_stars {
	 display:none;
  }
  .slogan {
    font-size: 16px;
    padding: 7px 10px 5px 5px;
  }
  .loginpanel {
    display: block;
    padding-top: 2px;
  }
  table > tr .form-input {
    width: 100%;
  }
  .logo {
    top: 5px;
    right: 10px;
    background-image: url('../../../images/in/supreme-seal-sm.png');
    width: 50px;
    height: 50px;
  }
  .inlogo {
  top: 0px;
  left: 5px;
  position: absolute;
  background-image: url('../../../images/in/in_logo-sm.png');
  width: 60px;
  height: 60px;
  z-index: 1;
}
  .search {
    display:none;
  }
  .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;
}

.correspondence-regarding
{
	font-size:15px;
	border:1px solid #e5e5e5;
	padding:10px;
	background-color:#fafafa;
	text-align:center;
	color:#A50910;
	margin-bottom:18px;
}
/* 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-control {
	font-size:40px;
}
.carousel-nextprev-icons {
	position: absolute; 
	top: 40%; 
	left: 50%; 
	z-index: 5; 
	display: inline-block;
}
/* Carousel END */