body {
	background: #ebecee;
	color: #939393;
	font-family: "Open Sans";
	padding-top: 80px;
}

a {
	color: #008244;
	font-weight: 600;
}

a:hover {
	color: #008244
}

a, .btn {
	transition: .3s;
}

.btn-add {
    font-size: 1.5em;
    vertical-align: middle;
    cursor: pointer;
}

.btn-add:hover {
    color: #01713c
}


th a {
	color: #fff;
	font-weight: 400;
}

hr {
	border-top: 1px solid #c4c4c4;
}

h1 {
	color: #008244;
}

#login .logo_big {
	display: inline-block;
	margin: 0px 0px 30px;
}

.aligncenter {
	text-align: center;
}

#login .logbox {
	background: #3e424d;
	color: #fff;
	padding: 20px 0px;
}

#login input[type="text"], #login input[type="password"] {
	text-align: center;
}

.w100 {
	width: 100%;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], select, .form-control {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	padding: 6px 12px;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
	border: 0px transparent;
}

input[type="file"] {
	border: 1px solid black;
	padding: 30px;
	width: 100%;
}

.globe {
    background-image: url("../pics/globe_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.home_bg {
    margin-top: -20px;
    margin-bottom: -20px;
}

.ikona {
    text-align: center;
    display: table;
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.ikona:hover {
    text-decoration: none;
    background: rgba(235, 236, 238, 0.3);
    border-bottom: 1px solid #c4c4c4;
}

.ikona p {
    color: #939393;
    font-weight: 100;
    font-size: 1.5em;
    padding: 10px 0px 0px;
}

.btn {
	background: #008244;
	color: #fff;
	border: 0px;
	font-size: 1.2em;
	font-weight: 100;
}

.btn:hover {
	background: #01713c;
	color: #fff;
}

.shadow {
	width: 100%;
}

.navbar {
	margin-bottom: 0px;
	height: 65px;
}

.navbar-default {
	background: transparent;
	border: 0px;
}

.navbar-nav li a, .navbar-nav li {
	line-height: 35px;
	background: #383b45;
	font-size: 1em;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 100;
}

.navbar a:focus, .navbar a:active {
	background: #019058 !important;
}

.navbar-nav > li > a {
	padding: 15px 10px;
}

.navbar-nav li a:hover {
	background: #008244 !important;
}

.navbar-brand {
	padding: 11px 0px;
}

.navbar-toggle {
	margin-top: 15px;
}

#menu {
	background: #3e424d;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
}

#greenline {
    background: #20a255;
    width: 100%;
    height: 8px;
    opacity: 0.5;
    position: fixed;
    z-index: 999;
}

.dropdown-menu {
	z-index: 1001;
	border: 0px;
	background: #3e424d;
}

.dropdown-menu a {
	text-transform: none !important;
}

.glyphicon {
	margin: 0px 0.4em 0px 0px !important;
}

#contain {
	background: #fff;
	padding: 20px 0px;
}

.menu_panel {
	background: #ebecee;
	margin-bottom: 20px;
}

.menu_panel a {
	display: block;
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #c4c4c4;
	text-decoration: none;
	font-weight: 400;
	color: #939393;
}

.menu_panel a:hover {
	background: #008244;
	color: #fff;
}

.menu_panel a.current {
	border-bottom: 2px solid #019058;
	font-weight: 600;
}

.menu_panel h2 {
	font-weight: 100;
	padding: 10px;
	background: #ffffff;
	margin: 0px;
	font-size: 1.8em;
}

th {
	background: #3e424d;
	color: #fff;
	font-weight: 400;
}

.table tr:not(:first-child):hover {
	background: #e6f0eb;
}

.table tr.unreaded {
    background: rgba(255, 0, 0, 0.1);
}

.table-bordered th {
    background: transparent;
    color: #939393;
    font-weight: 600;
}

.table-bordered td, .table-bordered th {
    padding: 0px 5px;
}

a.actual {
	color: #383b45;
	text-decoration: underline;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], select, .form-control {
	width: 100%;
	/*background: #eee;*/
	border: 1px solid #939393;
	padding: 0px 5px;
	border-radius: 5px;
	height: 2em;
	line-height: 2em;
}

textarea {
	border: 1px solid #939393;
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, select:focus {
	border: 2px solid #019058;
	outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #939393;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #939393;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #939393;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #939393;
	opacity: 1;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	height: 145px;
	cursor: pointer;
}

/* Example stylistic flourishes */

.fileUpload {
    position: relative;
    overflow: hidden;
    border: 1px solid #939393;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	padding: 10px 0px 0px;
	font-size: 1.2em;
	font-weight: 100;
	transition: .3s;
}

.fileUpload:hover {
	color: #019058;
	border-color: #019058;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile {
	background: transparent;
	border: 0px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.fileUpload .glyphicon {
	font-size: 3em;
	margin: 0px !important;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
	background: #939393;
}

button.navbar-toggle {
	border-radius: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
	color: #fff;	
}

img.profile {
	max-width: 100%;
	border: 8px solid #ebecee;
}

h2.profile {
	color: #008244;
}


h2.edit {
	display: inline-block;
}

.forumpanel .profile {
	width: 60%;
	display: inline-block;
}

.forummessage {
	padding-top: 30px;
}

.verticalcenter {
	display: inline-block;
	vertical-align: middle;
}

.name {
	color: #008244;
}

.forumrow {
	border-top: 1px solid #ebecee;
	border-left: 1px solid #ebecee;
	border-right: 1px solid #ebecee;
	padding: 20px;
}

.question {
	background-color: #008244;
	background-image: url(../img/otaznik.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 30px;
}

.question a {
	color: #fff;
}

#type-editor {
	background: #ebecee;
	padding: 10px 20px 20px;
}

.hideWrap {
	display: none;
	background: rgba(0, 0, 0, 0.25);
}

.hideWrap a {
	color: #fff;
}

.alert {
	border: 0px;
	text-align: center;
}

.alert i {
	font-size: 44px;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;;
}

.alert-info {
	background-color: #008244;
	color: #fff;
}

.dlazdice {
	text-align: center;
	display: table;
	width: 100%;
	height: 250px;
	font-weight: 100;
	border: 1px solid #008244;
	margin: 15px 0px;
}

.dlazdice:not([disabled]):hover {
	text-decoration: none;
	background: #008244;
	color: #fff;
}

.dlazdice span {
	font-size: 3em;
}

.dlazdice p {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.8em;
}

.dlazdice .glyphicon {
	margin-right: 0px !important;
}

.smallInfo {
	font-size: .8em;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #c4c4c4;
	text-align: center;
}

@media(max-width: 1170px) {
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 26px;
	} 
	
	.navbar-default .navbar-collapse {
		border-top: 0px;
		position: relative;
		z-index: 1000;
	}
	
	#login .logo_big {
		width: 350px;	
	}
}

@media(max-width: 640px) {
	.dlazdice {
		height: 150px;
		font-size: .7em;
	}
}

div.xconfirm {
	font-weight: 100;
    z-index: 1001;
    background-color: #ebecee;
    color: #3e424d;
    position: absolute;
    text-align: center;
    padding: 30px;
	border-radius: 10px;
    font-size: larger;
    min-width: 500px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

div.xconfirm input[type="button"] {
	background: #008244;
	color: #fff;
	border: 0px;
	border-radius: 5px;
	padding: 10px;
	font-size: smaller;
}

div.xconfirm input[type="button"]:hover {
	background: #3e424d;
}


div.radio label {
	margin: 4px;
}