/*basics*/
.light {
	font-weight:lighter;	
}
/**/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  /*content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;*/
}

.help-tip{
   
    
    text-align: center;
    background-color: #00BCAB;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
	margin-left: 10px;
	display:block;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
   
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   margin-left: 10px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	position:absolute;
	z-index: 1000;
	

}

.help-tip p:before{ /* The pointer of the tooltip */
   /* position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;*/
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.help-button{
   
    
    text-align: center;
    background-color: #00BCAB;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
	margin-left: 10px;
	display:block;
}

.help-button:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}


.correct{
	
	color:#6A7075;
	font-family:inherit;
	
	}

.accions-class{display:flex;}

.div-icon-table{font-family: 'fontello' !important;}
.grid-icon {
	font-family: 'fontello' !important;	
	color: #00BCAB;
	cursor: pointer;
	margin-right: 5px;
	font-size: 16px !important;
}

.grid-icon-detail {
	content: 'e' !important;
		
}

.grid-icon-add::after {
	content: '\e800' !important;
		
}

.grid-icon-download {
	content: 'd';
		
}

.a-menu{text-decoration:none;padding: .5em 1em;display: flex;

align-items: center;}

.top-menu-tabs{
		
	display: flex;
	align-items: end;		
	height: 35px;
	background-color: #cccccc;
	border: 1px solid #aaaaaa;
	border-radius:5px;
	padding: .2em .2em 0;
	}
.pq-tabs{
	
	border: 1px solid #aaaaaa;
	border-radius:5px;
	width:500px;
	
	flex-direction:column;
	height:275px;
	
	}
	.accions{display:flex;justify-content:center}
.tab-x{
	visibility:;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:5px;
	margin-bottom:5px;
	
	}
.menu-tabs{margin-left: 5px;color:black;height:90%;display:flex;justify-content:center;border: 1px solid #d3d3d3;background: #e6e6e6 url(/templates/admin/images/dg.png) 50% 50% repeat-x;}

.active{background:white;color:gray;margin-bottom:-1px;padding-bottom:1px;border:1px solid #aaaaaa;border-bottom:0px;}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
 /* font-family: Montserrat, sans-serif;*/
  /*background: #333333;*/
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  /*color: #ffffff;*/

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: white;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: white;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {

  /*color: #ffffff;*/

}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: white;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: white;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

.header{
	height:73px;
}
		
	.alignment-ref-comanda{text-align:center;width:30%;font-size:13px}
	.data-picker-comanda{width:}

	.form-input-client{width:80%}
	.contenidor-dades{height:auto;padding:15px}
	.dades-factura{flex-direction:row;}
	.input-result{width:13.3%}
	.form-text2{width:20%;font-size:13px}
	.form-text3{width:20%;text-align:center;font-size:13px}
	.articles-resultats{
			height:300px;
			flex-direction:row;
		}
		.wrap-table100{
			width:80%;
			max-width:1100px;
		}
		
#cont-buto-recents{margin-left:20px}
	


  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
   

  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;

	
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
	
  }
  
  #cssmenu ul li a {
    border-bottom: 1px solid #999999;
  }
  
  
@media screen and (min-width: 900px) {
  #cssmenu {
    width: 200px;
	padding-left: 35px;
    box-sizing:content-box;
	/*background:#648ED7;*/

  }
  
  .content-footer .text span:after {
	  content: '|';
	  margin-left: 10px;  
  }
  
  .content-footer .text .last:after {
	  content: '' !important;
	  margin-left: 10px;  
  }
  
  .content-footer .text span {
	margin-right: 10px;  
  }
}

@media screen and (max-width: 1500px) and (min-width: 900px) {
  #cssmenu {
    width: 200px;
	padding-left: 15px;
    box-sizing:content-box;
	/*background:#648ED7;*/
  }
	#footer {

    margin-top: 45px;
}

#content div.right {
   margin-left: 256px;
}



}
 
  
  @media screen and (max-width: 900px) { 
	 #cssmenu {
    width: auto;

	/*background:#648ED7;*/

  }  
  
  .content-footer .text {
    display: flex;
    flex-direction: column;	
  }
  
  .content-footer .text span {
	margin-top: 10px;  
  }
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {

  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding-top: 17px;
	padding-bottom: 17px;
	font-weight:bold;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	border-bottom: 1px solid #999999;
	margin-top: 39px;
  }
 /* #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }*/
  #cssmenu #menu-button:before {
    /*position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: white;*/
	top: 23px;
    width: 15px;
    padding-right: 20px;
	padding-left: 10px;
	font-family: "fontawesome" !important;
    content:  "\f0c9";
  }
  
  #cssmenu #menu-button:after {
	top: 23px;
    width: 15px;
    float:right;
	padding-right :3px;
	font-family: "fontawesome" !important;
	content: "\f078";  
  }
  
  #cssmenu #menu-button.menu-opened:after {
	  display: none;
   }
  
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;

    height: 46px;
    width: 46px;
    cursor: pointer;
	box-sizing:content-box;
	padding-top: 10px;
	text-align: right;
	font-size: 19px;
	color: #6A7075;
  }
 #cssmenu .submenu-button.submenu-opened::before {
	position: absolute;
    top: 19px;
    right: 3px;
    display: block;
    width: 2px;
    height: 8px;

    content: '\f106';

  }
  
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {

    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: white;


  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: white;
  }

 /* #cssmenu .submenu-button::before, #cssmenu .submenu-button::after {
*/
  #cssmenu .submenu-button:before {

    position: absolute;
    top: 19px;
    right:3px;
    display: block;
    width: 2px;
    height: 8px;

    content: '\f107';

  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  
  .param-edit{
		flex-direction:row;
			
		}
		
  .param-edit-form{
	  
	  width:80%;
	  }
	  
	.param-edit-image{
		
		width:20%;
		}
}




/*
@media screen and (max-width: 1200px) {


	#content div.left{
		width:100%;
		float:none;
		}
	#content{padding:0px}
	
	#cssmenu{
		width:100%;
		}
	#icon-menu{display:none}
	
	#content div.right{margin-left:0px;padding:25px}
	.icon-sg2{
		min-width:180px;
		}
	.image-sg2{width:110px}
	
		}
*/
	

@media screen and (max-width: 900px) {

	
	.param-edit{
		flex-direction:column;
		justify-content:center;
		align-items:center;
			
		}
		
		.param-edit-form{
	  
	  width:100%;
	  }
	  	.param-edit-image{
		
		width:50%;
		padding:20px;
		}
		#search_box{
			
			width:100%;
			
			}
		
	.wrap-table100{
		width:100%;
		}		
}
		
@media screen and (max-width: 900px) {
	.alignment-ref-comanda{text-align:left;margin-top:20px;width:100%}
	.input-form-style{width:100%}
	input[type="text"].data{width:100%}
	.form-input{width:100%}
	.form-text{width:100%}
	.form-text1{width:100%}
	.form-input-datapicker{width:100%}
	
	.form-row{
		flex-direction:column;
		text-align:left;
		}
	.dades-factura{flex-direction:row;}	
	.form-text-pass{
		width: 100%;
	}
	.wrap-table100{
			width:100%;
		}
	.articles-resultats{
			
			flex-direction:column;
		}
	
	.header{
		height:180px;
	}
	.icon-sg2{
		min-width:100px;
	}
	.image-sg2{width:80px}
	.title1{font-size:18px;}
	.title2{font-size:12px;}
	.menu-hor-ver{
		flex-direction:column;
		height:auto;
	}
	/*.option-m{height:40px;display:flex;align-items:center;justify-content:center,width:100%; cursor:pointer;}*/
	
	#content div.right {
    
    padding: 10px;
  }
}

@media screen and (max-width: 750px) {
.option-m{
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  margin-top: 10px;
  width: 100% !important;	
}

.option-m a{
	width: 100% !important;
}	
}

button {
  font-family: "Roboto" !important;	
}

.button-docu {
	font-size:12px;
	margin-left:-5px; 
	padding:10px;
	width: auto;	
}

button.stdbutton, button.stdbutton2 {
	display: inline-block;
	height: 40px;
	width: 176px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
  border-radius: 10px;
	background-color:#7C848A;
	font-size: 15px;
	margin-right: 10px;
	color: #FFFFFF;
	cursor: pointer;	
}

button.stdbutton2 {
  width: 174px;
}

button.minibutton {
	display: inline-block;
	height: 40px;
	width: 80px;
	padding-left: 14px;
	/*padding-right: 5px;*/
	border: none;
  border-radius: 10px;
	background-color:#7C848A;
	font-size: 24px;
	margin-left: 10px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;	
}

button.minibutton-2 {
	display: inline-block;
	height: 40px;
	width: 80px;
	padding-left: 14px;
	/*padding-right: 5px;*/
	border: none;
  	border-radius: 10px;
	background-color:#7C848A;
	font-size: 24px;
	margin-left: 10px;
	color: #FFFFFF;
	cursor: pointer;
	
}

@media screen and (max-width: 750px) {
  button.stdbutton {
	width: 100% !important;  
  }
  
  button.minibutton-2 {
	margin-top: 10px;
	
}
}

button.bigbutton {
	display: inline-block;
	height: 50px;
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
  	border-radius: 10px;
	background-color:#F75220;
	font-size: 16px;
	margin-right: 20px;
	color: #FFFFFF;
	cursor: pointer;
	
}

button.redbutton {
	background-color:#F75220 !important;

	
}

button.iconbutton {
	display: inline-block;
	height: 41px;
	width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1.5px solid #6A7075;
  	border-radius: 10px;
	background-color: transparent;
	font-size: 12px;
	margin-right: 20px;
}

button.stdbutton:hover, button.minibutton:hover {
	background-color: #00BCAB;	

}


button.stdbutton.readonly, button.stdbutton.readonly:hover, button.minibutton.readonly:hover {
	background-color: #CCC;

}

input[type="button"],input.button {
	display: inline-block;
	height: 41px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCC;
	background-color: #E1E1E1;
	font-size: 12px;
	margin-right: 20px;
	
}

button.stdbutton-small {
	display: inline-block;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCC;
	background-color: #E1E1E1;
	font-size: 12px;
	margin-right: 20px;
	
}

.g-row-flex {
	width: 100%;
	display: flex;
		
}

.g-row-flex > .g-col {
	width:100%;	
}

.label-left {
	float:left;
	margin-right: 20px;	
}

.label-top-r {
	text-align:right;	
}

.align-r {
text-align: right;	
}


.errors-box {
	padding: 10px;
	border: solid 1px #CC0000;
	color:#CC0000;
	font-size:16px;

}

@media (min-width: 900px) {

#head-logo-sg2 {
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center; 
  color:#508ECB;
  text-align: center;	
}

.head-logo-wrapper {
  float:right; 
  height:100%;
}

.top-logo-l {
  width: 40px;
  height: 100%;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 99%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  float:left;

}

.top-logo-r {
  width: 40px;
  height: 100%;
  background: #ffffff;
   -webkit-clip-path: polygon(50% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  float:left;

}
.top-logo-m {
  background: #ffffff;
  float:left;
  height: 100%;
 
}

#head-r {

box-sizing: content-box;
padding-top: 25px;
padding-right: 20px;
margin-left: auto;
color: #ffffff;
font-size: 18px;
z-index: 1000;	
}

#mnu_profile {
float:right; cursor:pointer;	
}

#head-idio-s {
display: none;	
}

#head-idio-b {
display: block;
float:right;	
}

#head-user {
  float: right;	
}

}

@media (max-width: 900px) {

#head-logo-sg2 {
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center; 
  color:#508ECB;
  text-align: center;
  margin-bottom: 7px;	
}
	
.head-logo-wrapper {
	border-radius: 5px;
}
	
.top-logo-l {
  display:none;

}

.top-logo-r {
  display: none;

}
.top-logo-m {
  background: #ffffff;
  float:left;
  height: 100%;
  border-radius: 5px;
 
}

#icon-menu {
  border-radius: 7px;	
}

#head-r {
box-sizing:content-box; color:#ffffff; font-size: 18px; z-index:1000; text-align: center;	
}

#mnu_profile {
cursor:pointer;
float:left;	
}

#head-idio-s {
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-top: 10px;	
}

#head-idio-b {
display: none;	
}

#head-user {
  margin-top:10px;
  display: inline-block;
}

}



#mnu_profile_box {
  display: none;
  position:absolute;
  height: auto;
  /*width: 210px;*/
  width: auto;
  padding: 17px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 3px 5px 15px 3px rgba(106,112,117,0.15);
  color: #6A7075;	
}

#mnu_profile_box ul li {
  font-size: 16px;
  padding-top: 15px;	
}

#mnu_profile_box ul li a {
  color:inherit;
  text-decoration: none;	
}

.red {
 color:#FF3C41 !important;	
}

.select2-container--default .select2-selection--single {
 border: none !important;	
}
.select2-container .select2-selection--single {
	height: 40px !important;	
}

.select2-results__options {
  font-size: 14px;	
}

.form-box {
  font-size: 14px;	
}


.form-box input, .content-box input, .form-box select {
 height: 40px;
 border-radius: 5px;
 font-size: 14px;
 padding-left: 9px;
 padding-right: 26px;
 font-family: "Roboto";
 border: none;
 background-color: #EFF9F8;	
 
}

.form-box input[type="radio"] {
 height: 12px !important;
 
}

.form-box label.label-radio {
  width: auto;
  font-weight:normal;
  font-family: "Roboto";
}

.form-box textarea {
 height: 100px;
 border-radius: 5px;
 font-size: 14px;
 padding-left: 9px;
 padding-right: 9px;
 font-family: "Roboto";
 border: none;
 background-color: #EFF9F8;	
 width: 100%;
 box-sizing:border-box;
 resize: none;
}

.form-box input:focus, .content-box input:focus, .form-box textarea:focus {
  background: #FFFFFF;	
}

.form-box label {
  font-size: 16px !important;	
}


option {
 font-family: "Roboto";	
}

.content-box {
margin-top: 10px;
border-radius: 10px;
background: #C2E8E4;
width:100%;
padding: 23px;
box-sizing:border-box;	
}

.content-box.slim {
  margin-top: 10px;
  border-radius: 10px;
  background: #C2E8E4;
  width:100%;
  padding: 13px;
  box-sizing:border-box;	
  }

.content-box .title {
  font-size:15pt;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .margin-l {
      padding-left: 5px;
      box-sizing: border-box;  
  }

  .margin-r {
      padding-right: 5px;
      box-sizing: border-box; 
  }
}

.content-box-in {
  margin-top: 20px;	
}

.content-box ul.sub-box li {
  margin-top: 10px;
  border-radius: 10px;
  background: #F3F3F3;
  width:100%;
  padding: 13px;
  box-sizing:border-box;	    
}


ul.sub-box li ul li {
  margin-top: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;  
}

.content-box .oneline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.sub-box li ul li:hover {
  background-color: #dddddd;
}

ul.sub-box li ul li a{
  
  color:#6A7075;
  text-decoration: none;
}

.sub-box a {
  color:#00BCAB !important;
  cursor: pointer;
}

.label-top {
  color: #35383B;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

 .input-wrapper {
        display:inline-block;
        position: relative
 }
	
.input-wrapper.icon-date:after {
        font-family: 'fontawesome';
        content: '\f073';
       /* position: absolute;
        right: 12px;
		top:12px;*/
		color: #00BCAB;
		cursor: pointer;
		margin-left: -26px;
}

.select2-dropdown {
  border: none !important;
  box-shadow: 3px 5px 15px 3px rgba(106,112,117,0.15);	
}

.menu-box hr {
  height: 1px;
  background-color: #999999;
}

/*FORMS*/

input {
  form-size: 16px;	
}

input[readonly="readonly"], 
input[disabled="readonly"], 
select[readonly="readonly"],
select[disabled="readonly"],
textarea[disabled="readonly"],
textarea[disabled="disabled"],
textarea[disabled] 
{
	background: rgba(0,0,0,0.04) !important;
}
.recursos{
	position:relative;
	float:left;
	width:310px;
	text-align:center;
}
.recursosImg{
	position:relative;
	margin: 0 auto;
	max-height:200px;
}
.recursosText{
	position:relative;
	margin-left:5px;
	float:left;
	width:100%;
	text-align:center;
}
.recursosDel{	
	position: relative;
	margin: 0 auto;
}
.recursos input{
	width: 304px;
	font-size:10px;
}
.logoAj{
	position:relative;
	margin: 0 auto;
}

ul.tabs {
	border-bottom: 1px solid #603;
	height: 40px;	
}

ul.tabs li {
	list-style: none;
	height: 100%;
	background-color: #648ED7;
	float:left;
	margin-right: 5px;
	box-sizing:border-box;	
}

ul.tabs li.selected {
	background-color:#1E3760
		
}

ul.tabs li a {
	text-decoration: none;
	height: 100%;
	display: block;
	box-sizing:border-box;
	padding: 10px;
	color: #FFFFFF;	
		
}
/*
input.data {
	width:200px;	
}*/

.formR {
	/*float:left;*/
	margin-bottom:10px;	
}

.form-row{	
	display:flex;
	width: 100%;
	margin-top: 15px;
	
}

.form-row-v .form-text {
  margin-bottom: 10px;	
}

@media screen and (min-width: 900px) {
.form-row{	
	flex-direction:row;
	
}

.summary-row {
  margin-right: 10px;	
}
}

@media screen and (max-width: 900px) {
.form-row{	
	flex-direction: column;
	
}
}

.form-row.first{	
	margin-top: 0 !important;
	
}

.form-row .form-input, .form-inputdialog {
  width: 100%;	
}

.form-row input, .form-row select {
  width: 100%;	
}


.form-row .form-input input[type="text"], 
.form-row .form-input input[type="password"], 
.form-row .form-input select, 
.form-row .form-input-datapicker .data,
.form-row .form-input textarea {
	/*width: 100%;*/
	max-width: 465px;	
}

.form-row .form-input.large input[type="text"],
.form-row .form-input.large textarea {
  max-width: 100%;
}

.form-row .form-input.short input[type="text"], .form-row .form-input.short select {
  max-width: 250px;
}

.form-input .select2 {
  max-width: 465px !important;	
}

.form-input.large .select2 {
  max-width: 100% !important;	
}

.form-input2 input[type="text"], .form-input2 input[type="password"], .form-input2 select {
	max-width: 465px;	
}

/*
input[type="text"].data {
	width:200px;	
}
*/
#formulari input[type="submit"] {
	margin-top: 10px;
	margin-left:127px;
}
#formulari input[type="button"] {
	margin-top: 10px;
	margin-left:127px;
}

#formulari input[type="text"].short {
	max-width: 194px;
}

#container .infoBox .l {
	float:left;
	width:100px;
	font-weight: bold;
	margin-bottom: 10px;
	
}

#container .infoBox .r {
	margin-bottom: 10px;
	
}

.form-text {
	padding-right: 15px;
	padding-top: 15px;
	color: #3F3F3F;
	font-size: 16px;	
}

.form-checkbox {
	padding-right: 15px;
  padding-top: 2px;
	color: #3F3F3F;
	font-size: 16px;	
}

.form-input-wrapper {
  float:left; 
  width: 100%; 
  max-width:465px;	
}

@media (max-width: 900px) {
.form-text {
	padding-right: 0;	
}	
}

.form-text.l130 {
  width: 130px;	
}

.form-text.l160 {
  width: 160px;	
}

.form-text.l220 {
  width: 220px;	
  flex-shrink: 0;  
}

.form-text.l100 {
  width: 100px;
  flex-shrink: 0;
}

.form-checkbox.l100 {
  width: 100px;
  flex-shrink: 0;
}

.content-box-in .summary-row{	
  margin-right: 10px;
}

.content-box.text-box {

  font-size: 18px !important;
}

.summary-row input {
  margin-top: 10px;
  background:  #EFF9F8;
  border-radius: 5px;
  height: 36px;
  width: 100%;	
}

.flex-1 {
	display: flex;	
}

input, select {
 color: inherit;	
}

input.numberbox {
	/*text-align: right;*/
	height: 36px !important;	
}

@media (max-width: 900px) {
  .flex-1 {
	  flex-direction: column; 	
}	

.label-top {
  margin-top: 10px	
}

.stdbutton {
  margin-top:10px;	
}

/*.option-m {
  margin-top: 10px;
  cursor: pointer;	
}*/
}

.option-m {
  cursor: pointer;	
}


.ui-widget label {
  padding: 12px;
  font-family: Arial;
  width: 50px;
  display: inline-block;
}

/*END FORMS*/

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  apparence: none;
  background-image: url("/templates/admin/images/dd-arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/templates/admin/images/dd-magnify.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 20px center;
  border: none !important;
  height: 100% !important;
  width: 35px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.input2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/templates/admin/images/dd-arrow.png") !important;
  background-size: 10px !important;
  background-position: right 20px center !important;
  
}

.input2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}


.link-to-sg2 {
  cursor: pointer;	
}

/*TinyMCE*/
.tox-tinymce {
  border:none;
  border-radius: 5px;
}
/*END TinyMCE*/


.banner-wrapper {
  box-sizing:border-box;
  border-radius: 20px;
  background-color: #FFFFFF;
  /*box-shadow: 8px 10px 25px 6px rgba(106,112,117,0.15);*/
  box-shadow: 0 4px 10px 0 rgba(106,112,117,0.15);
  margin-top: 39px;
  padding: 30px;
	
}

.banner-title {
  font-weight: bold;
  margin-bottom: 82px;	
}

.banner-text {
font-weight: bold;
color: #00BCAB;	
}

@media (min-width: 600px) {

  .banner-title {
    font-size: 24px;	
}

.banner-text {
  font-size: 60px;
}
}

@media (max-width: 600px) {
  .banner-text {
    font-size: 24pt;
  }

  .banner-title {
    font-size: 20pt;
  }
}

/*Checkbox*/
input[type="checkbox"] {
  font-family: 'fontawesome';
  color:  #00BCAB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 /* border: 1px solid #00BCAB;*/ 
  border-radius: 5px;
  padding: 1px !important;
  /* Styling checkbox */
  width: 16px !important;
  height: 16px !important;
  background-color: #EFF9F8;
}

input[type="checkbox"]:checked::after {

  content: '\f00c';
}

.pq-grid input[type="checkbox"] {
  border: 1px solid #00BCAB;
  padding: 0 !important;	
}

/**/

@media (max-width: 900px) {
.flex-r {
  flex-direction: column;	
}

.s-margin-top {
  margin-top: 20px;	
}
}

.grid-detail {
height:auto; padding:10px; box-shadow: 0 4px 10px 0 rgba(106,112,117,0.15); border-radius:3px; background: #00BCAB;	
}
/*
.custom-input-file {
  background-color: #941B80;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 0;
  min-height: 15px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 400px;
}

.custom-input-file .input-file {
 border: 10000px solid transparent;
 cursor: pointer;
 font-size: 10000px;
 margin: 0;
 opacity: 0;
 outline: 0 none;
 padding: 0;
 position: absolute;
 right: -1000px;
 top: -1000px;
}*/

.pq-grid .ui-tabs .ui-tabs-panel {
 padding: 4px !important;	
}

.grid-actions-col {
 padding:3px;	
}

/*el z-index ha de ser igual perquè quan surt el diàleg no quedi per sota*/
.ui-dialog { z-index: 10010 !important ;}

.select2-dropdown  {z-index: 10010 !important;}

.ui-tooltip {
		background: black !important;
		border: none !important;
		border-radius: 5px !important;
		color: #FFFFFF !important;
		font-size: 13px !important;
}

.pq-slider-icon span {
  margin-left: 10px;	
}

.ui-slider-handle {
	background: #00BCAB;
}

.selectradiomaco {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 25px;
}

/* Hide the browser's default radio button */
.selectradiomaco input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

label.selectradiomaco {
  font-weight: normal;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

.checkmark2 {
  position: absolute;
  top: 7px;
  left: 28px;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.selectradiomaco:hover input ~ .checkmark, .selectradiomaco:hover input ~ .checkmark2 {
  background-color: #F75220;
}

/* When the radio button is checked, add a blue background */
.selectradiomaco input:checked ~ .checkmark, .selectradiomaco input:checked ~ .checkmark2 {
  background-color: #F75220;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after, .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.selectradiomaco input:checked ~ .checkmark:after, .selectradiomaco input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.selectradiomaco .checkmark:after, .selectradiomaco .checkmark2:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*RadioButton general*/
.ui-widget .radiobox2 label, .radiobox2 label {
  padding: 0 !important;
  padding-left: 29px !important;
  padding-top: 5px !important;
  padding-right: 15px !important;	
}

.radiobox2 label {
  position: relative;
 	
}

.radiobox2.nobold label {
  font-weight: normal;

}

.radiobox2 label.disabled {
  position: relative;
  color: #ccc;
 	
}

.radiobox2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;	
}

.radiobox2 .checkmark::after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radiobox2 label:hover input ~ .checkmark {
  background-color: #F75220;
}

/* When the radio button is checked, add a blue background */
.radiobox2 label input:checked ~ .checkmark {
  background-color: #F75220;
}

.radiobox2 label:hover input ~ .checkmark.disabled {
  background-color: #ccc;
}


/* Show the indicator (dot/circle) when checked */
.radiobox2 label input:checked ~ .checkmark:after {
  display: block;
}
/**/

@media (max-width: 900px) {
  .radiobox2 li {
	margin-top:20px;  
  }
  
   .form-input.date2fields .time {
	margin-top: 10px;  
  }
  
   .form-input-arti {
	width: 100%;  
  }
}

@media (min-width: 900px) {
   .radiobox2 li {
	  float: left;  
  }
  
  .form-input.date2fields input {
    width: auto !important;
	float: left;	  
  }
  
  .form-input.date2fields .time {
	margin-left: 10px;  
  }
  
  .form-input-arti {
	width: 482px;  
  }
}


.radiobox2 .checkmark.disabled

.radioform input {
  width: auto;
  margin-bottom: 10px;
}

.radioform label {
  font-weight: normal;
  padding-left: 5px; 
}

.select2-selection__choice__remove {
  font-size:25px;	
}

.select2-selection__choice {
  padding-bottom: 10px !important;	
}

.calendar-label {
  font-size: 13px;	
}


.gallery2 li {
	margin-bottom: 30px;	
}

.gallery2 li .imgitem{
	margin:10px 10px 30px 10px;
	margin-bottom: 30px; 
	background:#CCCCCC; 
	width: 200px; 
	height: 200px; 
	display: flex;
	justify-content: center;
	align-items: center;	
}

.gallery2 li > .imgitem img {
	max-width:200px; 
	max-height:200px;	
}

.gallery2 a.trash {
	display:inline-block;
	width: 200px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

/**/
.NFI-wrapper {
    // the container div
}
.NFI-button {
    // the button div element
}
.NFI-filename {
   background:red;
}

.accions-header {
  margin-top: -4px;
  /*width:max-content;*/	
}

.accions-header .fico-grid-solid::before, 
.accions-header .fico-grid::before {
  padding-right:30px !important;	
}


.accions-header.small {
position: absolute;
top: 45px;
z-index: 100;
/*width: 100% !important;*/
overflow: inherit;
height: auto;
background: white;
left: 0px;	
}
.accions-class.small {
  display: block;
 /* box-shadow: -7px 9px 11px -3px #aca3a3;*/
  box-shadow: 0 4px 10px 0 rgba(106,112,117,0.9);
  border-radius: 6px;
  padding-top: 5px;
  padding-left: 5px;	
}

.accions-header.small .grid-action {
  display: inline-block;
  margin-bottom: 10px;
}

/*grid cell render*/
/*
.pq-state-select .opacity-selected-row {
  opacity: 0.7;	
}*/

.grid-blue-cell {
  /*background: rgba(209, 228, 245, 0.7);*/
  background: rgba(243, 248, 251, 0.7);	
}

.grid-blue-cell-2 {
  /*background: rgba(159, 199, 234, 0.7);*/
  background: rgba(197, 189, 152, 0.7);	
}

.grid-yellow-cell {
  background: rgba(255, 248, 176, 0.7);	
}

.grid-green-cell {
  background: rgba(198, 239, 206, 0.7);	
}

.grid-purpura-cell {
  background: rgba(234, 209, 220, 0.7);	
}

.grid-green-cell {
  background: rgba(194, 232, 228, 0.7);	
}

.grid-marked-row {
  background: rgba(198, 235, 176, 0.7) !important;	
}

.grid-edit-column {
  /*background: rgba(194, 232, 228, 0.5);*/
  background: rgba(146, 188, 216, 0.5);	
}

h2.subtitle {

}

#aviscount {

  float: left;
  width: 27px;
  height: 24px;
  margin-top: -4px;
  margin-right: 10px;
 /* display: none;*/
}

/*
@media screen and (min-width: 900px) {
#aviscount {

  float: left;
  width: 27px;
  height: 24px;
  margin-top: -4px;
  margin-right: 10px;

}
}*/

/*
@media screen and (max-width: 900px) {
  #aviscount {

    width: 27px;
    height: 24px;
    margin:0 auto;
    
  }
}*/

.notify-dot {
 
  width: 29px;
  height: 24px;
  border-radius: 17px;
  background-color: rgb(245, 198, 142);
  padding-top: 5px; 
  text-align: center;
  
  cursor: pointer;
}

/*end grid cell render*/

.ui-progressbar .ui-widget-header {
  background: #F75220 !important;
}

.pointer {
  cursor: pointer;
}

.generic-box {
  padding: 10px;
  border:2px solid #757272;  
}

