/********************************************************************/
/*	Paynear														*/
/********************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e3ecf7;
	font-family: 'Source Sans Pro', sans-serif;
	color: #F00;
	/* min-width: 1350px; */
}

img {
	border: 0px;
	max-width: 100%;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-family: 'Source Sans Pro', sans-serif;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend,fieldset {
	color: #333;
}

body {
	font-size: 14px;
	color: #3E382A;
	font-family: 'Open Sans', sans-serif;
}

object {
	outline: none;
}

img {
	max-width: 100%;
	border: 0px;
}

a {
	color: #000000
}

/********************************************************************/
/*	Header														*/
/********************************************************************/
header {
	width: 100%;
}

header section {
	width: 100%;
	height: 45px;
	background: url(../images/top-bg.png) repeat-x left top;
}

header section  .logo {
	width: 12%;
	height: 31px;
	float: left;
	margin: 7px 15px;
}

header section .rigt-user ul {
	list-style-type: none
}

header section .rigt-user li {
	padding: 10px 10px;
	margin: 0px;
	float: right;
	display: inline;
	font-size: 14px;
	color: #134272;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	list-style-type: none
}

header section .rigt-user li a {
	color: #134272;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-decoration: none
}

header section .rigt-user li a:hover {
	color: #134272;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

header section .rigt-user li img {
	/* vertical-align: middle; */
	margin: 0px 6px
}

header section  nav {
	width: 90%;
	float: left;
	margin: 0px 15px;
	line-height: 45px;
}

header section  nav ul {
	padding: 0px;
	margin: 0px 5px;
	list-style-type: none;
}

header section  nav li {
	padding: 0px 8px;
	display: inline;
	list-style-type: none;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	list-style-type: none;
}

header section  nav li img {
	padding: 0px 5px;
	vertical-align: middle;
	list-style-type: none;
}

header section  nav div {
	float: right;
	font-size: 14px;
	color: #134272;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: -46px
}

header section  nav div ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

header section  nav div li {
	padding: 0px 5px;
	display: inline;
	list-style-type: none;
	font-size: 14px;
	color: #134272;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-align: right
}

header section .menu-strip {
	width: 100%;
	background: #c4d3e2;
	height: 35px;
}

/********************************************************************/
/*	Menu 														*/
/********************************************************************/
header section  nav li:hover {
	color: #fff;
	cursor: pointer;
	list-style-type: none;
}

header section  nav li:active {
	color: #fff;
	cursor: pointer;
	list-style-type: none;
}

header section  nav div li:hover {
	color: #134272;
	cursor: pointer;
	list-style-type: none;
}

header section  nav div li a {
	color: #134272;
	text-decoration: none;
	list-style-type: none
}

header section  nav div li a:hover {
	color: #134272;
	text-decoration: none;
	list-style-type: none
}

header section  .nav-strip {
	width: 100%;
	background: url(../images/nav-strip.png) repeat-x left top;
	height: 38px;
	float: left;
	list-style-type: none;
}

/* NAVIGATION LEVEL 1 */
nav.mod_navigation ul.level_1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav.mod_navigation ul.level_1>li {
	float: left;
	position: relative;
	height: 100%;
	padding: 0 7px;
	list-style-type: none;
}

nav.mod_navigation ul.level_1>li:last-child {
	border-right: none;
	list-style-type: none;
}

nav.mod_navigation ul.level_1>li>a,nav.mod_navigation ul.level_1>li>span.active
	{
	display: block;
	width: 100%;
	text-decoration: none;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	list-style-type: none;
}
/* level 2_2 added for specific menus */
nav.mod_navigation ul.level_2_2 {
	display: none;
	position: absolute;
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
	right:-160px;
	/* background-color: rgba(21, 96, 171, 1);*/
	top: 35px;
	color: #154576;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
}
nav.mod_navigation ul.level_2_2>li {
	position: static;
	padding: 0;
	display: inline-block;
	text-align: left;
	list-style-type: none;
}
nav.mod_navigation ul.level_2_2>li>a,nav.mod_navigation ul.level_2_2>li>span.active
	{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: rgb(7, 41, 76);
	text-decoration: none;
	text-align: left;
	display: inline-block;
	padding: 0px 11px;
	height: 35px;
	background: url(../images/arrow.png) no-repeat 0px 18px;
	font-size: 13px;
	list-style-type: none;
}

nav.mod_navigation ul.level_2_2>li.active {
	font-family: 'TitilliumBold';
	font-weight: bold;
	list-style-type: none;
}

nav.mod_navigation ul.level_2_2>li:hover>a:before,nav.mod_navigation ul.level_2_2>li.active>span:before
	{
	height: 0;
	width: 0;
	position: absolute;
	margin-left: -12px;
	list-style-type: none;
}

/* NAVIGATION LEVEL 2 */
nav.mod_navigation ul.level_2 {
	display: none;
	position: absolute;
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
	left: -1px;
	/* background-color: rgba(21, 96, 171, 1);*/
	top: 35px;
	color: #154576;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
}

nav.mod_navigation ul.level_2>li {
	position: static;
	padding: 0;
	display: inline-block;
	text-align: left;
	list-style-type: none;
}

nav.mod_navigation ul.level_2>li>a,nav.mod_navigation ul.level_2>li>span.active
	{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: rgb(7, 41, 76);
	text-decoration: none;
	text-align: left;
	display: inline-block;
	padding: 0px 11px;
	height: 35px;
	background: url(../images/arrow.png) no-repeat 0px 18px;
	font-size: 13px;
	list-style-type: none;
}

nav.mod_navigation ul.level_2>li.active {
	font-family: 'TitilliumBold';
	font-weight: bold;
	list-style-type: none;
}

nav.mod_navigation ul.level_2>li:hover>a:before,nav.mod_navigation ul.level_2>li.active>span:before
	{
	height: 0;
	width: 0;
	position: absolute;
	margin-left: -12px;
	list-style-type: none;
}

nav.mod_navigation ul.level_1:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	color: #FFF;
	list-style-type: none;
}


/********************************************************************/
/*	Modules														*/
/********************************************************************/
/* Forms and Views css starts here*/
#container {
	margin: 60px 16px 15px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 97%;
	background: #FFF;
	float: left;
	-webkit-box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
	-moz-box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
	box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
}

#container_header {
	background: #f8f8f8;
	height: 30px;
	display: block;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	color: #134272;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 20px;
	line-height: 30px;
	border-bottom: #efeff2 solid 1px;
}

#container_header a {
	float: right;
	text-decoration: none;
	font-size: 12px;
	margin: 3px;
}

#container_sub_header {
	background: #f8f8f8;
	height: 30px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 20px;
	line-height: 30px;
	border-bottom: #efeff2 solid 1px;
	margin-bottom: 20px;
}

#container_sub_header a {
	text-decoration: none;
}

#container_sub_header img {
	float: left;
	margin: 6px;
}

#form_table {
	margin: 20px;
	background: #ffffff;
	font-size: 13px;
}

#form_table tr td {
	padding: 5px;
}

#form_table textarea {
	margin-top: 5px;
	padding: 5px;
	resize: none;
}

#form_table label {
	font-weight: bold;
}

#form_table input {
	height: 20px;
}

#form_table select {
	width: 150px;
}

/* Forms and Views css ends here*/

/* Form buttons starts here */
#form_buttons {
	float: right;
	margin-bottom: 20px;
}

#form_buttons input {
	background-color: #00418B;
	margin-right: 20px;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* Form buttons ends here */

/* Party css starts here */
#container_table {
	margin: 20px;
}

#container_sub_table {
	margin-bottom: 20px;
	border: #c4d3e2 1px solid;
	border-radius: 6px;
	padding: 10px;
}

#container_sub_table th {
	font-size: 15px;
	color: #134272;
}

#container_sub_table tr td {
	padding: 5px;
	min-width: 195px;
}

#container_sub_table select {
	width: 150px;
}

#container_sub_table label {
	font-weight: bold;
	font-size: 13px;
}

#container_sub_table input {
	height: 20px;
}

#container_table textarea{
	margin-top: 5px;
	padding: 5px;
	resize: none;
}

#log_history_table{
	border: #c4d3e2 1px solid;
	border-radius: 6px;
	padding: 5px;
	width:670px;
	font-size: 13px;
	margin-bottom: 10px;
}

#log_history_table label{
	font-weight: bold;
}
/* Party css ends here */

/* Role css starts here*/
#tree_level_table {
	margin: 20px;
}

#tree_level_table  #tree_level {
	height: 300px;
	width: 400px;
	overflow: auto;
	padding-top: 20px;
	background: #f8f8f8;
	margin-top: 10px;
	font-size: 13px;
}

#tree_level_table #tree_level input {
	width: 30px;
	padding-left: 10px;
}

#tree_level_table #tree_sub_level li {
	margin-left: 50px;
	font-size: 10px;
}

/* Role css ends here */

/* Inventory css starts here*/
#search_type tr td {
	font-size: 12px;
	padding-left: 2px;
}

#search_type label {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
}

/* Inventory css ends here*/

/* Error messages css starts here*/
.errorblock {
	color: red;
	background-color: #f8f8f8;
	border: 1px solid #efeff2;
	padding: 4px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 20px;
}

#permission_sub_table {
	margin-bottom: 20px;
	border: #c4d3e2 1px solid;
	border-radius: 6px;
	padding: 10px;
}

#permission_sub_table th {
	font-size: 15px;
	color: #134272;
}

#permission_sub_table tr td {
	padding: 5px;
	min-width: 195px;
}

#permission_sub_table select {
	width: 150px;
}

#permission_sub_table label {
	font-weight: bold;
	font-size: 13px;
}

#permission_sub_table input {
	height: 20px;
}
/*required fields css start */
.c_req_col{
	color:red;
}
.c_req{
	font-size:10px;
}
/*required fields css  end*/

/********************************************************************/
/*	Home Page Content-area														*/
/********************************************************************/
#content-wrapper {
	width: 100%;
}

#content-wrapper .content-box1 {
	margin: 2px 0px 8px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 48%;
	background: #FFF;
	float: left;
	-webkit-box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
	-moz-box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
	box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
}

#content-wrapper .content-box1 div {
	width: 95%;
	margin: 10px auto;
	font-family: 'Open Sans', sans-serif; sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow: auto
}

#content-wrapper .content-box2 div {
	width: 98%;
	margin: 10px auto;
	font-family: 'Open Sans', sans-serif; sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow: auto
}

#content-wrapper .content-box1 span {
	background: #f8f8f8;
	height: 30px;
	display: block;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	color: #134272;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 0px 8px;
	line-height: 30px;
	border-bottom: #efeff2 solid 1px;
}

#content-wrapper .content-box2 {
	margin: 60px 16px 15px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 97%;
	background: #FFF;
	float: left;
	-webkit-box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
	-moz-box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
	box-shadow: 1px 2px 7px rgba(207, 206, 207, 0.75);
}

#content-wrapper .content-box2 span {
	background: #f8f8f8;
	height: 30px;
	display: block;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0px 8px;
	line-height: 30px;
	border-bottom: #efeff2 solid 1px;
	color: #134272;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

/********************************************************************/
/*	Footer														*/
/********************************************************************/
footer {
	width: 100%;
	background: #002f64;
	height: 60px;
	margin-top: 10px
}

footer .logged {
	float: left;
	padding: 0px 15px;
	text-align: left;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	display: block;
	line-height: 60px;
}

footer .copy-rights {
	float: right;
	padding: 0px 15px;
	text-align: right;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	display: block;
	line-height: 60px;
}