﻿@charset "utf-8";
/* CSS Document */

/*
contours : #d7dbe4
borders : #d7dbe4
*/

* {
	margin: 0;
	padding: 0;
}


body {
	/*background-color: #3e527b;*/
	/*background-image: url(../../images/home/bkg_hp.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #787878;
	padding-left: 20px;
}

a {
	color: #73819e;
}

p {
	margin-bottom: 10px;
}

img {
	border: none;
	vertical-align: middle;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #fcaf17;
	margin-bottom: 20px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #1d3464;
	margin-bottom: 20px;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #73819e;
	margin-bottom: 20px;
}

h4 {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

h5 {
	font-size: 12px;
	color: #333;
	margin-bottom: 20px;
}

h6 {
	font-weight: normal;
	font-size: 11px;
	color: #333;
	margin-bottom: 20px;
}

#page {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 100px;
	margin-right: 20px;
    background-color:#ffc700;
    /*background: -moz-linear-gradient(-9deg, #ffc700 0%, #ffc20e 70%, #fcaf17 100%);
    background: -webkit-linear-gradient(-9deg, #ffc700 0%,#ffc20e 70%,#fcaf17 100%);*/
    /*background: linear-gradient(171deg, #fabc09 0%,#fabc09 70%,#fabc09 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#fcaf17',GradientType=1 )
}

#logo {
	position: relative;
	top: 15px;
    /*background-color:#ffc700;background:linear-gradient(171deg, #ffc700 0%,#ffc20e 70%,#fcaf17 100%);*/
    padding-left:20px;
}

#lang {
	position: absolute;
	top: 0;
	right: 0;
}

#lang li {
	display: block;
	float: left;
	margin-left: 5px;
	border: solid 0 #d7dbe4;
	border-radius: 5px;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 2px 10px 5px;
	background-color: #b5bbcb;
}

#lang li.on {
	background-color: #73819e;
}

#lang li a {
	color: #fff;
	text-decoration: none;
}


#menu {
	position: relative;
	height: 35px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	background-color: #edeff2;
	-moz-box-shadow: 3px 18px 0px #f5f6f7 inset;
	-webkit-box-shadow: 3px 18px 0px #f5f6f7 inset;
	box-shadow: 3px 18px 0px #f5f6f7 inset;
	z-index: 10;
}
#menu li {
	position: relative;
	overflow: visible;
	list-style: none;
	float: left;
	height: 35px;
	border-right: solid 1px #d7dbe4;
	border-left: solid 1px #fff;
	
}

#menu li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 10px 10px 0;
	height: 28px;
}

#menu li.on {
	background-color: #1d3464;
	-moz-box-shadow: 3px 18px 0px #4a5d83 inset;
	-webkit-box-shadow: 3px 18px 0px #4a5d83 inset;
	box-shadow: 3px 18px 0px #4a5d83 inset;
	border: none;
}

#menu li.on a {
	color: #fff;
}

#menu li:hover {
	background-color: #5b6b8e;
	-moz-box-shadow: 1px 18px 0px #7c89a5 inset;
	-webkit-box-shadow: 1px 18px 0px #7c89a5 inset;
	box-shadow: 1px 18px 0px #7c89a5 inset;
}

#menu li:hover a {
	color: #fff;
}

#menu .submenu {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	top: 35px;
	left: 0;
	width: 182px;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#menu .submenu ul {
	position: relative;
	top: -300px;
	left: 0;
	width: auto;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	padding: 5px;
	margin: 0;
	
	-webkit-transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-ms-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
	transition: top 0.5s ease 0s;
}

#menu .submenu li {
	display: block;
	float: none;
	height: 25px;
	width: 170px;
	border: none;
	border-bottom: solid 1px #fff;
	background-color: #edeff2;
}

#menu .submenu li a {
	display: block;
	height: auto;
	width: 150px;
	padding: 5px 10px;
	text-decoration: none;
	color: #73819e;
}

#menu .submenu li:hover {
	background-color: #97a7c8;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu .submenu li:hover a {
	color: #fff;
}

#menu li.on .submenu a {
	color: #1d3464;
}

#menu .submenu li:hover a {
	color: #fff;
}

#menu .level1 {
	float: left;
	display: block;
	height: 35px;
	border-right: solid 1px #d7dbe4;
	border-left: solid 1px #fff;
}

#menu .level1 a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 10px 10px 0;
	height: 28px;
}

#menu .level1:hover {
	background-color: #5b6b8e;
	-moz-box-shadow: 1px 18px 0px #7c89a5 inset;
	-webkit-box-shadow: 1px 18px 0px #7c89a5 inset;
	box-shadow: 1px 18px 0px #7c89a5 inset;
	border-color: #7c89a5;
}

#menu .level1.on, #menu .level1.on:hover {
	background-color: #1d3464;
	-moz-box-shadow: 3px 18px 0px #4a5d83 inset;
	-webkit-box-shadow: 3px 18px 0px #4a5d83 inset;
	box-shadow: 3px 18px 0px #4a5d83 inset;
	border-color: #4a5d83;
}

#menu a {
	text-decoration: none;
}

#menu .level1.on a, #menu .level1:hover a {
	color: #fff;
}

#menu .level1 li {
	position: relative;
	display: block;
	z-index: 1;
}

#menu .level1:hover, #menu .level2:hover {
	z-index:10;
}

#menu .level1 li a {
	display: block;
	height: 20px;
	border: none;
	border-bottom: solid 1px #fff;
	background-color: #edeff2;
	margin: 0 5px 1px;
	padding: 5px;
}

#menu .level1 li a, #menu .level1.on li a, #menu .level1:hover li a {
	color: #73819e;
}

#menu .level1.on li a:hover, #menu .level1:hover li a:hover {
	color: #fff;
}

#menu .level1 li a:hover {
	background-color: #b5bbcb;
}

#menu .level1 ul {
	position: absolute;
	top: 35px;
	display: none;
	width:170px;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 0 4px;
}

#menu .level2 ul {
	left: 170px;
	top: -6px;
}

#breadcrumb {
	margin-bottom: 20px;
	margin-left: 10px;	
}

#breadcrumb a {
	color: #33b1e0;	
}

#multi_tabs {
	position: relative;
	z-index: 2;
}

#multi_tabs_vertical {
	position: relative;
	float: left;
	z-index: 2;
	margin-top: 5px;
}

#multi_tabs li {
	display: block;
	float: left;
	margin-left: 5px;
}

#multi_tabs li a {
	display: block;
	height: 25px;
	padding: 5px 15px 0;
	margin-bottom: -1px;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #edeff2;
	-moz-box-shadow: 3px 18px 0px #f5f6f7 inset;
	-webkit-box-shadow: 3px 18px 0px #f5f6f7 inset;
	box-shadow: 3px 18px 0px #f5f6f7 inset;
}

#multi_tabs_vertical li {
	
	display: block;
}

#multi_tabs_vertical li a {
	display: block;
	width: 149px;
	height: 25px;
	padding: 5px 15px 0;
	margin-right: -10px;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #edeff2;
	-moz-box-shadow: 3px 18px 0px #f5f6f7 inset;
	-webkit-box-shadow: 3px 18px 0px #f5f6f7 inset;
	box-shadow: 3px 18px 0px #f5f6f7 inset;
}


#multi_tabs li.on a {
	background-color: #fff;
	border-bottom-color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#multi_tabs_vertical li.on a {
	background-color: #fff;
	border-right-color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#multi_tabs li a, #multi_tabs_vertical li a {
	text-decoration: none;
}

#left_menu {
	width: 158px;
	margin-right: 10px;
	float: left;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px;
}

#left_menu ul {
	display: block;
	background-color: #f5f6f7;
}

#left_menu li {
	display: block;
}

#left_menu .level1 ul, #left_menu .level2 ul {
	display: none;
}

#left_menu li a {
	display: block;
	padding: 5px;
	border: solid 1px #d7dbe4;
	margin-bottom: -1px;
	text-decoration: none;
}

#left_menu .level1 {
	background-color: #73819e;
}

#left_menu .level2 {
	background-color: #b5bbcb;
}

#left_menu .level1 a {
	color: #fff;
}

#left_menu .level3 a {
	color: #73819e;
}

#left_menu .on a {
	background-image: url(../images/home/arrow_right_white.png);
	background-position: 143px center;
	background-repeat: no-repeat;
	padding-right: 14px;
}

#left_menu .on .level3 a {
	background-image: none;
}

#left_menu .level2 .on a {
	background-image: url(../images/home/arrow_right_black.png);
}


#content {
	position: relative;
	z-index: 0;
}

.content_left_menu {
	width: 740px;
	float: right;
}


#content ul, #content ol {
	padding-left: 20px;
	margin-bottom: 20px;
	
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	padding-left: 20px;
	margin-bottom: 0;
}

#content ul.bullet  {
	padding-left: 0;
}

#content ul.bullet li {
	list-style: none;
	background-image: url(IMG/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}

#content a {
	color: #33b1e0;
	text-decoration: underline;
}

#content hr {
	clear: both;
	visibility: hidden;
}

#content dl {
	margin-bottom: 20px;
}

#content dt {
	font-weight: bold;
	color: #333;
}

#content dl.vertical dt {
	margin-bottom: 5px;
}

#content dl.vertical dd {
	padding-left: 20px;
	margin-bottom: 10px;
}

#content dl.horizontal dt {
	float: left;
	width: 20%;
}

#content dl.horizontal dd {
	float: left;
	width: 80%;
	margin-bottom: 10px;
}

#content dl.horizontal hr {
	clear: both;
	visibility: hidden;
}


.bloc {
	float: left;
	width: 100%;
}

.bloc_1col {
	width: 33.3%;
}

.bloc_2col {
	width: 62.6%;
	margin-left: 4%;
}

.bloc_filter {
	width: 25%;
}

.bloc_result {
	width: 73%;
	padding-left: 2%;
}

.bloc_content {
	position: relative;
	padding: 20px;
	width: auto;
	height: auto;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	background-color: #fff;
	margin-right: 20px;
    margin-bottom: 20px;
}

.bloc .text_content {
	padding: 30px 40px;
}

.bkg {
	background-color: #f5f6f7;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}

.col {
	float: left;
}

.left {
	width: 45%;
	padding: 0 4% 0 0;
}

.right {
	width: 46%;
	margin: 0 0 0 4%;
}

.top_link {
	position: absolute;
	top: -40px;
	right: 0;
}

#footer {
	padding-top: 30px;
	clear: both;
	/*color: #fff;*/
	text-align: center;
    border:1px solid #d7dbe4;
    margin-right: 20px;
    border-radius:5px;
    background:#f5f6f7;
}

#footerterm {
	padding-top: 30px;
	clear: both;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#page_position {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 35px;
	margin-left: -490px; /* 920/2 -10 + 35 + 5 */
	background-color: #fff;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	padding: 10px 0 8px 5px;
}

#page_position .top {
	margin-bottom: 10px;
}

.red {
	color: #C00;
}

.orange {
	color: #fcaf17;
}

.green {
	color: #9C0;
}

.blue {
	color: #33b1e0;
}

.bkg_red {
	background-color: #C00;
}

.bkg_orange {
	background-color: #fcaf17;
}

.bkg_green {
	background-color: #9C0;
}

.eg {
	color: #33b1e0;
}

.alert {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	color: #333;
}

.alert .title {
	font-size: 14px;
}

.alert p {
	margin: 0 0 5px;
}

#content .alert a {
	color: #333;
	font-weight: bold;
}

.alert_red {
	background-color: #fae5e5;
	border: solid 1px #C00;
}

.alert_red .title {
	color: #C00;
	border-bottom: solid 1px #f7b5b5;
}

.alert_orange {
	background-color: #fef6e7;
	border: solid 1px #fcaf17;
}

.alert_orange .title {
	color: #fcaf17;
	border-bottom: solid 1px #fadb9f;
}

.alert_green {
	background-color: #f5fae5;
	border: solid 1px #9C0;
}

.alert_green .title {
	color: #9C0;
	border-bottom: solid 1px #c3e855;
}

.alert_blue {
	background-color: #eaf4f8;
	border: solid 1px #33b1e0;
}

.alert_blue .title {
	color: #33b1e0;
	border-bottom: solid 1px #9dd8ee;
}

.expand {
	margin: 15px 0;	
}

.detail {
	display: none;
}

.expand .detail {
	margin: 10px 20px;	
}

img.picto {
	padding: 2px;
	background-color: #b5bbcb;
	-moz-box-shadow: 1px 10px 0px #c6ccda inset;
	-webkit-box-shadow: 1px 10px 0px #c6ccda inset;
	box-shadow: 1px 10px 0px #c6ccda inset;
	border: solid 1px #b5bbcb;
	border-radius: 5px;
	margin: 0 5px;
	cursor: pointer;
}

img.picto:hover {
	background-color: #5b6b8e;
	-moz-box-shadow: 1px 18px 0px #7c89a5 inset;
	-webkit-box-shadow: 1px 18px 0px #7c89a5 inset;
	box-shadow: 1px 18px 0px #7c89a5 inset;
	border: solid 1px #5b6b8e;
}

#notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:99;
}

.dashboard-settings {
    margin-left: 5px;
    border-left: 1px solid #d7dbe4;
    float:right;
   padding-left:5px;
}



/*add by poonam*/
.bloc_content_1 {
	position: relative;
	padding: 0px 20px 20px 20px;
	width: auto;
	height: auto;
	border: solid 1px #d7dbe4;
	border-radius: 5px;
	background-color: #fff;
	margin-right: 20px;
}
