/*
@import url( http://fonts.googleapis.com/css?family=Oswald );
@import url( http://fonts.googleapis.com/css?family=Noto+Serif );
@import url( http://fonts.googleapis.com/css?family=PT+Sans );
@import url( http://fonts.googleapis.com/css?family=Open+Sans );
*/

body{
	background:#333;
	font-size:13px;
}

.box {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	font-size: 13px;
	padding: 10px;
	//text-align:justify;
}

.box-body
{
	max-height:200px;
	min-height:200px;
	overflow:hidden;
}

.box-footer
{
	margin-top:10px;
}

/*
.box i {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size: 52px;
	text-align: center;
	margin: 20px 0px 10px 0px;
	color: #414141;
	display: block;
}
*/

.box h4 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	//font-size: 16px;
	//font-weight:bold;
}

.box:hover {
	background: #AC0000; //#f3705a;
	color: #fff;
}

.box:hover i {
	color: #fff;
}

.box:hover h4 {
	color: #fff;
}

.container-inner{
	background-color: #FFFFFF;
}
/*========== Customize the nav-justified links to be fill the entire space of the .navbar ==*/

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  text-align: center;
  background-color: #f5f5f5; //#e5e5e5 /* Old browsers */
  background-image:    -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Chrome 10+,Safari 5.1+ */
  background-image:      -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  //border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  //border-radius: 5px 5px 0 0;
  border-radius: 0 0 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  //border-radius: 0 0 5px 5px;
  border-radius: 0 0 0 0;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    //border-radius: 5px 0 0 5px;
	border-radius: 0 0 0 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    //border-radius: 0 5px 5px 0;
	border-radius: 0 0 0 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.dropdown-menu > li > ul > li > a {
  display: block;
  clear: both;
  font-weight: bold;
  line-height: 1.42857143;
  color: #FFF; //#333;
  white-space: nowrap;
}

.dropdown-menu > li > ul > li > a:hover {
  color: #F5F5F5; //#333;
}

.dropdown-menu > li > ul {
	list-style: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 10px;
  border-bottom:1px dashed #CCC;
  clear: both;
  font-weight: bold;
  line-height: 1.42857143;
  color: #FFF; //#333;
  white-space: nowrap;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    margin-top: 0px;
    display: block;
}

/*========END NAVBAR==============*/
.body-content {
	padding:0 30px 0 30px;
}

.body-right {
	padding: 76px 30px 30px 20px;
}

.body-left {
	padding: 0 0 30px 30px;
	text-align:justify;
}

.page-header {
	font-size:24px;
}

h2 {
	font-size:22px;
}.

.nod_msg { 
	background: #fcc; display: inline-block; padding: 2px 5px; margin-left: 5px; border-radius: 5px; 
}
     
.nod_msg {
	font-weight: bold;
}

.s{
	background-color:#D20000; font-weight:bold; color:#FFF;
}

.e{
	background-color:#000000; font-weight:bold; color:#FFF;
}

.breadcrumbs{float:none;clear:both;margin:10 0 10px;padding:10px 10px 0 10px;width:99%;}
.breadcrumbs li{display:inline;}
.breadcrumbs li a, .breadcrumbs li span{font-size:12px;color:#34715A;text-decoration:none;}
.breadcrumbs li:last-child{font-weight:normal;color:#34715A;}
.breadcrumbs li a:hover{color:#34715A;}
.breadcrumbs li strong{font-weight:normal;color:#34715A;}
.clear{clear:both;}