@font-face
{
	font-family: goth;
	src: url('../fonts/gotham-condensed-light.otf') format('opentype');
}

@font-face
{
	font-family: univers;
	src: url('../fonts/univers.ttf') format('truetype');
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
    font-family: 'Dosis', 'Arial', sans-serif;
    display: block;
    position: relative;
    height: 100%;
	/*! background-color: dimgrey; */
	/*! background: -moz-radial-gradient(center, ellipse cover, #204c62 0%, #214f6e 26%, #36708C 46%, #1c6689 80%, #1b5a83 100%); */
	/*! background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #204c62), color-stop(26%, #214f6e), color-stop(46%, #36708C), color-stop(80%, #1c6689), color-stop(100%, #1b5a83)); */
	/*! background: -webkit-radial-gradient(center, ellipse cover, #204c62 0%, #214f6e 26%, #36708C 46%, #1c6689 80%, #1b5a83 100%); */
	/*! background: -o-radial-gradient(center, ellipse cover, #204c62 0%, #214f6e 26%, #36708C 46%, #1c6689 80%, #1b5a83 100%); */
	background: -ms-radial-gradient(center, ellipse cover, #204c62 0%, #214f6e 26%, #36708C 46%, #1c6689 80%, #1b5a83 100%);
	/*! background: radial-gradient(ellipse at bottom right, #204c62 0%, #214f6e 26%, #36708C 46%, #1c6689 80%, #1b5a83 100%); */
	/*! filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204c62', endColorstr='#1b5a83',GradientType=1 ); */
}

.top
{
	position: fixed;
	background-color: #334353;
	margin: 0px;
	padding: 0px;
	height: 120px;
	min-height: 70px;
	width: 100%;
    font-family: 'Open Sans Light', sans-serif;
    z-index: 9999;
	border-bottom: 1px solid #AEAEAE;
	border-radius: 0px 0em 2em 2em;
}

.top p
{
    display: inline-block;    
    /*background-color: yellow;*/
    color: #AEAEAE;
    width: 100%;
    margin: auto 10px;
    margin-top: 5px;
    padding: 0px;
    text-align: center;
    font-size: 48pt;
    /*height: 100%;*/
    vertical-align: middle;
    float: right;
    /*line-height: 120px;*/
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('woff2');

}

.top #logo_left
{
	width: auto;
    height: 60%;	
    float: left;
    position: absolute;
    left: 80px;
    top: 20px;
    display: inline-block;
}

.top #logo_right
{
	width: auto;
    height: 60%;	
    float: left;
    position: absolute;
    right: 80px;
    top: 20px;
	display: inline-block;
}

.menu
{
	position: fixed;
	top: 130px;
	background-color: #334353;
	width: 200px;
	height: auto;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	display: inline-block;
	float: left;
	border: 2px solid #263C53;
	/*! border-left: 0px; */
    left: 15px;
    box-shadow: 6px 5px 3px #163d6b;
    letter-spacing: 0.1em;
    z-index: 3;
	border-radius: 0em 0.9em 0.6em 0.6em;
}

.menu ul
{
    display: block;
    padding: 0px;
    margin: 0px;

}

.menu li
{
    display: block;
    width: auto;
    /*background-color: yellow;*/
    /*padding: 8px 20px;*/
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid #1E90FF;
    color: #DADADA;
    font-family: goth;
	font-size: 15pt;
	font-weight: bold;
	text-decoration: none;
    border-radius: 0.5em 1.3em;
}

.menu li a
{
    color: #DADADA;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
}

 /* unvisited link */
.menu li a:link
{
    color: #DADADA;
    text-decoration: none;
}

/* visited link */
.menu li a:visited
{
    color: #DADADA;
    text-decoration: none;
}

/* mouse over link */
.menu li a:hover
{
    color: #EAEAEA;
    text-decoration: none;
}

/* selected link */
.menu li a:active
{
    color: #DADADA;
    text-decoration: none;
} 

.menu li:hover
{
    background-color: #5D6E80;
    color: #FFF;
}

.content
{
	/*! background-color: #516375; */
	display: block;
    /*margin: 0px auto;*/
	min-height: 64%;
	height: auto !important;
    /*height: 100%;*/
	padding-left: 235px;
	padding-top: 150px;
    padding-right: 20px;
    color: #dce1da;
    padding-bottom: 51px;
    font-size: 16pt;
	letter-spacing: 0.04em;
}

.content hr
{
    color: #007CF5;
    width: 90%;
    /*! float: left; */
    border: 1px solid #A0A8B1;
    margin: 5px auto;
}

.content p
{
    word-wrap: break-word;
    /*width: 100%;*/
    /*display: inline-block;*/
    margin-left:40px;
    /*float: left;
    clear: left;*/    
}

.content a, .content a:link, .content a:visited, .content a:active
{
    color: #DADADA;
    text-decoration: underline;
}

/* mouse over link */
.content a:hover
{
    color: #EAEAEA;
    text-decoration: underline;
}

input[type=text], 
input[type=password],
select
{
    width: 230px;
    padding: 9px;
    font-family: univers;
    font-size: 14pt;
    letter-spacing: 1px;
}

textarea
{
    width: 100%;
    padding: 9px;    
    font-family: univers;
    font-size: 11pt;
    letter-spacing: 1px;
}

.quick-actions
{
	display: block;
	float: right;
	clear: both;
	/*background-color: yellow;*/
	width: 20%;
	margin: 15px;
}

.sBtn
{
	width: 48px;
	border: 1px solid #999;
	border-radius: 50%;
	margin-right: 5px;
	padding: 7px;
	background-color: #334353;
}

.sub-title
{
	text-align: center;
}

.page_title
{
    margin: 0px;
    padding: 0px;
    color: #abece1;
    text-align: center;
    letter-spacing: 0px;
}

.module
{
    border: 1px solid #DADADA;
    padding: 10px;
    margin: 15px auto;
    width: 87%;
    position: relative;
    display: table;
}

.module label
{
    font-weight: bold;
    float: left;
    margin: 5px 0px;
    width: 100%;
    position: relative;

}

.module input
{
    float: right;
}

.module input[type=submit]
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11pt/100% Ubuntu;
	padding: .5em 2em .55em;
	/*text-shadow: 2px 2px 1px #00000088;*/
	-webkit-border-radius: 0.9em; 
	-moz-border-radius: 0.9em;
	border-radius: 0.9em;
	-webkit-box-shadow: 3px 3px 5px #00000066;
	-moz-box-shadow: 3px 3px 5px #00000066;
	box-shadow: 3px 3px 5px #00000066;
    overflow: hidden;
    margin: 10px 3px 2px 0px;
}
.module input[type=submit]:hover
{
	text-decoration: none;
}
.module input[type=submit]:active
{
	position: relative;
	top: 2px;
}

.button
{
	font: 11pt/100% Ubuntu;
    overflow: hidden;
	text-decoration: none;
	color: #000;
	font-size: 13pt;
	padding: 10px 20px;
	border: 1px solid #000;
	margin: 5px 2px;
	display: inline-block;
	background-image: -webkit-linear-gradient( #EEEEEE 0%, #AEBECE 30%, #DDD 60%, #BBB 100%);
	border-radius: 3px;
	cursor: default;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
	letter-spacing: 0.05em;
	border-radius: 0.5em;
	font-size: 12pt;
	text-align: center;
	position: relative;
}

a.button
{
    color: #333;
    text-decoration: none;
}

 /* unvisited link */
a.button:link
{
    color: #333;
    text-decoration: none;
}

/* visited link */
a.button:visited
{
    color: #333;
    text-decoration: underline;
}

/* mouse over link */
a.button:hover
{
    color: #000;
    text-decoration: underline;
}

/* selected link */
a.button:active
{
    color: #333;
    text-decoration: underline;
}

.button:active
{
	border-color:#705ebb;
	background-image:-webkit-linear-gradient(
	#acc5e9 0%, 		#a3c0f2 18%, 
	#61a0ed 39%,		#55a3f2 70%, 
	#82c2f1 91.72%, 	#9AD2F2 100%); 
	box-shadow: 0px 0px 1px rgba(0,0,0,0.65);		
}

.button.disabled
{
	color: #999!important;
	background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);
}

.module input[type=text], 
.module input[type=password]
{
    width: 230px;
    padding: 9px;
}

.blue-a
{
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue-a:hover
{
    color: #FFFFFF;
}

.orange-a
{
    color: #fef4e9;
    border: solid 1px #5685B5;
    background: #336596;
    background-image: linear-gradient(#336596, #334353);
    background: -webkit-gradient(linear, left top, left bottom, from(#336596), to(#334353));
    background: -moz-linear-gradient(top, #336596, #334353);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336596', endColorstr='#334353');
    background: linear-gradient(#336596, #334353);
}

.orange-a:hover
{
    color: #FFFFFF;
}

.red-a
{
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red-a:hover
{
    color: #FFFFFF;
}

.green-a
{
    color: #e8f0de;
    border: solid 1px #538312;
    background: #81C624;
    background: -webkit-gradient(linear, left top, left bottom, from(#81C624), to(#406C07));
    background: -moz-linear-gradient(top, #81C624, #406C07);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81C624', endColorstr='#406C07');
}

.green-a:hover
{
    color: #FFFFFF;
}

.white-a
{
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white-a:hover
{
    color: #000000;
}

.dark-mode
{
	border: 1px solid #475c8c;
	background-color: #d8d8d8;
	color: #232121;
	border-radius: 10px;
	text-align: center;
}

.border-blue
{
    border: 1px solid #334353;
}

.page-counter
{
	display: block;
    margin: 2em auto 0px auto;
    text-align: center;
    background-color: #334353;
    color: #AEAEAE;
    padding: 0.5em 1.3em;
    border: 1px solid #A7A7A7;
    border-radius: 0.6em;
}

.page-counter-title
{
	display: block;
    margin: 0 auto;
    text-align: center;
    color: #AEAEAE;
}

.page-counter a
{
	text-decoration: none;
	color: #CCC;
}

.error
{
    text-align: center;
    /*background-color: red;*/
    width: 100%;
    color: #FFC000;
    margin: 2px;
    padding: 0px;
}

.footer
{
    background-color: #202d39;
    height: 120px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 16pt;
    font-family: Arial;
    color: #AAAAAA;

    border-top: 1px solid #aaaaaa;
}

#footer-left
{
    display: inline-block;
    margin-left: 20px;
    font-size: 14pt;
}

#footer-center
{
    display: inline-block;
    color: #e6e1e1;
}

.white-oth
{
    color: #FFFFFF;
}

.left
{
    float: left;
}

.block-center
{
    margin: 0px auto;
}

.right
{
    float: right;
}

.searchbox {
    /*background-color: #cccaaa;*/
    width: 74%;
    position: fixed;
    top: 125px;
    bottom: auto;
    
}
.searchbox-outer {
    background-color: #516375;
    position: relative;
    height: 75px;
    margin-top: -65px;
}

.searchbox-outer .searchbox {
    position: absolute;
    bottom: 0;
    top: auto;
    display: block;
	width: 100%;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 1px;
    padding: 3px;
    border: 1px solid #034D7D;
    text-align: center;
    background-color: #3498DB;
    font-size: 12px;
    /*color: #034D7D;*/
    color: #eaeaea;
	font-weight: bold;
	letter-spacing: 1px;

}

.fileUpload:not(button):hover
{
    color: #FFFFFF;
    font-weight: bold;
}

.fileUpload input.upload
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tmpImage
{
	width: 128px;
	margin: 5px 30px;
	border: 2px solid #EAEAEA;
	display: inline-block;
}

.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px dashed #AAA;
  border-bottom: 7px dashed #CCC;
  border-right: 7px dashed #BBB;
  border-left: 7px solid #EEE;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  display: block;
  margin: auto;
  position: relative;
  top: 40%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ImageContainer
{
	display: inline-block;
	width: 190px;
	margin: 0px 10px;
}

.ImageButton
{
	display: block;
	margin: 0px auto;
	text-align: center;
	background-color: #930d0d;
	color: #EAEAEA;
}
.trade
{
	/*! color:#ffffff; */
	font-family:goth;
	margin:0px;
	padding:0px;
	font-size:30px;
}

.mex-container
{

    display: block;
    background-color: #FFFFFF;
    width: 100%;
    clear: right;
    float: none;
    margin: 10px;
    height: 100%;
}

.mex-list
{

    display: inline-block;
    background-color: #EAEAEA;
    float: left;
    width: 30%;
    height: 100%;
    overflow-y: scroll;
}

.mex-item
{

    display: block;
    background-color: #FEFEFE;
    padding: 5px;
    border-bottom: 2px solid #BBB;
}

.mex-item:hover
{
    background-color: #663399;
}

.mex-item:hover .mex-title
{
    color: #DDD;
}

.mex-item:hover .mex-content
{
    color: #EEE;
}

.mex-item:hover .mex-sender
{
    color: #DDD;
}

.mex-title
{

    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    display: block;
    color: #999;
}

.mex-content
{

    font-size: 11pt;
    display: block;
    color: #555;
}

.mex-sender
{

    border-bottom: 1px solid #DADADA;
    font-size: 12pt;
    display: block;
    color: #888;
}

.mex-full-body
{
	display: inline-block;
	float: left;
	padding: 5px 10px;
	width: 65%;
	color: #000000;
	word-wrap: break-word;
}
