tr	html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,f9f9f9+51,f9f9f9+67,ededed+87,dbdbdb+98,dbdbdb+100 */
	background: rgb(254,254,254); /* Old browsers */
	background-attachment: fixed;
	line-height: normal;
	font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    min-width: 700px;
}
html, body {
    min-width: 700px;
}
*, ::after, ::before {
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
h1,h2,h3,h4,h5,h6 {
	color: #454545;
	font-weight: 600;
}
h1 {
	font-size: 20px;
	color: #454545;
}
h2 {
	font-size: 19px;
	color: #454545;
}
h3 {
	font-size: 18px;
	color: #404040;
}
h4 {
	font-size: 17px;
	color: #404040;
}
h5 {
	font-size: 16px;
	color: #383838;
}
h6 {
	font-size: 15px;
	color: #383838;
}
header {
	-webkit-box-shadow: 0px 2px 15px 0px rgba(125,125,12r5,0.2);
    -moz-box-shadow: 0px 2px 15px 0px rgba(125,125,125,0.2);
    box-shadow: 0px 2px 15px 0px rgba(125,125,125,0.2);
	position: absolute;
	width: 100%;
    min-width: 700px;
	z-index: 1000;
	line-height: normal;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 57%, #f4f4f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f2f2f2 57%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#f2f2f2 57%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
#cpanel a {
	display: inline-block;
	margin: 15px 2% 20px;
}
#cpanel .citem {
	background: rgba(0,0,0,0.45);
	border: 1px solid #aaa;
	padding: 30px 5px 10px;
	box-shadow: 3px 3px 6px #aaa;
	transition: ease-in-out 600ms;
	cursor: pointer;
	width: 170px;
	height: 100px;
	float: left;
	border-radius: 5px;
	display: inline-block;
	color: #fbfbfb;
	text-align: center;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */    
}
#cpanel .citem:hover {
	background: rgba(0,0,0,0.62);
	color: #ffffff;
	border: 1px solid #f1f1f1;
	transform: scale(1.1);
	box-shadow: 3px 3px 8px #aaa;
	transition: ease-in-out 300ms;
	border-radius: 10px;
}
#cpanel .citem-disabled {
	color: #BCBCBC;
	cursor: not-allowed;
}
#cpanel .citem-disabled:hover {
	background: rgba(0,0,0,0.62);
	border: 1px solid #aaa;
	color: #BCBCBC;
	transform: scale(1);
	box-shadow: 3px 3px 6px #aaa;
	border-radius: 5px;
	
}
#cpanel .citem span, #cpanel .citem-disabled span {
	width: 100px;
	font-size: 35px;
}
#cpanel .citem .citem-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
#subnav {
	width: 100%;
	height: 50px;
	margin: -5px 0 5px;
	padding: 0;
}
#subnav-inner {
	width: 700px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
}
#subnav-inner .subnav-item, .citem, .citem1 {
	display: inline-block;
	width: 18%;
	min-width: 100px;
	margin: 0 15px;
	padding: 0 5px;
	font-size: 16px;
	color: #f0f0f0;
	font-weight: 600;
	transition: all .25s ease-in-out;
	line-height: 30px;
	padding-top: 8px;
	background: rgba(0,0,0,0.55);
	border-radius: 3px;
}
.citem, .citem1 {
	padding: 10px 25px;
	margin: 0;
	width: auto;
}
#subnav-inner .subnav-item a, #subnav-inner .subnav-item a:hover, .citem:hover {
	text-decoration: none;
	color: inherit;
}
#subnav-inner .subnav-item:hover, .citem:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.68);
	transform: scale(1.1);
	border-radius: 0;
	cursor: pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */    
}
.menu-icon {
    padding-right: 15px;
    font-size: 28px;
    transition: ease-in-out 600ms;
}
.sidenav-menu a:hover .menu-icon, .sidenav-menu a.active .menu-icon {
    padding-right: 20px;
    transition: ease-in-out 250ms;
}
.sidenav-menu a.active {
    background: #999999;
    color: #222222 !important;
}
.sidenav-menu a:hover {
    background: #BBBBBB;
}
.menu-text {
    position: relative;
    top: -8px
}
.statustd, .pdf {
	color: #444444;
	transition: ease-in-out 650ms;
}
.statustd:hover, .pdf:hover {
	color: #2E73E4;
    cursor: pointer !important;
	transition: ease-in-out 250ms;
}
#subnav-inner .subnav-item .material-icons {
	width: 34px;
	font-size: 20px;
	color: #f0f0f0;
}
#subnav-inner .subnav-item .subnav-name {
	top: -5px;
	position: relative;
	margin-right: 5px;
}
#powersearch {
	width: 190px;
	transition: all .6s ease-in-out;
	border-radius: 3px;
	height: 19px;
	line-height: 19px;
}
#powersearch:focus {
	width: 225px;
	transition: all .25s ease-in-out;
}
section {
	height: calc(100vh - 98px);
	padding-top: 98px;
}
#apptitle {
	font-size: 25px;
	color: #7a7a7a;
	margin-right: -3px;
}
#sitetitle {
	font-size: 29px;
	color: #454545;
	line-height: 20px;
}
#pagetitle {
	font-size: 22px;
	color: #454545;
	display:block;
	text-align: right;
	width: 95%;
	margin: 8px 2.5% 0;
	font-weight: 600;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */   
}
#headleft {
	width: 500px;
    float: left;
    padding: 0 0 8px 85px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */    
}
.logbutton {
	float: right;
    position: absolute;
    right: 85px;
    top: 20px;
}

.welcome {
    position: absolute;
    left: 40%;
    top: 15px;
}
#container {
	height: 100%;
	background: #FBFBFB;
}
#in {
	font-size: 14px;
	color: #111111;
	width: 75%;
	margin: 50px auto 30px;
	max-width: 1000px;
}
.logbutton img {
    padding: 5px 0 0 !important;
	cursor: pointer;
	opacity: 0.7;
	transition: ease-in-out 600ms;
}
.logbutton img:hover {
	opacity: 1;
	transition: ease-in-out 300ms;
}
#list {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 50px;
	border-spacing: 0 !important;
	border: 1px solid #F6F6F6;
	border-bottom: none;
}
#list tr {
	height: 40px;
	cursor: pointer;
	transition: all .25s ease-in-out;
	font-size: 11px;
	color: #060606;
	background: #F4F4F4;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */    
}
#list tr:hover {
	background: #FFFFFF;
	color: #000000;
}
#list tr:first-child {
	background: #E3E3E3;
	font-weight: bold;
	color: #333;
	cursor: default;
   	-moz-box-shadow: none;
   	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	height: 45px;
}
#list td {
	padding: 4px 8px;
	text-align: center;
	border-spacing: none !important;
	border-bottom: 1px solid #CACACA;
}
#list td .remove {
	color: #969696;
	transition: all .6s ease-in-out;
}
#list td .remove:hover {
	color: #127BBE;
	transition: all .25s ease-in-out;
}
.link {
	cursor: pointer;
}
.otherlink {
	transition: ease-in-out 500ms;
	color: #0E4DC1;
}
.otherlink:hover {
	font-weight: bold;
	cursor: pointer;
	transition: ease-in-out 200ms;
}
#cpanel {
	width: 99%;
	max-width: 1200px;
	margin: 20px auto 50px;
	z-index: 1000; 
	position: relative; 
	height: calc(100% - 100px); 

   display: flex;
   align-items: center;
   justify-content: center;
   /* You can set flex-wrap and
      flex-direction individually */
   flex-direction: row;
   flex-wrap: wrap;
   /* Or do it all in one line
     with flex flow */
   flex-flow: row wrap;
   /* tweak where items line
      up on the row
      valid values are: flex-start,
      flex-end, space-between,
      space-around, stretch */
   align-content: flex-end;
}
#producteditlist {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 50px;
	border: 1px solid #F6F6F6;
	border-bottom: none;
}
#producteditlist tr {
	height: 40px;
	cursor: default;
	color: #060606;
	background: #F4F4F4;
	transition: ease-in-out 500ms;
}
#producteditlist tr:hover {
	background: #FFFFFF;
	transition: ease-in-out 200ms;
}
#producteditlist td:nth-child(odd) {
	width: 30%;
	text-align: right;
}
#producteditlist td {
	padding: 5px 10px;
	border-bottom: 1px solid #CACACA;
}
#producteditlist tr td:nth-child(odd) {
	font-size: 16px;
	letter-spacing: 0.5px;
}
#producteditlist input, #producteditlist textarea {
	width: 390px;
	background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
	height: 28px;
	color: #3a3a3a;
	line-height: 28px;
	padding: 0 10px;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	transition: ease-in-out 600ms;
}
#producteditlist input:focus, #producteditlist textarea:focus, #producteditlist .select2 span:focus, #producteditlist select:focus {
    border: 1px solid #555;
	transition: ease-in-out 300ms;
}
#producteditlist select {
	width: 410px;
}
#producteditlist textarea {
	height: 84px;	
}
.filters {
	width: 125px;
}
.checkb {
	text-align: center !important;
	padding: 10px 10px !important;
}
.content {
	width: 95%;
	max-width: 900px;
	margin: 20px auto;
	color: #333333;
	font-size: 15px;
	line-height: 25px;
}
.content h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 22px;
}
.content .date {
	font-size: 17px;
	text-align: right;
	float: right;
	color: #666666;
	font-weight: 600;
	width: 100%;
}
.content .notice {
	background: rgba(188,188,188,0.15);
	border: 1px solid #eeeeee;
	margin: 25px auto 35px;
	padding: 5px 35px 25px;
	box-shadow: 3px 3px 6px #aaa;
	transition: ease-in-out 600ms;
	cursor: default;
}
.content .notice:hover {
	background: rgba(188,188,188,0.05);
	border: 1px solid #f1f1f1;
	box-shadow: 3px 3px 8px #aaa;
	transition: ease-in-out 300ms;
}
.content .contact {
	float: left;
	display: inline-block;
	width: 30%;
	height: 120px;
	background: rgba(245,245,245,0.85);
	border: 1px solid #eeeeee;
	margin: 25px 25px 35px;
	padding: 20px 35px 25px;
	box-shadow: 3px 3px 6px #aaa;
	transition: ease-in-out 600ms;
	cursor: default;
	text-align: center;
}
.content .contact h2 {
	padding-bottom: 0;	
}
.content .contact:hover {
	background: rgba(250,250,250,0.95);
	border: 1px solid #f1f1f1;
	box-shadow: 3px 3px 8px #aaa;
	transition: ease-in-out 300ms;
	transform: scale(1.1);
}
.content .reunion {
	background: rgba(188,188,188,0.15);
	border: 1px solid #eeeeee;
	margin: 25px auto 35px;
	padding: 5px 35px 25px;
	box-shadow: 3px 3px 6px #aaa;
	transition: ease-in-out 600ms;
	cursor: default;
	width: 200px;
	height: 180px;
	float: left;
}
.content .reunion:hover {
	background: rgba(255,255,255,0.05);
	border: 1px solid #f1f1f1;
	box-shadow: 3px 3px 8px #aaa;
	transition: ease-in-out 300ms;
	transform: scale(1.02);
	cursor: pointer;
}
.content .reunion .pdf {
	font-size: 48px;
	line-height: 54px;
	color: #444444;
	width: 54px;
	text-align: center;
	float: right;
	transition: ease-in-out 600ms;
}
#sidenav-toggle i {
	color: #444;
	transition: ease-in-out 600ms;
}
#sidenav-toggle:hover i {
	color: #aaa;
	transition: ease-in-out 300ms;
}
.aproveit {
	display: inline-block;
	border: 1px solid #666666;
	box-shadow: -1px -1px 2px #aaa inset;
	border-radius: 3px;
	padding: 3px 5px;
	margin-left: 12px;
	background: #f5f5f5;
	transition: ease-in-out 600ms;
}
.aproveit:hover {
	background: #ffffff;
	box-shadow: 1px 1px 2px #aaa inset;
	transition: ease-in-out 250ms;
	cursor: pointer;
}
.passvis {
	color: #555;
	margin: 3px 10px;
	position: absolute;
	transition: ease-in-out 600ms;
}
.passvis:hover{
	color: #333;
	transition: ease-in-out 250ms;
}
#myCheck {
	display: block;
	margin: 0 auto;
	height: 25px !important; 
}
.invalid {
	box-shadow: 0 0 0 2px #F00000 inset !important;
}
.required {
	box-shadow: 0 0 0 2px #49a1ec inset !important;
}
.order_header {
	cursor: pointer;
	transition: all .6s ease-in-out;
	min-width: 60px;
}
.order_header:hover {
	color: #2E73E4;
	transition: all .25s ease-in-out;
}
.active_order {
	color: #2E73E4;
}
.focus {
	cursor: pointer;
	transition: all .6s ease-in-out;	
}
.selected {
	color: #2E73E4;
}
.asc:after {	content: "\25B2"; }
.desc:after { content: "\25BC"; }
.clearable{
  background: #fff url(../img/download.gif) no-repeat right -10px center;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }
.short{
	box-shadow: 0 0 0 2px #FF0000 inset !important;
}
.weak{
	box-shadow: 0 0 0 2px orange inset !important;
}
.good{
	box-shadow: 0 0 0 2px #2D98F3 inset !important;
}
.strong{
	box-shadow: 0 0 0 2px limegreen inset !important;
}
.jconfirm-box select {
    width: 350px;
}
@media all and (max-width: 950px) {
    #headleft {
        width: 500px;
        float: left;
        padding: 0 0 8px 35px;
        -webkit-user-select: none;  /* Chrome all / Safari all */
        -moz-user-select: none;     /* Firefox all */
        -ms-user-select: none;      /* IE 10+ */
        user-select: none;          /* Likely future */    
    }
    .logbutton {
        float: right;
        position: absolute;
        right: 35px;
        top: 20px;
    }
}