.disabilitato {
    opacity: .65 !important;
}
.img-load-ajax {
	width: 25px;
	display: none;
}
#content-privacy {
	max-height: 200px;
	border: 1px dashed rgba(0,0,0,0.1);
	overflow: scroll;
	padding: 5px;
}
#avatar img {
	border-radius: 0;
}
.platform_tab_item_disabled a {
	color: currentColor;
  	cursor: not-allowed;
  	opacity: 0.5;
	text-decoration: none;
}
.platform_tab_item_disabled:hover {
	box-shadow: none !important;
}
.alert li {
	padding-bottom: 5px;
}
#tournament_countdown {
	background-color: #ddd;
    border: 1px solid transparent;
    color: #444;
    text-align: center;
    padding: 5px;
	font-weight: bold;
	margin-top: 5px;
}
#tournament_countdown {
	font-size: 19px;
}
#tournament_countdown span {
    display: block;
    font-size: 21px;
	font-weight: normal;
}
#torneo_tabellone.striped-list li:nth-child(odd) {
	background: none;
}
.kf_opponents_wrap_active {
    background-color: #f4f6f9 !important;
}
.kf_opponents_dec {
	overflow: hidden;
}
.tournament-tabellone-tabs {
	margin-bottom: 15px;
}
.tournament-tabellone-tabs .btn {
	width: 32%;
	font-size: 17px;
	line-height: 21px;
}
.list .item-content-manage .item-media {
	display: block;
	flex-shrink: inherit;
}
.list .item-content-manage .item-media .btn {
	margin-bottom: 5px;
	margin-right: 5px;
}
#challenge-action-result {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1040;
	display: none;
}
#challenge-action-result .btn {
	width: 50%;
	border-radius: 0;
	display: inline;
	float: left;	
}

/*----------- chat ------------*/
.chat-window {
    bottom: 55px;
    position:fixed;
	width: 475px;
	right: 30px;
	z-index: 1000;
	display: none;
	width: 100%;
	right: 0px;
	padding: 0;
	margin: 0;	
}
.chat-window > div {
	padding: 0;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	border-color: #052E6E;
	border-bottom: 0;
	-moz-box-shadow: 0 0 25px #333333;
	-webkit-box-shadow:0 0 25px #333333;
	box-shadow: 0 0 25px #333333;	
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:300px;
  overflow-x:hidden;
}
.msg_container > div {
	padding: 0;
}
.chat-window .top-bar {
  background: #052E6E;
  color: white;
  padding: 0;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.chat-window .top-bar a {
	color: #fff;
}
.msg_receivem, .msg_default {
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages-chat {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages-chat > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
	line-height: 17px;
  }
.msg_default.messages-chat > p {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.messages-chat > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
.col-msg_container {
	width: 90%;
}
.base_default .col-msg_container {
	width: 100%;
}
.avatar {
    position: relative;
	width: 10%;
}
.avatar img {
	width: 100%;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}
.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}
.msg_sent > time, .msg_receive > time, .msg_default > time {
    float: right;
	display: none;
}
.chat-window  #btn-challenge-open {
	width: 100%;
	margin-top: 5px;
}
.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.chat-window .form-control {
	font-size: 13px;
	min-height: 40px;
}
.chat-countdown {
	clear: both;
	width: 100%;
	background-color: #be0027;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	text-align: center;
}
#alert-new-msg {
	display: none;
}

#ModalChallengesEdit .panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
#ModalChallengesEdit .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}
#ModalChallengesEdit img {
	width: inherit;
	height: inherit;
}
#ModalChallengesEdit .modal-content {
	background-color: transparent;
	padding-bottom: 50px;
}
#ModalChallengesEdit .panel {
	background-color: #fff;
	margin-bottom: 20px;
}
#ModalChallengesEdit .modal-header, #ModalChallengesEdit .modal-footer {
	display: none;
}
#ModalChallengesEdit .panel-body {
	padding: 15px;
}
#ModalChallengesEdit li.list-group-item {
	padding-left: 35px;
}
#ModalChallengesEdit li input {
	position: absolute;
	top: 10px;
	left: 10px;
}
#ModalChallengesEdit .table > tbody > tr > td {
	border: 0;
}
#ModalChallengesEdit .panel-scores, #ModalChallengesEdit .panel-allegati {
	display: none;
}
#btn-challenge-esito-conferma {
	width: 100%;
	display: none;
}
.modal-open #ModalChallengesEdit {
	background-color: rgba(0,0,0,0.9);
}
#ModalChallengesEdit .table-bordered > tbody >tr > td {
	border: 1px solid #ddd;
}

#table-tornei-partite h5 {
	font-size: 15px;
	margin: 0;
}
#table-tornei-partite.table.table-light>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #F2F5F8;
    color: #8896a0;
    vertical-align: middle;
}
#table-tornei-partite .row-match-info td {
    font-size: 11px !important;
}

#collapseLinkGironi {
	position: fixed;
	width: 100%;
	z-index: 1001;
	top: 8%;
}

.rank-body {
    font-size: 0.9em;
}

#frmChallengeEsitoUpd .panel-primary {
	position: relative;
}
#frmChallengeEsitoUpd .panel-primary .close {
	position: absolute;
	right: 6px;
	top: 6px;
}

.list #list_withaction .item-content {
	display: block;
}
.list #list_withaction .item-media {
	width: 100%;
}
.list #list_withaction .item-content {
	padding-bottom: 10px;
}

#minim_chat_window {
	position: absolute;
    top: -9px;
    right: 15px;
    font-size: 23px;
}

#label-homepage-ranking {
	font-family: 'Permanent Marker', cursive;
}

#content-switch-homepage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,0.65);
}
#content-switch-homepage .custom-switch {
	display: inline;
	float: left;
	width: 50%;
	/*margin-left: auto;
	margin-right: auto;*/
	padding-left: 5px;
	height: auto;
	text-align: center;
}
#content-switch-homepage .gioco-etichetta-header {
	display: inline;
	float: right;
	width: 50%;
	/*margin-left: auto;
	margin-right: auto;*/
	padding: 0px;
	padding-right: 5px;
	height: auto;
	position: relative;
    line-height: 18px;   
    margin-top: 10px;
	text-align: left;
}
#content-switch-homepage .gioco-etichetta-header-nologged {
	width: 100%;
	text-align: center;
}
#content-switch-homepage .custom-switch span, #content-switch-homepage .gioco-etichetta-header span {
	font-weight: bold;
	font-size: .875rem;
	margin-right: 10px;	
}
#content-switch-homepage .gioco-etichetta-header span {
	display: inline-block;	
}
#content-switch-homepage .gioco-etichetta-header .btn {
	max-width: 120px;
	line-height: 15px !important;	
	margin-top: -20px;
}

.border-left-success {
	border-left: 10px solid !important;
	border-left-color: var(--primary) !important;
}

#list-conversazioni .item-after {
	margin-top: -35px;
}
#list-conversazioni .item-after .nolette {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    background-color: #4CAF50;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    bottom: 12px;
}

.col-strict {
	width: 1%;
	white-space: nowrap;
}

.list-ranking .item-content {
	padding-left: 0;
}
.list-ranking .item-content .item-rank {
    font-size: 1.05em;
	margin-top: 9px;
}

.custom-view1 .work-item.work-item-backend .inner-inner {
	background-color: #093 !important;
}
.custom-view1 .work-item.work-item-disabled .inner-inner {
	background-color: rgba(5, 46, 110, 0.5) !important;
}

/* creazione nuovo torneo */
.filters-nav-nofixed {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;

}
.wizard-torneo-add.wizard {
    margin: 0;
	padding: 0;
    background: #fff;
	height: auto !important;
}
.wizard-torneo-add.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard-torneo-add.wizard > div.wizard-inner {
    position: relative;
	padding: 0;
}
.wizard-torneo-add .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard-torneo-add.wizard .nav-tabs > li.active > a,
.wizard-torneo-add.wizard .nav-tabs > li.active > a:hover,
.wizard-torneo-add.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.wizard-torneo-add span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.wizard-torneo-add span.round-tab i {
    color: #555555;
}
.wizard-torneo-add.wizard li a.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}
.wizard-torneo-add.wizard li a.active span.round-tab i {
    color: #5bc0de;
}
.wizard-torneo-add span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}
.wizard-torneo-add.wizard .nav-tabs > li {
    width: 25%;
}
.wizard-torneo-add.wizard li a:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard-torneo-add.wizard li.active.nav-item:after {
    content: " ";
    position: relative;
    left: 46%;
    top: -20px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}
.wizard-torneo-add.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}
.wizard-torneo-add.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard-torneo-add.wizard .tab-pane {
    position: relative;
    padding-top: 0;
}
.wizard-torneo-add.wizard h3 {
    margin-top: 0;
}
.wizard-torneo-add .nav-link-filter {
	position: absolute;
	top: -9px;
	right: 0;
}
.object-backend-torneo-add {
	padding-top: 0;
}

.selected-item {
	background-color: #4caf5080 !important;
}

.backend-torneo-add-next {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	border-radius: 0;
}
.backend-torneo-add-next:disabled {
	opacity: 1;
	background-color: #aaa;
	border-color: #aaa;
}

/* backend gestione tornei */
#object-backend-tornei-manage-index .list li {
	min-height: 76px;
}
#object-backend-tornei-manage-index .list li.item-btn-action {
	display: none;
	padding: 0;
	min-height: 1px;
}
#object-backend-tornei-manage-index .list .item-content {
	min-height: 1px;
	padding: 5px;
	border-bottom: 1px solid #fff;
}
#object-backend-tornei-manage-index .list li.item-btn-action .item-content {
	padding: 0;
}
#object-backend-tornei-manage-index .list .item-inner {
	padding: 0;
	padding-right: 45px;
}
#object-backend-tornei-manage-index .list .item-inner p {
	line-height: 17px;
}
.object-backend-manage-index .list .item-content .item-action {
	position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: #03A9F4;
    color: #fff;
	display: flex;
    align-items: center;
	padding: 15px;
    border-bottom: 1px solid #fff;
}
#object-backend-tornei-manage-index .list .item-content .item-action .fa-chevron-up {
	display: none;
}
#object-backend-tornei-manage-index .list .item-btn-action .item-content .item-inner {
	height: 75px;
	padding: 0;
}
#object-backend-tornei-manage-index .list .item-content.item-btn-action .btn {
	width: 16.666%;
	height: 100%;
	border-radius: 0;
	border-left: 1px solid #fff;
	font-size: 11px;
    line-height: 12px;
    padding: 0;
	display: flex;
	align-items: center;
}
#object-backend-tornei-manage-index .list .item-content.item-btn-action .btn.btn-primary {
	border-color: #007bff;
	border-left: 1px solid #fff;
	background-color: #007bff;
}
#object-backend-tornei-manage-index .list .item-content.item-btn-action .btn.btn-primary:first-child {
	border-left: 0;
}
#object-backend-tornei-manage-index .list .item-content.item-btn-action .btn span {
	width: 100%;
}
#object-backend-tornei-manage-index .list .item-content.item-btn-action .btn i {
	font-size: 19px;
	margin-bottom: 3px;
	display: block;
}
.filters-nav-backend-tornei {
	display: flex;
}
.filters-nav-backend-tornei .nav {
	width: 100%;
}
.filters-nav-backend-tornei .nav-pills .nav-link {
	font-size: 12px;
}
.filters-nav-backend-tornei .nav-filter-icon {
	display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
	width: 45px;
	align-items: center;
	padding: 15px;
}
.filters-nav-backend-tornei .nav-filter-icon a {
}

/* backend gestione roster */
#object-backend-roster-manage-index .list .item-inner {
	padding-right: 40px;
}

/*gallery manage */
#content-immagini {
	margin-left: -15px;
	margin-right: -15px;
}

#content-immagini .box-immagine {
	padding: 0;
	margin-bottom: 5px;
	display: none;
}
#content-immagini .box-immagine .box-immagine-content {
	position: relative;
}
#content-immagini .box-immagine:nth-child(2n+0) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#content-immagini .box-immagine .image-box-caption {
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
}
#content-immagini .box-immagine .handle {
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: rgba(255,255,255,0.5);
	padding: 5px;
	font-size: 1.2em;
}
#multiplefileuploader,#multipleimageuploader {
	width: 100%;
}
.ajax-file-upload {
	width: 100%;
	text-align: center;
	border-radius: 0;
}
.ajax-upload-dragdrop {
	width: 500px !important;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed rgba(0,0,0,0.15);
	margin-bottom: 15px;
}
.ajax-file-upload-container {
	border: 1px solid rgba(0,0,0,0.25);
		float: left;
	display: none;
	width: 100%;
	clear: both;
}
.ajax-file-upload-container > div:nth-child(even) {
    background-color: rgba(0,0,0,.05)

}
.ajax-file-upload-statusbar {
	width: 100% !important;
	float: left;
	display: inline;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dashed rgba(0,0,0,0.15);
	padding: 15px;
	border-radius: 0;
}
.ajax-file-upload-filename {
	float: left;
	display: inline;
	width: 350px;
	padding: 0;
	margin: 0;
}
.ajax-file-upload-progress {
	float: left;
	display: inline;
	width: calc(100% - 350px);
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.ajax-file-upload-bar {
	background-color: #003f78;
	border-radius: 0;
}
#object-account-egamespoint-gallery-manage {
	padding-top: 2em;
}

/* gestione tabellone gironi */
.btn-openclose {
	position: absolute;
	top: -3px;
	right: 0;
}
.btn-openclose .fa-chevron-down {
	display: none;
}

/* per frase riservato ai soci tesserati in calendario torneo */
.item-text-avviso-soci-max {
	display: none !important;
}
.item-text-avviso-soci-min {
	display: block !important;
}

.list .item-text-avviso-primopremio {
	min-height: 12px;
}

#scheda_egamer .egamer-avatar {
	position: absolute;
	left: 0;
	top: 55px;
}
#scheda_egamer .egamer-info {
	padding-left: 115px;
	width: 100%;
}

#ranking_btn .btn {
	min-width: auto;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.logo-ente-tournament {
	max-width: 105px;
}
#list-games {
	margin-top: 5px;
}
#list-games li {
	margin-bottom: 15px;
}
#list-games li a {
	width: 100%;
}

@media (min-width: 768px) {
	.custom-view1 {
    	padding: 0% 8%;
	}
	.hex-link {
		font-size: 37px;
		line-height: 37px;
	}
	.hex-logo {
    	height: 115px;
	}
}
@media( max-width: 585px) {
    .wizard-torneo-add span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
	.wizard-torneo-add.wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
	.wizard-torneo-add.wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
@media( max-width: 374px) {
	.item-text-avviso-soci-max {
		display: block !important;
	}
	.item-text-avviso-soci-min {
		display: none !important;
	}
}