/*
------------------------------------------------------------------------------------
EZZATO.CLOUD
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

/* 
social menu
*/

.social {
    position: relative;
    display: table;
}

.social .icon {
    font-family: 'Socicon' !important;
    color:#000000;
    font-size: 20px;
    padding:5px;

    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.social .icon:hover {
    color:#ffffff;
}

.social .icon:before {
    position: relative;
    display: table;
}

.social .icon.facebook:before {
    content:'';
}

.social .icon.twitter:before {
    content:'';
}

.social .icon.instagram:before {
    content:'';
}

.social .icon.gplus:before {
    content:'';
}

.social .icon.youtube:before {
    content:'';
}

.social .icon.linkedin:before {
    content:'';
}

.social .icon.whatsapp:before {
    content:'';
}

.social ul {
    position: relative;
    display: table;
}

.social ul > li {
    position: relative;
    display: table-cell;
    list-style: none;
    vertical-align: middle;
}

.social ul > li > a {
    position: relative;
    display: table;
}

.social-widgets {
    position: relative;
    display: table;
    width:100%;
    padding:60px 0px 0px 0px!important;
}

.social-widgets h5 {
    position: relative;
    display: table;
    color:#ffffff;
    vertical-align: middle;
    font-size: 22px;
}

.social-widgets h5:before {
    position: relative;
    display: inline-block;
    padding:0px 10px 0px 0px;
    text-align:left;
    color:#000000;
    vertical-align: middle;
    font-size: 38px;
    font-family: 'Socicon' !important;
}

.social-widgets h5.facebook:before {
    content:'';
}


.social-widgets h5.instagram:before {
    content:'';
}

.social-widgets p {
    position: relative;
    display: table;
    color:#ffffff;
    font-size: 14px;
    padding: 20px 0px;
}

.social-widgets .col {
    position: relative;
    vertical-align: top;
    width: 50%;
    text-align: left;   
}

/*  instagram  */

.instagram {
    position:relative;
    display:table;
}

.instagram.feed {
    position:relative;
    display:table;
    text-align:left;
}

.instagram.feed > ul {
    position:relative;
    display:table;
}

.instagram.feed > ul > li {
    position:relative;
    display:inline-table;
    list-style:none;
    width:32%;
    padding:0px 5px 5px 0px;
}

.instagram.feed > ul > li > img {
    width:100%;
    display:table;
}



/*
social menu
*/

ul.social {
    display: table;
 }
 
 ul.social > li {
     position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
 }
 
 ul.social > li > a {
     font-size: 20px;
     color: #000000;
     vertical-align: middle;
     font-weight: normal;
 }
 
 ul.social > li > a:before {
     position: relative;
     display: inline-block;
     /*width: 40px;
     height: 40px;*/
     /*border:solid 1px #ffffff;*/
     content: '';
     vertical-align: middle;
     /*margin-right: 5px;
     line-height: 40px;*/
    font-family: "Socicon";
    vertical-align: middle;
    background-position: center;
    background-size: auto;
 
    -o-transition:.5s;
     -ms-transition:.5s;
     -moz-transition:.5s;
     -webkit-transition:.5s;
    transition:.5s;

    color: #000000;
 
    /*
    -webkit-box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.75);
    background-color: rgba(0,0,0,.1);
    */
 
 }
 
 ul.social > li > a:hover:before {
    color: #4B4B4B;
 }
 
 ul.social > li > a.facebook:before {
    content:'';
 }
 
 ul.social > li > a.youtube:before {
    content:'';
 }
 
 ul.social > li > a.instagram:before {
    content:'';
 }
 
 ul.social > li > a.twitter:before {
    content:'';
 }
 
 ul.social > li > a.vimeo:before {
    content:'';
 }

 ul.social > li > alinkedin:before {
    content:'';
}

ul.social > li > a.whatsapp:before {
    content:'';
}

ul.social > li > a.linkedin:before {
    content:'';
    padding-bottom: 5px;
}


ul.social > li > a.email:before {
    font-family: "Material Icons";
    content:'';
}
 

/*
--------------------------------------------------------------------------------------
DESKTOP ONLY
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 760px) and (max-width: 10000px) { 

	
}

/*
--------------------------------------------------------------------------------------
TABLET SMALL SCREEN
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 760px) and (max-width: 1460px) { 

}
	

/*
--------------------------------------------------------------------------------------
SMARTPHONE
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 200px) and (max-width: 760px) { 

    .social-widgets {
        padding: 10px 0px 0px 0px !important;
    }

	.social-widgets .col {
        display:table;
        width:100%;
        text-align: center;
    }

    .instagram.feed > ul {
        text-align:center;
    }

    .social-widgets p,
    .social-widgets h5 {
        margin:0 auto;
        text-align:center;
        padding: 10px 0px;
    }

    .social-widgets h5:before {
        font-size: 28px;
    }

    .social-widgets h5 {
        padding:20px 0px 10px 0px;
    }

    .fb-page {
        margin: 0 auto;
        display: table;
        text-align: center;
        width: 100%;
    }

    .social .icon {
        font-size:34px;
    }
    
	
}



/*
------------------------------------------------------------------------------------
EZZATO.CLOUD
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

/*  loader  */

.loader {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    /*background-color:#F3F4F3;*/
    background-color:rgba(243, 244, 243, .8);
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
    display:table;
    vertical-align:middle;
    text-align:center;
    z-index:30;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	filter: alpha(opacity=100); 	
	-khtml-opacity: 1;      	
	-moz-opacity: 1;       		
	opacity: 1;
}

.loader-to-back {
    z-index:-1;
    opacity: 0;
}

.loader-hide {
	filter: alpha(opacity=0); 	
	-khtml-opacity: 0;      	
	-moz-opacity: 0;       		
	opacity: 0;
}

.loader .loader-container {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}


.loader .loader-container .icon {
    position: relative;
    text-align: center;
    display: table;
    width: 127px;
    height: 127px;
    margin: 0 auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    
}


.loader:not(.loader-hide) .loader-container .icon {
    -webkit-animation:spin 1s ease-out 10ms infinite;
    -moz-animation:spin 1s ease-out 10ms infinite;
    animation:spin 1s ease-out 10ms infinite;
}


.loader .loader-container .icon:after {
	position: relative;
    display: table-cell;
    font-size: 81px;
    content: '';

    font-size: 38px;
    content: '';
    font-family: "Material Icons";
    color: #000000;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.loader .loader-container .message {
    position:relative;
    display:block;
    text-align:center;
    color:#000000;
    text-transform:uppercase;
    font-size:12px;
    padding:5px 0px;
}
.loader.dev .loader-container .message {
    background-color: #fff;
    max-height: 70vh;
    overflow-y: auto;
    width: 80%;
    margin: 0 auto;
    border: solid 10px #e3e3e3;
    text-align: left;
    padding: 20px;
    text-transform: none;
    background-color: #e3e3e3;
}

.loader.dev .loader-container .message > h3 {
    position: relative;
    display: block;
    font-size: 20px;
    padding: 10px 0px;
    color: #000000;
}

.loader.dev .loader-container .message > span {
    position: relative;
    display: block;
    padding: 5px 0px;
    border-bottom: solid 1px #d3d3d3;
    font-size: 14px;
}

.loader.dev .loader-container .message > span:before {
    position: relative;
    font-family: "Material Icons";
    font-size: 18px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    content:'';
    padding-right: 5px;
}


/* Loader 2 */

.processing:after {
    position: absolute;
    content:'restart_alt';
    font-size: 20px;
    font-family: "Material Icons";
    display: block;
      
      -webkit-animation: loader-2-1 3s linear infinite;
              animation: loader-2-1 3s linear infinite;
}
.loader-2 {
    display: block;
      height: 32px;
      width: 32px;
      content:'';
      -webkit-animation: loader-2-1 3s linear infinite;
              animation: loader-2-1 3s linear infinite;
  }
  @-webkit-keyframes loader-2-1 {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loader-2-1 {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .loader-2 span {
      display: block;
      position: absolute;
      top: 0; left: 0;
      bottom: 0; right: 0;
      margin: auto;
      height: 32px;
      width: 32px;
      clip: rect(16px, 32px, 32px, 0);
      -webkit-animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
              animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  }
  @-webkit-keyframes loader-2-2 {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loader-2-2 {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .loader-2 span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0; left: 0;
      bottom: 0; right: 0;
      margin: auto;
      height: 32px;
      width: 32px;
      border: 3px solid transparent;
      border-top: 3px solid #FFF;
      border-radius: 50%;
      -webkit-animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
              animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  }
  @-webkit-keyframes loader-2-3 {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loader-2-3 {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .loader-2 span::after {
      content: "";
      display: block;
      position: absolute;
      top: 0; left: 0;
      bottom: 0; right: 0;
      margin: auto;
      border: 3px solid #000;
      border-radius: 50%;
  }
  
  .loader .loader-container .icon:after {
      font-size: 0px;
  }
 
 
  
 /* Loader 2 */
 .loader-2page {
    margin: 0 auto;
    display: block;
      height: 32px;
      width: 32px;
      -webkit-animation: loader-2-1 3s linear infinite;
              animation: loader-2-1 3s linear infinite;
 
        position: fixed;
        top: 50%;
        left:50%;
        /*transform: translateX(-50%) translateY(-50%);*/
        left: calc(50% - 16px);
    }
  @-webkit-keyframes loader-2-1 {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loader-2-1 {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .loader-2page span {
      display: block;
      position: absolute;
      top: 0; left: 0;
      bottom: 0; right: 0;
      margin: auto;
      height: 32px;
      width: 32px;
      clip: rect(16px, 32px, 32px, 0);
      -webkit-animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
              animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  }
  @-webkit-keyframes loader-2-2 {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loader-2-2 {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .loader-2page span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0; left: 0;
      bottom: 0; right: 0;
      margin: auto;
      height: 32px;
      width: 32px;
      border: 3px solid transparent;
      /*border-top: 3px solid  #000;;*/
      border-radius: 50%;
      -webkit-animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
              animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  }
  @-webkit-keyframes loader-2-3 {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loader-2-3 {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  .loader-2page span::after {
      content: "";
      display: block;
      position: absolute;
      top: 0; left: 0;
      bottom: 0; right: 0;
      margin: auto;
      border: 3px solid v #000;;
      border-radius: 50%;
  }
  
  .loader .loader-container .icon:after {
      font-size: 0px;
  }
 
  /*thinking*/
 
  .thinking {
    opacity: .4;
    pointer-events: none;
  }/*
------------------------------------------------------------------------------------
EZZATO.CLOUD
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

form {
	position:relative;
	display: block;
}

/*
disabled itens
*/

.disabled {
	opacity: .5;
}

.field {
	position:relative;
	display:inline-table;
	vertical-align:top;
	display: table;
}

.flg_boolean {
	position:relative;
}

.field-col {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	display: inline-block;
}

.field-box {
	position:relative;
}

.form-repeat-input {
	margin-top:10px;
}

input.null {
	border: none;
	background-color: transparent;
}

.locked {
	pointer-events: none;;
	opacity: .5;
}

/*
display only field
*/

.form-display {
	position: relative;
	opacity: .5;
}

/*
half field
*/

.field-half {
	position:relative;
	display:inline-table;
}
.field-half textarea {
	position:relative;
}

/*
table field
*/

.form-field {
	position: relative;
}

.form-field-table {
	position:relative;
	display:table;
}

.form-field-col {
	position:relative;
	display:table-cell;
}

.form-field-col input {
	width:100%;
}

.form-field-col div {
	font-size:10px;
	text-align:left;
	padding:0px 0px 0px 10px;
	color:#333333;
}

/*
base inputs
*/

input,
select,
textarea {
	position:relative;
	/*color:#666666;
	background-color:#ffffff;
	border:solid 1px #cccccc;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:14px;*/
}

select {
	text-overflow: ellipsis;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background-position:right center;
	background-repeat:no-repeat;
	padding-right: 35px!important;
}

.select-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.field .select-wrapper {
	width: 100%;
}

.select-wrapper:after {
	position:absolute;
	right:10px;
	top: 50%;
	transform:translateY(-50%);
	content:'';
	color:#333333;
	font-family: "Material Icons";
	font-size: 26px;
	vertical-align: middle;
	line-height: 43px;
	z-index: 1;
} 

.field .select-wrapper.unselect:after {
	display: none;
}

select option {
    color:#666666;
	background-color:#ffffff;
}

.input-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

fieldset.full {
	width:100%;
}

/*
checkbox
*/

input[type=checkbox],
input[type=radio] {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
}


input[type=radio],
input[type="checkbox"] {
    display:none;
	vertical-align: middle;
}

input[type=radio].toggle,
input[type="checkbox"].toggle {
    display:none!important;
	vertical-align: middle;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	/*font-family: Lato;*/
	/*font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.93;
	*/
	color: #80848f;
	display: inline;
	font-size: 14px;
}

input[type="radio"] + label.text,
input[type="checkbox"] + label.text {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}

input[type="radio"] + label > span,
input[type="checkbox"] + label > span {
    display:inline-block;
	position:relative;
    width:18px;
    height:18px;
	/*margin:-1px 12px 0 0;*/
	margin: 5px;;
    vertical-align:middle;
    cursor:pointer;
	border:solid 2px #A5A7A7;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}


input[type="checkbox"]:checked + label > span:after {
	position:absolute;
	top: -2px;
	left: -2px;
	width: 22px;
	height: 22px;
	/*background-color:#80848f!important;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:100%;
	content:'';
	background-repeat:no-repeat;
	background-position:center center;
	color: #A5A7A7;
	font-size: 20px;
	font-family: "Material Icons";
	line-height: 22px;
	font-weight: bold;
}


input[type="checkbox"] + label.slider > span {
    display:inline-block;
	position:relative;
    width:50px;
    height:33px;
	height:28px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	background-color: #ffffff;
	background-color: #cdcccd;
	border: none;
}

input[type="radio"]:checked + label > span:after {
	position:absolute;
	top: -2px;
	left: -2px;
	width: 22px;
	height: 22px;
	/*background-color:#80848f!important;*/
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	content:'';
	background-repeat:no-repeat;
	background-position:center center;
	color: #A5A7A7;
	font-size: 20px;
	font-family: "Material Icons";
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

input[type="radio"] + label.slider > span {
    display:inline-block;
	position:relative;
    width:50px;
    height:33px;
	height:28px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	border: none;
}

input[type="radio"]:checked + label.slider > span,
input[type="checkbox"]:checked + label.slider > span {
	background-color: #666666;
}

input[type="radio"] + label.slider > span:after,
input[type="checkbox"] + label.slider > span:after {
	position:absolute;
	top:0px;
	left:0px;
	width:28px;
	height:28px;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	background-color: #ffffff;
  	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
	content:' ';
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	color: transparent!important;
}

input[type="radio"]:checked + label.slider > span:after,
input[type="checkbox"]:checked + label.slider > span:after {
	position:absolute;
	left:24px;
	width:28px;
	height:28px;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	border-radius:27px;
	background-color:#0A8B74;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	content:' ';
	background-image:none!important;
	background-color: #ffffff!important;
	  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
	  color: transparent!important;
}

/*
buttons
*/

.button,
.bt,
button {
	position:relative;
	cursor:pointer;
	border: none;
}

.bt-container {
	position:relative;
	padding:10px 0px;
	display:table;
}

.bt-container button {
	margin:0px 5px 5px 0px;
}

.bt-spacer {
	position: relative;
	display: table;
	padding: 20px 0px;
}

/*
actions alerts
*/

.form-remove {
	position: absolute;
	color: #333333;
	font-size: 20px;
	display: inline;
	right: 10px;
	cursor: pointer;
	font-family: "Material Icons";
	vertical-align: middle;
	top: 50%;
	transform: translateY(-50%);
}

.form-remove:hover {
	color:#EE3E76;
}

.check {
	position:relative;
	display:table;
	vertical-align:middle;
}

.atention {
	background-color:#D90000;
	color:#ffffff;
	border-color:#D90000;
	font-size:16px;
}

.atention:hover {
	background-color:#333333;
	color:#ffffff;
}

.form-confirmed {
	position:absolute;
	display:table;
	height:43px;
	right:10px;
	color:#C51F58;
	font-size:14px;
	line-height:43px;
	padding:0px 30px 0px 0px;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: auto 60%;
}

.form-help {
	position:absolute;
	display:table;
	height:43px;
	right:10px;
	color:#C51F58;
	font-size:14px;
	line-height:43px;
	padding:0px 30px 0px 0px;
	background-repeat:no-repeat;
	background-position: right center;
	background-size: auto 60%;
	cursor:pointer;
}


.clean {
	width:auto!important;
	height:auto!important;
}

/*
report 
*/

.report {
	position:relative;
	width:100%;
	margin:20px 0px;
	/*border:1;*/
}

.report tr td{
	padding:5px;
	border:solid 1px #ccc;
	color:#333333;
	font-size:13px;
	color:#333333;
}

.report .table-title {
	font-size:18px;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
}

.report .table-name {
	position:relative;
	font-size:18px;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0px;
}

.report .col-name {
	font-size:13px;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	word-break:normal;
}

.form-mobile-spacer {
	display:none;
}

.input_link {
	position: relative !important;
	display: block;
	text-decoration: underline!important;
	color: var(--text-color);
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	font-size: 12px;
}

fieldset {
	position: relative;
	display: table;
	border: none;
}

fieldset input,
fieldset select,
fieldset textarea {
	/*width:100%;*/
	/*border-radius: 0px!important;*/
	/*background-color:#ffffff;
	border:none;*/
}

.reveal-action {
	position: relative;
	display: block;
	font-size: 12px;
	text-align: right;
}

.reveal-action:after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-family: "Material Icons";
	content:'';
	padding-left: 5px;
	cursor: pointer;
}
.reveal-action.active:after {
	content:'';
}

div.carousel {
	position: relative;
	display: block;
	width: 100%;
	height: inherit;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
}

div.carousel > ul {
	position: relative;
	display: block;
	width: 100%;
	height: inherit;
}

div.carousel > ul > li {
	position: relative;
	display: none;
	width: 100%;
	height: inherit;
    background-size: cover;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

div.carousel > ul > li.active {
    display:block;
}

div.carousel > ul > li > figure  {
	position: relative;
	display: table;
    width: 100%;
    height: inherit;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

div.carousel > ul > li > figure > img {
	position: relative;
	display: table;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}

div.carousel > ul > li > div {
    position: absolute;
	display: table;
	top: 0px;
}

/*
dots
*/

div.dots {
	position: absolute;
	bottom:5px;
	left:50%;
	z-index: 2;
}

div.dots > ul {
	position: relative;
	display: table;
	margin-left: -50%;
}

div.dots > ul > li  {
	position: relative;
	display: table-cell;
	padding: 4px;
	cursor: pointer;
}

div.dots > ul > li > div {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	background-color:#FFFFFF;
}

div.dots > ul > li:hover > div,
div.dots > ul > li.active > div {
    opacity: 1;
    background-color: #000000;
}

/* timer */

div.dots > ul > li > div > span {
	position: relative;
	display: none;
	width: 0px;
	height: 100%;
	background-color: #000000;
}

div.dots > ul > li > div > span.status {
	display: block;
}/*
------------------------------------------------------------------------------------
EZZATO.CLOUD
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

.lightbox-default,
.lightbox {
	position:fixed;
	/*display:none;*/
	display:table;
	z-index:-1;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	vertical-align:middle;
	/*text-align:center;*/
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	filter: alpha(opacity=0); 	
	-khtml-opacity: 0;      	
	-moz-opacity: 0;       		
	opacity: 0;  
}

.lightbox-default .wrapper .wrapper-content .close,
.lightbox .wrapper .wrapper-content .close {
	position:absolute;
	top:10px;
	right:20px;
	color:#ffffff;
	cursor:pointer;
	z-index:1;
	font-size:40px;
	transition: 5s;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	font-weight:bold;
	font-family:"Material Icons"
}

.lightbox-default  .wrapper .wrapper-content .close:hover,
.lightbox .wrapper .wrapper-content .close:hover {
	color:#000000;
}

.lightbox-default  .wrapper,
.lightbox .wrapper {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
	background-color: rgba(0,0,0,.5);
}

.lightbox-default .wrapper .wrapper-content ,
.lightbox .wrapper .wrapper-content {
	position:relative;
	width:100%;
	min-height:280px;
	height: 280px;
	vertical-align:middle;
	margin:0 auto;
	background-color:#222222;
	display: table;
	text-align: center;
}

.lightbox-default .wrapper .wrapper-content .lightbox-content-wrapper,
.lightbox .wrapper .wrapper-content .lightbox-content-wrapper {
	position:relative;
	display:table;
	/*width:1300px;*/
	margin:0 auto;
}

.lightbox-default .wrapper .wrapper-content .content,
.lightbox .wrapper .wrapper-content .content {
	position:relative;
	/*padding:20px;*/
	display: table-cell;
	min-height: 280px;
	vertical-align: middle;

}

.lightbox-default .wrapper .wrapper-content .content .title,
.lightbox .wrapper .wrapper-content .content .title {
	position:relative;
	display:table;
	font-size:34px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0px;
	text-align: left;
}

.lightbox-default .wrapper .wrapper-content .content .exception:after ,
.lightbox .wrapper .wrapper-content .content .exception:after {
	content:'';
	font-family:"Material Icons";
	color:#FF4D4D;
	font-size: 30px;
	padding: 8px;
	vertical-align:middle;
}

.lightbox-default .wrapper .wrapper-content .content .text,
.lightbox .wrapper .wrapper-content .content .text {
	position:relative;
	display:table;
	font-size:14px;
	color:#ffffff;
	padding:10px 0px;
	text-align:left;
}

.lightbox-default  .wrapper .wrapper-content .content .timeout-timer,
.lightbox .wrapper .wrapper-content .content .timeout-timer {
	position:relative;
	display:table;
	font-size:22px;
	color:#ffffff;
	padding:10px 0px;
}

.lightbox-default  button,
.lightbox button {
	position:relative;
	color:#ffffff;
	background-color:#000000;
	/*border:solid 1px #000000;*/
	padding:6px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	display: inline;
	transition: 5s;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}

.lightbox-default button:hover,
.lightbox button:hover {
	background-color:#ffffff;
	color:#000000;
}

.lightbox-default .bt-container ,
.lightbox .bt-container {
	position:relative;
	padding:10px 0px;
	display:table;
	width: 100%;
	text-align: left;
}

.lightbox-default .form,
.lightbox .form {
	display:table;
}

.lightbox-default .form .field,
.lightbox .form .field {
	width:auto;
	margin:0px;
	/*padding: 20px 0px;*/
}

.lightbox-default input,
.lightbox-default select,
.lightbox input,
.lightbox select {
	/*color: #ffffff !important;*/
	/*color:var(--text-color);*/
	width: 100%;
	padding:10px!important;
}

.lightbox-default .lightbox-img-zoom ,
.lightbox .lightbox-img-zoom {
	max-width: 95vw;
	max-height: 95vh;
}


.lightbox-default .wrapper .wrapper-content .content .scroller,
.lightbox .wrapper .wrapper-content .content .scroller {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	display: block;
	width: 100%;
	max-height: 80vh;
	margin: 5vh 0px;
	padding: 10px;
	text-align: left;
	color: #ffffff;
}

.lightbox-default .button-container,
.lightbox .button-container {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0px;
}

.lightbox-default .button-container .button,
.lightbox .button-container button{
	position: relative;
	display: table;
	margin: 0 auto;
}


.lightbox-default  .button:before,
.lightbox button:before ,
.lightbox-default  .button:after,
.lightbox button:after {
	display: none!important;
}

/* base */

.lightbox-base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;/**/
	vertical-align:middle;
	background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-active {
	display:table!important;
}

.lightbox-base .lightbox-base-container {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height: 100%;
	margin: 0 auto;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .step  {
	position:absolute;
	top:20px;
	left:20px;
	font-size:34px;
	color:#ffffff;
	text-transform:none;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .logo {
	position:relative;
	display:table;
	width:100%;
	padding:20px 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:22px;
	color:#ffffff;
}

.lightbox-base .lightbox-base-container .lightbox-base-content{
	position:relative;
	display:table;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	background-color:#C1250B;
	max-width:525px;
	padding:20px;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .text {
	font-size:17px;
	color:#ffffff;
	text-transform:none;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .text .li-check {
	position:relative;
	display:table;
	width:100%;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .text .li-check ul {
	position:relative;
	display:table;
	width:100%;
	/*list-style:url(../img/content/list-check.png);*/
}

.lightbox-base .lightbox-base-container .lightbox-base-content .text .li-check ul li{
	position:relative;
	padding:0px;
	color:#ffffff;
	/*list-style:url(../img/content/list-check.png);*/
}

.lightbox-base .lightbox-base-container .lightbox-base-content .text b {
	font-family:inherit;
	color:inherit;
	font-size:inherit;
	font-weight:bold;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .phone-num {
	font-size: 46px;
	color: #ffffff;
	text-align: center;
	padding: 20px 0px;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .opt {
	position:relative;
	display:table;
	width:100%;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .title {
	text-transform:uppercase;
	font-size:17px;
	color:#ffffff;
	text-transform:none;
	width: 100%;
	text-align: right;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .button-container {
	display:table;
	width:100%;
	position:relative;
	text-align:center;
	padding:10px 0px;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .button-container button {
	margin:0 auto;
	width:180px;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .close {
	position:absolute;
	display:table-cell;
	top:20px;
	right:20px;
	vertical-align:middle;
	width:52px;
	height:52px;
	background-image:url(../img/layout/bt-close.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:2;
}

.lightbox-base .lightbox-base-container .lightbox-base-content .close:hover {
	background-image:url(../img/layout/bt-close-over.png);
}

/* open */

.lightbox-open {
	display:table;
	z-index:11;
	filter: alpha(opacity=100); 	
	-khtml-opacity: 1;      	
	-moz-opacity: 1;       		
	opacity: 1; 
	top:0px; 
	left:0px;
}

/* rating */

.lightbox-rating .rating,
.lightbox .rating {
	margin:20px auto;
}
.fa {
  font-size:40px !important;
  cursor:pointer;
  font-family: "FontAwesome"!important;
  padding: 5px;

}
.checked {
  color:#22DB7F;
}

.unchecked {
  color:#c4c4c4;
}

.btn {
  width:150px;
  height:20px;
}

.btn:hover {
  cursor:pointer;
}

/*
media viewer
*/

.lightbox .media-pdf {
	width: 90vw;
	height: 90vh;
}

.lightbox .media-video {
	max-width: 90vw;
	max-height: 90vw;
}

.lightbox .media-image {
	max-width: 90vw;
	max-height: 90vw;
}


.lightbox .file-selector {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	height: 70vh;
	overflow: auto;
	padding: 40px;
}

.lightbox .file-selector > h2 {
	position: relative;
	display: block;
	font-size: 20px;
	padding: 10px 0px;
	color: #000000;
}

.lightbox .file-selector > ul {
	position: relative;
	display: block;
}

.lightbox .file-selector > ul > li {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 8px 0px;
	border-top: solid 1px #e3e3e3;

	display: none;
}

.lightbox .file-selector > ul > li.folder {
	cursor: pointer;
	font-weight: bold;
}

.lightbox .file-selector > ul > li.folder:before {
	position: relative;
	font-family: "Material Icons";
	color: var(--text-color);
	line-height: 42px;
	font-size: 42px;
	text-align: center;
	content: '';
	vertical-align: middle;
	display: inline-block;
}

.lightbox.file-selector {
	padding:80px;
}

.lightbox .file-selector > ul > li.folder.folder-active:before {
	content: '';
}

.lightbox .file-selector > ul > li > span {
	padding: 5px;
	font-size: inherit;
}

.lightbox .file-selector > ul > li > span.date {
	font-size: 11px;
	font-weight: bold;
}
/*
.lightbox .file-selector > ul > li > span.date:before {
	position: relative;
	font-family: "Material Icons";
	color: #c3c3c3;
	font-size: 25px;
	text-align: center;
	content: '';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	padding-right: 5px;
}
*/

a.file-selector-button {
	margin: 40px;
	text-align: left;
	left: 0px;
	display: block;
}

.lightbox .file-selector > ul > li[data-parent="root"] {
	display: block;
}
.lightbox .file-selector > ul > li.active {
	display: block;
}


/*
--------------------------------------------------------------------------------------
NOTEBOOK / SMALL SCREEEN
--------------------------------------------------------------------------------------
*/
/*
@media only screen and (min-width: 1200px) and (max-width: 1460px) { 

	.lightbox-default .wrapper .wrapper-content .lightbox-content-wrapper,
	.lightbox .wrapper .wrapper-content .lightbox-content-wrapper {
		width:1100px;
	}

}
*/
/*
--------------------------------------------------------------------------------------
TABLET
--------------------------------------------------------------------------------------
*/
/*
@media only screen and (min-width: 760px) and (max-width: 1200px) { 
	
	.lightbox-default .wrapper .wrapper-content .lightbox-content-wrapper,
	.lightbox .wrapper .wrapper-content .lightbox-content-wrapper {
		width:100%;
	}
}
*/
/*
--------------------------------------------------------------------------------------
SMARTPHONE
--------------------------------------------------------------------------------------
*/
/*

@media only screen and (min-width: 200px) and (max-width: 760px) { 

	.lightbox-default .wrapper .wrapper-content .lightbox-content-wrapper,
	.lightbox .wrapper .wrapper-content .lightbox-content-wrapper {
		width:100%;
		padding:10px;
	}
	
	.lightbox-default .wrapper .wrapper-content .content .title,
	.lightbox .wrapper .wrapper-content .content .title {
		font-size:28px;
		
	}

	.lightbox-default .wrapper .wrapper-content .content .exception:after,
	.lightbox .wrapper .wrapper-content .content .exception:after {
		font-size:30px;
	}
	
	.lightbox-default .wrapper .wrapper-content .content .text,
	.lightbox .wrapper .wrapper-content .content .text {
		font-size:12px;
	}

	.lightbox-default .form,
	.lightbox .form {
		width:100%;
	}

	.lightbox-default .form .field,
	.lightbox .form .field {
		width: 100%;
		margin: 10px 0px;
	}

	.lightbox-default button,
	.lightbox button {
		font-size:20px;
	}

}
*/

/*
------------------------------------------------------------------------------------
EZZATO.CLOUD
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

/*@charset "utf-8";*/

/* 
--------------------------------------------------------------------------------------
WEBFONTS 
--------------------------------------------------------------------------------------
*/
 
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700");
/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;800;900&display=swap');
/*@import url(https://s3.amazonaws.com/icomoon.io/114779/Socicon/style.css?u8vidh);*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v17/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Socicon';
	src:  url('../fonts/Socicon.eot?87visu');
	src:  url('../fonts/Socicon.eot?87visu#iefix') format('embedded-opentype'),
	  url('../fonts/Socicon.woff2?87visu') format('woff2'),
	  url('../fonts/Socicon.ttf?87visu') format('truetype'),
	  url('../fonts/Socicon.woff?87visu') format('woff'),
	  url('../fonts/Socicon.svg?87visu#Socicon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  
  [class^="socicon-"], [class*=" socicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Socicon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  

/* 
--------------------------------------------------------------------------------------
MAIN
--------------------------------------------------------------------------------------
*/

* {
	margin:0px;
	padding:0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 0px;
}

*:focus {
    outline: none;
}

@-ms-viewport {
	width: device-width;
}

html {
	position: relative;
	height: 100%;
	/*
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	*/
}

a {
	cursor: pointer;
}

body {
	margin-left: 0px; 
	margin-top: 0px;	
	margin-right: 0px;	
	margin-bottom: 0px;
	-webkit-overflow-scrolling: touch;
	/*background-color:#000000;*/
}

.body-noscroll {
  /* position:fixed!important;*/
   overflow:hidden!important;
}

table {
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;	
}

img {
	display: inline-block;
	-ms-interpolation-mode: bicubic;
	border:0;
	vertical-align:middle;
}

a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration:none!important;
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	outline:0;
}

strong,
b {
	font-weight: bold;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

.disable-hover {
	pointer-events: none;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -o-user-select: none;
}

.selection {
	color:currentColor;
	background:transparent;
}

.nobreak {
	display:inline-table;
	white-space:nowrap;
}

.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.transparent {
	filter: alpha(opacity=0); 	
	-khtml-opacity: 0;      	
	-moz-opacity: 0;       		
	opacity: 0;      
}

.transform {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.transition {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.delay {
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.invisible {
	display: none!important;
}

.hidden {	
	z-index: -1!important;	
	position: fixed!important;
	top: -200vh!important;
	left: -200vh!important;
}

.calc {
	width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.bold {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:inherit;
	font-size:inherit;
}

.normal {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:inherit;
	font-size:inherit;
}

.light {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:inherit;
	font-size:inherit;
}

.hide-me {
	display:none!important;
}

.disable-me {
	opacity: .2;
	pointer-events: none;
}

/*
.default {
	position:relative;
	display: inline-block;
	text-align: right;
	right: 0px;
	position: relative;
}
*/

.spacer {
	position:relative;
	display:block;
	height:20px;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.b {
	color:#282828!important;
}

.w {
	color:#ffffff!important;
}

.spacer {
	position:relative;
	display:table;
	width:100%;
	height:10px;
}

.table {
	position:relative;
	display:table;
	margin:0 auto;
}

.table.full {
	width: 100%;
}

.col {
	position:relative;
	display:table-cell;
	/*padding:10px;*/
}

/*
.col-inline {
	position: relative;
	display: inline-block;;
	vertical-align: middle;
};
*/


div,
a,
ul,
li,
input,
select,
table,
tr,
td,
body,
section,
textarea {
	box-sizing: border-box;
	/*
	ms-box-sizing: border-box;	
	webkit-box-sizing: border-box;	
	moz-box-sizing: border-box;
	*/
}

.max-width {
    position:relative;
    max-width:980px;
    margin:0 auto;
}

a img {
	outline: none !important;
	border:0;
	border:none;
}

button:active {
	outline: none;
	border: none;
}

.no-space {
	padding:0px!important;
	margin:0px!important;
}

.page.error  {
	position: relative;
	display: table;
	width: 100vw;
	height: 100vh;
	text-align: center;
}
.page.error > h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 50px;
	line-height: 50px;
	text-align:center;
	/*border: solid 1px #777777;*/
	color: #777777;;
	padding: 10px;


}

.page.error > h1:after {
	position: relative;
	display: block;
	font-size: inherit;
	color:inherit;
	font-family: "Material Icons";
	content:'';
}

.page.error > h1 > span {
	position: relative;
	display: block;
	text-align: center;
	color:inherit;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.hide-before-load {
	display: none!important;
}

/*
--------------------------------------------------------------------------------------
DESKTOP ONLY
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 760px) and (max-width: 10000px) { 

	
}

/*
--------------------------------------------------------------------------------------
TABLET SMALL SCREEN
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 760px) and (max-width: 1460px) { 
	
}

/*
--------------------------------------------------------------------------------------
SMARTPHONE
--------------------------------------------------------------------------------------
*/

@media only screen and (min-width: 200px) and (max-width: 760px) { 

}

.system-man {
    position: relative;
    display: block;
    padding: 10px;
    overflow: hidden;
}

.system-man > h1 {
    position: relative;
    display: block;
    display: inline-block;
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
    border-bottom: solid 1px #333;
    width: 100%;
}

.system-man > h3 {
    position: relative;
    display: block;
    display: inline-block;
    padding: 10px;
    font-size: 52px;
    cursor: pointer;
    width: 100%;
}

.system-man > span {
    position: relative;
    display: block;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    color:#333;
    border-bottom: solid 1px #333;
    width: 100%;
}

.system-man > ul {
    position: relative;
    display: none;    
}

.system-man > h1:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    content:' [ + ] ';
    padding: 10px 5px;
}

.system-man > h1.active:before {
    content:' [ - ] ';
}

.system-man > h1.active + ul {
    display: block;
}

.system-man > ul > li {
    position: relative;
    display: block;
    padding: 5px 0px;
    border-top: solid 1px #333;
    cursor: pointer;
}

.system-man > ul > li > h1 {
    position: relative;
    display: block;
    color: #000;
    font-size: 18px;
    padding: 5px 10px;
}

.system-man > ul > li > h1 > span {
    font-size: inherit;
}

.system-man > ul > li > h1 > span.name {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.system-man > ul > li > h1 > span.ajax {
    position: relative;
    display: block;
    font-size: 12px;
    color:#c1c1c1;
}

.system-man > ul > li > h1 > span.author {
    position: relative;
    display: block;
    font-size: 12px;
    color:#c1c1c1;
}

.system-man > ul > li > h1 > span.version {
    position: relative;
    display: block;
    font-size: 12px;
    color:#c1c1c1;
}

.system-man > ul > li > h1 > span.type {
    position: relative;
    display: block;
    font-size: 12px;
    color:#c1c1c1;
}

.system-man > ul > li > h1 > span > b {
    color: #000;
    padding-left: 10px;
    width: 70px;
    display: inline-block;
    font-size: inherit;
}

.system-man > ul > li > ul {
    position: relative;
    display: none;
}

.system-man > ul > li.active > ul {
    display: block;
}

.system-man > ul > li > ul > li {
    position: relative;
    display: block;
    padding: 5px 0px;
    border-top: solid 1px #ddd;
    cursor: pointer;
}

.system-man > ul > li > ul > li > h1 {
    position: relative;
    display: block;
    color: #c3c3c3;
    font-size: 14px;
    padding: 5px 20px;
}

.system-man > ul > li > ul > li > h2 {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    padding: 5px 20px;
}

.system-man > ul > li > ul > li > h1:before {
    position: relative;
    display: inline-block;
    font-size: 14px;
    content:' [ + ] ';
    padding: 0px 5px;
}

.system-man > ul > li > ul > li.active > h1 {
    color:#000
}

.system-man > ul > li > ul > li.active > h1:before {
    content:' [ - ] ';
}

.system-man > ul > li > ul > li > div {
    position: relative;
    display: none;
    color: #000;
    font-size: 12px;
    padding: 5px 40px;
    font-size: 14px;
}

.system-man > ul > li > ul > li > div * {
    font-size: inherit;
    color: inherit;
}

.system-man > ul > li > ul > li.active > div {
    display: block;
}

.system-man > ul > li > ul > li > div.example {
    background-color: #eee;
    padding: 10px 40px;
    font-size: 16px;
}

.system-man > ul > li > ul > li > div > b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    font-size: inherit;
}


.system-man > ul > li > ul > li > div > span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
}

.system-man > ul > li > ul > li > div > span * {
    font-size: inherit;
}

.system-man p {
    display: inline-block;
    font-size: inherit;
    text-decoration: inherit;
    font-weight: bold;
    color: #0000FF;
}

.on-the-fly {
	position: relative;
	display: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
	cursor:pointer;
	width: auto;
	/*overflow: hidden;*/
	white-space:inherit;

	
	transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	

	border-bottom: solid 0px #000;

	display: inherit;
	display: initial;

	
}


.on-the-fly >  div {
	position: absolute;
	display: table;
	/*
	top: 50%;
	transform: translateY(-50%);
	*/
	bottom: -13px;
	left: 4px;
	display: none;
	cursor: pointer;
}

.on-the-fly > div:after {
	position: relative;
	display: block;
	color: inherit;
	font-family: "Material Icons";
	font-size: 12px;
	/*content:'';
	content:'';
	content:'';*/
	content:'';
	/*content:'';*/
	z-index: 2;
	/*margin-right: 10px;*/
	/*background-color: var(--bg-color);*/
	/*color: var(--text-color);*/
	color: inherit;
	/*transform: rotate(270deg);*/
	transform-origin: center;
	/*transform: translateX(-2px);*/
	/*padding: 1px;*/
	font-weight: 100;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
}


.on-the-fly > span {
	position: inherit;
	display: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	text-transform: inherit;

	white-space: break-spaces;
	white-space:inherit;
	
	
}

.on-the-fly > span:empty {
	display: inline-block;
	height: 10px;
	width: 10px!important;
}

.on-the-fly > span * {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.on-the-fly > select,
.on-the-fly > input,
.on-the-fly > textarea {
	position: inherit;
	display: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	cursor:pointer;
	width: inherit;
    height: inherit;
	text-transform: inherit;
	border: none;
	display: none;
    /*border-bottom: solid 2px #333;*/
}

.on-the-fly.not-valid > * {
    /*border-bottom:solid 2px red;*/
    color:red;
    font-weight: normal;
    padding-left: 40px;
}

.on-the-fly.not-valid:after {
    /*border-bottom:solid 2px red;*/
    position: absolute;
    top: 0px;
    left: 0px;
    content:'error_outline';
    color:red;
    font-weight: bold;
    font-family: "Material Icons";
    font-size: 20px;

}

.on-the-fly:after {
	transition:5s;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}

/*
.on-the-fly:hover:after {
	position: absolute;
	z-index: 3;
	left: -2px;
	bottom: -20px;
	font-family: "Material Icons";
	font-size: 20px;
	color:#fff;
	background-color: #333;
	content: 'edit_note';
	border-radius: 0%;
	width: 22px;
	height: 22px;
	text-align: center;
}
*/

/*
.on-the-fly.active > select,
.on-the-fly.active > input,
.on-the-fly.active > textarea {
	display: inherit;
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	text-transform: inherit;
}


.on-the-fly.active > span {
	display: none!important;
}
*/

.processing {
    opacity: .5;
    pointer-events: none;
}


h3.title-on-the-fly {
	position: relative;
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	color:var(--text-color);
	vertical-align: middle;
}


.on-the-fly.active {
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
    text-overflow: ellipsis;
	display: inherit;
}

.on-the-fly:hover {
	border-bottom: solid 14px #000 ;
	/*padding-left: 5px;
	padding-bottom: 5px;*/
	/*transition-delay:1s;*/

	/*overflow: hidden;*/
	display: inline-block;
}


.on-the-fly.active > div,
.on-the-fly:hover > div {
	display: inline-block;
	vertical-align: middle;

}

.on-the-fly.active > span,
.on-the-fly:hover > span {

	/*margin-left: 15px;*/
	/*margin-right: -15px;*/
	/*margin-bottom: -2px;*/
	/*word-break: break-all;*/

}

.on-the-fly.active,
.on-the-fly:hover {
	/*margin-left: -5px;*/
}

.on-the-fly.active > div {
	right: 0px;
	left: initial;
	transform: translateX(0px);
}

.on-the-fly:hover  > span {
	/*padding-right: 15px;*/
}


.on-the-fly.active > span {
	/*padding-right: 20px;*/
	width: inherit;
	display: inherit;


	position: relative;
	display: block;

	/*
	max-width: 100%;
	display: table;
	*/
}

/*
*/

.label_editor {
	padding: 40px;
}

.label_editor fieldset {
	padding: 10px;
}

.label_editor h2 {
	padding: 10px;
	font-size: 30px;
}

.label_editor .on-the-fly {
	padding: 10px;
}

.label_editor *,
.label_editor {
	font-size: 14px;
}

.label_editor button,
.label_editor select > option ,
.label_editor select,
.label_editor input {
	position: relative;
	display: block;
	padding: 5px;
	font-size: 14px;
	border: solid 1px var(--text-color);
}

