
/* Dev
------------------------------------------ 

.container .one.column                      { background-color: #f7f8fa;  }
.container .two.columns                     { background-color: #e3e8ee; }
.container .three.columns                   { background-color: #cfd8e2; }
.container .four.columns                    { background-color: #bbc8d6; }
.container .five.columns                    { background-color: #b1c0d0; }
.container .six.columns                     { background-color: #a7b8ca; }
.container .seven.columns                   { background-color: #9db0c4; }
.container .eight.columns                   { background-color: #89a0b8; }
.container .nine.columns                    { background-color: #7590ac; }
.container .ten.columns                     { background-color: #6180a0; }
.container .eleven.columns                  { background-color: #55708c; }
.container .twelve.columns                  { background-color: #496078; }
.container .thirteen.columns                { background-color: #3d5064; }
.container .fourteen.columns                { background-color: #37485a; }
.container .fifteen.columns                 { background-color: #314050; }
.container .sixteen.columns                 { background-color: #25303c; }

.container .one-third.column                { background-color: #cfddeb; }
.container .two-thirds.column               { background-color: #cfddeb; }
*/

/* Main 
------------------------------------------ */
body{
	background: url(../images/mobilws_body_bg.jpg) repeat top left;
}
#header {
	overflow: hidden;
}

/* Alignement */
.center {
	text-align: center;
}
.left {
	float:left !important;
}
.right {
	float: right !important;
}

/* Terms and conditions link */
.tac {
	position: absolute;text-indent: -9999em
}
dl.website {
	position: absolute;text-indent: -9999em;margin:0 0 0 -9999em;
}

/* Global Typography
------------------------------------------ */
h2,h3,h4,h5,h6 {
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
}
.container h2 {
	font-size: 2em;
	color:#3d3d3d;
	margin-top:1em;
}
.container a{
	color:#3974b0;
}
.container a:hover{
	text-decoration: none;
	color:#3974b0;
}
pre {
	font-size: 0.9em;
}
pre code {
	overflow-x: scroll;
}
/* Logo
------------------------------------------ */
#logo {
	width:120px;
	height:90px;
	margin-top:15px;
	float:left;
	position:relative;
}

#logo h1 {
	text-indent:-9999em;
	height:40px;
}

#logo a {
	background:url(../images/mobilws_logo-fekvo_90.png) no-repeat 0 0;
	text-indent:-9999em;
	width:120px;
	height:90px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}


/* Navigation
------------------------------------------ */
ul.navigation.level0 {
	margin-top: 60px;
	float: right;
}
ul.navigation.level0 li {
	float: left;
	margin-left: 5px;
	padding:0 0 0 0;
	height:30px;
}

ul.navigation.level0 li a{
	border-radius: 15px;
    color: #3974b0;
    padding:6px 20px;
    text-decoration: none;
    font-size: 0.9em;
}
ul.navigation.level0 li a:hover{
    background-color: #fff;
}
ul.navigation.level0 li.active a{
    background-color: #376A9D;
    background-color: #3A7FC5;
    color: #fff;
}

/* Side bar navigation */
.sidebar h3{
	font-size: 16px;
}
.sidebar .blue.block p{
	margin-bottom: 5px;
}


ul.navigation.sidebar li {
	padding:0;
	margin-bottom:4px;
}
ul.navigation.sidebar li a{
	border-radius: 15px;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    color: #437bb4;
    background-color: #e6e6e6;
	background: url(../images/mobilws_gray_bg.jpg);
    padding:5px 20px;
    text-decoration: none;
    font-size: 0.9em;
    display: block;
}
ul.navigation.sidebar li ul li a{
    padding:2px 20px;
}
ul.navigation.sidebar li a:hover{
	background: url(../images/mobilws_blue_bg.jpg);
}

ul.navigation.sidebar li a.active{
	background: url(../images/mobilws_darkblue_bg.jpg);
	color:#fff;
}

/* Level 1 navigation */
ul.navigation.level1 {
	height:30px;
	margin:10px 0 30px;
}
ul.navigation.level1 li {
	padding:0 0 0 0;
	height:30px;
	float: left;
	margin-right: 15px;
}
ul.navigation.level1 li a{
	border-radius: 15px;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    color: #437bb4;
    background-color: #e6e6e6;
	background: url(../images/mobilws_gray_bg.jpg);
    padding:5px 20px;
    text-decoration: none;
    font-size: 0.9em;
    display: block;
}

ul.navigation.level1 li a:hover{
	background: url(../images/mobilws_blue_bg.jpg);
}

ul.navigation.level1 li a.active{
	background: url(../images/mobilws_darkblue_bg.jpg);
	color:#fff;
}

/* breadcrumb */
#breadcrumb {margin-bottom:10px;}

/* Mobile : Home picture */
#mobile-home-picture {
	display: none;
	margin-top:15px;
	margin-bottom:-30px;
	text-align: center;
}

/* Blocks :
 * hiblock : block with hover effects
 * block : block without highlight 
------------------------------------------ */
.blocks {
	margin: 20px auto;
}
.blocks .hiblock {
	padding:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	overflow: hidden;
}
.blocks .hiblock:hover {
	background-color: #d6e5f4;
	background: url(../images/block_bg.jpg);
/*
	background-color: rgba(57, 116, 176, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0000000,endColorstr=#c0000000);
*/
}
.blocks .hiblock h2 {
	font-size: 1.6em;
	color:#3d3d3d;
	margin-top:0;
    color: #3974b0;
}
.blocks .hiblock h3 {
	color: #888;
	font-size: 1.1em;
	margin: -20px 0 5px 0;
}
.blocks .block {
	padding:0 15px;
	overflow: hidden;
}
.blocks .block h2 {
	font-size: 1.6em;
	color:#3d3d3d;
	margin-top:0;
    color: #3974b0;
}
.blocks .block h3 {
	font-size: 1.4em;
	color:#3d3d3d;
	margin-top:0;
	margin-bottom: 0;
}

.blocks .hiblock p,
.blocks .block p{
	color:#555;
	font-size: 1em;
}

.blocks .hiblock.reference p:first-child {
	margin-top: 10px;
}
.blocks .hiblock.reference p {
	font-size: 0.9em;
	margin: 0 0 5px 0;
	padding: 0 5px;
}
.blocks .hiblock.reference p em {
	float: right;
}


/* Page Content
------------------------------------------ */
div.container .twelve.columns p img 
{
	max-width: 700px !important;
}

#page_content {
	background: url(../images/mobilws_page_content_bg.jpg) repeat-x top left;
	min-height: 468px;
	padding-top:20px;
	border-top: 1px solid #CCCCCC;
}

#doc_content {
	padding-left:20px;
}
#doc_content h2{
	margin-top:0;
}
#doc_content h3{
	font-size: 20px;
}
#doc_content .row{
	margin-bottom: 0;
}

/* Big titles with left picture */
.title img {
	float: left;
	display:block;
	margin-right: 20px;
}
.title > div {
	float: left;
}
.title h2 {
	font-size: 32px;
	color:#888;	
}
.title {
	overflow: hidden;
	margin-bottom: 20px;
}
.title .breadcrumb {
	margin-top:-5px;
	clear:both;
}
.title .breadcrumb a{
	text-decoration: none;
	font-size: 0.9em;
	color: #aaa;
}
.title .breadcrumb a:hover{
	text-decoration: underline;
	color:#3974B0
}
#c404 {
	text-align: center;
}

div.gallery{
	padding-bottom:60px;
	overflow: hidden;
}
div.gallery img {
	display:block;
}
div.gallery a {
	display:block;
	margin:30px 30px 0 0;
	float: left;
	border-radius: 10px;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    color: #437bb4;
    background-color: #e6e6e6;
	background: url(../images/mobilws_gray_bg.jpg);
    padding:10px;
}
div.gallery a:hover,
div.gallery a:active {
	background: url(../images/mobilws_blue_bg.jpg);
}

#doc_content ul {
	padding-left:20px;
}
#doc_content ul li {
	padding:0 0 0 20px;
	margin-bottom: 5px;
	background: url(../images/content_li_bullet.png) no-repeat 3px 5px;
}

#current-category{
	margin-top:40px;
	color:#999;
	font-size: 0.8em;
}
#current-category span{
	font-size:28px;
	margin-left:10px;
	color:#888;
}

/* Standard link button */
a.link{
    padding:4px 15px;
    text-decoration: none;
    font-size: 0.9em;
    color: #fff;
    display:block;
    background-color: #3A7FC5;
}
a.link.active,a.link:hover{
    color: #fff;
	background-color: #60acf9;
}


/* Footer */
#footer {
	background-color: #827d7d;
	background: url(../images/mobilws_footer_bg.jpg);
	margin-bottom:10px;
	padding-bottom:10px;
}
#footer .four.columns h2 {
	font-size: 1.4em;
	margin-top:20px;
	color:#eae4e4;
}
#footer .four.columns p {
	font-size: 11px;
	color:#d7d4d4;
	line-height: 1.5em;
}
#footer .four.columns p a{
	color:#b5cff4;
}

/* Copyright */
#copyright {
	margin-bottom:5px;
}
#copyright p {
	font-size: 0.8em;
	color:#9c9696;
}
#copyright p a{
	color:#3974B0;
	text-decoration: none;
}

/* Social Network */
#sn {
	margin-bottom: 30px;
}

/* Twitter widget */
.twtr-hd {
	display:none;
}
.twtr-widget .twtr-tweet-wrap {
  padding: 6px 0px !important;
}
#tweet-id-3 .twtr-tweet-wrap {
	padding-top:0 !important;
}
#footer .four.columns #twtr-widget-1 .twtr-tweet-text p{
  font-size:11px;
}
.twtr-ft > div > a {
	display:none;
}
.twtr-ft a.twtr-join-conv {
	color:#b5cff4 !important;
}

/* Addons */
dl.sub-nav {
	display: block;
	margin: -4px 0 5px -15px;
	overflow: hidden;
	padding-top: 4px;
	width: auto;
}
dl.sub-nav dt, dl.sub-nav dd {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}
dl.sub-nav dd a {
	border-radius: 1000px 1000px 1000px 1000px;
	text-decoration: none;
	cursor:pointer;
	padding: 4px 15px;
	font-size: 13px;
}
dl.sub-nav dd a:hover {
	background: #fff;
}
dl.sub-nav dd.active a {
	background: none repeat scroll 0 0 #3A7FC5;
	color: #FFFFFF;
	cursor: default;
}

table {
	border: none;
	border-radius: 3px 3px 3px 3px;
	margin: 0 0 18px;
	width: 100%;
}
table thead, table tfoot {
	background: none;
}
table thead tr th:first-child, table tfoot tr td:first-child {
	border-left: medium none;
}
table thead tr th, table tfoot tr td {
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 9px;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	display: table-cell;
	font-size: 13px;
	text-align: left;
}
table tbody tr td {
	color: #333333;
	padding: 5px 8px;
	vertical-align: top;
	background-color: #fff;
}

table tr td input,
table tr td input[type="text"],
table tr td input[type="password"],
table tr td input[type="email"],
table tr td textarea,
table tr td select {
	margin: 0;
	width: 96%;
	border: none;
	border-bottom: solid 1px #ccc;
	background: none;
}
table tr td input[type="text"]:focus,
table tr td input[type="password"]:focus,
table tr td input[type="email"]:focus,
table tr td textarea:focus {
	border: none;
	border-bottom: solid 1px #ccc;
	box-shadow: none;
	color: #000;
	background-color: #f3f3f3;
}
table tr td label {
	font-weight: normal;
	cursor: pointer;
	width: 95%;
}

table tbody tr td.empty {
	background-color: #7f281e;
	color: #FFFFFF;
}
table tbody tr td.same {
	background-color: #DBC228;
	color: #FFFFFF;
}
#byzantinTable {
}
#byzantinTable tr th:first-child,
#byzantinTable tr td:first-child {
}
#byzantinTable tr td{
	border-bottom: solid 1px #fff;
}
#byzantinTable tr td input,
#byzantinTable tr td textarea {
	margin: 0;
	width: 100%;
	margin-left: -16px;
	padding:8px;
}
#byzantinTable tr td:last-child{
	padding: 0;
}
#byzantinFileSelect{
	margin-bottom: 50px;
}
#byzantinFileSelect a.button{
	margin-bottom: 10px;
}

form .note {
	font-size: 10px;
	color:#888;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 0;
}
label[for="delete-profile"] {
	margin:10px 0 20px 0;
}

.sidebar input[type="text"],
.sidebar input[type="password"],
.sidebar input[type="email"],
.sidebar textarea,
.sidebar select {
	width: 96%;
	margin-bottom: 5px;
}
.sidebar input[type="submit"] {
	margin: 10px 0;
	float: right;
}

div.blue.block {
	padding: 15px 20px;
	background: url(../images/block_bg.jpg);
	border-radius: 15px;
	margin-bottom: 20px;
/*
	display: inline;
	float: left;
*/
}




p.intro {
	font-size: 0.9em;
}
p.input-error{
	font-size: 12px;
	color:#b00;
	margin-top: -8px;
	margin-bottom: 5px;
}

/* Forms */
form  dt {
	clear: left;
	float: left;
	line-height: 22px;
	padding: 2px 0;
	width: 150px;
}
form dl dd {
	margin-left: 160px;
}

/* Buttons */
a.button.red,
button.red,
input[type="submit"].red,
input[type="reset"].red,
input[type="button"].red {
	background-color: #95291e;
	border-color: #7f281e;
}

a.button.red:hover,
button.red:hover,
input[type="submit"].red:hover,
input[type="reset"].red:hover,
input[type="button"].red:hover {
	background-color: #7f281e;
}

a.button.orange,
button.orange,
input[type="submit"].orange,
input[type="reset"].orange,
input[type="button"].orange {
	background-color: #b66e24;
	border-color: #995524;

}
a.button.orange:hover,
button.orange:hover,
input[type="submit"].orange:hover,
input[type="reset"].orange:hover,
input[type="button"].orange:hover {
	background-color: #995524;
}
a.button.yellow,
button.yellow,
input[type="submit"].yellow,
input[type="reset"].yellow,
input[type="button"].yellow {
	background-color: #DBC228;
	border-color: #cbb228;

}
a.button.yellow:hover,
button.yellow:hover,
input[type="submit"].yellow:hover,
input[type="reset"].yellow:hover,
input[type="button"].yellow:hover {
	background-color: #cbb228;
}

a.button.green,a.button.success,
button.green,button.success,
input[type="submit"].green,input[type="submit"].success,
input[type="reset"].green,input[type="reset"].success,
input[type="button"].green, input[type="button"].success {
	background-color: #7CA637;
	border-color: #628a35;
}
a.button.green:hover,a.button.success:hover,
button.green:hover,button.success:hover,
input[type="submit"].green:hover,input[type="submit"].success:hover,
input[type="reset"].green:hover,input[type="reset"].success:hover,
input[type="button"].green:hover, input[type="button"].success:hover {
	background-color: #628a35;
}

/* Byzantin Module */
.translation-block{
	padding:15px 15px 10px;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 10px;
}
.translation-block .translation-table tr td,
.translation-block .translation-table tr th{
	padding:0 8px;
	font-size: .85em;
	color: #888;
}
.translation-block h3{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	cursor: pointer;
}
.translation-block h3 span{
	display: block;
	font-size: 12px;
}
.translation-block .element{
	width: 100%;
}

.translation-block .green{color:#628a35;}
.translation-block .yellow{color:#cbb228;}
.translation-block .orange{color:#995524;}
.translation-block .red{color:#7f281e;}

.alert-box {
	border-radius: 15px;
	margin-bottom: 15px;
	padding:15px;
}
.alert-box h3{
	font-size: 1.2em;
	color:#fff;
	margin: 0 0 5px 0;
	line-height: inherit;
}
.alert-box p{
	margin-bottom: 0;
	font-size: 0.9em;
	color:#fff;
}
.alert-box a{
	color: #fff;
}
.alert-box a:hover{
	color: #fff;
}
.alert-box.success {background-color: #628a35}
.alert-box.info {background-color: #4087b6}
.alert-box.warning {background-color: #c8a500}
.alert-box.alert {background-color: #b00}



