@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
@import url('../../css/style_common.css');
html {
    margin-left: calc(100vw - 100%) !important;
    margin-right: 0 !important;
    overflow: auto !important;
}

.main_font {
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.sended {
    color: #37DB7E
}

.notsended {
    color: #DE0D6F
}

.sep {
    height: 10px;
}

.bsep {
    height: 30px;
}

.msg_error {
    border: 1px solid #FF0000;
}

.msg_success {
    border: 1px solid #0000FF;
}

.main_menu {
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    color: #F8901D;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
}

.cont_menu {
    background-color: #CCCCFF;
    display: block;
    overflow: auto;
}

.menu_elm {
    float: left;
    padding: 10px;
}

.menu_elm_right {
    float: right;
    padding: 10px;
}

.sub_menu,
.inside_menu {
    padding: 5px;
    color: #F8901D;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.cont_inside {
    width: 100%;
    text-align: center;
}

.sub_inside {
    margin: auto;
}

.w150 {
    width: 150px !important;
}

.w650 {
    width: 650px;
}

.w300 {
    width: 300px;
}

.w800 {
    width: 800px !important;
}

.rowcolor {
    background-color: #e0e0e0;
}

.div_table {
    display: table;
}


/*
.div-table,
.st,
.st
{
  border:1px solid  #666666;         
  
}
*/

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
    padding: 0px;
}

.div-table-col {
    float: left;
    /*fix for  buggy browsers*/
    display: table-column;
    margin: 15px;
    padding: 0px;
}

.rl {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rr {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lsmenu {
    margin: 10px;
}

.inv_row {
    text-align: left;
}

.inv_field {
    display: block;
    float: left;
    min-width: 200px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-align: center;
    vertical-align: top;
    min-height: 30px;
    border-bottom: 1px dotted #000000;
}

.ib {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.ib_button {
    display: inline-block;
    padding: 2px 20px 2px 20px;
    margin: 0px;
}

.fl {
    float: left;
    display: block;
}

.fr {
    float: right;
    display: block;
}

.clearfix {
    clear: both
}

.minh {
    min-height: 30px;
}

.list2 {
    list-style: none;
    text-align: left;
}

.hd {
    display: none;
}

.title {
    font-size: 18px;
    font-weight: bold;
}

.important {
    color: #FF0000;
}

.border {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

.qc {
    overflow: hidden;
}

.w75 {
    width: 75% !important;
}

.w50 {
    width: 49% !important;
}

.w20 {
    width: 20% !important;
    display: inline-block;
}

.tbl {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    padding: 1px 15px 1px 15px;
    vertical-align: middle;
}

.cc1 {
    padding: 5px 2px 18px 2px
}

.cc2 {
    padding: 5px
}

.mb {
    margin-bottom: 10px;
}

.mb_big {
    margin-bottom: 30px;
}

.editable {
    border: dashed 2px #558C89;
}

.over {
    position: absolute;
    z-index: 1000;
}

.mh {
    min-height: 50px;
    position: relative;
}

.center {
    text-align: center;
    margin: auto;
}

.delete_normal {
    display: inline-block;
    padding: 1px;
    border-radius: 2px;
    opacity: 0.6;
    background-image: url(images/delete.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    overflow: visible;
}

#dialog_form {
    z-index: 10000
}

.rounded {
    border-radius: 5px;
}

.chatresults {
    display: inline-block;
    width: 200px;
    overflow: hidden
}

.marginresult {
    margin-left: 100px;
}


/* */

.table_class {
    display: table;
    box-sizing: border-box;
}

.tr_class {
    display: table-row;
}

.td_class {
    display: table-cell;
    padding: 3px;
}

.td_class a {
    font-size: 15px;
    color: #818181
}

;
.minwidth {
    min-width: 400px;
}

.container {
    width: 100%;
    text-align: center;
}

.ac {
    margin: auto;
}

.ml {
    margin-left: 10px;
}

.mr {
    margin-right: 10px;
}

.mlb {
    margin-left: 30px;
}

.window {
    min-height: 250px;
    min-width: 600px;
    padding: 30px;
}

.w100 {
    width: 100%
}

.w50p {
    width: 50px !important;
}

.trc {
    position: absolute;
    top: 0;
    right: 0;
}

.relative {
    position: relative;
}

html {
    margin: 0px;
    height: 100%;
    overflow: auto;
}

body {
    margin: 0px;
    font: 15px Arial, Helvetica, sans-serif;
    color: black;
    line-height: 1;
    height: 100%;
    overflow: auto;
}

a {
    text-decoration: none;
    color: black;
    outline: none;
}

h1 {
    font-size: 16px;
    margin: 0;
}

h2,
h3,
h4,
h5 {
    font-size: 14px;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

form {
    margin: 0px;
    padding: 0px;
}

input[type=text],
textarea {
    vertical-align: middle;
    padding: 5px;
    padding-left: 15px;
    margin: 3px;
    box-sizing: border-box;
    font-size: 15px;
}

label {
    vertical-align: middle;
}

hr {
    color: #D3E5F7;
    height: 1px;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #D3E5F7;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*---------------------------------------------------*/

.show_on_mobile {
    display: none!important;
}

.hide_on_mobile {
    display: block;
}

span.hide_on_mobile {
    display: inline;
}


/*---------------Layout------------------------------*/

.main_center {
    margin: 0 auto;
    width: 1100px;
    position: relative;
}

.main_screen {
    width: 100%;
    height: 100%;
    min-width: 800px;
}

#top {
    background-color: #FFFFFF;
    height: 40px;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
}

#right {
    /*position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	*/
    background-color: #F3F3F3;
    width: 270px;
    min-height: 100%;
    height: 100%;
    /*float: right;*/
    vertical-align: top;
}

#center {
    background-color: #6495ed;
}

#bottom {
    background-color: #d2b48c;
}


/*---------------Common------------------------------*/

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    display: block;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.a-left {
    text-align: left !important;
}

.a-right {
    text-align: right !important;
}

.a-center {
    text-align: center !important;
}


/*---------------------------------------------------*/

#top .left_section {
    float: left;
    width: calc(100% - 300px);
    min-width: 530px;
    padding-left: 30px;
    overflow: hidden;
    height: 40px;
}

#top .logo {
    float: left;
    font-size: 25px;
    line-height: 40px;
    display: block;
    margin-right: 10px;
    padding: 3px;
}

#top .logo img {
    height: 34px;
}

#top .logo a {
    display: block;
    height: 100%;
    text-decoration: none;
}

#top ul.menu {
    overflow: hidden;
    float: left;
    margin-left: 20px;
}

#top ul.menu li {
    box-sizing: border-box;
    /*background: #E67166  no-repeat center;*/
    float: left;
    /*width: 40px;*/
    height: 40px;
    text-align: center;
    padding: 12px;
}


/*
#top ul.menu li.home{
	background-image: url(images/home.svg);
	background-size: 19px 22px;
}
#top ul.menu li.settings{
	background-image: url(images/settings.svg);
	background-color: #d8695e;
	background-size: 24px 24px;
}
#top ul.menu li.play{
	background-image: url(images/play.svg);
	background-size: 19px 22px;
}
*/

#top ul.menu li.active {
    background-color: #37114B;
}

#top ul.menu li.active a {
    color: #FFFFFF !important;
}

#top ul.menu a {
    display: block;
    height: 100%;
}

#top ul.private_messages_list {
    overflow: hidden;
    float: right;
    font-size: 11px;
}

#top ul.private_messages_list li {
    float: left;
    width: 160px;
}

#top ul.private_messages_list a {
    display: block;
    color: white;
    height: 40px;
    width: 120px;
    padding-right: 40px;
    text-align: right;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#top ul.private_messages_list a:before {
    background: #EF9990;
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 9px;
}

#top ul.private_messages_list a:after {
    background: url(images/down-arrow.svg) no-repeat center;
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 17px;
    right: 22px;
}

#top a.logout {
    background: url(images/logout.svg) no-repeat center;
    background-size: 20px 21px;
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

#top .logout svg {
    /*fill:#37114B;	*/
}


/*submenu*/

.subnavbtn.active {
    color: #FFFFFF !important;
}

.menu {
    overflow: hidden;
}

.subnav {
    float: left !important;
    overflow: hidden !important;
}

.subnav .subnavbtn {
    border: none;
    outline: none;
    color: black;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 1;
    height: 40px;
    top: 41px;
    border-bottom: 1px solid #CCCCCC;
}

.subnav-content a {
    float: left;
    color: black;
    text-decoration: none;
}

.subnav:hover .subnav-content {
    display: block !important;
}

.button {
    display: inline-block;
    width: 150px;
    height: 53px;
    line-height: 53px;
    border: 2px solid white;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}


/*---------------------------------------------------*/

.page {
    height: 100%;
    box-sizing: border-box;
}


/*---------------------------------------------------*/

.chat {}

.chat .messages {
    height: calc(100% - 96px);
    box-sizing: border-box;
    padding-right: 5px;
}

.chat .messages ul.items {
    padding: 0 30px 30px 30px;
}

.chat .messages ul.items>li {
    padding: 20px 5% 0 0;
    overflow: hidden;
    position: relative;
}

.chat .messages ul.items .buttons {
    width: 32px;
    height: 66px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.chat .messages ul.items .buttons .button {
    background: #D3D3D3 no-repeat center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.chat .messages ul.items .buttons .button {
    top: 16px;
    opacity: 1;
}

.chat .messages ul.items .buttons .button.open:hover {
    background-color: #62DE97;
}

.chat .messages ul.items .buttons.opened .button.open {
    left: -30px;
    opacity: 0;
}

.chat .messages ul.items .buttons .button.edit {
    background-image: url(images/edit.svg);
    background-size: 13px 13px;
    background-color: #62DE97;
    top: 5px;
    left: -30px;
    opacity: 0;
}

.chat .messages ul.items .buttons .button.message {
    background-image: url(images/message2.svg);
    background-size: 13px 13px;
    background-color: #0084FF;
    top: 30px;
    left: -30px;
    opacity: 0;
}

.chat .messages ul.items .buttons.opened .button.edit,
.chat .messages ul.items .buttons.opened .button.message {
    left: 50%;
    opacity: 1;
}

.chat .messages ul.items .user {
    float: left;
    width: 66px;
    margin-right: 15px;
    text-align: center;
}

.chat .messages ul.items .user .name {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.chat .messages ul.items li.type_client .user .name {
    color: #459af1;
}

.chat .messages ul.items .user .userphoto {
    height: 66px;
    border-radius: 33px;
    overflow: hidden;
    margin-bottom: 5px;
}

.chat .messages ul.items .user .userphoto img {
    width: 100%;
}

.chat .messages ul.items .messagebox {
    background: #F3F3F3;
    position: relative;
    float: left;
    width: calc( 100% - 113px);
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.3;
    border-radius: 4px;
    border-top-left-radius: 0;
}

.chat .messages ul.items .messagebox:after {
    content: '';
    position: absolute;
    left: -9px;
    top: -7px;
    display: block;
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #F3F3F3;
}

.chat .messages ul.items .messagebox p {
    margin-bottom: 5px;
}

.chat .messages ul.items .messagebox .postdate {
    font-size: 14px;
    color: #aeaeae;
}

.chat .messages ul.items .flag {
    width: 18px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: -30px;
    fill: #F3F3F3;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
}

.chat .messages ul.items .flag.on {
    fill: #6BE09D;
}

.chat .messages ul.items .corner {
    background: url(images/corner.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: white;
    text-align: right;
}

.chat .messages ul.items .corner span {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    margin: 3px 5px 0 0;
}

.chat .messages .scrollbox {
    height: 100%;
    overflow-y: auto;
}

.chat .write_message {
    background-image: linear-gradient(top, #EEEDEE 0%, white 14px);
    background-image: -o-linear-gradient(top, #EEEDEE 0%, white 14px);
    background-image: -moz-linear-gradient(top, #EEEDEE 0%, white 14px);
    background-image: -webkit-linear-gradient(top, #EEEDEE 0%, white 14px);
    background-image: -ms-linear-gradient(top, #EEEDEE 0%, white 14px);
    height: 66px;
    padding: 30px 0 0 26px;
}

.chat .write_message img {
    margin-right: 10px;
}

.chat .write_message textarea {
    width: 90%;
    width: calc(100% - 90px);
    height: 50px;
    font: 15px Arial, Helvetica, sans-serif;
    color: #a2a2a2;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
    outline: none;
}


/*---------------------------------------------------*/

.side_panel {
    height: 100%;
    padding: 0 20px 0 20px;
}

.side_panel .scrollbox {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.side_panel .user {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.side_panel .user .name {
    font-size: 15px;
}


/*
.userphoto{
	width: 69px;
	height: 69px;
	border-radius: 36px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	display: block;
	border: 3px solid #37114B;
}
.userphoto img {width:100%;}


.side_panel .user .userphoto img{
	width: 100%;
}
*/

.side_panel .user a.settings {
    background: url(images/settings2.svg) no-repeat center;
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 55px;
    top: 50px;
}

.side_panel .group {
    padding: 15px 0;
    /**border-top: 1px solid #D2D2D2;*/
}

.side_panel .group .header {
    background: no-repeat left center;
    background-size: 26px 26px;
    font-size: 13px;
    color: #37114B;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    padding-left: 0px;
    line-height: 26px;
    font-weight: normal;
}

.side_panel .user .name {
    text-transform: none;
}

.side_panel .group.games .header {
    background-image: url(images/game.svg);
}

.side_panel .group.questions .header {
    background-image: url(images/question.svg);
}

.side_panel .group.users .header {
    background-image: url(images/user.svg);
}

.side_panel .group.projects .header {
    background-image: url(images/project.svg);
}

.side_panel .group a.add {
    font-size: 15px;
    display: block;
    margin-bottom: 25px;
}

.side_panel .group a.add:before {
    background: #2F9E82;
    content: '+';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: white;
    font-size: 31px;
    vertical-align: middle;
    margin-right: 12px;
    cursor: pointer;
    margin-top: -5px;
}

.side_panel .group a.add:hover:before {
    background: #41b396;
}

.side_panel .group ul.items {
    font-size: 15px;
    padding-left: 0px;
    line-height: 1.2;
    font-weight: 600;
}

.side_panel .group ul.items li {
    margin-bottom: 0px;
    min-height: 25px;
    padding: 3px 0 0 0px;
    position: relative;
}

.side_panel .group ul.items .ico,
.jscolor:after {
    background: #37114B no-repeat center;
    background-size: 14px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.side_panel .group ul.items .ico.blue {
    background-color: #459AF1;
}

.side_panel .group ul.items .ico.lightblue {
    background-color: #98DDDE;
}

.side_panel .group ul.items .ico.gray {
    background-color: #D3D3D3;
}

.side_panel .group ul.items .ico.green {
    background-color: #62DE97;
}

.side_panel .group ul.items .ico.plane {
    background-image: url(images/paper-plane.svg);
    background-position: 4px 5px;
}

.side_panel .group ul.items .ico.message {
    background-image: url(images/message3.svg);
    background-position: 4px 5px;
}

.side_panel .group ul.items .ico.checked {
    background-image: url(images/checked.svg);
    background-position: 4px 5px;
}

.side_panel .group ul.items a {
    display: inline-block;
}

.side_panel .group ul.items a span {
    display: inline-block;
    max-width: 180px;
    position: relative;
}


/*
.side_panel .group ul.items a span:after{
	background: url(images/edit2.svg) no-repeat;
	background-size: 14px;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: -24px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.3s ease-out;
		  transition: all 0.3s ease-out;		
}
.side_panel .group ul.items a:hover span:after{
	opacity: 1;
}
*/

.side_panel .group .caption {
    display: block;
    font-size: 12px;
    color: #5b5a5a;
    margin: 10px 0;
}

.side_panel .group ul.items.offline a {
    color: #afafaf;
}


/*---------------------------------------------------*/

.private_message_box {
    background: #37114B;
    width: 260px;
    height: 260px;
    position: absolute;
    /*top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);*/
    z-index: 5;
    color: white;
    display: none;
    border: 1px solid white;
}

.private_message_box.opened {
    display: block;
}

.private_message_box.active {
    z-index: 6;
}

.private_message_box .top_section {
    height: 32px;
    overflow: hidden;
    position: relative;
}

.private_message_box .top_section .header {
    padding: 0 10px;
    font-size: 15px;
    width: 186px;
    height: 32px;
    cursor: move;
    display: table-cell;
    vertical-align: middle
}

.private_message_box .top_section .buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.private_message_box .top_section .buttons a {
    background: no-repeat center;
    display: block;
    width: 27px;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: center;
    color: white;
    font-size: 12px;
}

.private_message_box .top_section .buttons a.minimize {
    background-image: url(images/up-arrow.svg);
    background-size: 11px 16px;
    display: block;
}

.private_message_box .messages {
    line-height: 1.3;
    font-size: 12px;
    padding: 10px 5px 0 10px;
}

.private_message_box .messages .scrollbox {
    height: 160px;
    overflow-y: auto;
}

.private_message_box .messages ul.items {}

.private_message_box .messages ul.items p {
    overflow: hidden;
}

.private_message_box .messages ul.items li {
    margin-bottom: 15px;
}

.private_message_box .messages ul.items li:before {
    content: '';
    clear: both;
    display: block;
}

.private_message_box .messages ul.items li.user2 {
    color: #923e36;
    text-align: right;
    width: 170px;
    float: right;
}

.private_message_box .messages ul.items .userphoto {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    overflow: hidden;
    float: left;
    margin: 0 7px 0 0;
}

.private_message_box .messages ul.items li.user2 .userphoto {
    float: right;
    margin: 0 0 0 7px;
}

.private_message_box .messages ul.items .userphoto img {
    width: 100%;
}

.private_message_box .write_message {
    padding: 5px 5px 0 5px;
}

.private_message_box .write_message textarea {
    width: 100%;
    height: 47px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #a2a2a2;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}


/*---------------------------------------------------*/

.overlay {
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=88);
    -moz-opacity: 0.88;
    opacity: 0.88;
    z-index: 10;
    display: none;
}

.overlay.opened {
    display: block;
}


/*---------------------------------------------------*/

.game_popup_box {
    background: #98DDDE;
    border: 8px solid #7BCDCE;
    width: 400px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 11;
    font-size: 24px;
    color: #548283;
    line-height: 1.2;
    text-align: center;
    display: none;
}

.game_popup_box.opened {
    display: block;
}

.game_popup_box .close {
    background: url(images/close.svg) no-repeat center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 0.8;
}

.game_popup_box .game_img {
    width: 68px;
    height: 68px;
    line-height: 62px;
    border: 2px solid white;
    border-radius: 36px;
    display: block;
    margin: 0 auto 15px auto;
}

.game_popup_box .game_img img {
    width: 53px;
    vertical-align: middle;
}

.game_popup_box .name {
    display: block;
    font-size: 35px;
    color: #366263;
    margin: 15px 0;
}

.game_popup_box .buttons {
    margin-top: 20px;
}

.game_popup_box .button1 {
    background: #37114B;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    height: 53px;
    line-height: 53px;
    width: 150px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 10px;
}

.game_popup_box .button2 {
    color: #5f8d8e;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}


/*---------------------------------------------------*/

.game_results {
    /*width: calc(95% - 113px);	
	margin: 20px 0 20px 113px;*/
}

.game_results .circle {
    background: #98DDDE;
    width: 42px;
    height: 42px;
    line-height: 52px;
    border-radius: 21px;
    float: left;
    margin: 43px 31px 0 40px;
    text-align: center;
}

.game_results .circle img {
    width: 28px;
}

.game_results .box {
    background: #98DDDE;
    color: white;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    float: left;
    width: calc(100% - 113px);
}

.game_results .header {
    font-size: 15px;
    color: #3d7778;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.game_results p.q {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.game_results .answers {
    overflow: hidden;
}

.game_results .answers li {
    float: left;
    width: 33.33%;
}

.game_results .answers .answer {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
}

.game_results .answers .number {
    font-size: 27px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 2px solid white;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.game_results .answers .names {
    font-weight: bold;
}

@media all and (max-width: 1200px) {
    .game_results .answers li {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
}


/*---------------------------------------------------*/

.game_panel {
    background: #98DDDE;
    background-image: linear-gradient(top, #98DDDE 0%, #98DDDE 75%, #77ADAE 100%);
    background-image: -o-linear-gradient(top, #98DDDE 0%, #98DDDE 75%, #77ADAE 100%);
    background-image: -moz-linear-gradient(top, #98DDDE 0%, #98DDDE 75%, #77ADAE 100%);
    background-image: -webkit-linear-gradient(top, #98DDDE 0%, #98DDDE 75%, #77ADAE 100%);
    background-image: -ms-linear-gradient(top, #98DDDE 0%, #98DDDE 75%, #77ADAE 100%);
    border-bottom: 5px solid #98DDDE;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    min-height: 400px;
}

.game_panel .game_name {
    color: #54a8a9;
    position: absolute;
    left: 15px;
    top: 15px;
    font-weight: bold;
}

.game_panel .status {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    text-align: right;
}

.game_panel .center {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.game_panel p.q {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    height: 170px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.game_panel .answers {
    overflow: hidden;
    width: 80%;
    margin: 0 auto 60px auto;
}

.game_panel .answers li {
    float: left;
    width: 33.33%;
    padding: 0 3%;
    box-sizing: border-box;
}

.game_panel .answers .answer {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.game_panel .answers .image {
    display: block;
    margin-bottom: 30px;
}

.game_panel .answers .image img {
    width: 100%;
}

.game_panel .answers .number {
    background: #92D4D5;
    font-size: 80px;
    display: block;
    width: 112px;
    height: 112px;
    line-height: 112px;
    border: 2px solid white;
    border-radius: 57px;
    text-align: center;
    margin: 0 auto;
}

.game_panel .button {
    background: #92D4D5 url(images/checked.svg) no-repeat 20px center;
    background-size: 34px 24px;
    font-size: 24px;
    display: inline-block;
    padding: 0 20px 0 67px;
    height: 53px;
    line-height: 53px;
    border: 2px solid white;
    text-transform: uppercase;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}

@media all and (max-width: 1200px) {
    .game_panel p.q {
        font-size: 25px;
    }
    .game_panel .answers .number {
        font-size: 50px;
        width: 78px;
        height: 78px;
        line-height: 78px;
        border-radius: 40px;
    }
}


/*---------------------------------------------------*/

.admin_home {
    height: calc(100% - 30px);
    /*min-width:800px;*/
    /*height:calc(100% - 30px);*/
    /*max-width: 95%;*/
    margin: 0;
    padding: 0;
    position: relative;
}

.admin_home .projects {
    /*margin-left:100px;
	margin-bottom:40px;*/
    /*margin:0px 20px 0px 5%;*/
    margin: auto;
    max-width: 80%;
}

.admin_home .projects2 {
    /*margin:0px 20px 0px 5%;*/
    margin: auto;
    width: 100%;
}

.admin_home .projects .header {
    background: no-repeat left center;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    /*margin-bottom: 15px;*/
    font-weight: normal;
    /*padding-left: 35px;*/
    min-height: 21px;
    line-height: 21px;
}

.admin_home .projects table,
.admin_home .projects .table_class,
.admin_home .projects2 .table_class,
.respondents .table_class {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 1px solid #D6D6D6;*/
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    /*table-layout:fixed;*/
}


/*
.admin_home .projects .table_class .with_header .td_class
{
	color: #404040 !important;
}

*/

.admin_home .projects .td_class,
.admin_home .projects2 .td_class,
.respondents .table_class .td_class,
.t2022 .td_class {
    padding: 10px;
    text-align: center;
    color: #ababab;
    border-bottom: 1px solid #D6D6D6;
}

td,
th {
    margin: -1px 0
}

.admin_home .projects .view_organization .td_class {
    border-bottom: none;
}

.emailarchive .table_class .td_class {
    padding: 10px 10px;
    text-align: left;
    /*color: #ababab;*/
    border-bottom: 1px solid #D6D6D6;
}

.respondents .table_class .tr_class {
    color: #000000;
}

.respondents .table_class .tr_class:first-child {
    cursor: pointer;
}

.respondents .table_class .tr_class:last-child {
    color: #ababab;
}

.white {
    background-color: #FFFFFF !important;
}

.respondents .table_class .td_class {
    border-right: 1px solid #D6D6D6;
}

.nobottomborder {
    border-bottom: none !important;
}

.admin_home .projects .table_class .thead_class {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.admin_home .projects table tbody td:nth-child(1),
.td_fc {
    color: black;
    font-size: 15px;
    text-align: right;
    /*width: 250px;*/
}

.admin_home .projects .table_class a.start {
    background: #98DDDE url(images/play.svg) no-repeat 12px center;
    background-size: 23px 27px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    display: inline-block;
}

.admin_home .projects .table_class a.ico.xls {
    background-image: url(images/ico_xls.svg);
}

.admin_home .projects .table_class a.ico.csv {
    background-image: url(images/ico_csv.svg);
}

.admin_home .projects .table_class a.ico.export {
    background-image: url(images/export.svg);
}

.admin_home .projects .table_class a.ico.calendar {
    background-image: url(images/calendar.svg);
}

.admin_home .projects .table_class a.ico.deleteico,
a.ico.deleteico {
    background-image: url(images/delete_icon.svg);
}

.admin_home .projects .table_class a.ico.preview {
    background-image: url(images/preview_icon.svg);
}

.admin_home .projects .table_class a.ico.lock {
    background-image: url(images/lock.svg);
}

.admin_home .projects .table_class a.ico.unlock {
    background-image: url(images/unlock.svg);
}

.admin_home .projects .table_class a.ico.clone {
    background-image: url(images/clone_icon.svg);
}

.admin_home .projects .table_class a.ico.imgico {
    background-image: url(images/ico_img.svg);
}

.admin_home .projects .table_class a.ico.edit2,
.admin_home .projects2 .ico.edit2,
.projects2 a.ico.edit2,
.ico.edit2 {
    background-image: url(images/edit2.svg);
}

.admin_home .projects .table_class a.ico.dashboard {
    background-image: url(images/dashboard.svg);
}

.admin_home .projects .projectsico {
    background-size: 22px 22px;
    line-height: 20px;
    padding: 2px 30px 5px 30px;
}

.admin_home .choose_project {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
    height: 40px;
    text-align: center;
    padding-top: 20px;
}

.acc {
    position: relative;
}

.admin_home .acc .choose_project .search_bar {
    top: 13px;
    right: 20px;
    width: 25%;
    display: inline-block;
    position: absolute;
}

.admin_home .acc .choose_project .search_bar span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
}

.admin_home .acc .choose_project .search_bar input {
    padding-right: 30px;
}

.sort_arrow {
    position: absolute;
    right: -20px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    background-color: rgb(255, 255, 255);
    background-color: #818181;
    /*ababab*/
    cursor: pointer;
}

.sort_arrow_selected {
    background-color: #37114B;
}

.sort_arrow:hover {
    cursor: pointer;
}

.sort_arrow_up {
    top: -5px;
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}

.sort_arrow_down {
    bottom: -5px;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.td_sortable {
    position: relative;
}

.td_sortable div {
    position: relative;
    display: inline-block;
}

.admin_home .projects .active {
    background-image: url(images/my_projects_icon_active.svg);
    background-repeat: no-repeat;
}

.admin_home .projects .default {
    background-image: url(images/my_projects_icon_default.svg);
    background-repeat: no-repeat;
    color: #ababab;
}

.admin_home .projects .allprojects .active {
    background-image: url(images/all_projects_icon_active.svg);
    background-repeat: no-repeat;
}

.admin_home .projects .allprojects .default {
    background-image: url(images/all_projects_icon_default.svg);
    background-repeat: no-repeat;
    color: #ababab;
}

.admin_home .projects .opened .header {
    /*background-image: url(images/project_opened.svg);*/
    /*background-size: 25px 21px;*/
    color: #fff;
    /*margin-bottom:-20px;*/
    background-color: #2f9e82;
    padding: 1px 5px 1px 5px;
    font-size: 10px !important;
    border-radius: 5px;
    display: inline-block;
}

.admin_home .projects .table_class a.start {
    background: #98DDDE url(images/play.svg) no-repeat 12px center;
    background-size: 23px 27px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    display: inline-block;
}

.admin_home .projects .table_class .td_class:nth-child(1) {
    color: black;
    font-size: 15px;
    text-align: left;
    /*width: 300px;*/
}

.admin_home .projects .acc .table_class .td_class:nth-child(1) {
    padding: 10px !important;
    /*text-align: center !important;*/
    color: #ababab !important;
    border-bottom: 1px solid #D6D6D6 !important;
    font-size: 12px !important;
}

.admin_home .projects .table_class.projectrows .td_class:nth-child(1) {
    width: 300px;
}

.admin_home .projects .closed .header {
    /*background-image: url(images/project_closed.svg);*/
    color: #fff;
    /*margin-bottom:-20px;*/
    background-color: #db2e3e;
    padding: 1px 5px 1px 5px;
    font-size: 10px !important;
    border-radius: 5px;
    display: inline-block;
}

.admin_home .projects.closed .table_class {
    background: #F3F3F3;
}

.admin_home .projects.closed .table_class .td_class:nth-child(1) {
    color: #878686;
}

.viewdata {
    width: 75%;
    min-width: 900px;
    ;
    margin: auto;
}

.viewdata .header {
    background: no-repeat left center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: normal;
    padding-left: 35px;
    min-height: 21px;
    line-height: 21px;
}

.fielddata {
    padding-left: 25px;
    display: inline-block;
}

.big {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.togglearrow {
    cursor: pointer;
}

.uploadbutton {
    margin-top: 20px;
}

.all {
    white-space: nowrap;
}

.mt20 {
    margin-top: 20px
}

.admin_home .projects .fields_title {
    font-size: 13px;
    color: #818181;
}

.table_header {
    margin-top: 20px;
}

.projects {}

.admin_home .projects .table_class {
    width: 100%;
}

.noborder {
    border: none !important;
    border-bottom: none !important;
}

.half {
    /*width:50% !important;margin:auto;*/
}

.number {
    /*width:150px !important;*/
    margin: auto;
}

.checkbox {
    width: 10px !important;
}

.tf {
    width: 75% !important;
    margin: auto;
}

.inputtables {
    background-color: #EEE;
    box-sizing: border-box;
    padding: 5px;
}

.inputtables input[type=radio],
.inputtables input[type=checkbox] {
    width: 20px !important;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.alsec.td_class:nth-child(1) {
    text-align: left !important;
}

.alsec.td_class:nth-child(2) {
    text-align: left !important;
}

.left .td_class {
    text-align: left !important;
}

select:invalid {
    color: gray;
}

.autocomplete {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -1000px;
    left: -1000px
}

.centered {
    text-align: center;
}

.time:before {
    content: ' ';
}

.time {
    width: 100px !important;
}

.date {
    width: 180px !important;
}

.minutes {
    width: 60px;
}

.twothird {
    width: calc(60% - 20px)!important;
}

.onethird {
    width: calc(30% - 20px)!important;
}

.datepicker {
    z-index: 99999 !important;
    width: 150px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w100px {
    width: 100px !important;
}

.section_header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bbmb {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.not_visible {
    visibility: hidden;
    position: absolute;
    left: -1000px;
    top: -1000px
}

.a_card_cont {
    display: inline-block;
}

.ui-timepicker-title,
.ui-datepicker-title {
    color: #000000 !important;
}

.ui-datepicker {
    position: absolute !important;
    top: -235px !important;
    left: 0 !important;
}

.acc .ui-datepicker {
    /*top: 20px !important;*/
    top: initial !important;
}

.ui-datepicker .td_class {
    text-align: center !important;
}

.field_title {
    font-size: 30px;
    color: #d3d3d3;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 35px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.project_title {
    font-size: 24px;
    color: #2f9e82;
    /*text-align:left;*/
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    /*box-sizing:border-box;*/
    /*background-color:#f4f4f4;*/
    height: 40px;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #eeeeee;
}

.project_title:before {
    /*content: "project: ";*/
    color: #dedede;
}

.mr20 {
    margin-right: 20px;
}

.startingdatedesc {
    font-size: 15px;
    color: #898989;
    padding-top: 5px;
}

.txterror {
    background: #fce0e0 !important;
}

.l90 {
    width: 90% !important;
    min-width: 17px
}

.lmin {
    width: 250px;
}

.admin_home .projects .field {
    font-size: 18px;
    padding: 5px;
}

.admin_home .projects .guide,
.admin_home .projects .game {
    font-size: 20px;
    padding: 5px;
}

.admin_home .projects .guide_title,
.admin_home .projects .game_title {
    color: #37114B;
    margin-top: 15px;
}


/*.w900{width:900px;}* Attila ezt megváltoztattam, semmi köze már a 900px-elhez csak a neve maradt ez.*/

.w900 {
    /*width:100%;*/
    max-width: 1144px;
}


/*.w90100{width:calc(90% - 200px);max-width:1200px;}*/

.w90100 {
    /*width:100%;*/
    max-width: 1144px;
}

.ui-dialog .threequarter {
    width: 75%;
    margin: auto;
    min-width: 0
}

.clickableimg {
    cursor: pointer;
    opacity: 0.5;
}

.selected {
    opacity: 1;
}

.field_header {
    font-size: 30px;
    margin: auto;
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
}

.field_header2 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 20px;
    padding-left: 0px;
}

.mw800 {
    max-width: 800px;
}

.state {
    height: 25px;
    padding: 0px !important;
    color: #CCCCCC;
}

.state_left,
.state_right {
    width: 45px;
}

.points_def {
    width: 106px;
    background: url(images/icon_points_default.png) no-repeat 40px 20px;
    vertical-align: middle;
}

.w176 {
    width: 176px;
}

.w224 {
    width: 224px;
}

.points_active {
    width: 106px;
    background: url(images/icon_points_active.png) no-repeat 20px 20px;
    vertical-align: middle;
    vertical-align: middle;
}

.state_circle {
    width: 73px;
    cursor: pointer;
}

.state1_def {
    background: url(images/icon1_default.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state1_active {
    background: url(images/icon1_active.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state2_def {
    background: url(images/icon2_default.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state2_active {
    background: url(images/icon2_active.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state3_def {
    background: url(images/icon3_default.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state3_active {
    background: url(images/icon3_active.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state4_def {
    background: url(images/icon4_default.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state4_active {
    background: url(images/icon4_active.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state5_def {
    background: url(images/icon5_default.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state5_active {
    background: url(images/icon5_active.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state6_def {
    background: url(images/icon6_default.png) no-repeat 22px 0px;
    background-size: 50px;
}

.state6_active {
    background: url(images/icon6_active.png) no-repeat 22px 0px;
    background-size: 50px;
}

.fieldstate .state {
    height: 50px;
}

.notvisible {
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
}

.table_class .nopadding {
    padding: 0px !important
}

.edit {
    background: url(images/edit.png) no-repeat;
    width: 44px;
    height: 44px;
    background-size: 40px;
    line-height: 44px;
    display: inline-block;
}

.fieldlink {
    color: #ffffff !important;
    background-color: #2f9e82;
    padding: 5px 8px 5px 8px;
    border-radius: 8px;
}

.fieldlink:hover {
    background: #41b396;
}

.guides_main {
    position: absolute;
    top: 71px;
    width: 100%;
    ;
    height: calc(100% - 108px);
    box-sizing: border-box;
}

.part_time {
    text-align: center;
    margin-top: 10px;
}

.goback a {
    color: #37114B;
    size: 20px;
}

.separator {
    width: 60px;
}

.notready {
    visibility: hidden;
}

.fieldstate .activehed {
    color: black !important;
}

.fieldstate .inactivehed {
    color: #ababab !important;
}

.projectnametext {
    font-size: 12px;
    color: #ababab;
}

.projname {
    font-size: 16px !important;
    color: black;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 5px;
}

.lidivider {
    border-bottom: 1px #ababab solid;
    margin-bottom: 5px;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.rightmenuselected {
    background: #D3D3D3 !important;
}


/*arrow down settings chat*/

.arrow {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
    background-size: 30px;
    cursor: pointer;
    margin-top: -5px;
}

.arrow_down {
    background-image: url(images/arrow_down_default.png)
}

.arrow_down:hover {
    background-image: url(images/arrow_down_hover.png)
}

.arrow_up {
    background-image: url(images/arrow_up_default.png)
}

.arrow_up:hover {
    background-image: url(images/arrow_up_hover.png)
}

#fieldsettings,
#projectsettings {
    display: none;
}

.settings_container {
    margin-bottom: 20px;
}

.settings_header {
    margin-top: 0px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 35px;
}

.bs {
    border-spacing: 10px !important;
    border-collapse: separate !important;
}

.title {
    font-size: 22px;
    display: block;
    font-weight: normal;
    line-height: 34px;
}

.moderators .table_class .tr_class:first-child {
    color: #FFFFFF;
    background-color: #7F7F7F;
}

.with_header.table_class .tr_class:first-child {
    color: #FFFFFF;
    background-color: #7F7F7F;
}

.emailarchive .table_class .tr_class:first-child {
    color: #FFFFFF;
    background-color: #7F7F7F;
}

.moderators .table_class {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #D6D6D6;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    width: 400px;
    /*table-layout:fixed;*/
}

.l120 {
    width: 120px;
}

.w200 {
    width: 200px
}

.respondents .cellhint {
    display: none;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 1000;
    background-color: #919191;
    min-width: 100px;
    padding: 5px;
}

.cellwithhint:hover span.cellhint {
    display: block;
}

.cellwithhint {
    position: relative;
}

.settings {
    margin: auto;
    margin-top: 2em;
    padding: 1em;
}

.users .td_class,
.edituser .td_class {
    vertical-align: middle;
}

.users {
    margin-top: 15px;
}

.upload_btn {
    width: 120px;
}

.upload_container {
    width: 130px;
    margin: auto;
}

.target_parent {
    position: relative;
    display: flex;
    align-items: center
}

.company {
    height: 320px;
    min-width: 250px;
}

.company .firstgroup {
    margin-top: 20px;
}

.company .secondgroup {
    margin-top: 30px;
}

.industry {
    height: 200px;
}

.company .group,
.input_group {
    background-color: #2f9e82;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.company .fgroup {
    margin-top: 10px;
}

.avg_header {
    font-size: 20px;
    margin: auto;
    color: #ababab;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
}

.avg_header2 {
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 5px;
    text-align: left;
}

.fieldtype img {
    max-width: 90px;
    min-width: 90px;
}

.fieldtype .tr_class .td_class {
    vertical-align: top;
}

.fielddescription {
    font-weight: 300;
}

.fieldtitle1 {
    color: #37114b;
}

.fieldtitle2 {
    color: #0089f9
}

.fieldtitle3 {
    color: #2f9e82
}

.fieldtitle4 {
    color: #ff3700;
}

.fieldtitle5 {
    color: #FDD10E;
}

.sep {
    margin-left: 20px;
}


/*.participants div{margin-left:50px;}*/

.participants .table_class .td_class {
    vertical-align: middle;
}

.goback {
    padding: 10px;
}

.btn_blue {
    background-color: #6b75f7 !important;
}

.btn_green {
    background-color: #2f9e82 !important;
}

.btn_emails {
    background-color: #2f9e82!important;
}

.rpoejcts .edit_user_title {
    font-size: 30px;
    margin: auto;
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
}

.projects .with_margin {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

#closed_projects {
    margin-top: 35px;
}

.addfield .td_class {
    vertical-align: middle;
}

.addfield .fielddescription {
    font-size: 12px;
    font-weight: 600;
}

.fieldstate .td_class {
    padding: 2px !important;
}

.field_rows {
    background-color: #EEE;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
}

.field_rows .inputtables .td_class {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.field_rows .inputtables {
    border: none !important;
}

.table_border {
    margin-top: 30px;
    margin-right: 20px;
    /*width:calc(100% - 40px); */
    box-sizing: border-box;
    /*ez a trükk a scroll ugratás elkerüléséhez, 270 a sidebar szélessége*/
}

.table_border_main {
    margin-left: calc(100vw - 100% - 250px);
}

.company select option:checked,
.company select option[selected="selected"] {
    background-color: #37114B;
}

.projects2 .researchers .td_class,
.projects2 .clients .td_class,
.projects2 .participants .td_class {
    text-align: left !important;
}

.main_page {
    display: flex;
    width: 100%;
    height: calc(100% - 41px);
    /*overflow-x: hidden;	*/
    /*height:100%;*/
}


/*{position:relative;display:block;height:100%;}*/

.projects .fieldname,
.projects .projectname {
    font-size: 18px;
    font-weight: bold;
}

.settings {
    margin-top: 30px;
}

.projectname {
    padding-left: 25px !important;
}

.projectname a {
    color: #2f9e82 !important;
    font-size: 16px !important;
    font-weight: normal;
}

.projectname a:hover {
    /*color:#ff0000 !important;*/
    /*text-decoration: underline !important;*/
}

#persdata {
    font-size: 10px;
    cursor: pointer;
}

.colorbeforedelete {
    background-color: #d87b7b;
}

.ui-widget-overlay {
    background: #000000 !important;
    opacity: .4 !important;
    filter: Alpha(Opacity=40) !important;
}

.rigth_buttons a {
    display: block !important;
}

.scheduledgames {
    min-height: 61px;
}

.row {
    margin-bottom: 10px;
}

.guideops>* {
    margin-bottom: 2px;
    float: left;
}

.guideops {
    width: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    border-top: 2px solid #D6D6D6;
    border-right: 2px solid #D6D6D6;
    border-bottom: 2px solid #D6D6D6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #D6D6D6;
}

.qins {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.guide {
    width: calc(100% - 50px);
    text-align: left;
    padding: 0px;
    margin-bottom: 17px;
    position: relative;
    min-height: 60px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .1);
}

#guidelines {
    color: #838383;
}

.guide_editor {
    overflow: hidden;
}

.guidesmaincolor {
    background-color: #e3e3e3;
}

.editguide {
    font-size: 22px;
}

.guide img {
    float: left;
    margin-right: 10px;
    max-width: 100%;
}

.ops {
    position: absolute;
    top: 10px;
    right: -32px;
    width: 30px;
    height: 80px;
    padding-top: 2px;
    z-index: 5;
    border-top: 2px solid #D6D6D6;
    border-right: 2px solid #D6D6D6;
    border-bottom: 2px solid #D6D6D6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #F3F3F3;
}

#fieldsubject {
    min-height: 110px;
    float: left;
    width: 100%;
}

.fieldsubject .td_class {
    vertical-align: top;
}

#fieldsettings .imagecontainer .td_class {
    height: 100px;
}

.image_cont {
    position: relative;
    display: inline-block;
    float: left;
}

.question .image {
    position: relative;
    display: inline-block;
    float: none !important;
}

#fieldsettings .image_cont img {
    max-width: 200px;
    height: auto;
}

.guides_main .image_cont {
    margin-bottom: 10px;
}

.guide img {
    max-width: 150px;
}

.admin_home .projects .guide_title,
.admin_home .projects2 .guide_title {
    font-weight: 600;
    font-size: 20px;
}

.admin_home .projects .addguide,
.admin_home .projects2 .g {
    font-size: 20px;
}

.admin_home .projects .guide_list,
.admin_home .projects2 .guide_lines {
    margin-top: 10px;
}

.admin_home .projects2 #moderators .td_class:first-child,
.admin_home .projects2 #clients .td_class:first-child,
.admin_home .projects2 #recruiters .td_class:first-child {
    width: 200px;
}

#subdomainmsg {
    color: #FF0000;
    font-weight: 600;
    font-sizE: 18px;
}

.respondents .td_class {
    text-align: center !important;
}

.with_placeholder_centeredtext:empty:focus {
    padding-left: 50%;
}

.upload_image {
    background: url(images/photo_upload.svg) no-repeat center 0px;
    background-size: auto;
    background-size: 20px;
    width: 31px;
    font-size: 12px;
    color: #c2c2c2;
    /*border-left: 1px solid #EDEDED;*/
    height: 31px;
    /*padding-top: 50px;*/
    text-align: center;
    cursor: pointer;
    /*padding-left: 15px;*/
    opacity: 0.6;
    float: left;
}

.upload_image:hover {
    opacity: 1;
}

.img_ops {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
}

.a_card .img_ops {
    position: absolute;
    bottom: 10px !important;
    top: auto;
    left: 10px;
    width: 20px;
}

.img_ops .delete_image {
    color: #000000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    background-color: #CCCCCC;
    cursor: pointer;
    float: left;
    opacity: 0.6;
}

.img_ops .delete_image:hover {
    opacity: 1;
}

.inputtables .ico {
    background-color: #EEE;
}

div[contenteditable="true"]:focus {
    /*border:1px solid #000000;*/
    /*filter: brightness(150%);*/
    outline: 0px solid transparent;
}

div[contenteditable="true"]:hover {
    /*filter: brightness(150%);*/
}

.block_cont {
    position: absolute;
    top: 0px;
    right: -270px;
    background-color: #e3e3e3;
    ;
    width: 270px;
    bottom: 0px;
    height: calc(100% - 32px);
}

.block_cont .block_add {
    position: absolute;
    top: 85px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.block_cont .block_add {}

.block_cont a {
    background-image:
}

.block_cont .block_delete {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 1px;
    border-radius: 2px;
    opacity: 0.6;
    cursor: pointer;
}

.block_cont .block_delete {
    background-image: url(images/trash.png);
    background-repeat: no-repeat;
    background-size: 27px 30px;
    width: 27px;
    height: 30px;
}

.line_delete_cont {
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0px;
    bottom: -32px;
}

.line_delete_cont .line_delete {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 1px;
    border-radius: 2px;
    opacity: 0.6;
    cursor: pointer;
}

.line_delete_cont .line_delete {
    background-image: url(images/trash.png);
    background-repeat: no-repeat;
    background-size: 27px 30px;
    width: 27px;
    height: 30px;
}

#blocks {
    background-color: #f4f4f4;
    height: calc(100% - 71px);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 30px;
    top: 71px;
    position: absolute;
}

#blocks li {
    margin-top: 1em;
    padding: 0.5em 0.3em 0.3em 0.5em;
    color: #000000;
    font-size: 1em;
    min-height: 36px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    border-right: 1px solid #afabac;
}

.delete_group_active {
    opacity: 1;
}

.block_row_cont .block_drag {
    position: absolute;
    top: 3px;
    left: 0px;
    cursor: pointer;
}

.block_delete_cont {
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0px;
    bottom: -26px;
    background-color: #f4f4f4;
}

.guide_block {
    overflow: visible;
    background-color: #f4f4f4;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 35px;
    margin-right: 2px;
}

.guide_block .guide_block_cont {
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 10px);
    left: 8px;
}

.guide_block .guide_block_cont {
    background-image: url(images/color.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.guide_fill_time {
    width: 70px;
    position: relative;
    flex: 0 0 auto;
    background-color: #f4f4f4;
}

.filltime {
    overflow: hidden;
}

.filltime div {
    width: 33%;
    float: left;
    box-sizing: border-box;
    margin-top: 5px;
}

.guide_header div {
    float: left;
}

.guide_header #guidename {
    text-align: left;
    margin-left: 40px;
    color: #838383;
    font-size: 26px;
    line-height: 26px;
    height: 34px;
    border-bottom: 2px solid #838383;
}

.fulltimetext {
    display: block;
    font-size: 8px;
    float: none !important;
    position: absolute;
    top: 29px;
    left: 65px;
}

.fulltime_cont {
    overflow: visible;
    position: relative;
}

.guide {
    margin-left: 25px;
    margin-right: 25px;
    box-sizing: border-box;
}

.guide,
.guide_line_header {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.guides_main .guideselected,
.blockselected {
    border: 1px solid #000000;
}

.guide_line_header {
    height: 25px;
}

.guide_line_add {
    clear: right;
}

.inputfield {
    border-bottom: 1px solid #d6d6d6;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.fill_time {
    text-align: center;
    height: 20px;
    padding-top: 3px;
}

.guide_fill_time .fill_time_plus {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

.guide_fill_time .fill_time_minus {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

#fulltimesum {
    text-align: center;
}

.fulltime {
    margin-left: 25px;
    font-size: 1.5em;
    padding-left: 38px;
    background-image: url(images/clock.png);
    background-position: left;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    line-height: 38px;
    margin-right: 10px;
}

.guide_line {
    flex: 1 1 0;
    position: relative;
}

.guide_line:empty:not(:focus)::before {
    content: attr(data-text);
    color: #C2C2C2;
}

.guide .guide_line {
    background-color: #FFFFFF;
    border-right: 1px solid #afabac;
}

.guideline {
    box-sizing: border-box;
    height: 100%;
}

.guide .guide_line .guideline {
    padding: 3px 30px 3px 3px;
    margin: auto;
    outline: 0;
}

.guide_line_note {
    flex: 1 1 0;
    padding: 10px 17px 10px 17px;
}

.guide .guide_line_note .note_data,
.guide_line .guide_line_data {
    padding: 10px 17px 10px 17px;
    height: 100%;
    box-sizing: border-box;
}

.guide .guide_line_note .note_data {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.guide_line .ajaxfileupload {
    width: 30px;
}

.guide_line .image_cont img {
    padding-left: 5px;
}

#guides {
    height: calc(100% - 36px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 36px;
    margin-bottom: 36px;
}

#guides .with_placeholder,
#blocks .with_placeholder {
    text-align: left !important;
}

#blocks .with_placeholder:empty:not(:focus):before {
    color: #000000 !important;
}

.line_drag {
    position: absolute;
    top: calc(50% - 15px);
    right: -6px;
    width: 11px;
    height: 31px;
    cursor: move;
}

.line_drag {
    background-image: url(images/ranking.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 11px 31px;
}

.block_menu {
    display: block;
    width: auto;
    background-color: #CCCCCC;
    padding: 5px;
    z-index: 10;
    box-shadow: 2px 2px #dddddd;
}

.block_menu_elm {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    clear: both;
    height: 18px;
    white-space: nowrap
}

.block_menu_elm:hover {
    background-color: #F3F3F3;
}

.block_menu_elm .block_color {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.block_menu_elm .block_text {
    padding-left: 25px;
}

.withcheck {
    width: calc(100% - 30px) !important;
}

.addrespondent .fa-state {
    position: absolute;
    top: 14px;
    right: 6px;
}

.respondents label {
    display: block;
    position: relative;
    overflow: hidden;
}

.addguideline {
    background-image: url(images/newguide.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px;
    background-color: #FFF;
    border-radius: 50%;
}

.insertguidelineafter {
    position: absolute;
    bottom: -10px;
    right: -10px;
    padding: 0px !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.guide_line_add {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 20px;
    height: 20px;
}

.tdhide {
    display: none;
}

#langsel {
    max-width: 250px;
}

.preview_game {
    background: url(images/preview_icon.svg) no-repeat center 0px;
    background-size: auto;
    background-size: 25px;
    width: 31px;
    font-size: 12px;
    color: #c2c2c2;
    /*border-left: 1px solid #EDEDED;*/
    height: 31px;
    /*padding-top: 50px;*/
    text-align: center;
    cursor: pointer;
    /*padding-left: 15px;*/
    opacity: 0.6;
    float: left;
}

.add2 {
    background-image: url(images/newguide.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px;
}

.menu_down {
    font-size: 0.8em;
    text-align: left;
}


/*.menu_down:hover .menu_cont{display:block;}*/

.menu_cont>div {}

.menu_cont div * {
    padding-bottom: 7px;
    padding-left: 25px;
    padding-top: 3px;
    margin-left: 5px;
    display: block;
}

.menu_cont>div:first-child {
    margin-top: 5px;
}

.menu_cont>div:last-child {
    margin-top: 5px;
}

.menu_cont>div:hover {
    background-color: #C8C8C8;
}

.menu_cont>div.selected {
    background-image: url(images/selected.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 18px 18px;
}

.menu_down {
    background-image: url(images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px 12px;
}

.menu_down.menu_three_dots {
    background-image: url(images/more.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12px 12px;
}

.guide_menu {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    cursor: pointer;
    color: black;
    height: 15px;
}

.guide_menu_icons {
    text-align: center;
    margin-top: 10px;
}

.guide_menu_icons a {
    margin: 5px;
}

.card_menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    cursor: pointer;
    color: black;
    height: 15px;
}

.menu_cont {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 160px;
    visibility: hidden;
    background-color: #f4f4f4;
    z-index: 10;
    padding: 0px;
    box-shadow: 2px 2px #dddddd;
}

.quiz .menu_cont,
#guidelines .menu_cont {
    height: 125px !important;
}

.menu_cont {
    height: 75px;
}

.quiz .card_menu_correct {
    display: block !important;
}

.guide_menu_cont hr {
    margin-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
}

.guide_upload,
.card_upload_image {
    background-image: url(images/photo_upload.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 18px 18px;
}

.guide_clone {
    background-image: url(images/);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 15px 12px;
}

.guide_delete,
.card_delete {
    background-image: url(images/trash.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 15px 17px;
}

.block_cont .block_header {
    color: #232323;
    position: absolute;
    top: 85px;
    left: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
}

.block_cont .block_header_cont {
    height: 30px;
}

.visible_menu {
    visibility: visible;
}

.hidden_menu {
    visibility: hidden;
}

.game_button {
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.button_clone {
    background-image: url(images/button_clone.png);
}

.button_new {
    background-image: url(images/button_new.png);
}

.button_image {
    background-image: url(images/button_image.png);
    cursor: pointer;
}

.button_image input {
    visibility: hidden;
}

.button_text {
    background-image: url(images/button_text.png);
}

.fastate {
    width: calc(100% - 30px);
}

.project_stats {
    background-image: url(images/stats.svg) !important;
}

.filter {
    background-image: url(images/filter.svg) !important;
}

#project_stats {
    display: none;
}

.filter_modal {
    display: none;
}

.main_page_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: col;
    width: 100%;
    min-height: calc(100% - 41px);
}

.main_page_flex>div {
    flex: 0 1 1;
}

.main_page_flex .left_panel {
    width: calc(100% - 270px);
}

.main_page_flex .right_panel {
    width: 270px;
    background-color: #F3F3F3;
}

.stats .fa-label {
    margin-left: 0px !important;
}

.highlighted {
    color: #FFA500;
}

.project_stats {
    opacity: 0.5;
}

.project_stats.highlighted {
    opacity: 1;
}

.tr_class.colored {
    background-color: #FAFAFA;
}

.canloganytime {
    margin-left: 50px;
}

.button_container {
    padding: 10px;
}

.select-container::after {
    background-color: #CCCCCC;
}


/*.guide_editor .save{float:right;}*/

.full {
    width: 100%;
    height: 100%;
    display: block;
}

.datetime_default {
    height: 18px;
    margin-top: 3px;
    background-image: url(images/clock.png);
    background-position: center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    line-height: 38px;
}

.datetime_default>div {
    display: none;
}

.datetime {
    font-size: 0.7em;
    cursor: pointer;
}

.datetime>div {
    text-align: center;
}

.guidetolib>div {
    margin-top: 10px;
}

#skins img {
    max-width: 100px;
}


/* TIMER */

a.play:before {
    font-family: FontAwesome;
    background: #2F9E82;
    content: "\f04b";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a.play:hover:before {
    background: #41b396;
}

a.pause:before {
    font-family: FontAwesome;
    background: #2F9E82;
    content: "\f04c";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a.pause:hover:before {
    background: #41b396;
}

a.stop:before {
    font-family: FontAwesome;
    background: #2F9E82;
    content: "\f04d";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a.stop:hover:before {
    background: #41b396;
}

a.plustime:before {
    font-family: FontAwesome;
    background: #2F9E82;
    content: "\f067";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a.plustime:hover:before {
    background: #41b396;
}

a.minustime:before {
    font-family: FontAwesome;
    background: #2F9E82;
    content: "\f068";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a.minustime:hover:before {
    background: #41b396;
}

#chattimer input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

#chattimer input[type=number] {
    -moz-appearance: textfield;
}

#chattimer.jst-timeout {
    color: black !important;
    font-size: 28px !important;
}

a.plus1min:before {
    background: #2F9E82;
    content: "+1m";
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 2px;
}

a.plus1min:hover:before {
    background: #41b396;
}

a.plus5min:before {
    background: #2F9E82;
    content: "+5m";
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    color: white;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 2px;
}

a.plus5min:hover:before {
    background: #41b396;
}

#chattimer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    margin-left: 5px;
}

.chattimer-respondent {
    display: inline-block;
    transform: translateY(-50%) translateX(-50%) !important;
}

#timeisup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    margin-left: 5px;
    width: 100%;
    display: none;
    font-size: 25px;
    color: red;
}

#timeisup .timerupdate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    display: inline-block;
    margin-left: 5px;
    width: 100%;
    display: none;
    font-size: 25px;
    color: red;
}

#timer-panel {
    background: white;
    height: calc(100% - 16px);
    width: 100%;
}

#timer-panel-inner {
    height: 100%;
    width: 100%;
    display: inline-block;
    float: left;
    clear: none;
    text-align: center;
}

#timer-panel-inner-guide {
    height: 100%;
    width: 100%;
    display: inline-block;
    float: left;
    clear: none;
    text-align: center;
    border-right: solid 1px #E3E3E3;
}

#timerdiv {
    height: 100%;
    width: 100%;
    display: inline-block;
    float: left;
    left: 0;
    position: relative;
}

#timerdiv.timerdiv-mod {
    width: 50%;
}

#progressbar {
    background: none;
    height: calc(100% - 16px);
    width: 100%;
    position: relative;
    bottom: -75px;
    margin-top: -75px;
}

.timer-select-audio {
    width: 100%;
    height: 26px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.5;
    padding: 0.2em 1.5em 0.2em 0.8em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

#select_audio {
    width: 90%;
}

.select-container.timer-select-label::after {
    top: 10px;
}

.timer-button {
    display: inline-block;
    height: 20px;
    margin-top: 2px;
    vertical-align: middle;
    background-color: #3a1352;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 7px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.innerBar {
    background: #c9efe6;
    height: 100%;
    width: 0%;
}

.group.chattimer {
    height: 130px;
    padding-bottom: 30px;
}

#stop-timer {
    background: none;
    height: calc(100% - 16px);
    width: 100%;
    display: none
}

.timer-btn {
    text-align: center;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
    width: 50%
}

#stop-timer-btn a {
    left: 0;
    margin-left: 25px;
}

#stop-cancel-btn a {
    background: #BCBCBC;
    right: 0;
    margin-right: 25px;
}

.timer_update_btn {
    height: 100%;
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}

#chattimer_input {
    width: 100%;
    height: 78%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#timermin,
#timermin-guide,
#timersec,
#timersec-guide {
    background: none;
    width: 40%;
    height: 90%;
    border: none;
    font-size: 28px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.timermin,
.timersec {
    background: none;
    width: 40%;
    height: 90%;
    border: none;
    font-size: 20px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

#pause_button,
#resume_button,
#stop_button {
    height: 100%;
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    display: none;
}

#play_button {
    height: 100%;
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

#add_1_min,
#add_5_min {
    height: 100%;
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    display: none;
}

#checkbox_progressbar span {
    font-size: 18px;
}

#checkbox_only_moderators span {
    font-size: 18px;
}

#timer_controls {
    height: 100%;
    width: 29%;
    display: inline-block;
    float: left;
    clear: none;
    text-align: center;
}

#audiodiv {
    height: 40%;
    width: 100%;
    text-align: center;
}

.audiodiv {
    height: 40%;
    width: 100%;
    text-align: center;
}

#addtimediv {
    height: 60%;
    width: 100%;
    text-align: center;
}

.a_card_cont_main_t .a_card_timer {
    width: 250px;
    height: 125px;
    display: inline-block;
}

.a_card_cont_main_t .timer_header {
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
}

.a_card_cont_main_t #audiodiv {
    height: 25%;
}

#timerform .a_card_timer {
    width: 250px;
    height: 125px;
    display: inline-block;
}

#timerform .timer_header {
    text-align: center;
}

.a_card_cont_main_t.small_timer .a_card_timer {
    width: 120px;
    height: 90px;
    -moz-appearance: textfield;
}

.a_card_cont_main_t.small_timer .checkbox_progressbar span,
.a_card_cont_main_t.small_timer .checkbox_only_moderators span {
    font-size: 12px;
    margin-left: 5px;
}

.a_card_cont_main_t.small_timer .timer-select-audio {
    height: 22px;
    font-size: 12px;
    line-height: 1.2;
}

.a_card_cont_main_t.small_timer .audiodiv {
    height: 30%;
}

.a_card_cont_main_t.small_timer .select-container.timer-select-label::after {
    top: 7px;
}

.a_card_cont_main_t.small_timer .timer_header {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.scheduledgames .txtinput.date,
.scheduledgames .txtinput.time {
    background-color: #F3F3F3;
}

a.ico.text {
    background-image: url(images/text.svg);
}

.guide_line_data .text {
    position: absolute;
    top: 0px;
    right: 0px;
}

.language_table .button {
    background: #818181 !important;
    border-color: #818181 !important;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: auto;
    color: white !important;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px !important;
    padding: 0 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

.emailtemplate-selected {
    outline-color: #2F9E82 !important;
}

.emailtemplate-container {
    width: 200px;
    height: auto;
    /*220px;*/
    float: left;
    margin: 5px;
    outline: 4px solid transparent;
    padding: 10px;
}

.emailtemplate-container a.ico.clone {
    background-image: url(images/clone_icon.svg);
}

.emailtemplate-container a.ico.deleteico {
    background-image: url(images/delete_icon.svg);
}

.emailtemplate {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: white;
    margin-bottom: 10px;
}

.emailtemplate {
    box-shadow: 0 0px 6px 1px rgb(0 0 0 / 25%);
    width: 200px;
    height: 200px;
    /* transform: scale(0.1); */
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
    background: #eee;
}

.emailtemplate>table {
    box-shadow: 0 0px 6px 2px rgb(0 0 0 / 30%);
    table-layout: fixed;
    border-collapse: collapse;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    margin: 5px auto;
    transform: scale(0.1);
    /* position: absolute; */
    /* top: 0; */
    /* display: block; */
    /* left: 0; */
    /* overflow: hidden; */
    -webkit-transform: scale(0.2);
    /*-moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.);*/
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    transform-origin: top left;
    /* margin-left: 78px; */
    margin: 0 auto;
    /* display: inline-block; */
    /* float: none; */
    display: inline-block;
    /* width: 100%; */
    /* margin: 0 auto; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-left: 28px !important;
    margin-right: 28px !important;
    pointer-events: none;
}

.email-label {
    color: #2f9e82;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    text-align: center;
}

.email-active {
    background-image: url(images/email_active.png);
    background-repeat: no-repeat;
}

.email-layout-active {
    background-image: url(images/email_layout_active.png);
    background-repeat: no-repeat;
}

.email-default {
    background-image: url(images/email_default.png);
    background-repeat: no-repeat;
    color: #ababab;
}

.email-layout-default {
    background-image: url(images/email_layout_default.png);
    background-repeat: no-repeat;
    color: #ababab;
}

.email-template-submenu {
    margin-top: 0 !important;
    height: 30px !important;
    padding-top: 10px !important;
}

.email-template-submenu div {
    display: inline-block;
    height: 100%;
    width: 50%;
    background: #eee;
    line-height: 30px;
    text-align: center;
}

.emailtemplate table tbody {
    display: table;
    width: 100%;
}

.emailtemplate table tbody td {
    text-align: center !important;
}

.emails-container {
    width: 90%;
    max-width: 90%;
    vertical-align: middle;
    padding: 5px;
    padding-left: 15px;
    margin: 3px;
    box-sizing: border-box;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
    cursor: default;
    border: 1px solid rgb(170, 170, 170);
    height: 3em;
    max-height: 3em;
    overflow-y: scroll;
    overflow-wrap: break-word;
}

.invitation_form .ui-datepicker {
    top: 60px !important;
}

#email_preview {
    pointer-events: none;
}

.projectlist {
    margin-top: 55px;
}

.projectlist .table_class .tr_class.header_row {
    color: #FFFFFF;
    background-color: #7F7F7F;
}

.projectlist .table_class {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #D6D6D6;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    width: 400px;
    /*table-layout:fixed;*/
}

.email_modal .search_bar {
    width: 50%;
    display: inline-block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.email_modal .search_bar .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
}


/*
.avatar_img_default {
    content: url(../../css/images/unknown.png);
    height: 100%;
    width: 100%;
}*/

.tmpl {
    background: white;
}

.library_view {
    color: #2f9e82;
}

.librarytemplate .a_card_inner {
    padding: 0.5vw;
    padding-top: 2vw;
    line-height: normal;
    text-align: left;
    display: table;
    height: auto;
}

.library_title {}

.library_subtitle {
    color: #818181;
    font-size: 14px;
}

.librarytemplate .library_description {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.librarytemplate .userphoto {
    position: absolute;
    top: -4vw;
    margin: 0;
    margin-left: 1vw;
    border-radius: 5vw;
    width: 5vw;
    height: 5vw;
}

.lib_main_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.librarytemplate-container {
    width: 20vw;
    height: auto;
    float: left;
    margin: 5px;
    outline: 4px solid transparent;
    padding: 10px;
}

.lib_image.modal {
    cursor: pointer;
}

.lib_main_container .librarytemplate-container {
    box-shadow: 0 0px 6px 1px rgb(0 0 0 / 25%)
}

.librarytemplate {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: white;
    margin-bottom: 10px;
}

.library {
    box-shadow: 0 0px 6px 1px rgb(0 0 0 / 25%);
    width: 200px;
    height: 200px;
    /* transform: scale(0.1); */
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
    background: #eee;
}

.lib_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 15vw;
}

.library-detail .lib_image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.librarytemplate-container.library-detail {}

.librarytemplate-detail .userphoto {
    margin: 0;
    margin-left: 1vw;
    border-radius: 5vw;
    width: 5vw;
    height: 5vw;
}

.librarytemplate-detail {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: white;
    margin-bottom: 10px;
}

.librarytemplate-detail .a_card_inner {
    padding: 0.5vw;
    padding-top: 2vw;
    line-height: normal;
    text-align: left;
    display: table;
    height: auto;
}

.librarytemplate-detail .preview_game {
    display: inline-block;
    float: none;
}

.library-detail.lib_img img {
    max-width: 100%;
}

.library_menu_icon {
    color: #ababab;
    padding: 2px 5px 5px 5px !important;
}

.library_menu_icon.icon_active {
    color: #000000;
}

.label_icon {
    position: absolute;
    font-family: FontAwesome;
    left: 14px;
    top: 12px;
    font-size: 17px;
    color: #818181;
}

.admin_home .choose_project .choose_display {
    left: 20px;
    display: inline-block;
    position: absolute;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #818181;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    font: 15px Arial, Helvetica, sans-serif;
    opacity: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.card_time {
    position: absolute;
    /*top: -4.6vw;*/
    bottom: 0;
    margin: 0;
    right: 1vw;
    background: #818181;
    padding: 0.3vw;
    color: white;
    padding-left: 2vw;
}

.clock_ico {
    font-family: FontAwesome;
    font-weight: normal !important;
}

.card_time .clock_ico {
    position: absolute;
    font-family: FontAwesome;
    color: white;
    left: 0.3vw;
}

.lib_clock {
    font-size: 14px;
}

.lib_label {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}

.label_remove {
    cursor: pointer;
    padding-left: 10px;
    font-family: FontAwesome;
}

.lib_guidelines .guide_block,
.lib_guidelines .guide_line,
.lib_guidelines .guide_line_note {
    padding: 10px !important;
    flex: 2;
}

.lib_guidelines .guide_fill_time {
    padding: 10px !important;
}

.lib_guidelines .guide_block {
    width: auto;
    flex: 1;
}

.lib_guidelines.guide,
.lib_guidelines.guide_line_header {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}

.lib_guidelines .a_card_timer {
    width: 100% !important;
    /*height: 8vw !important;*/
    height: auto !important;
}

.lib_guidelines .guidegame .a_card_cont_main {
    margin: 0 !important;
}

.lib_guidelines .guidegame .a_card_inner {
    width: 100% !important;
    padding: 1vw 0 0 0 !important;
    text-align: center;
}

.tmpl_detail {
    background: white;
    margin: 2vw 6vw;
    position: relative
}

.upload_area {
    display: block;
    position: relative;
    width: calc(100% - 16px);
    border: 3px #aaa dashed;
    border-radius: 5px;
    text-align: center;
    padding: 30px 5px;
    margin-bottom: 5px;
}

.close_tmpl {
    color: #ffffff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #37114B !important;
    cursor: pointer;
}

li.ui-state-focus {
    border: 1px solid #818181 !important;
    background: #818181 !important;
    font-weight: bold;
    color: #ffffff !important;
}

.libraries .search_bar {
    top: 13px;
    right: 20px;
    width: 25%;
    display: inline-block;
    position: absolute;
}

.libraries .search_bar #searchinput {
    padding-right: 30px;
}

.libraries .search_bar span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
}

.title-select-container {
    top: 13px;
    left: 20px;
    display: inline-block;
    position: absolute;
}

.use_game_link,
.use_guide_link,
.library_view {
    cursor: pointer;
}

.library_view {
    /*position: absolute;
    bottom: 10px;*/
}

.detail-popup {
    width: 60%;
    /*max-height: 60%;*/
    /*padding: 0.5em 1em;*/
    height: auto;
    overflow-y: scroll;
    position: fixed;
    margin: auto;
    background: white;
    z-index: 10;
    padding: 0.5em 0em;
    margin-top: -0.5em;
    display: none;
}

#detail-popup-main {
    position: absolute;
}

.detail-popup .close_tmpl {
    top: 0px;
    right: 0px;
}

.selection .select2-selection {
    line-height: 1.3 !important;
    border: 1px solid #aaa !important;
    border-radius: 0.5em !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    height: 40px !important;
    padding: 0.6em 1.5em 0.5em 0.8em !important;
}

.selection .select2-selection span {
    padding: 0 !important;
    line-height: 1.3 !important;
}

.company-select .select2.select2-container {
    width: auto !important;
}

.search_input_modal {
    border: 1px solid #aaa;
    display: block;
    padding-right: 30px;
}

.search_bar_modal {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.search_bar_modal .fa-search {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
}

#guides {
    margin-top: 5px;
}

.start_times {
    clear: both;
    margin-left: 62px;
    width: 123px;
    text-align: center;
    margin-top: 14px;
}

.start_hours,
.start_minutes {
    width: 30px;
    border: none;
    font-size: 18px;
    padding: 0;
    -webkit-appearance: none;
    height: 25px !important;
}