#main.lector:before{background:none}

#user .time.highlight *{
	font-weight: bold !important;
}

#logo{background-position: -24px -64px;width:76px;height:24px;}

.form-login:after{
	background:url("../img/bg/logo_unisim.png") no-repeat transparent;
	height:79px;
}

.selectBox-dropdown {
	overflow: hidden;
	text-overflow: ellipsis;
}

.selectBox-label .name,
.selectBox-label {
	white-space: nowrap;
}
#headerExtend{
	float:right; 
	margin:-10px 0 -16px;
	font-size:0;
}
#headerExtend > span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	border-left:1px solid #f5f5f5;
	font-size:15px;
	padding:14px 15px 13px
}
@media (max-width:1000px) {
	#headerExtend{clear:both; margin-top: 16px; padding-right: 57px}
	#headerExtend > span{}
	#user {border-bottom:1px solid #3ea93c; margin-right: -20px; padding-right: 77px}
	#main {position: relative}
	#main .col-side{top: 0}
}
@media (max-width:650px){
	#headerExtend{border-top:1px solid #3ea93c;padding-right:0;margin:16px 0 -16px;display:table;float:none;width:100%;}
	#headerExtend > span{display:table-cell;padding-left:10px !important;padding-right:10px !important;text-align:center;}
	#headerExtend > span:first-child{border:none}
	#headerExtend > span:after{display:none}
	#user {border-bottom:none;}
}

@media (min-width:1260px){
	.touch #menu-main .item-menu, #menu-main .item-menu{display:none}
}

.msg-load-empty {
	display: inline-block; 
	padding-left: 16px;
}

.btn-add:hover > span,.btn-remove:hover > span,.btn-link:hover .btn-add > span,.btn-link:hover .btn-remove > span{border-top-color:#ff0404;background:#ef0000}


.modal-logs{
	max-width: 700px;
	width: 700px;
	height: 350px
}

.modal-logs .table-logs {
	text-align: left;
	font-size: 12px;
}

.modal-logs > div{
	height: 230px;
	overflow: auto;
}

.wide-content {
	padding: 20px 10px 10px
}

.form-new-game-summary .col-l {
    width: 335px;
}
.icon-enter, .icon-reports {
	font-size:18px;
	color:#a8a8a8;
}
a:hover .icon-enter, a:hover .icon-reports{
	color:#386143
}

.finalReport .active {
	background-color: rgba(255, 255, 0, 0.7) !important;
}

.box-countdown:after {
	color: rgb(225, 225, 225);
	left: 4%;
}

.box-countdown .col{
	text-align: center;
}

.box-countdown {
	text-align: center;
}

.box-logs .box-bd{
	font-size: 11px;
}

.box-user .box-title{
	font-size: 16px;
	padding: 0 25px 0 0;
}

.box-user .box-title .icon-user {
	color: #DCD6D6;
	font-size: 22px;
	margin-right: 8px;
}


#main .col-content {
	padding: 20px 20px 10px;
}

.table-users td:first-child:before {
	margin-left: -30px;
}

.table-users td:first-child {
	padding-left: 46px;
}

.box-countdown:after {
	left: 20px;
	margin-top: -0.7em;
	font-size: 90%;
}

.sort {
	background-image: url('../img/developers/sort-default.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 7px;
	height: 14px;
	vertical-align: middle;
	margin-left: 10px;
}

.sort.asc {
	background-image: url('../img/developers/sort-asc.png');
}

.sort.desc {
	background-image: url('../img/developers/sort-desc.png');
}

.box-firm-stats .box-bd {
	padding-bottom: 18px;
}

.graph-firms-rank {
	height: 250px;
}

.crossroad-players .item {
	border: 1px solid #DFDFDF;
	background-color: #FCFCFC;
	padding: 4px 3px 2px 6px;
	margin-bottom: 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	white-space: nowrap;
}

.table-users tr td:first-child {
	max-width: 100px; /* Workaround - works in Firefox, Chrome */
	text-overflow: ellipsis;
	overflow: hidden;
}

.selectBox-dropdown-menu li {
	white-space: nowrap;
}

label[for="inp-remember"], input#inp-remember {
	cursor: pointer;
}

.btn {
	cursor: pointer;
}

.clear{
	clear:both;
}

.report-filter-ctrl{
	float:left;
	margin-right: 12px;
}

.game-list-running-game,
.game-list-running-game td{
 background: #cced93 !important;
}
#logo{
	background-image: url(../img/logo.png);
	background-position:0 0;
	position: absolute;
	height: 46px;
    width: 100px;

    background-size: 100%;
	/*margin-top: -10px;*/
}

span.nowrap{
	white-space: nowrap;
}

.form-login{
	padding-top: 170px;
}

.form-login:after {
	background: url("../img/logo-mid.png") no-repeat transparent;
	background-position:center;
	height: 130px;
    background-size: 95%;
}

#menu-main .item-parameters a:after {
    content: "o"
}

.lang-flag {
    width: 24px;
    height: 14px;
    display: inline-block;
    background-position: 0 -5px;
    background-size: 24px;
}

.lang-flag.flag-en{
    background-image: url("../images/en.ico");
}

.lang-flag.flag-cz{
    background-image: url("../images/cz.ico");
}

.text-justify {
    text-align: justify !important;
}

.padding-10 {
    padding: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-20 {
    padding: 20px !important;
}

.vspace-20 {
    margin-bottom: 20px;
}

.no-padding {
    padding: 0 !important;
}

.filter-auto-debrief .item {
    padding: 5px;
    color: #666;
}

.pull-right {
    float: right;
}

.filter-auto-debrief .crossroad-players,
.filter-auto-debrief .crossroad-players .col {
    margin-bottom: 0px;
}

#header {
    min-height: 23px;
}

.form-new-game-summary table.reset td + td, .form-new-game-summary table.reset th + td {
    white-space: nowrap;
}

.round-time-wrapper * + .inp-inline, .round-time-wrapper .inp-inline + * {
    margin-left: 4px
}

.license-expired,
.license-box .limit-reached,
.license-box .limit-reached th,
.license-box .limit-reached td {
    background-color: yellow !important;
    color: black;
}

.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: 100;
    opacity: 0.98;
}

.pl-15 {
    padding-left: 15px !important;
}

.box-admin-games thead.dark tr th,
.box-admin-games thead.dark tr td {
    background-color: #062549;
}

.box-admin-games .table-data tbody tr:nth-child(2n+1) td,
.box-admin-games .table-data tbody tr:nth-child(2n+1) th {
    background-color: #ffffff;
}

.box-admin-games .table-data tbody tr:nth-child(2n) td,
.box-admin-games .table-data tbody tr:nth-child(2n) th {
    background-color: #F6F6F6;
}


.box-admin-games td .icon {
    color: #062549;
}

.box-admin-games td.green .icon {
    color: #76ad48;
}

.box-admin-games td.red .icon {
    color: #AE0000;
}
.box-admin-games td .icon.gray {
    color: #404040;
}

.box-admin-games table {

    overflow: hidden;
    border-collapse: collapse;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.box-admin-games td:not(.info-only) {
}

.box-admin-games .table-data tbody tr:nth-child(2n+1) td:not(.info-only) {
}

.box-admin-games .table-data thead.dark th:not(.info-only) {
}

.mt-20 {
    margin-top: 20px;
}