@media (max-width: 767px) {
    .acc-header {
		background-color: #e9f5fb;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.ui.dropdown.acc-menu-button {
		display: inline-block;
	}

	.acc-large-menu {
        display: none;
	}

	.acc-help-icon {
		display: none;
	}
	
	.acc-profile-menu-text {
		display: none;
	}

	i.icon.acc-profile-menu-icon {
		font-size: 1.5rem;
		display: inline-block;
	}

	.ui.dropdown.acc-profile-menu:not(.labeled)>.dropdown.icon
	{
		margin-left: 0;
	}
}

@media (min-width: 768px) {
    .acc-header {
		background-color: #fff;
		padding-left: 3.2rem;
		padding-right: 2.4rem;
	}
	
	.ui.dropdown.acc-menu-button {
		display: none;
	}

	.acc-large-menu {
        display: block;
	}
		
	.acc-profile-menu-text {
		display: inline-block;
	}

	i.icon.acc-profile-menu-icon {
		display: none;
	}

	.acc-invoice-table {
		min-width: 540px;
		max-width: 540px;
	}
}

body {
	text-align: left;
	padding:0px;
	margin: 0px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#ffffff;
	overflow-y:scroll;
	background-repeat:repeat-x;
}

img {
	margin:0;
	padding:0;
	border:0;
}

#root {
	display: flex;
    flex-grow: 1;
    height: 100vh;
}

.acc-header-title {
	flex-grow: 1;
	font-size: 1.5rem;
}

.acc-help-icon, .acc-menu-button {
	font-size: 1.5rem;
    cursor: pointer;
    padding-right: 10px;
    border-right: 1px solid rgba(34,36,38,.15);
    margin-right: 15px;
}

.acc-main-container {
	position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100vh;
    overflow: hidden;
}

.acc-header {
	display: flex;
	align-items: center;
	z-index: 1;
    flex-shrink: 0;
    justify-content: space-between;
    height: 3rem;
	border-bottom: 1px solid rgba(34,36,38,.15);
	font-weight: bold;
}

.acc-content{
	height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	background-color: #f8f8f8;
	padding: 1rem;
	box-shadow: inset 2px 2px 5px 0px #ECECEC;
}

.acc-narrow-content{
	max-width: 530px;
}

.ui.circular.label.acc-filter-label{
	cursor: pointer;
	margin: 5px;
}

.acc-change-password .ui.message,
.acc-change-email .ui.message,
.acc-competition .ui.message {
	margin-top: 0;
}

.ui.cards>.card .acc-add-button {
    flex-grow: 1;
}

.ui.cards>.card .acc-add-button .grid {
	height: 100%;
	margin: 2.5rem;
}

.ui.cards>.card .acc-add-button .row {
    margin-top: 1rem;
}

.acc-action-icon:hover {
	cursor: pointer;
	color: #4183c4;
}

.acc-content .ui.calendar .ui.table tr td.range {
	background-color: #d3ebf7;
}

.ui.button.acc-button {
	margin-top: 0.5em;
}

.language div {
	width: 50px;
	height: 50px;
	margin: 0 15px 0 15px;
	display:inline-block;
	cursor: pointer;
}
.language img {
	height: 30px; 
	margin-top: 10px;
	margin-left: 10px;     
}
.language .selected {
	background: #d3ebf7;
	border-radius: 50%; 
	-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

.ui.tabular.menu .item,
.ui.tabular.menu .active.item {
	cursor: pointer;
}

div.box{
	float:left;
	clear:both;
	margin:10px;
	width:500px; 
	border:1px solid #184785;
}
	div.box h1{
		margin:0 0 10px 0;
		padding:2px;
		background:url(../images/box_bgd.jpg);
		background-repeat:no-repeat;
		color:#ffffff;
		font-size:14px;
	}
	
table.cute { 
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #eee;
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #27a0bd;
	border-top: none;	
}
table.cute a {
	text-decoration: underline;
	color: #105c6e;
}

table.cute a:hover, table.cute a:active {
	background-color: #008eb1;
	text-decoration: none;
	color: #eee;
}
table.cute thead th {
	font-size: 105%;
	color: #eee;
	background-color: #27a0bd;
	border-bottom: 2px solid #008eb1;
}
table.cute tr {
	vertical-align: top;
}
table.cute tr, table.cute th,table.cute td {
	padding: .75em;
}
table.cute caption {
	height: 27px;
	color: white;
	text-align: left;
	background: #fff url(table_designs.jpg) no-repeat;
	background-position: 92% 0;
}
table.cute tr.odd td, table.cute tr.odd th {
	background:#ADDEE7;
}
table.cute tfoot th,table.cute tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
table.cute tfoot th {
	text-align: right;
}

		