button{
  cursor: pointer;
}

.fdc-participant-loop-description{
	font-family: 'DIN RegularAlternate',Helvetica,Arial,Lucida,sans-serif;
}

.fdc-judged-not-completed-{
	color: #CCC !important;
}

.fdc-participantfoto-participant-page{
    text-align: right;
    margin-right: 0;
}

.fdc-participantvideo-participant-page{
	 margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 2.75%!important;;
    max-width: 648px!important;;
}

.fdc-punctutaion-param-item{
	padding-left: 30px;
    float: left;
}

.fdc_evaluation_params_table_partipant_page{
	width: 100%;
}

.fdc_evaluation_param_name{
	width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}

.fdc_evaluation_param_name.parent {
    width: 100%;
    display: inline-block;
    text-align: left;
    float: left;
}

.fdc_evaluation_param_name.parent > h2{
    text-decoration: underline;
}

.fdc_evaluation_param_slider{
	  width: 50%;
    display: inline-block;
    text-align: left;
    float: none;
    margin-bottom: 12px;
}

.fdc_evaluation_paran_input{
	display: none;
}

.et_pb_contact_submit {
    color: #006142;
}

.fdc-error-msg{
	color: red;
	font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
    display: inline-block;
    float: left;
    max-width: 84%;
}

.fdc-success-msg{
	font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
    display: inline-block;
    float: left;
    max-width: 84%;
}

.fdc-error-title{
	float: left;
    padding-right: 6px;
    font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
    color: #006142!important;
}

.fdc-loading-backdrop{
    width: 100%;
    height: 100%;
    background-color: #ffffffd4;
    position: fixed;
    display: none;
    background-image: url(/wp-content/themes/Divi/fdc/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10000;
    bottom: 0px;
}

.fdc-go-back-btn{
	color: #006142;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}

.fdc-go-back-btn:hover{
	border: 2px solid transparent;
	padding: .3em .2em .3em .7em !important;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
    margin-left: 10px;
}

.fdc-go-back-btn:before{
    font-size: 32px;
    line-height: 1em;
    content: "\34" !important;
    opacity: 0;
    position: absolute;
    margin-right: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;

    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;

    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}

.fdc-go-back-btn:hover:before {
    opacity: 1 !important;
    margin-right: 0 !important;
    left: 8px;

    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}


.fdc-comments-textarea{
    min-height: 150px;
    display: block;
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 20px;
}

.fdc-punctuatuion-text{
	font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    color: #006142!important;
    font-weight: 600;
}

.fdc-row-judges-participant-page{
	width: 100%;
  max-width: 1140px !important;
}

.fdc-row-judges-participant-page > div.et_pb_column_1_4{
  margin-right: 1.5% !important;
  width: 23.875% !important;
}

.fdc-judge-punctuation-participant-page{
    font-family: 'DIN RegularAlternate',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1em;
    font-size: 14px;
    color: #666;
 }

.fdc-total-judge-punctuation-participant-page,
.fdc-total-judge-punctuation-participant-page > strong{
 	color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px;
    text-align: center;
 }

.fdc-total-judge-punctuation-participant-page > strong{
    font-weight: 700 !important;
}

 .fdc-judge-photo-container-participant-page{
 	padding-bottom: 20px;
 }

.fdc-judges-commnets-title{
	font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
 	color: #333 !important;
    padding-bottom: 10px;
    line-height: 1em;
 }

h3.fdc-judges-commnets-title{
	font-size: 22px !important;
}

p.fdc-judges-commnets{
	font-family: 'DIN RegularAlternate',Helvetica,Arial,Lucida,sans-serif;
	color: #666;
    background-color: transparent;
    line-height: 1.5em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    padding-bottom: 1em;
    font-size: 18px;
}

i.fas{
        font-family: 'FontAwesome' !important;
        font-style: normal !important;
}

.fdc-filter-view-button-list-currentday,
.fdc-filter-view-button-list-all,
.fdc-filter-view-button-grid{
	color: #CCC !important;
	font-size: 20px !important;
	padding-right: 5px;
}
.fdc-filter-view-button-list-currentday.active,
.fdc-filter-view-button-list-all.active,
.fdc-filter-view-button-grid.active,
.fdc-filter-view-button-list.active{
	color: #006142 !important;
}

.fdc-filter-view-button-list{
	color: #CCC !important;
	font-size: 20px !important;
}

.fdc-participants-list-listview-container{
	display: none;
}

.fdc-participants-list-listview-container a {
	color: #006142;
}

.fdc-participants-list-gridview-container{
	/*display: none;*/
}

.fdc-first-day-participant-row{
	background-color: #fff;
}

.fdc-first-day-participant-row.fdc-had-data{
	font-weight: 700;
}

.fdc-second-day-participant-row{
	background-color: rgb(166 201 231 / 26%) !important;
}

.fdc-second-day-participant-row.fdc-had-data{
	font-weight: 700;
}

.fdc-hr{
	border-color: #256242;
    border-style: dashed;
}

.fdc-hide{
	display: none !important;
}

#fdc-table-list-participants_info{
	display: none !important;
}

.fdc-circle-judged-indicators{
	text-align: center;
    color: #30b6f6;
}

.fdc-participant-page-participant-name-title > div > h3{
	text-align: center !important; 
    padding-left: 120px !important;
}


.fdc-participant-page-cocktail-name-title > div > h3{
	text-align: center !important;
    padding-right: 120px !important;
}

.lcs_switch.lcs_on .lcs_cursor {
    left: 68px !important;
}

.lcs_label{
    width: 53px !important;
}

.lcs_switch.lcs_off .lcs_label_off {
    right: 10px !important;
}

.lcs_switch.lcs_on .lcs_label_on {
    left: 0px !important;
}

.lcs_wrap {
    width: 93px !important;
}

/* RANGE */
/*.range {
  width: 160px !important;
  position: absolute !important;
  border: 0 !important;
  height: 2px !important;
  background: #959799 !important;
  outline: none !important;
}
.range > .ui-slider-handle {
  position: absolute;
  margin: -3px 0 0 -9px;
  border-radius: 100%;
  background: #fff;
  border: 0;
  height: 18px;
  width: 18px;
  outline: none;
  cursor: pointer;
}
.range > .ui-slider-handle:hover,
.range > .ui-slider-handle:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.range > .ui-slider-range {
  background: #006142;
}
.range > .currentVal {
  position: absolute;
  font-weight: bold;
  color: #439a29;
  width: 160px;
  text-align: center;
  margin-top: -12px;
  margin-left: 100px;
  font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}*/

.slidecontainer {
  width: 70%;
}

.slider {
  -webkit-appearance: none;
  width: 70%;
  height: 15px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #006142;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #006142;
  cursor: pointer;
}

.slidervalue{
	    float: right;
    font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    color: #006142!important;
    text-align: center;
    width: 30%;
    margin-top: -25px;
}

.parameter_points_calcs{
    margin-bottom: 0px !important;
    width: 60px;
    height: 40px;
    margin-bottom: 20px;
    /*padding-left: 10px;*/
    font-size: 25px;
    font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
    /* font-size: 30px; */
    color: #006142!important;
    text-align: center;
    float: left;    
    border: 2px solid #006142 !important;
  }

  .fdc-limits-tags{
	  	float: left;
	    /* height: 100%; */
	    font-family: 'DINPro-CondMedium',Helvetica,Arial,Lucida,sans-serif;
	    font-size: 16px;
	    color: #7b7b7b!important;
	    text-align: center;
	    margin-top: 8px;
	    margin-left: 10px;
  }

  div.clearfix.fdc-punctuatuion-item:not(:last-child){
    padding-bottom: 20px;
  }


  .fdc_deduction_param_value {
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    font-size: 14px;
    color: #006142!important;
    font-style: italic;
}

.modal a.close-modal{
  filter: brightness(1) invert(1);
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
*/}

/* ##### */


@media (min-width: 981px) {
	.et_pb_column_3 {
	    margin-right: 3.3% !important;
	    margin-top: 40px !important;
	}

	/*.et_pb_row_4_tb_body{
		width: 80% !important;
	}

	.fdc-cocktailfoto-participant-page,
	.fdc-participantfoto-participant-page{
		text-align: center !important;
	}

	.fdc-participant-page-participant-name-title > div > h3 {
	    text-align: center !important;
	    padding-left: 0px !important;
	}

	.fdc-partipant-list-container-item{
		text-align: center !important;
	}*/
}

pre.fdc-reset-data-results{
    max-height: 30px;
    overflow: scroll;
    background-color: #000;
    color: #0f1;
    padding: 20px 20px 20px 20px;
    border: #fff dotted 2px;
}

@media (max-width: 980px) {
	.et_pb_column_3 {
	    margin-right: 3.3% !important;
	    margin-top: 40px !important;
	}

	.et_pb_row_4_tb_body{
		width: 80% !important;
	}

	.fdc-cocktailfoto-participant-page,
	.fdc-participantfoto-participant-page{
		text-align: center !important;
	}
	.fdc-participant-page-cocktail-name-title > div > h3 {
		padding-right: 0px !important;
	}
	
	.fdc-participant-page-participant-name-title > div > h3 {
	    text-align: center !important;
	    padding-left: 0px !important;
	}

	.fdc-partipant-list-container-item{
		text-align: center !important;
	}

	.fdc-judge-photo-container-participant-page,
	.fdc-judge-punctuation-participant-page,
	.fdc-judges-commnets-title,
	.fdc-judges-commnets{
		text-align: center !important;
	}

  .fdc-row-judges-participant-page > div.et_pb_column_1_4{
    margin-right: 5.5% !important;
    width: 100% !important;
  }

  .fdc_evaluation_param_name{
    width: 70%;
  }

  .fdc-punctutaion-param-item {
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      text-align: left !important;
      font-size: 22px !important;
  }

  .fdc_evaluation_param_slider {
    width: 30%;
  }

  .fdc-punctuatuion-text{
        font-size: 28px;
  }

}

