@charset "utf-8";

/* CSS Document */

.bianco {
    color: #fff;
}

textarea {
    resize: none;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.form-control {
    color: #000;
}

.btn.freccia {
    padding: 0px;
    font-size: 50px;
    height: 47px;
    width: 50px;
    line-height: 45px;
    text-align: left;
}

.app-header .badge-danger {
    font-weight: 300;
    text-transform: none;
    padding: 5px 15px 5px 10px;
    font-size: 16px;
}

.app-header .badge-danger .fa-fw {
    font-size: 9px;
    margin: 3px 6px 0px 0px;
}

@media (min-width: 1280px) {
    .col-md-9.lato-sinistro {
        flex: calc(100% - 310px);
        max-width: calc(100% - 310px);
    }
    .col-md-3.lato-destro {
        /* width: 310px!important; */
        flex: 0 0 310px;
        max-width: 310px;
    }
}

.titolo {
    display: flex;
    align-items: center;
    height: 2.5rem;
    color: #fff;
    background-color: #262d37;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-topright: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.lato-destro .program {
    position: relative;
}

.lato-destro .program .position-absolute {
    right: 10px;
    bottom: 10px;
}

.lato-destro .program .btn-primary {
    background-color: rgba(38, 45, 55, 0.8);
    border: none;
}

.lato-destro .program .btn-primary:hover {
    background-color: rgba(110, 122, 139, 0.8);
}

.modal-content {
    background-color: #434a54;
}


/* chat */

.chat-box .scroll-area-md {
    background-color: #fff;
}

.chat-box-wrapper .chat-box span {
    text-transform: uppercase;
    text-decoration: underline;
}

.chat-box-wrapper .chat-box a {
    text-decoration: underline;
}

.chat-box-wrapper .chat-box {
    font-size: 12px;
    word-break: break-word;
}

.chat-box .form-control-sm,
.chat-box .input-group-text,
.chat-box .custom-select {
    font-size: 12px;
}


/* tab video */

.tab-content {
    padding: 1.2rem;
    background-color: #2f343c;
}

.video-box .border {
    border: 2px solid #768396;
}

.video-box .d-flex .btn {
    line-height: 22px;
    width: 24px;
    height: 24px;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
}

.video-box .btn .pe-7s-close {
    font-size: 25px;
}

.video-box .d-flex .btn.btn-primary:hover,
.video-box .d-flex .btn-primary:not(:disabled):not(.disabled):active,
.video-box .d-flex .btn-primary:not(:disabled):not(.disabled).active {
    color: #ddd;
    background-color: #434a54;
    border-color: #434a54;
}

.video-box .form-control {
    height: auto;
    padding: 0px 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    transition: none !important;
    box-shadow: none !important;
}

.video-box .form-control.active {
    background-color: #506686;
}

.video-box .nome .btn-primary {
    color: #fff;
    background-color: transparent !important;
    border: none;
    padding: 2px 0px 2px 6px;
}

@media (min-width: 1280px) {
    .col-md-4.video-box {
        flex: 0 0 222px;
        max-width: 222px;
    }
}

.video-mp4 video {
	object-fit: fill;
	height: 100vh;
}

#vimeo-publisher {
	overflow:hidden;
}

/* ==== login ==== */

.app-main.login .app-main__inner {
    display: table;
    height: calc(100% - 40px);
}

.app-main.login .app-main__inner .tabs-animation {
    display: table-cell;
    vertical-align: middle;
}

.diagonal-line {
    width: 20px;
    height: 20px;
    position: relative;
}

.diagonal-line:after {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    width: 30px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    top: 2px;
}

.video-my-small .diagonal-line:after,
.video-box-small .diagonal-line:after {
    width: 18px !important;
}

.login input.form-control {
    height: auto;
    padding: 12px 6px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #2f343c;
    border-radius: 0px;
    transition: none !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 30px;
}

.login .btn {
    font-size: 30px;
}

#canvasVolume {
    background-color: #6e7a8b;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}

.table-login {
    display: table;
    height: 100%;
    width: 100%
}

.tablecell-login {
    display: table-cell;
    vertical-align: middle;
}

.login-inserisciNome {
    width: calc(100% - 56px);
}

p-relative {
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container {
    width: 100%;
    /* padding-top: 56.25%;
    height: 0px;
    position: relative;
    overflow: hidden;
*/
}

.login-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    overflow: hidden;
}

.postloading {
	display: none;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scaleX(-1);
}

.video.grande {
    /*  width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -8px;
    left: -4px; */
}

.video.camera {
/*    -moz-transform: scale(-1.35, 1.35);
    -webkit-transform: scale(-1.35, 1.35);
    -o-transform: scale(-1.35, 1.35);
    -ms-transform: scale(-1.35, 1.35);
    transform: scale(-1.35, 1.35); */
}


/* regia tutti */

.regia-tutti .custom-select {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #2f343c;
    color: #fff;
    background-image: url(../img/select-custom.svg);
}

.regia-tutti .custom-select option {
    color: #2f343c;
}

.regia-tutti a.btn-pill {
    padding: 6px;
    line-height: 30px;
    height: 36px;
    width: 36px;
}

.regia-tutti a.btn-pill.btn-text {
    line-height: 1.5;
}

.regia-tutti a.btn-pill i {
    font-size: 20px;
    line-height: 20px;
}

.regia-tutti .embed-container {
    padding-bottom: 75%;
}

@media (min-width: 1280px) {
    .regia-tutti .col-md-4 {
        flex: 0 0 317px;
        max-width: 317px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* regia singolo */

.regia-slide {
    padding: 0px;
    background-color: #000;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
.regia-singolo .embed-container {
    padding-bottom: 100vh;
}


.regia-singolo .embed-container iframe,
.regia-singolo .embed-container object,
.regia-singolo .embed-container embed {
    height: 100vh;
}
*/

.regia-singolo {
    padding: 0px;
    background-color: #000;
    text-align: center;
    width: 1280px;
    margin: 0 auto;
}

.regia-singolo img {
    width: 1280px !important;
    height: 720px !important;
}

.regia-singolo .video-container {
    width: 1280px !important;
    height: 720px !important;
}


/* display */

.pagina-display {
    padding: 0px;
    background-color: #000;
    text-align: center;
}

.pagina-display .row {
    margin-right: 0px;
    margin-left: 0px;
    height: 100vh;
}

.pagina-display .row .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.pagina-display.quattro .embed-container iframe,
.pagina-display.quattro .embed-container object,
.pagina-display.quattro .embed-container embed {
    max-height: 50vh;
}

.pagina-display.sei,
.pagina-display.dodici,
.pagina-display.quattro,
.pagina-display.due {
    display: table;
    padding: 0px;
    background-color: #000;
    height: 100vh;
    width: 100%;
}

.pagina-display.sei>div,
.pagina-display.dodici>div,
.pagina-display.quattro>div,
.pagina-display.due>div {
    display: table-cell;
    vertical-align: middle;
}

.pagina-display.sei .float-left {
    width: 33.3333%;
}

.pagina-display.dodici .float-left {
    width: 25%;
}

.pagina-display.quattro .float-left,
.pagina-display.due .float-left {
    width: 50%;
}

.tab-video .video-box p.nome {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 10px 0px;
    margin: 0px;
}


/* presentazione */

.font40 {
    font-size: 40px;
}

.font45 {
    font-size: 45px;
}

.numero-slide .card-body,
.tempo-residuo .card-body {
    background-color: #434a54;
    text-align: center;
}

.numero-slide .card-footer {
    color: #262d37;
}

.numero-slide .form-control {
    max-width: 100px;
}

@media (min-width: 1280px) {
    .col-md-8.lato-sinistro {
        flex: calc(100% - 450px);
        max-width: calc(100% - 450px);
    }
    .col-md-4.lato-destro {
        /* width: 310px!important; */
        flex: 0 0 450px;
        max-width: 450px;
    }
}

#modalTalkBack h5,
#modalTalkBack .modal-body {
    color: #262d37;
}


/**************************** MODIFICHE *******************/

.fancybox-content,
.modal {
    color: #000;
}

.height-100 {
    height: 100%;
}

.btn-setting {
    position: absolute;
    right: 15px;
}

.line27 {
    line-height: 27px!important;
}

.pallino-rosso {
    width: 10px;
    height: 10px;
    background: #e2001a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    animation: blink 1s ease-in infinite;
}

@keyframes blink {
    from,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.regia-tutti a.btn-pill.volume-absoute {
    position: absolute;
    z-index: 1000;
    height: 30px;
    width: 30px;
    line-height: 20px;
    top: 10px;
    right: 10px;
}

.regia-tutti a.btn-pill.volume-absoute i {
    font-size: 15px;
    line-height: 15px;
}

.regia-tutti a.btn-pill.volume-absoute .diagonal-line:after {
    width: 20px;
}

.text-danger {
    color: #e2001a!important;
}

.btn-pill.cornetta {
    padding: 0px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 40px;
}

#slideModal .border {
    height: auto!important;
}

#slideModal .modal-header .close {
    padding: 5px;
    margin: -5px -5px -5px auto;
    font-size: 3rem;
    line-height: 2rem;
    opacity: 1;
    color: #fff;
}

#slideModal .modal-dialog {
    max-width: 85%;
}

#slideModal .modal-header {
    background: transparent;
    border: none;
    padding-bottom: 0px;
}

#slideModal iframe {
    height: 75vh;
}

.w-90 {
    width: 90%;
}


/* NUOVA PAGINA EVENTO */

.card-hover-shadow-2x.card.chat-box.position-absolute {
    width: 400px;
    height: 100%;
    position: fixed!important;
    right: -400px;
    top: 0;
    transition: all .2s;
    z-index: 10000001;
}

.chat-box .scroll-area-md {
    height: calc(100% - 232px);
}

.program .position-absolute {
    right: 25px;
    bottom: 75px;
}

.program .btn-primary {
    background-color: rgba(38, 45, 55, 0.8);
    border: none;
}

.program .btn-primary:hover {
    background-color: rgba(110, 122, 139, 0.8);
}

.bottone-chat-right {
    position: absolute;
    z-index: 10000000;
    right: 0px;
    top: 300px;
}

.bottone-debug-right {
    position: absolute;
    z-index: 09999999;
    right: 0px;
    top: 175px;
	text-align: right;
	background: #2f343c;
	font-size: 30px;
	text-decoration: none;
	width: 44px;
	border-radius: 5px;
	display: none;
}

@media (min-width: 2300px) {
    .bottone-chat-right {
        top: 530px;
    }
    .bottone-chat-right {
        top: 300px;
    }	
}

.bottone-chat-right .pallino {
    width: 12px;
    height: 12px;
    background: #434a54;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.bottone-chat-right.active .pallino {
    background: #1fa22e;
}

/* aggiunta timer */

#tab-timer input {
    font-size: 18px;
    line-height: normal;
    height: auto;
    max-width: 120px;
    text-align: center;
}

.font25 {
    font-size: 25px !important;
}

.tempo-residuo .card-body {
    background-color: #434a54;
    font-size: 40px;
}

.titolo a {
    text-decoration: none!important;
}

.logging-box { 
	position: fixed;
	right: -450px;
	bottom: 0;
	height: 300px;
	width: 450px;
	background: black;
	border: 1px solid white;
	padding: 5px;
	font-size: 10px;
	overflow-y: scroll;
    transition: all .2s;
    z-index: 09999998;
}

.object-fill .OT_video-element {
	object-fit: fill !important;
}

.statuspoint {
	position: absolute;	
	right: 20px;
	top: 34px;
	font-size: 12px;
	font-weight: bold;
	z-index: 1000;
	color: #50C878;
	cursor: pointer;
}

.statuspoint.danger {
	color: #e2001a;
	animation: blink 1s ease-in infinite;
}

.tooltip-inner {
	max-width: 450px;
}
.tooltip-small {
	text-align: left;
	font-size: 11px;
	white-space: break-spaces;
}