/*!
 * Custom CSS
 */

 body {
	font-family: 'arial';
	/*font-family: 'Open Sans Condensed';*/
	font-size: 15px;
	line-height: 24px;
 }
.col-lg-3 h2 {
	background-color: #d6d6d6;
	  padding: 5px 10px;
}
@media (max-width: 500px) {
  .ispc-logo{
    width:90%;
  }
}

@media (max-width: 500px) {
  .carousel-inner {
	height: 150px !important;
  }
}
@media (max-width: 500px) {
  .hide-mobile {
	display: none !important;
  }
}
@media (max-width: 500px) {
  .table {
  width: 100% !important;
}
}
@media (max-width: 500px) {
  .table-short {
  width: 100% !important;
}
}
@media (max-width: 500px) {
  .min-hite {
min-height: 0px !important;
}
}
.min-hite {
min-height: 400px;
}
.btn {
	min-width: 90px;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.blue-txt {
	font-weight: 600;
	font-size: 14px;
	color: #19903D;
	line-height: 27px;
}
.login-box {
	margin-left: -20px;
	margin-right: 0px;
}
.btn-green {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  /* background-image: -webkit-linear-gradient(top, #62c462, #51a351); */
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  /* background-image: linear-gradient(to bottom, #62c462, #51a351); */
  /* background-repeat: repeat-x; */
  border-color: #51a351 #51a351 #387038;
  /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-grey {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #737373;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A7A7A7), to(#7D7D7D));
  /* background-image: -webkit-linear-gradient(top, #62c462, #51a351); */
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  /* background-image: linear-gradient(to bottom, #62c462, #51a351); */
  /* background-repeat: repeat-x; */
  border-color: #909090 #757575 #3A3A3A;
  /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.table-unstriped>tbody>tr>td {border: none !important;}
.blue-head {
	z-index: 2;
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}
.list-group {
  margin-top: 20px;
}
a.list-group-item {
  color: #007399;
  font-weight: bold;
}
a.list-normal {
	font-weight: normal !important;
	color: #333 !important;
}
a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#dbdbdb}
.focused {color:#555;text-decoration:none;background-color:#dbdbdb}
.table-mid {
	width: 90%;
}
.table-short {
	width: 70%;
}
.table-ex-short {
	width: 50%;
}
.article {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  line-height: 21px;
}
.article .title {
  font-size: 14px;
  text-transform: uppercase;
} 
.article .authors {
  color: #797979;
}
.article .pages  a{
color: #007399;
}
#art-list-results {clear: both; border-top: 1px solid #c3c3c3; }
#art-list-results a:hover { text-decoration: underline; }
#art-list-results ol.articleList { list-style-type: none; margin-left: -40px; }
ol.articleList li.detail{ margin:0 0 10px;min-height:32px;position:relative; border-bottom: 1px dotted #d3d9a9; }
ol.articleList li.detail ul.article{ line-height:1.4;padding-left:0px;list-style:none;margin:0 }
ol.articleList li.detail ul.article>li{ margin-right:50px }
ol.articleList li.detail ul.article>li.title {color: #2593b8;}
ol.articleList li.detail ul.article>li.title h4{ display:inline; background: none; padding: 0px; }
ol.articleList li.detail ul.article li.accessBlock{ position:absolute;right:10px;margin-right:0;top:3px }
ol.articleList li.detail ul.article li.selection{ left:0;position:absolute;margin-right:0 }
ol.articleList li.detail ul.article li.selection input{ padding-top:0;margin-top:4px }
ol.articleList li.detail li.title a{ font-size:12px;color:#316db6;font-weight:normal }
ol.articleList li.detail li.title a:visited{ color:#840084 }
ol.articleList li.detail li.title a:active{ color:#316db6 }
ol.articleList li.detail li.source{ color:#5c5c5c;font-style:italic }
ol.articleList li.detail li.author{ max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap }
ul.extLinkBlock { margin: 0; padding: 0; font-size: 1em; }
ul.extLinkBlock li+li {margin-left: 10px; padding-left: 10px; }
ul.extLinkBlock li { display: inline; margin: 0; line-height: 21px; padding-left: 10px; }
ul.extLinkBlock li a { color: #316db6; }
.abs1 {background-color: #E3E7C7; padding-right: 5px;}
.abs2 {padding: 10px; background-color: #E3E7C7; margin-top: -2px; text-align: justify; word-spacing: 2px;}
.res-high1 {background-color: #d6f0ff; padding-right: 5px;}
.res-high2 {padding: 10px; background-color: #d6f0ff; margin-top: -2px;}
.arrowSide { margin: 7px 5px 0 0; }
.arrowDown, .arrowSide { background-repeat: no-repeat; display: inline-block; zoom: 1; width: 7px; height: 10px; vertical-align: top; cursor: pointer; }
.arrowSide { background-image: url('images/arrow-b.png');}
.dvp {
    font-size: 11px;
    color: #4D5249;
    text-align: center;
}
.dvp a {
    color: #337AB7;
    font-weight: bold !important;
}
#footer { width: 1000px; background-color: #455b50; padding: 10px 0; text-align: center; clear: both; }
#footer p { text-align: center; margin: 0; padding: 2px 0; color: #d9ddc0; }
#footer ul { margin: 0px; padding: 0px; }
#footer ul li { margin: 0px; padding: 0px; list-style: none; display: inline; font-size: 12px; }
#footer ul li a{ margin: 0px 2px; padding: 0px 19px 0px 19px; list-style: none; text-decoration: none; color: #d9ddc0; }
#footer ul li a:hover{ text-decoration: none; color: #000000; }
.footer-p {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #CACACA;
  line-height: 35px;
  margin-top: 30px;
}
.footer-p a {
	padding: 0 5px;
	text-transform: uppercase;
}

 p {
	margin-top: 10px;
	line-height: 20px;
 }
 .col-lg-12 	{
	padding-left: 20px;
	padding-right: 0px;
}
.alert-warning {
	width: 70%;
}
.img-responsive {
	margin: 0 auto;
}
.navbar-inverse, .navbar-collapse, .navbar-form, .navbar-toggle {
	border-color: #438FE5 !important;
}
 a {
	color: #007399;
 }
 h1, h2, h3  {
	font-weight: 400;
 }
 
h2 {
  font-size: 25px;
  color: #0e72d4;
}
h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	background-color: #F2F2F2;
    padding: 2px 5px;
 }
h5 {
	font-weight: 600;
	font-size: 16px;
	color: #0c696e;
	line-height: 27px;
 }
 h6 {
	font-size: 16px;
	color: #0c696e;
	line-height: 20px;
 }

 .nav-cust {
	background: #0e72d4;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
 }
 .navbar-cust>li>a {
	color: #ffffff !important;
	text-transform: uppercase;
	margin: 0 2px !important;
	font-weight: 600;
}
 .navbar-cust>li>a:hover {
	color: #0e72d4 !important;
	background: #ffffff !important;
	margin: 0 3px;
}
.navbar-inverse-cust, .navbar-collapse-cust { 
	border-color: #0E72D4;
}
.navbar-static-top-cust {
	z-index: 1000;
	border-width: 0 0 0;
}
.navbar-cust>.active>a,.navbar-cust>.active>a:focus,.navbar-cust>.active>a:hover{
	color:#0e72d4 !important;
	background-color:#ffffff !important;
}

.logo-span {
	position: absolute;
	bottom: 15%;
	left: 0%;
	z-index: 1000;
}
.navbar-wrapper {
	float: left;
	width: 100%;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 10px;
	border-bottom: 1px solid #E6E7DC;
	background-color: #F9F9F9;
}

ul.style1 li a {
	font-weight: bold;
}

ul.style1 .first {
	padding-top: 10px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.50em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
.mobile-only {
        display:block !important;
}

    #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }   
    .search-query:focus{
        width: 260px;
    } 