@media print{@page {size: landscape}}

/*span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}*/

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

.addBorder {
	border-bottom: 1px solid #585776;
}

.boldText {
	font-weight: bold;
}

.onlyPrint {
	display: none;
}

.tradeBasket td {
	border-bottom: 1px solid #ccc;
}

.noteInput {
	font-size: 12px;
	width: 90%;
	height: 50px;
}

.fieldsetLegend {
	text-align: left;
	padding-left: 20px;
}

.fieldsetContent {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.inpageHeadline {
	/*font-weight:bold;*/
	width: 100%;
	background-color: #edeef2;
	font-size: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	line-height: 70px;

	
}



.inpageContent {
	font-size: 12px;
	line-height: 150%;
}

.messageOK {
	background: #a9d96c;
	border: 1px solid #99c262;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.messageERROR {
	background: #ff6c60;
	border: 1px solid #e56155;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.topMenuOption {
	color: #ddd;
	padding-top: 30px;
	font-size: 12px;
	text-align: center;
	float: right;
	width: 100px;
	height: 20px;
	background-position: center top;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.topMenuOption:hover {
	color: #fff;
}

fieldset {
	border: 0;
	outline: 0px solid gray;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	/*background: #FFF;
	color: #2d3e50;*/
	/*border-radius: 0 0 5px 5px;
	border-bottom: 2px #e4e3e8 solid;*/
	page-break-inside:avoid;
	page-break-after:auto
}

legend  {
	font-weight:bold;
	width: 100%;
	/*color: #FFF;
	background: #2d3e50;*/
	background-color: #edeef2;
	font-size: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border-radius: 3px;
	min-height: 70px;
	line-height: 70px;
}

.legendButton {
	background: #3967a5;
	color: #FFF;
	font-size: 20px;
	padding: 15px;
	padding-left: 10px;
	border-radius: 0px 5px 0 0 ;
	border-bottom: 3px #4b89dc solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	white-space: nowrap;
}
.legendButtonNoBorder {
	border-radius: 0px;
	border-right: 1px solid #2d3e50;
}

.legendTitle {
	padding: 15px;
	padding-left: 10px;
	color: #FFF;
	background: #2d3e50;
	font-size: 20px;
	border-radius: 5px 0px 0 0 ;
	border-bottom: 3px #1e2c35 solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.messageUnread {
	font-weight: bold;
}

.subMenu {
	color: #FFF;
	font-size: 16px;
	padding: 13px;
}
.subMenuContainer {
	background: #2d3e50;
	height: 0px;
}

.subMenuSelected {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
    height: 52px;
    width: 190px;
}
.subMenuNotSelected {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
    height: 52px;
    width: 190px;
}
.subMenuNotSelected a {
	text-decoration: none;	
}

.subSubMenuContainer {
	background: #4b89dc;
	border-bottom: 0px solid #f9873c;
	height: 50px;
}

.contentText {
	font-size: 12px;
	line-height: 150%;
	padding-bottom: 10px;
	color: #999;
}

.folderSelected {
	zoom:1;
	display: inline-block;
	*display:inline;
	background: #3967a5;
	width: 150px;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	color: #FFF;
	font-size: 12px;
}
.folderNotSelected {
	zoom:1;
	display: inline-block;
	*display:inline;
	width: 150px;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	font-size: 12px;
}
.folderContainer {
	background: #4b89dc;
	border-bottom: 0px solid #f9873c;
	height: 60px;
}
#subSubMenuActiveLink {
	color: #FFFFFF;
	font-size: inherit;
	text-decoration: none;
}
#subSubMenuInactiveLink {
	color: #FFFFFF;
	font-size: inherit;
	text-decoration: none;
}

.dashboardNumberBox {
	border: 3px solid #f2f4f3;
	border-radius: 5px;
	cursor: pointer;
	background: #FFF;
}
.dashboardNumberText {
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
}
.dashboardNumber {
    text-align: center;
	font-size: 60px;
	padding-top: 30px;
}



.formError {
	color: red;
}

.submitBtn {
    background: #419be8;
    color: #fff;
    padding: 12px;
    border: 0px solid #3079ed;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-weight: normal;
    text-align: center;

}
.submitBtn:disabled {
    background: #ddd;
    border: 0px solid #ddd;
    /*padding: 13px;*/
    border-radius: 3px;
    cursor: default;
}

.submitBtnIcon, .submitBtnIcon:disabled {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
.submitBtnGreen {
    background-color: #268826;
}
.submitBtnOrange {
    background-color: #ff8921;
}



.rightAlign {
	text-align: right;
}

.topBackground {
	background: #fff;
	height: 100px;
	border-bottom: solid 0px #f8ad74;
}

.topContent {
    color: #FFF;
    font-size: 22px;
    background: blue;
}

.topLogo {
	position: absolute;
	background: purple;
    width: 298px;
    z-index: 200;
    color: #999;
    font-size: 22px;
}

.topMenu {
	padding-right: 20px;
	color: #777;
	font-size: 11px;
    text-align: right;
    z-index: 2;
    height: 50px;
}
.topMenu a {
	color: blue;
}
.topMenuSubLine {
	color: #AAA;
	font-size: 11px;
}

.bottomBackground {
	padding-top: 15px;
	background: #2d3e50;
	height: 150px;
	border-bottom: solid 25px #1e2c37;
	text-align: center;
	color: #fff;
	padding-left: 190px;
}

.textIntro {
	color: black;
    padding-bottom: 25px;
}

.headline {
  color: #a71700;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}



.tableHeading {
	border-bottom: 2px solid #c7cacf;
	font-weight: bold;
	font-size: 1em;
	padding: 15px;
	color: #CCC;
}

.tableHeadingLastCell {
	border-right: 0px;
	padding: 10px;
}

.tableDataCell {
	border-bottom: 1px solid #c7cacf;
	padding: 15px;
	/*background: #fff;*/
	font-size: 1em;
	color: #666;
}

.tableDataCellSum {
	font-weight: bold;
	border-top: 1px solid #c7cacf;
	font-size: 1em;
	padding: 3px;
	color: #666;
}

.tableDataCellLastCell {
	border-right: 0px;
}

.tableDataCellStripeCompare {
	background: #e1e5ea;
}

.tableDataCellFirstRowCompare {
	color: #888;
}

.tableDataCellStripe {
	
}

.contentWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 150px; /* .contentWrapper must be the same height as .footer */
}



.defaultText {
}
.defaultTextActive {
	color: #a1a1a1;
	font-style: italic;
}


/*

 Trade dashboard

 */

.td_vSpace {
	position: relative;
	width: 1%;
	zoom:1;
	display: inline-block;
	*display:inline;
}

 .td_hSpace {
	height: 10px;
}

.td_cellBase {
	position: relative;
	zoom:1;
	display: inline-block;
	*display:inline;
	min-height: 100px;
	font-size: 10vw;
	width: 30%;
}

/*
create trade
*/

.createTradeSelectType {
	border: 2px solid #f9f9f9;
	cursor: pointer;
}
.createTradeSelectType:hover {
	border: 2px solid #2d3e50;
	border-radius: 5px;
	background: #FFF;
}

.createRequestTradeTypeHeadline {
	position: relative;
	height: 52px;
	color: #fff;
	top: -53px;
	text-align: left;
	line-height: 45px;
	font-size: 17px;
}
.createRequestTradeTypeHeadline:hover {
	cursor: pointer;
}

.createRequestTradeTypeUrgent {
	float: right;
	padding-top: 0px;
	width: 57px;
	background: #2d3e50;
	height: 52px;
	padding: 0px;
	text-align: right;
}
.createRequestTradeTypeUrgent:hover {
	background: #496683;
	cursor: pointer;
}

/*
Group styles
*/

.groupMenu {
	height: 45px;
	color: #666;
	padding-left: 0px;
	text-align: left; 
	line-height: 45px;
	cursor: pointer;
}
.groupMenuSelected, .groupMenu:hover {
	 background: #d5d7de;
}

.groupTableSmallText td {
	font-size: 12px;
}
.groupTable thead td, .groupTable thead th {
	background: #f7f7f7;
	font-weight: bold;
	text-align: left;
}
.groupTable thead th {
	cursor: pointer;
}
.groupTable tbody td {
	border-top: 1px solid #d5d8df;
}
.groupTableUnreadRow {
	font-weight: bold;
	background: #f7f7f7;
}
.groupTable .sorting-asc:after {
	content: url( "images/arrow_up.png" );
}
.groupTable .sorting-desc:after {
	content: url( "images/arrow_down.png" );
}
.groupContent h1 {
	text-align: left;
	color: #666;
	font-size: 20px;
}

.groupContent {
	color: #666;
	line-height: 150%;
}

.groupContentNewThreadCategory { 
	min-height: 100px;
	line-height: 150%;
	background: #f7f7f7;
	border: 2px solid #f7f7f7;
}
.groupContentNewThreadCategory:hover { 
	border: 2px solid #000;
	cursor: pointer;
}


.groupAboutBoxContainer {
	float: left;
	min-width: 350px;
	width: 50%;
}
.groupAboutBox {
	text-align: center;
	min-height: 180px;
	color: #fff;
	margin: 10px;
}
.groupAboutBox .heading {
	height: 80px;
	min-height: 80px;
	line-height: 80px;	
	font-size: 25px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap; 
}
.groupAboutBox .description {
	width: 100%;
	min-height: 100px;
	font-size: 28px;
	text-align: center;
	line-height: 100%;
	padding-top: 10px;
}
.groupAboutBox .text {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding: 10px;
}

.groupAboutBoxSmall {
	line-height: 50px;
	min-height: 150px;
}
.groupAboutBoxSmall .heading {
	min-height: 50px;
}
.groupAboutBoxSmall .description {
	min-height: 85px;
}
.groupAboutBox .heading {
	min-height: 80px;
}
.groupAboutBoxGreen {
	background: #a9d96c;
}
.groupAboutBoxGreen .description  {
	background: #99c262;
}
.groupAboutBoxTurquoise {
	background: #41cac0;
}
.groupAboutBoxTurquoise .description  {
	background: #39b7ac;
}
.groupAboutBoxRed {
	background: #ff6c60;
}
.groupAboutBoxRed .description {
	background: #e56155;
}
.groupAboutBoxYellow {
	background: #fae490;
}
.groupAboutBoxYellow .description {
	background: #f8d347;
}
.groupAboutBoxBlue {
	background: #58c9f3;
}
.groupAboutBoxBlue .description {
	background: #4fb5db;
}


/*
JQuery theme overwrites
*/

.ui-autocomplete { z-index: 9999 }

.ui-widget-header {
	background: #2d3e50;
	border: 1px solid #2d3e50;
	border-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #3967a5;
	/*font-size: 16px;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #FFF;
	color: #000;
}

.ui-state-active a, .ui-state-hover a {
	outline: none;
	color: #3b99eb;
}

.ui-state-focus:focus { outline:1px dotted red !important }

.ui-widget * { outline: none; }​

.dotted {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  }

/* FlatLab styles */

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
	float: right;
	margin: 16px 5px;
}

.badgeTopIcons {
	display: inline-block;
	min-width: 19px;
	min-height: 19px;
	padding: 0px;
	font-size: .7em;
	font-weight: 700;
	line-height: 18px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0px 0px;
	position: absolute;
}

.badge.inline {
	float: none;
	margin: 0 0 0 0;
}

.badge.bg-success {
	background: #a9d86e;
}
.bg-warning {
	background: #ff8921;
}
.badge.bg-important {
	background: #ff6c60;
}
.badge.normal {
	float: none;
	margin: 0px;
}
.badge.smallMargin {
	margin: 4px;
}

.label {
	display: inline;
	padding: 3px;

	/*font-weight: 700;*/
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label.success {
	background-color: #5cb85c;
}
.label.default {
	background-color: #777;
}
.label.primary {
	background-color: #59ace2;
}
.label.info {
	background-color: #8175c7;
}
.label.inverse {
	background-color: #344860;
}
.label.warning {
	background-color: #FCB322;
}
.label.danger {
	background-color: #FF6C60;
}
.label.community {
	background-color: #6a3993;
}
.label.professional {
	background-color: #6fa758;
}
.label.enterprise {
	background-color: #5b9bd5;
}
.label.integration {
	background-color: #ff8921;
}

 /* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 0px solid #ccc;
	background-color: #fff;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 0px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
	font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/*
New create request form
*/

.crHeadlineContainer {
	background: #e0e0e0;
	height: 110px;
	padding: 15px;
	margin-top: 40px;
}

.crHeadlineStep {
	background: #A9D86E;
	height: 80px;
	border-radius: 40px;
	width: 80px;
	color: #FFF;
	line-height: 80px;
	font-size: 16px;
	font-weight: 300;
	float: left;
	text-align: center;
}

.crHeadlineToggle {
	height: 80px;
	width: 0px;
	text-align: right;
	color: blue;
	padding-left: 15px;
	line-height: 80px;
	font-size: 16px;
	font-weight: 300;
	float: right;
}

.crHeadlineTitle {
	height: 80px;
	width: 450px;
	text-align: left;
	color: #AAA;
	padding-left: 15px;
	line-height: 80px;
	font-size: 16px;
	font-weight: 300;
	float: left;
}

.crScoreboardItem {
	line-height: 200%;
	font-size: 13px;
	text-align: left;
	color: #AAA;
	cursor: pointer;
}
.crScoreboardItem.active {
	color: #666;
}
.crScoreboardItem.error {
	color: #ff6c60;
}
.crScoreboardItemImage {
	margin-right: 15px;
	vertical-align: middle;
	padding-bottom: 3px;
}

.crFormFieldError {
	color: #ff6c60;
}

.noshadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.crTradeTypeNotSelected {
	border: 1px solid #c9cccd;
	border-radius: 7px;
	padding: 10px;
	cursor: pointer;
}
.crTradeTypeNotSelected:hover, .crTradeTypeNotSelected:hover button {
	border: 1px solid #008fd5;
}
.crTradeTypeNotSelected:hover button {
	background: #008fd5;
	color: #fff;
}
.crTradeTypeNotSelected button {
	background-color: #fff;
	color: #c9cccd;
	border: 1px solid #c9cccd;
}
.crTradeTypeSelected {
	border: 5px solid #008fd5;
	border-radius: 7px;
	padding: 10px;
}
.crTradeTypeSelected button {
	background-color: #008fd5;
	color: #fff;
	border: 0px;
	background-image: url(images/finish_white.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}

.crDataTable thead td {
	border-bottom: 1px solid #AAA;
	font-weight: bold;
}
.crDataTable tbody td {
	border-bottom: 1px solid #AAA;
}


/*
UI Dialog overwrites
*/
.ui-dialog {
	padding: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	z-index: 8001;
}

.ui-widget-overlay {
	z-index: 8000;
}

.ui-dialog.ui-corner-all, .ui-button-icon-primary, .ui-button.ui-corner-all {
	border-radius: 3px;
}
.ui-dialog.ui-widget-header, .ui-dialog.ui-widget-content, .ui-dialog-titlebar, .ui-button-icon-primary, .ui-state-default, .ui-dialog-buttonpane {
	border: 0px;
}
.ui-dialog-buttonpane {
	background: #3b8dd3;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 0.6em;
}
.ui-dialog-titlebar {
	background: #3b8dd3;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
}
/*.ui-state-default .ui-icon, .ui-state-default {
	background-image: url("jquery/css/smoothness/images/ui-icons_222222_256x240.png");
	background-color: #fff;
}*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #419be8;
	border: 0px;
	color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: 1em;
}
.ui-widget-content {
	font-size: 1em;
}
.ui-widget-content a {
    color: #3b99eb;
}


textarea:focus, input:focus{
    outline: 0;
}
textarea:focus {
    border: 1px solid #000;
}



/*
SPECIAL MENU
*/

#mhead{
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
text-align: center; 
font-family: georgia;
}

#container{
width:400px; 
height:300px; 
border:solid #CCC 0px; 
padding:5px; 
margin:0 auto; 
margin-top:60px;
position: relative;
z-index: 1;
 }

.gMenu {
 list-style:none; 
 margin:0; 
 padding:0;
 }

.gMenu li{
 float:left;
 padding:5px;
 border:solid #666 0;
 cursor: pointer;
 }
 
#gridbox{ 
width:280px;
 height:355px; 
 background-color:#FFF;
 box-shadow:0 0 10px #CCC; 
 border:solid #CCC 1px;
 font-size:18px;
 color:#666;
 overflow:hidden;
 display:none;
 }

#innergrid{
 width:300px;
 height:290px;
 overflow:hidden; 
 margin:15px;
 
 }
.arrow{
margin-left: 118px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 20px 15px;
border-color: transparent transparent #efefef transparent;
display: none;}

#more{ 
width:100%; 
height:30px; 
cursor:pointer;
 background-color:#efefef;
 text-align:center; 
 vertical-align: middle;
 padding:10px 0 0 0; 
 font-size:16px;
 }

#icons li {
	font-size: 11px;
	width: 75px;
	height: 100px;
	text-align: center;
}
 
#menu {
	cursor:pointer;
}

#myad{

width: 728px;
margin : auto;

}


.ui-widget {
	font-family: 'Open Sans', "Lucida Sans", sans-serif;
}