/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/


.grey-background{
	background-color: #FAFAFA;
}



.title_bar{
	text-align: center;
	width: 100%;
	height: 55px;
	margin-top: 4.5em!important;
	margin-bottom: 4.5em!important;
	z-index: 9;
	position: relative;
	font-size: 100%;
	font-weight: 600;
}

.shop-bar{
	border-top: 1px solid #797979;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	font-family:roboto-thin;
	text-align: center;
	width: 100%;
	height: 60px;
	position: relative;
	font-size: 100%;
	background-color: #009688;
	color: white;
}

.title_bar h1{

	width:100%;
	font-size: 4em;
	font-weight: 100;
	font-family: roboto-thin;
}

.text-right{
	text-align: right;
}

.wrap_user_list{
	width:95%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
	padding-top: 0px;
}

.container_2{
	width: 100%;
}

.btn_v2{
	font-family: roboto-bold;	
	font-size: 1em;
	padding: 10px 10px!important;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 5px!important;
	-webkit-transition-property: background-color!important;
	transition-property: background-color!important;
	-webkit-transition-duration: 0.2s!important;
	transition-duration: 0.2s!important;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #009688!important;
	border-color: #009688!important;
	color: #fff!important;
}

.btn_v4{
	font-family: roboto-bold;	
	font-size: 2em;
	padding: 5px 15px 5px 15px!important;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 5px!important;
	-webkit-transition-property: background-color!important;
	transition-property: background-color!important;
	-webkit-transition-duration: 0.2s!important;
	transition-duration: 0.2s!important;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #009688!important;
	border-color: #009688!important;
	color: #fff!important;
}

.btn-start{
	font-family: roboto-bold;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #009688;
  	border-color: #009688;
  	color: #fff;
  	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

/*.btn_v2:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.298039);
    background: none repeat scroll 0% 0% #ffffff;
    color: #81a3a2;
    border: 1px solid #1B5E5F;
}
*/

.btn_v2:focus,
.btn_v2:active {
  outline: 0 !important;
}

.top-30{
	z-index: 3;
	top: 30px;
	position: relative;
}


.visibility_hidden{
	visibility:hidden;
}

.visibility_visible{
	visibility:visible;
}

.first_box{
	height: 60px;
	background-color: #E0F2F1;
	border-bottom: 1px solid #797979;
}

.welcome_font{
	font-family: 'roboto-regular';
	color: black;
	font-size: 1.3em;
	text-align: left;
}

.center50{
	position: relative;
    top: 50%;
    /*text-align: center;*/
    padding-left: 50%;
    width: 100%; 
    transform: translateY(-50%);
}
.center502{
	position: relative;
    /*text-align: center;*/

}

.padding-left-0{
	padding-left: 0px;
}

.col-title-font{
	font-family: roboto-thin !important; 
	font-size: 2em;
	font-weight: normal!important;
}

.circle_c{
	width: 36px;
	height: 36px;
	background-color: #797979;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	text-align: center;
	line-height: 36px;
}

.error_circle{
	width: 8em;
	height: 8em;
	background-color: #FF0000;
	-moz-border-radius: 8em;
	-webkit-border-radius: 8em;
	border-radius: 8em;
	line-height: 8em;
	margin-right: 1em;
	margin-top: 1em;
	float: right;
}

.error_circle_no_visible{
	display: none;
}

.text-20-white{
	font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}

.full_height{
	height: 100%;
}

.only_left{
	margin-right: 10px;
	float: left;
}

.call-action{
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
}

.call-action-bt{
	display: inline-block;
	font-family: roboto-bold!important;
	font-size: 16px;
  	padding: 20px 10px;
  	margin-right: 5px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition-property: background-color!important;
	transition-property: background-color!important;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #009688!important;
  	border-color: #009688!important;
  	color: #fff!important;
  	text-align: center;
	}

.border_left{
	border-left: 1px solid black;
}

.both_fixed{
	height: 100vh;
	min-height:100vh;
}

.misure_this{
	height: 45px; 
	background-color: #ffcd83; 
	border: 1px solid #656565;
	overflow: auto; 
	margin-left: 15px; 
	margin-top:20px;
}

.side-bar-right{
	background-color: white;
	height: calc(100vh - 60px);
	border-left: 1px solid #797979;
	/*z-index: -1;*/
	padding-top: 70px;
}

.secondary-menu{
	/*width:100%;*/
	font-size: 14px;
	font-weight: 100;
	font-family: roboto-thin;
	height: 70px;
}

.secondary-menu-background{
	height: 70px;
	background-color: #b2dfdb;
}

a.dropdown-item {
	font-size: 1.2em;
}

.tendina-elenco{
	height: 30px; 
	text-align: left; 
	padding-left: 30px; 
	padding-right: 30px; 
	padding-top: 5px;
}

.tendina-elenco:hover {
	background:  var(--bs-dropdown-link-hover-bg);
}

.one-screen{
	height: 100vh;
}

.padding-left-30{
	padding-left: 30px;
}

.padding-right-30{
	padding-right: 30px;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

#search-span{
	border: 1px solid gray;
    border-left: 0px;
}

.fa-search{
	color: white;
}

.fa-circle-o-notch{
	color: #009688;
}


/* Progress Bar */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  transform: translateY(50%)!important;
  background-color: #acece6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #26a69a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
    
.cubo-nero{
	width: 15px;
	height: 15px;
	background: black;
	display: inline-block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.cubo-arancione{
	width: 15px;
	height: 15px;
	background: #e59400;
	display: inline-block;
	margin-left: 7px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.cubo-blu{
	width: 15px;
	height: 15px;
	background: #0099ff;
	display: inline-block;
	margin-left: 7px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.cubo-verde{
	width: 15px;
	height: 15px;
	background: #006600;
	display: inline-block;
	margin-left: 7px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.session-span{
	text-align: center;	
	width: 100%;
	font-size: 30px; 
	font-family: roboto-thin;
	margin-top: 5%;
	margin-bottom: 10%;
	line-height: 30px;
}

.session-info{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

/*#session-test-div{
	padding: 20px;	
}*/

.session-caption{
		margin-top:2%;
        font-size: 75%;
        text-align: center;
        line-height: 10px;
        min-height: 10px;
        font-weight: bold;
        
        color: #000000;
        z-index: 2;
}


.padding-bottom-20px{
	padding-bottom: 20px;
	
}


.padding-20px{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#my-row {
    display: table;
}

#my-row .my-panel {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.modal-session-test {
    /*display: none;*/ /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 8%;*/ /* Location of the box */
    left: 0;
    top: 0;
    width: 54%; /* Full width */
    height: 85%!important; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    border : 1px solid black;
    background-color: rgb(255,255,255); /* Black w/ opacity */
}

#modal-content-session-test {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	overflow: auto;
    
    
}

.close {
    /*position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;*/
    position: relative;
    right: 1%;
    float:right;
    /*font-size: 40px!important;*/
    font-weight: bold;
    transition: 0.3s;
    z-index: 9;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#session-test-table{
	border-bottom:none;
}

#testReportModal{
	/* overflow: auto; */
}

#caption{
	text-align: center;
	width: 100%;
	/*position: absolute;
	top: 10%;*/
}
#row-caption{
	text-align: center;
	padding:5% 0;
}

.none{
	display: none;
}

.post-it{
	background: url(../resources/svg/Risorsa_21.svg);
	background-repeat: no-repeat;
	width: 100%;	
}

.post-it-2{
	background: url(../resources/svg//Risorsa_352.svg);
	background-repeat: no-repeat;
	width: 100%;
}

.datasession{
	width: 100%;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.datasession-not-enable{
	pointer-events: none;
}

/*.btn-start! > input.datasession-not-enable { background-color: gray; }*/

.daterangepicker td.disabled, .daterangepicker option.disabled{
	    background-color: #babdb6!important;
	    color: #FFFFFF!important;
	    text-decoration: none!important;
	    border-radius: 0!important;
	}

#session_creation_help{
	font-size: 20px;
    transform: translateY(50%);
}

.rettangolo-tratteggiato{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  background: #E0F2F1;
  height: 100px;
  border: 2px dashed #009688;
}

.link-old-version{
	text-align: center;
    margin-top: 0.5em;
    font-family: roboto-thin;
    color: black;
    font-size: 1.5em;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #00000000!important;	
	color: #000000!important;	
}

