/* templateName : Niebieski */
/* showForUser : true */
/* appId : -1 */

html {
	height: 100% !important;
}

body {
	padding-top: 0 !important;
	height: 100% !important;
	background-image : url('../../../images/bg/bg_desktop.jpg');
	background-position: 50% 50%;
	background-size: cover;
	overflow-y: hidden;

}


.default-text {
	color: #2196F3 !important;
}

.default-color {
	background-color: #2196F3;
}

.default_text {
	color: #2196F3 !important;
}

.default_color {
	background-color: #2196F3;
}

.tabs .tab a {
	color: #2196F3;
}

.tabs .tab a:hover {
	color: #82C4F8;
}

.tabs .tab a.active {
	border-bottom: 2px solid #2196F3;
}

[type="checkbox"].filled-in:checked+label:after {
	top: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid #2196F3;
	background-color: #2196F3;
	z-index: 0;
}

[type="radio"]:checked+label:after {
	border: 2px solid #2196F3;
	background-color: #2196F3;
}

[type="radio"]:not(:checked)+label:after {
	display: none;
}

.frame_table {
	padding: 0px 24px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	background-color: rgb(255, 255, 255);
	min-width: 500px;
}

.frame_table thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(224, 224, 224);
}

.frame_table thead tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(224, 224, 224);
}

.frame_table thead tr th {
	font-weight: normal;
	font-size: 12px;
	padding-left: 24px;
	padding-right: 24px;
	height: 56px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgb(158, 158, 158);
	position: relative;
	background-color: inherit;
}

.frame_table thead tr th i {
	vertical-align: middle;
}

.frame_table tbody tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(224, 224, 224);
	color: rgba(0, 0, 0, 0.870588);
	height: 48px;
}

.frame_table tfoot tr {
	color: rgba(0, 0, 0, 0.870588);
	height: 48px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(224, 224, 224);
	vertical-align: bottom;
	padding: 20px;
	text-align: left;
	white-space: nowrap;
}

.frame_table tbody tr td {
	padding-left: 24px;
	padding-right: 24px;
	height: 48px;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: inherit;
}

.frame_table_row_selected {
	background-color: rgb(224, 224, 224);
}

.frame_buttons_row {
	padding: 12px;
}

.frame_buttons_row .btn {
	margin-bottom: 5px;
}

#lookupGrid
{
	top: 0px !important;
}

.frame_button {
	color: rgba(0, 0, 0, 0.870588);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-sizing: border-box;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647)
		0px 1px 4px;
	border-radius: 2px;
	display: inline-block;
	margin: 4px;
	background-color: rgb(255, 255, 255);
}

.frame_button_pressed {
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px,
		rgba(0, 0, 0, 0.227451) 0px 3px 10px;
}

.frame_button button {
	border: 10px;
	box-sizing: border-box;
	display: inline-block;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	font-size: inherit;
	font-weight: inherit;
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	min-width: 88px;
	height: 36px;
	line-height: 36px;
	width: 100%;
	border-radius: 2px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	text-align: center;
	background-color: rgb(255, 255, 255);
}

.frame_button_div {
	height: 36px;
	border-radius: 2px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	top: 0px;
}

.frame_button_div:hover {
	background-color: rgba(0, 0, 0, 0.0784314);
}

.frame_button_div span {
	position: relative;
	opacity: 1;
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	padding-left: 16px;
	padding-right: 16px;
	color: rgba(0, 0, 0, 0.870588);
	-webkit-user-select: none;
}


@media all and (orientation:portrait) {
		body {
			background-image : url('../../../images/bg/bg_smartphone.jpg') !important;
		}

	}
@media all and (orientation:landscape) {


	}

.small_col {
	width: 20px;
}

.inline {
	display: inline-block;
}

.small-combo input[type="text"] {
	width: 60px;
	border-bottom: none;
	text-align: center;
	font-size: 80%;
}

.table-navi-el {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.table-navi-el small {
	font-size: 80% !important;
}

.table-navi-el i {
	vertical-align: bottom !important;
}

.select-wrapper span.caret {
	color: inherit;
}

.dropdown-content li>a,.dropdown-content li>span {
	color: inherit !important;
	font-size: inherit !important;
}

.pagination li i {
	vertical-align: middle;
}

.pagination li
{
	border-radius: 5px;
	background-color: white;
	margin: 0 2px 0 2px;
}

.dropdown-button i {
	vertical-align: middle;
	display: inline-block !important;
}

.clickable {
	cursor: pointer;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url('../../images/app/preloader_2.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#preloader2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: url('../../../images/app/preloader_2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.6;
	display: none;
	z-index: 1010;
}

.framework_form {
	/*padding: 15px !important;*/
	overflow-x: hidden;
}

.component_label {
	display: inline-block;
	text-align: right;
	min-width: 150px;
	padding-right: 20px;
	vertical-align: top;
}

.component_element {
	margin-bottom: 15px;
    padding: 0 !important;
}

.framework_form_name {
	padding-bottom: 10px;
	border-bottom: solid 1px;
	border-bottom-color: gray;
	font-weight: normal;
}

.frame_buttons_cont {
	text-align: center;
	margin-bottom: 10px;
	border-top: solid 1px;
	border-top-color: gray;
	padding-top: 10px;
}

.frame_buttons {
	border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	padding: 3px 11px;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 3px;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	cursor: default;
}

.frame_buttons:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.data_saved {
	position: absolute;
	top: 0px;
	left: 50%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #66CC00;
	color: white;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
	z-index: 115;
}

.data_not_saved {
	position: absolute;
	top: 0px;
	left: 50%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FF6666;
	color: white;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
	z-index: 115;
}

.gridgroup_overloaps {
	text-decoration: none;
	color: #333;
	border: solid 1px #CCC;
	background-color: #F1F1F1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBFBFB),
		color-stop(1, #E7E7E7));
	background-image: -o-linear-gradient(bottom, #FBFBFB 0%, #E7E7E7 100%);
	background-image: -moz-linear-gradient(bottom, #FBFBFB 0%, #E7E7E7 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFBFB 0%, #E7E7E7 100%);
	background-image: -ms-linear-gradient(bottom, #FBFBFB 0%, #E7E7E7 100%);
	background-image: linear-gradient(to bottom, #FBFBFB 0%, #E7E7E7 100%);
}

.gridgroup_overloap {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	border-right: solid 1px #CCC;
}

.gridgroup_overloap_active {
	background-color: white;
	background-image: none;
}

.gridContainer {
	padding: 10px;
	border: solid 1px #CCC;
	border-top: none;
	overflow: auto;
}

.modal-footer {
	z-index: 1100;
}

.table-navi-el .select-wrapper {
	display: inline-block;
	margin-right: 8px;
}

.table-navi-el .input-field {
	display: inline-block;
}

.form_el_error {
	border-color: #FF3D50;
}

.form_el_error_box {
	text-align: center;
	border: solid 1px;
	margin: 5px;
	padding: 5px;
	border-color: #FF3D50;
	background-color: #FF7F7F;
	color: #fff;
}

.frame_message {
	position: fixed;
	top: 5px;
	left: 1%;
	width: 98%;
	z-index: 2000;

	-webkit-touch-callout: default;
    -webkit-user-select: initial;
    -khtml-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: text;
}

.frame_message_cross {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 2000;
}

.app_disable {
	position: fixed;
	top: 0;
	background-color: #000;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	z-index: 100;
}

.side-nav li.active {
	background-color: transparent;
}

.side-nav li.active:hover,.side-nav li:hover {
	color: #fff;
	background-color: #ddd !important;
}

.collapsible-body {
	background-color: transparent !important;
}

.side-nav li {
	color: #000;
	padding: 0 !important;
}

.side-nav .collapsible-body li {
	margin-left: 3em;
	cursor: pointer;
}

.side-nav .collapsible-header {
	margin: inherit !important;
}

.brand-logo {
	margin-left: 50px;
	letter-spacing: 2px;
}

.frame_message_button {
	text-align: center;
}

.file_component_box {
	border: solid 1px;
	border-color: #BFBFBF;
	display: inline-block;
	min-width: 150px;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

nav a.button-collapse {
	left: 0px !important;
}

.lookup_grid input {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	outline: none;
	height: 3rem;
	line-height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}

.lookup_grid .dictionary_input {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	outline: none;
	min-height: 3rem;
	line-height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}

.lookup_grid {
	position: relative;
}

.lookup_grid .dropdown-content {
	opacity: 1 !important;
	width: 100%;
}

.lookup_grid .lookup_buttons {
	text-align: right;
	margin-right: 15px;
}

.lookup_grid span.caret {
	color: initial;
	position: absolute;
	right: 0;
	top: 32px;
	font-size: 10px;
}

.lookup_buttons button i {
	vertical-align: middle;
}

.lookup_buttons i,.lookup_buttons button {
	margin-right: 2px;
}

.dictionary_comp_sel {
	display: inline-block;
	padding: 2px;
	margin-left: 4px;
	margin-bottom: 2px;
}

/*

LOGOWANIE

*/
.box_header h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	color: #00CE9B;
}

.box_header {
	padding: 10px;
	width: calc(100% + 24px);
    margin-left: -12px;
}

.hidden_menu .box_header {
	background-image: url('http://projekty-ue.4system.com/images/logo.png');
	background-repeat: no-repeat;
	background-position: 0;
}

.login_box .logo {
	background-image: url('http://projekty-ue.4system.com/images/logo.png');
	background-size: 100% 100%;
}

.box_content {
	/* background-color: #F0F0F5; */
	padding: 20px;
}

.box_content_register {
	background-color: #F0F0F5;
	padding: 10px;
}

.button_form {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff !important;
}

.button_form button {
	color: #fff !important;
}

.menu-item {
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	color: #FFF;
}

.menu-item:hover {
	color: white;
	background-color: #2196F3;
}


.login_box_window {
		padding-top: 100px;
}

@media screen and (max-width: 1500px) {


	.app_action {
		border: none !important;
	}


}

@media screen and (max-width: 1200px) {
	.app_action  span {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.menu {
		display: none !important;
	}
	.vertical-center {
		display: block;
	}
	.menu_show_icon,.close_icon {
		display: inline-block !important;
	}
	.menu_show_icon img,.close_icon img {
		width: 30px;
		height: 30px;
	}
	.menu-icon {
		margin-left: 15px;
	}
	.menu-item {
		border-bottom: solid 1px #fff;
	}

	/*.login_box_window {
		margin-top: 100px;
		margin-bottom: 100px;
	}*/

	#langs_select {
		position: relative;
	}

	.brand-logo {
		left: 140px !important;
	}

	#copyright {
		display: none;
	}

	.app_row {
		display: block !important;
	}

	.button_tile_description {
		font-size: 12px !important;
	}

	.framework_form  {
		width: 100% !important;
	}
	
	.navigation_app_name span {
		font-size: 16px !important;
	}
	.navigation_app_name img {
		display: none !important;
	}
/* 	.frame_table {
		table-layout: inherit !important;
	} */
}

@media screen and (max-width: 500px) {
	.login_box_window {
		padding-top: 10px;
	}

	.brand-logo {
		/* display: none !important; */
		/*   font-size: 20px !important;
    		left: 25% !important;*/
	}

	nav .nav-wrapper i {
		margin-top: 5px;
	}

	.quiz_player_summary_user_name {
		padding: 10px !important;
	}
}

.menu_show_icon,.close_icon {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

.hidden_menu {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
}

.menu-icon {
	display: inline-block;
	margin-right: 5px;
}

.menu-icon img {
	width: 40px;
	height: 40px;
}

.form_button {
	border-radius: 4px;
	border: none;
	padding: 10px;
}

.form_button:hover {
	background-color: #63B5F6 !important;
}

.form_button img {
	float: left;
	width: 20px;
	height: 20px;
}

.vertical-center {
	height: 100%; /* Fallback for browsers do NOT support vh unit */
	height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
}

.vertical-center .container {
	width: 80%;
    margin: 0 auto;
}

.no-display {
	display: none !important;
}

.hidden_menu .box_header {
	padding-left: 20px;
}

.bold {
	font-weight: bold;
}

.login_box i {
	vertical-align: middle;
}

.frame_table_container {
	/*overflow-x: scroll;*/
    overflow-x: auto;
    padding: 12px;
}


.tabs .indicator {
	background-color: #2196F3;
}

fieldset {
	border: none;
}

.form-group {
	position: relative;
}

.picker__wrap {
	display: table !important;
}

.brand-logo {
	height: 100% !important;
}

.brand-logo img {
	height: 100%;
}

.brand-logo span {
	vertical-align: top;
}

.badge {
	cursor: pointer;
}

.collection-item span {
	cursor: pointer;
}
.table-navi-el label {
	white-space:nowrap;
}

.frame_message_button .btn {
	margin-right: 5px;
	margin-top: 5px;
}



ul li img {
	vertical-align: middle;
}

.pointer {
	cursor: pointer;
}


.app_container {
	border: solid 1px;
	min-height: 50px;
}

.app_container_header {
	background-color: #616161;
	color: #fff;
	padding: 5px;
}

.app_container_list {
	background-color: #fff;
}

.app-info {
	padding-left: 30px !important;
}

.app_action {
	text-align: center;
	cursor: pointer;
	border-left: solid 1px #bdbdbd;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.app_sep {
	border-bottom: solid 1px #bdbdbd;
}



fieldset {
	border: none;
}

input[type]:focus:not([readonly]),
input[password]:focus:not([readonly]),
input[email]:focus:not([readonly]),
input[url]:focus:not([readonly]),
textarea:focus:not([readonly]),textarea.materialize-textarea {
	border-bottom: 1px solid #9e9e9e !important;
	/*box-shadow: 0 1px 0 0 #9e9e9e !important;*/
}

input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336 !important;
    box-shadow: 0 1px 0 0 #F44336 !important;
}

.app_container_action {
	text-align: center;
	display: inline-block;
}

.app_container_options {
	border-bottom: solid 1px #bdbdbd;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	background-color: #e0e0e0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

footer {
	/*height: 90px !important;
	position: relative;
	width: 100%;
	padding-top: 0px !important;*/
	height: 24px !important;
	position: relative;
	width: 100%;
}

.page-footer {
	font-weight: 300;
	padding-top: 0px !important;
}

footer img {
	vertical-align: middle;
	margin-left: 5px;
}
footer a {
	font-weight: 300;
}

header {
	height: 64px !important;
}
main {
	height: calc(100% - 24px);
	overflow: auto;
}


#langs_select {
	position: absolute;
	top: 20px;
	right: 20px;
}

#work, #team {
     background: inherit !important;
}



/*


BATTLE QUIZ


*/
.roundScoreDivs {
	width: auto;
	height: 30px;
}

#battleSubject{
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	background-color: green;
	width : 30%;
	height : 50px;
	display: table;
	text-align : center;
}

.questionContent{
	background-color : 	#e0e0e0;
	width : 100%;
	height : 100px;
	border-radius: 10px;
}

.paragraph{
	margin-top : 10px;
	margin-left : 5%;
}


.rowContent{
	padding-left : 2.5%;
	padding-right : 2.5%;
}

.paragraphCenter{
	margin-left : auto;
	margin-right : auto;
	display : table-cell;
	vertical-align : middle;
	color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.containerProgressBar{
	width:100%;
	height : 100px;
}

.scoreDivsCorrect{
	width: 25px;
	height : 25px;
	background-color : #66bb6a;
	margin-left : 5px;
	float : left;
	margin-top : 20px;
	border-radius: 4px;
}

.scoreDivsIncorrect{
	width: 25px;
	height : 25px;
	background-color : #ef5350;
	margin-left : 5px;
	float : left;
	margin-top : 20px;
	border-radius: 4px;
}

.score .scoreDivsCorrect, .score .scoreDivsIncorrect {
	width: 100% !important;
	float: none !important;
	margin-left: 0px !important;
	margin-top : 0px !important;
	border: solid 1px #fff;
	text-align: center;
	color: #fff;
}

.score {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top: 20px;
	/* background-color: #bdbdbd; */
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.score:first-child {
	border-left: solid 1px #fff;
}

.score:last-child {
	border-right: solid 1px #fff;
}

.roundScore {
	background-color: #e3f2fd;
	border: solid 1px #bdbdbd;
	padding: 10px;
}
.answer_correct {
	background-color:#26a69a !important;
}

.answer_not_correct {
	background-color: #e53935 !important;
}

#answersDiv .btn-large {
	min-height: 54px !important;
	height: auto;
	line-height: normal;
	width: 98% !important;
	margin-top: 10px;
	padding-top: 15px;
    padding-bottom: 15px;
}

#answersDiv .div[name="answer"]:nth-child(odd) {
	float: left;
}

#answersDiv.div[name="answer"]:nth-child(even) {
	float: right;
}


.answer_part p{
	white-space: normal;
}

.framework_form  h2 {
	margin-top: 0px !important;
}

.card {
	border: 1px solid #ffffff;

	box-shadow: 10px 10px 10px 0 rgba(46,61,73,0.12);
    border-radius: 0.125rem;
    transition: box-shadow 0.3s ease;
}

.card.card-hoverable:hover
{
	box-shadow: 2px 2px 10px 0 rgba(46,61,73,0.12);
}


.record_card.active .card {
	/* box-shadow: 0 2px 5px 0 rgba(33, 150, 243, 0.8),0 2px 10px 0 rgba(33, 150, 243, 0.8) !important;
    border: 1px solid #039be5; */
    box-sizing: border-box;
}

.record_card .card-image img {
	max-height: 250px;
}
.record_card .card-image {
	background-color: #DADADA;
}

/*.modal.modal-fixed-footer .modal-footer {
	position: relative !important;
}*/

.framework_form .modal-header {
	z-index: 2001;
	padding-top: 24px;
	background: #fafafa;
	width: calc(100% - 48px);
	box-shadow: 0 4px 3px -3px #999;
}

#work {
	padding-top: 0 !important;
}

.workspace,.screen_container {
	padding-top: 3em;
}

.screen_element .screen_container {
	padding-top: 0em !important;
}

.dropdown-content {
   overflow-y: auto;
   -ms-overflow-y: auto;
 /*  margin-top: 64px;*/
   min-width: 180px;
}

.dropdown-content .dropdown-content {
   margin-left: calc(-100% - 1px);
   margin-top: 0;
}

.dropdown-content .dropdown-button {
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    letter-spacing: 0;
}

nav {
	height: 64px;
	line-height: 64px;
}

nav .button-collapse i {
    height: 64px;
    line-height: 64px;
}

nav ul a {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0 10px 0 15px;
}

nav ul a.nextlevel {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: normal;
}

i.right {
	margin-left: 5px;
}

.mdi-navigation-menu {
	margin-left: 10px;
}

.framework_tile_description {
	background-color: #DFDFDF;
}

.framework_form_tile {
	border: solid 1px #CACACA;
	padding: 3px !important;
	margin: 8px !important;
	box-shadow: 2px 4px 3px 0px #999;
	background-color: #fff;
}

.framework_tile_description span {
	margin-left: 12px;
}

.form_tile_content {
	text-align: center;
}

.framework_tile_progress_bar {
	display: inline-block;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* .quiz_player_container .framework_tile_progress_bar {
	width: 80px;
	height: 80px;
} */

.framework_tile_value {
	margin-left: 10px;
	font-size: 25px;
}
.framework_tile_value, .framework_tile_sum {
	vertical-align: middle;
}

.screen_element_shadow {
	box-shadow: 2px 4px 3px 0px #999;
	margin-bottom: 10px;
	border-top: solid 1px #CACACA;
	border-left: solid 1px #CACACA;
}

.screen_element_padd {
	padding: 5px !important;
}

.screen_element {
	margin-bottom: 5px;
	padding: 0 0.25em !important;
}

@media screen and (max-width: 800px) {
	.screen_element {
		height: auto !important;
	}
}

.screen_element .cardsContainer {
	padding-left: 15px;
	padding-right: 15px;
}

h3 {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.form_tile_content h1 {
	font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

.quiz_header  {
	text-align: center;
}

.quiz_question {
	background-color: #696768;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	padding: 20px;
	color: #fff;
}

.quiz_answer {
	background-color: #fff;
	border-radius: 5px;
	margin-top: 5px;
	padding: 20px;
	cursor: pointer;
}

.quiz_answer_correct {
	background-color: #4caf50 !important;
}

.quiz_answer_incorrect {
	background-color: #c62828 !important;
}

.framework_button_tile {
	border-radius: 5px;
	cursor: pointer;
	border: solid 1px #CACACA;
	background-color: #fff;
}

.button_tile_content {
	text-align: center;
	padding: 15px;
}

.button_tile_content img {
	max-height: 250px;
}

.button_tile_description {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #CACACA;
}

.quiz_player_container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index: 1000;
	background-image : url('../../../images/bg/bg_desktop.jpg');
	background-position: 50% 50%;
	background-size: cover;

}

.quiz_button_confirm {
	margin-top: 20px;
	width: 100%;
	border-radius: 5px;
}

.quiz_player_header {
	height: 100px;
	margin-bottom: 50px;
}

.quiz_player_info {
	background-color: #E00000;
	height: 50px;
	margin-top: 20px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quiz_player_info img {
	height: 30px;
}

.quiz_player_info span {
	display: inline-block;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

#qp_curr_points {
	margin-right: 10px;
}

#qu_progress_bar {
	position: relative;
}

#qu_left_time {
	position: absolute;
	top: 45px;
	left: 31%;
	font-weight: bold;
}

#qu_progress_bar {
	background-color: #FE0000;
	border-radius: 66px;
	padding: 10px;
}

.large_icon {
	font-size: 60px !important;
	cursor: pointer;
}

.battle_quiz_summary_row img {
	width: 25px;
	height: 25px;

}

.battle_quiz_summary_row {
	background-color: #fff;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.quiz_player_summary_header {
	color: #fff;
	position: relative;

}

.quiz_player_summary_header .row {
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 0px !important;
}

.quiz_player_won_information {
    position: absolute;
    display: block;

    background-color: #39C701;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
}

.quiz_player_no_opponent_information {
    position: absolute;
    display: block;

    background-color: #808080;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
}

.quiz_player_user_info
{
	display:flex;
	justify-content: center;
	text-align: center;
	color: black;
	padding: 0;
    background-color: rgba(0,0,0,0) !important;
    height: 75% !important;
	font-size: 2.5em;
}

.quiz_player_user_name
{
	align-items: center;
    height: 25%;
    display: flex;
    justify-content: center;
    font-size: 1em;
    background-color: rgba(0,0,0,0) !important;
    padding: 5px;
    text-align:center;
}

.quiz_player_user_bg
{
background: url(../../../images/icons/bg_user.png) no-repeat center center;
    background-size: contain;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 90%;
    width: 90%;
    color: #505050;
    min-height: 80px;
}

.quiz_player_finished_date
{
	display: flex;
    font-size: .75em;
    color: #b0b0b0;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 10px 10px 0 0;
    padding: 7px 0 7px 0 !important;
    height: 100%;
}

.quiz_player_score_display
{
	font-size: 3em;
	height: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quiz_player_lost_information {
	position: absolute;
    display: block;

    background-color: #EC0002;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
}

.quiz_player_buttons {
	background-color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
}

.quiz_player_summary_header h4 {
	text-align: center;
}

.battle_quiz_summary_row_no {
	text-align: center;
}

.btn-large img {
	max-height: 2.5em;
	vertical-align: middle;
}

.battle_quiz_summary_row_no {
	background-color: #E0E0E0;
	display: inline-block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.battle_quiz_summary_row_question_points
{
	display: inline-block;
	margin-left: 10px;
}


.screen_container .screen_element h2 {
	display: none;
}

#nav-mobile .circle {
	display: none;
}

#nav_f .circle {
	display: none;
	height: auto;
}

.hide-on-med-and-down li {
	display: none;
}

#nav-mobile-activate {
	display: block;
}

#nav-mobile-activate {
	float: right;
}

#nav_fun_return {
	float: left;
}

.login-form {
	background-color: #fff;
}

.drag-target {
	width: auto !important;
}

.quiz_player_header .large_icon {
	display: none;
}

.report-table
{
}

.report-table th
{
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.center-content
{
	display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-question-sign
{
	display:flex;
	justify-content:center;
	border-radius: 5px 0 0 5px;
	background-color: black;
	color:white;
}

.quiz-question-text{
	display:flex;
	align-items: center;
	color:white;
	font-size: 1.2em;
	background-color: #808080;
	border-radius: 0px 5px 5px 0;
}

.quiz-question-row{
	margin: 0 0 10px !important;
}

.quiz-question-row .row
{
	margin: 0 !important;
}

.quiz-question-cpl
{
	display: flex;
    height: 100%;
    background-color: black;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 30% 0, 70% 0);
}

.quiz_answer_container
{
	margin: 0 0 5px !important;
	min-height: 50px;
	display:flex;
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
}

.quiz_answer_cpl
{
    width: 10px;
    margin-left: -1px;
    background-color: black;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
    clip-path: polygon(0 70%, 0 30%, 100% 50%);
}

.quiz_answer_sign
{
	padding: 0 !important;
    display:  flex;
    font-size: 1.5em;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.quiz_answer_text
{
	display:flex;
	align-items:center;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    word-wrap: break-word;
}

.component_element label
{
	color: rgba(0,0,0,0.87);
}

.modal_obligatory_info
{
	display: inline-block;
    color: red;
    margin: 12px 12px;
}

.quiz_answer_image
{
	width: 30px;
	height: 30px;
}

.quiz_question_cpl_row
{
	height:15px;
}

.new_invitations_notification
{
	position: absolute;
	left: 10px;
	top: 10px;
}

.new_invitations_notification i
{
	font-size: calc(2em + 2vmin);
	color:red;
}

.card-title
{
	color: #424242 !important;
}

.tile_noRecordsWarning .material-icons
{
	font-size:1.5em;
	margin-right:5px;
	color:#FF9100;
}

/* IE10+ SPECIFIC */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.quiz_answers
	{
		display: -ms-flexbox;
		-ms-flex-direction: column;
	}

	.quiz_answer_container
	{
		min-height: 50px;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-align: stretch;
		-ms-flex: 1 1 auto;
	}

	.quiz_answer_sign
	{
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-pack: center;
		-ms-flex: 0 1 auto;
		-ms-flex-align: center;
	}

	.quiz_answer_image
	{
		-ms-flex: 0 0 auto;
		width: 30px;
		height: 30px;
	}

	.quiz_answer_cpl
	{
		display: none;
	}

	.quiz_answer_text
	{
		display: -ms-flex;
		-ms-flex-direction: row;
		-ms-flex-pack: center;
		-ms-flex: 1 1 auto;
		padding: 5px !important;
	}

	.quiz_answer_text span
	{
		-ms-flex: 1 1 auto;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		word-break: break-all;
		-ms-flex-align: center;
	}

	.quiz_question_cpl_row
	{
		display:none;
	}


	.quiz-question-row
	{
		display: -ms-flexbox;
		-ms-flex: 1 1 auto;
		min-height: 50px;
		-ms-flex-direction: row;
	}

	.quiz-question-row .row:first-child
	{
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex: 1 1 auto;

	}

	.quiz-question-row .row:last-child
	{
		display:none;
	}

	.quiz-question-sign
	{
		-ms-flex: 0 1 auto;
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		font-size: calc(3em + 1vmin);
	}

	.quiz_question_text
	{
		display: -ms-flexbox;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
		word-break: break-all;
		padding: 5px !important;
		-ms-flex: 1 1 auto;
	}

	.frame_table
	{
		table-layout: auto;
	}

	.frame_table_container
	{
		overflow-x: visible;
	}

	body
	{
		overflow-y:hidden;
	}
}

.navigation_row
{
	background-color: red;
    height: 64px;
    color: #fff;
    font-size: 1.5em;
}

.navigation_row a
{
	text-decoration: none;
	color: #fff;
	height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.navigation_return
{
	cursor: pointer;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
}

.navigation_app_name
{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navigation_home
{
	cursor: pointer;
 	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
}

.navigation_menu
{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
}

.navigation_debug
{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
}

.navigation_editor
{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
}

.navigation_editor ul
{
	margin: 0;
	padding: 0;
}

.navigation_editor ul img
{
	margin: 0 !important;
	padding: 0 !important;
}

.side-nav
{
	font-size: 0.7em;
}

#nav_f
{
	height: 6%;
}

.tile-button
{
	max-width: 100%;
    height: auto;
}


.tile-button
{
	margin-right: 10px;
}

.tile-buttons-container
{
	direction:rtl;
}

.tile-button span
{
	display: none;
}


.debug_window {

}


.box_title {
	width:100%;
	height:35px;
	color:black;
	background: lightgray;
	font-weight: bold;
	font-family: OpenSans-CondBold,Sans-Serif,Arial,Tahoma,Trebuchet MS;
	font-size: 12pt;
	text-align:center;
	text-transform:uppercase;
	margin: 0px !important;
}

.debugTable{
	color:#46484A;
	border:0px none;
	margin: 0 0 0 0;
	padding: 0;
	border-spacing: 0;
	width:100%;
	font-size:9pt;
	border-collapse: collapse;
}

.debugTable TH {
 	color:#000;
	background-color:#DDD;
	text-shadow:none;
	text-align: left;
	vertical-align:top;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #000;
	border-left:1px solid #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
}


.debugTable TD {
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	vertical-align:top;
	height:22px;
}

.card-action.hide-buttons{
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0px;
	height: 58px !important;
}
.card-action-helper{
	position: absolute;
	bottom: 0px;
	height: 58px;
	width: 100%;
}
i.activator{
	cursor : pointer;
}
.btn-floating.btn-large.halfway-fab {
   /* bottom: -28px;*/
   top: 170px;
}
.btn-floating.halfway-fab {
    position: absolute;
  /*  right: 24px;
    bottom: -20px;*/
    max-width: 200%;
}
.card_rating span i{
	margin-right:0px;
}
.card_rating span{
	margin-right:10px;
}
.card .progress{
	margin: 0 0 0 0;
	background-color: #eeeeee !important;
}

.lookupCards_header{
    font-size: 24px;
    font-weight: 300;
	color: #fff !important;
}
.field_hint{
	float: right;
	border-radius: 50%;
	cursor: pointer;
}
.field_hint i{
	color: #BCDBEA;
}

@media screen and (min-width: 600px) {
	.info_content{
		padding-right: 20px !important;
	}
}
#card-alert{
	background-color: #464444a8;
	border-radius: 10px;
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#card-alert .row .box_content{
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-weight: 300;
	font-size: 17px;
}
.navigation_row>div {
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow: ellipsis;
}
/*PRICE TAG*/
.tags div {
	float: left;
	position: relative;
	width: auto;
	height: 30px;
	padding: 0 12px;
	line-height: 30px;
	background: #1f8dd6;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	min-width: 103px;
}

.tags div.tag-red {
	background: #f44336 !important;
}

.tags div.tag-green {
	background: #4caf50 !important;
}

.tags div:before {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.tags div:after {
	content: "";
	position: absolute;
	top: 13px;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px #004977;
	-webkit-box-shadow: -1px -1px 2px #004977;
	box-shadow: -1px -1px 2px #004977;
}

.tags div:hover {
	background: #1d85ca;
}

.tags div.tag-red:hover {
	background: #e53935 !important;
}

.tags div.tag-green:hover {
	background: #43a047 !important;
}

/* Add rounded corners to right end of the anchor tag */
.price-tag div {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

/* Position and show only right border of triangle  */
.price-tag div:before {
	left: -15px;
	border-color: transparent #1f8dd6 transparent transparent;
	border-width: 15px 15px 15px 0;
}

/* Fix the circle between anchor box and triangle left to it  */
.price-tag div:after {
	left: -2px;
}

.price-tag div:hover:before {
	border-color: transparent #1d85ca transparent transparent;
}

.price-tag div.tag-red:before {
	border-color: transparent #f44336 transparent transparent !important;
}

.price-tag div.tag-green:before {
	border-color: transparent #4caf50 transparent transparent !important;
}

.price-tag div.tag-red:hover:before {
	border-color: transparent #e53935 transparent transparent !important;
}

.price-tag div.tag-green:hover:before {
	border-color: transparent #43a047 transparent transparent !important;
}

.card-image {
	position: relative;
}

.text {
	color: white;
	font-size: 5rem !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

#cart_page img {
	border-radius: 0.525rem;
}

#cart_page .input-field input[type=text]:focus+label {
	color: #2196F3;
}

#cart_page .input-field input[type=text]:focus {
	border-bottom: 1px solid #2196F3;
	box-shadow: 0 1px 0 0 #2196F3;
}

#cart_page .input-field input[type=email]:focus {
	border-bottom: 1px solid #2196F3;
	box-shadow: 0 1px 0 0 #2196F3;
}

#cart_page .input-field .prefix.active{
	color: #2196F3 !important;
}
#cart_page {
	/*opacity: 0.85 !important;*/
}
#cart_page .modal-footer{
	background-color: unset !important;
}
@media screen and (max-width: 600px){
	#cart_page.modal {
	    width: 100% !important;
	    top: 0px !important;
	    opacity: 1 !important;
	    max-height:100% !important;
	    height: 100%;
	}
}
.user-view > a {
	height: 30px;
    position: relative;
}
.user-view > img {
	position: absolute;
}
