/*
 * Irisbox v1.0.3
 *
 * Copyright 2012 CIRB-CIBG
 *
 * Designed and built with all the love in the world @cirb-cibg.
 */

/* ----------------------------------------------------
	GOOGLE FONTS
------------------------------------------------------- */

/* Oswald */
@import url(https://fonts.googleapis.com/css?family=Oswald);

/* Droid Sans */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* Droid Serif */
@import
	url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic)
	;

/* ----------------------------------------------------
	DATEPICKER
------------------------------------------------------- */
img.ui-datepicker-trigger{
	vertical-align: middle;
	padding-left: 5px;
}
	
/* ----------------------------------------------------
	USER MANAGE SCREEN
------------------------------------------------------- */
#rulesTable th, #rulesTable td {
	vertical-align: middle;
	text-align: center;	
}	
/* ----------------------------------------------------
	PASSWORD DIALOG SCREEN
------------------------------------------------------- */
input[type="password"].short_password {
	background-color: #E8C0BD;
	border-color: #FF0000;
}

input[type="password"].short_password:focus {
	background-color: #E8C0BD;
	border-color: #FF0000;
	box-shadow: 0 0 6px #F8B9B7;
}

input[type="password"].weak_password {
	background-color: #FFB470;
	border-color: #FF4900;
}

input[type="password"].weak_password:focus {
	background-color: #FFB470;
	border-color: #FF4900;
	box-shadow: 0 0 6px #FFB470;
}

input[type="password"].good_password {
	background-color: #FFE5B4;
	border-color: #E8A103;
}

input[type="password"].good_password:focus {
	background-color: #FFE5B4;
	border-color: #E8A103;
	box-shadow: 0 0 6px #FFE5B4;
}

input[type="password"].strong_password
	{
	background-color: #89FF71;
	border-color: green;
}
input[type="password"].strong_password:focus{
	background-color: #89FF71;
	border-color: green;
	box-shadow: 0 0 6px #7ABA7B;	
}

/* ----------------------------------------------------
	GENERAL
------------------------------------------------------- */
.btn-group {
	display: inline-block;
}

#wrap {
	min-height: 100%;
	margin-bottom: -140px;
}

#wrap:after {
  content: "";
  display: block;
  height: 170px; 
}

body {
	background-color: #f3f3f3 /*F7F8F9*/;
	color: #666;
	font-size: 14px;
}

html,body {
	height: 100%;
}

body,p {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	color: #777;
}

h3 {
	margin: 10px 0;
}

a {
	color: black;
}

a:hover {
	color: #e77927;
}

.pad20 {
	padding: 20px;
	background-color: #fff;
}

.pt20 {
	padding-top: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pb0 {
	padding-bottom: 0;
}

.mt30 {
	margin-top: 0px;
}

.mr30 {
	margin-right: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.padB10 {
	padding-bottom: 10px;
}
/* ----------------------------------------------------
   BACKGROUND
------------------------------------------------------- */

/* background picture */
.background_pic_border {
	max-width: 1990px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: -2;
	overflow: hidden;
}

.background {
	background: repeat fixed center center/cover rgba(0, 0, 0, 0);
	background-color: #0C3348;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

/* ----------------------------------------------------
   TOP BAR
------------------------------------------------------- */
/*
.navbar-inner {
    background-color: #0c3348;
    background-image: none;
    padding: 10px 0;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr = '#0C3348', endColorstr = '#0C3348', GradientType = 0);
    min-height:20px;
}
*/
.idm_logo {
	
}

.header__quicknav li a {
	padding: 0 !important;
}

.header__quicknav {
	bottom: 10px;
	font-size: 12px;
	position: absolute;
	right: 20px;
	margin-top: 33px !important;
}

.header__quicknav a {
	color: #777777;
	margin: 0 0.2em;
	padding: 0 0.2em;
}

.nav {
	list-style: none outside none;
	margin: 0;
}

.nav {
	margin-bottom: 0;
}

.nav:before,.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.navbar .navbar-inner .nav {
	margin: 0;
}

.navbar-inner {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	background-image: none;
	border-color: #D4D4D4;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 1px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	padding: 20px;
}

.navbar .nav>li>a:hover {
	color: #e77927;
}

/*
#main-nav li a:hover {
    color:#0C3348;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color:#0C3348;
}*/
.navbar-inner h5 {
	font-size: 15px;
	color: #e77927;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.dropdown-menu li>a:hover,.dropdown-submenu:hover>a {
	background-color: #006DCC;
	background-image: none;
}

/* ----------------------------------------------------
	CONTENT PART
------------------------------------------------------- */
.breadcrumb {
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr= '#ffffff',
		endColorstr= '#ffffff', GradientType= 0);
}

h3 a {
	color: #E77927;
	text-decoration: none !important;
}

h3 a:hover {
	color: #fff;
	background-color: #E77927;
}

.bordered {
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.hero-unit {
	padding: 60px 40px;
	background: transparent url(../img/slide1.jpg) 0 0 no-repeat;
}

.white {
	background-color: #fff;
	padding: 12px 10px 7px 15px;
	opacity: 0.95;
}

.section .btn-warning:hover {
	color: #000;
	text-shadow: 0 0 0;
}

.hero-unit h1 {
	font-size: 40px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------
	RECENT POSTS WIDGET
------------------------------------------------------- */

/* content area post widget */
.widget ul a {
	text-decoration: none;
}

.widget ul a:hover {
	color: #e77927;
}

.widget .recent_posts ul {
	clear: both;
	border: 0;
	margin: 0 !important;
	list-style: none;
}

.widget .recent_posts ul li {
	padding: 0 !important;
	border: 0;
	line-height: 20px !important;
}

.widget .recent_posts ul li {
	float: right;
	width: 80%;
	margin: 0 0 20px 0 !important;
	color: #a1a1a1;
}

.widget.full .recent_posts li {
	width: 590px;
}

.widget.two .recent_posts li {
	width: 260px;
}

.widget.three .recent_posts li {
	width: 150px;
}

.widget.four .recent_posts li {
	width: 105px;
}

.widget.four .recent_posts .date {
	width: 30px !important;
}

.widget.four .recent_posts .day {
	font-size: 18px !important;
}

.widget.five .recent_posts li {
	width: 112px;
	float: none !important;
	display: block;
	padding: 0 !important;
}

.widget .five .recent_posts .date {
	width: 112px !important;
	margin: 0 0 5px 0 !important;
}

.widget .five .recent_posts .day {
	font-size: 14px !important;
	display: inline-block !important;
	padding: 0 3px 0 0 !important;
}

/* date */
.widget .recent_posts .date {
	float: left;
	color: #e77927;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #e8e8e8;
	line-height: 100% !important;
	width: 40px !important;
	padding: 5px 0 !important;
	text-align: center;
	margin: 4px 0 0 0 !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* day */
.widget .recent_posts .day {
	font-family: 'Oswald', arial, serif;
	font-size: 19px;
	font-style: normal;
	display: block;
	line-height: 100%;
}

/* title */
.widget .recent_posts .title {
	font-weight: normal;
	display: block;
	color: #666;
	padding: 5px 0;
}

blockquote {
	border-left: 0;
	padding: 0;
}

blockquote p {
	background: url(../img/blockquote.png) no-repeat;
	padding: 0 0 20px 0px;
	color: #9e9e9e;
	text-indent: 30px;
	font-size: 13px;
}

blockquote span {
	margin: 10px 0 0 0;
	display: block;
	color: #727272;
	font-style: normal;
	text-indent: 0 !important;
}

/* ----------------------------------------------------
   TABS
------------------------------------------------------- */
ul#myTab>li>a:hover {
	background-color: #eee;
}

/* ----------------------------------------------------
   FOOTER
------------------------------------------------------- */
#footer {
	background: none repeat scroll 0 0 #FFFFFF; /*#E5E5E5;*/
	text-align: left;
	/*margin-top: 30px;*/
	/*border-top: 30px solid #bbb;*/
	height: 140px;
	overflow: hidden;
	padding: 0;
	text-shadow: 0;
	color: #555555;
	font-size: 11px;
}

.footer__meta-icons {
	background: none repeat scroll 0 0 #BBBBBB;
	border-radius: 4px;
	height: 61px;
	margin-right: 6px;
	margin-top: 20px;
	padding-top: 41px;
	text-align: center;
	width: 20px;
}

.middle-inner {
	text-align: center;
}

.middle-inner img {
	margin-top: 85px;
}

.footer__right-inner {
	height: 140px;
	position: relative;
}

.footer__right-inner img {
	margin-top: 47px;
}

#footer p {
	font-size: 11px;
}

.footer__meta {
	margin-top: 25px;
}

#footer a {
	color: #555555;
}

.footer_links {
	list-style: none;
}

.copyright {
	margin-top: 45px;
}

.contact,.contact li a {
	color: #fff;
	list-style: none;
	font-size: 13px !important;
	font-weight: normal;
}

.social_media_icons li {
	display: inline;
	list-style: none;
	margin-right: 18px;
}

ul.contact,.social_media_icons {
	margin-left: 0;
}

.icon-envlp-footer {
	background-image: url("../img/icon-envlp-footer.png");
	background-position: 0 0;
}

.icon-phone {
	background: url("../img/icon-phone.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0) !important;
}

/* ----------------------------------------------------
   MEGA DROP DOWNS
------------------------------------------------------- */
#mega-com span.view-list,#mega-adm span.view-list {
	background: #eee url(../img/arrow_orange.png) no-repeat 40% 0;
	position: absolute;
	left: -999em;
	top: 24px;
	width: 100%;
	margin-top: 1px;
	padding: 1em 1em 0 0;
	overflow: visible;
	z-index: 1;
	border-radius: 3px 3px 3px 3px;
}

#mega-com:hover span {
	left: -111%;
}

#mega-adm:hover span {
	left: -440px;
}

/* ----------------------------------------------------
   UNDERLINE EFFECT
------------------------------------------------------- */
.section-title {
	font-weight: bold;
	color: #545E68;
	border-bottom: 1px solid #F89406;
	margin: 15px 0;
	padding: 8px 0;
	color: #545E68;
	position: relative;
}

.line-effect {
	position: absolute;
	background: #e77927;
	height: 2px;
	width: 4%;
	bottom: -1px;
	left: 0;
	display: block;
}

.section {
	margin-top: 0;
}

.section:hover .line-effect {
	width: 100%;
	background: #EDF0F2;
}

.line-effect {
	-moz-transition: 1s ease-out all 0.2s;
	-webkit-transition: 1s ease-out all 0.2s;
	-ie-transition: 1s ease-out all 0.2s;
	-o-transition: 1s ease-out all 0.2s;
	transition: 1s ease-out all 0.2s;
}

/* ----------------------------------------------------
	TAGS
------------------------------------------------------- */
.view-list ul {
	margin: 0;
}

.view-list ul li {
	float: left;
	list-style: none;
	margin: 0 .5em .5em 0;
}

.view-list ul li a {
	background-color: #eee;
	display: block;
	padding: 3px 3px 2px;
	border-radius: 4px;
}

.tag {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #666;
	text-shadow: 0;
	vertical-align: baseline;
	background-color: transparent;
	padding: 2px 3px 1px 2px;
	border: 1px solid #e77927;;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.tag:hover {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}

.tag-normal,.tag-normal[href] {
	background-color: transparent;
}

.tag-normal.selected,.tag-normal[href].selected {
	color: #fff;
}

.tag-warning {
	background-color: transparent;
}

.tag-warning[href] {
	background-color: transparent;
}

.tag-success {
	background-color: transparent;
}

.tag-success[href] {
	background-color: transparent;
}

.tag-info {
	background-color: transparent;
}

.tag-info[href] {
	background-color: transparent;
}

.tag-inverse {
	background-color: transparent;
}

.tag-inverse[href] {
	background-color: transparent;
}

/* ----------------------------------------------------
   Start: Recommended Isotope styles
------------------------------------------------------- */

/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition
	{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */
#options h3 {
	margin: 10px 0;
}

.option-set li a.selected {
	background-color: #08c;
	color: #fff;
	border: 1px solid #08c;
}

.document {
	border: 1px solid #ddd;
	padding: 5px 5px 0;
	margin: 5px 10px 5px 0;
	/*	min-height:55px;*/
	background-color: #fff;
	width: 95%;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

[class^="big-icon-"],[class*=" big-icon-"] {
	display: inline-block;
	width: 24px;
	height: 16px;
	*margin-right: .3em;
	line-height: 16px;
	vertical-align: text-bottom;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.big-icon-envelope {
	background-position: 0 0;
}

.big-icon-envelope {
	background-image: url("../img/glyphicons_010_envelope.png");
}

.envelope-big {
	background: transparent url(../img/glyphicons_010_envelope.png)
		no-repeat 0 0;
}

.on-top {
	margin-left: -.8em;
	vertical-align: 10px;
}

/*.on-top {margin-left:-.7em;vertical-align:super;} */
.big-icon-notification {
	background-position: 0 0;
}

.big-icon-notification {
	background-image: url("../img/glyphicons_309_comments.png");
}

.envelope-big {
	background: transparent url(../img/glyphicons_309_comments.png)
		no-repeat 0 0;
}

/* ----------------------------------------------------
	MEDIA QUERIES MULTI-PLATFORMS
------------------------------------------------------- */

/* Large desktop */
@media ( min-width : 1200px) {
	.navbar .container {
		width: 1170px;
	}
}

/* Portrait tablet to landscape and desktop */
@media ( min-width : 768px) and (max-width: 979px) {
	.navbar .container {
		width: 940px;
	}
}

/* Landscape phone to portrait tablet */
@media ( max-width : 767px) {
	.navbar .container {
		width: 720px;
	}
}

/* Landscape phones and down */
@media ( max-width : 480px) {
	.navbar .container {
		width: 450px;
	}
}