html {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 100%;
	background: #ecedee;
	font-weight: 400;
	line-height: 100%;
	color: #333;
}

a {text-decoration:none; color:#852a3f; border: 0px; outline: none;}
a:hover {text-decoration:none; border: 0px; color: #333;}

a img {
	border:none;
}

.clear {
	clear:both;
}

.relative {
	position: relative;
}

.none {
	display: none;
}

.outer {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}

.outer.table {
	display: table;
}

.inner {
	position: relative;
	max-width: 1130px;
	width: 100%;
	margin: auto;
}


.logo {
	width: 165px;
	height: 25px;
	margin: 7px 0 0 0;
	float: left;
}


.login .logo {
	float: none;
	width: 188px;
	height: 169px;
	margin: 0 auto 5px auto;
}

.member {
	float: right;
	/*margin: 0 150px 0 0;*/
	margin: 0;
}

.member a {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}

.member a.logout {
	width: 25px;
	height: 40px;
	background: url(../include/images/logout-red.png) 10px 10px no-repeat;
	padding-left: 30px;
	color: red;
}

.aligned.vertical {
	display: table-cell;
    text-align: center;
    vertical-align: middle;

}

.centered {
	text-align: center;
}

.floated {
	float: left;
	margin: 0 10px 0 0;
}

.link {
	color: #852a3f;
	font-weight: normal;
	line-height: 110%;
	cursor: pointer;
}

.link:hover {
	color: #333;
}

.link.underline:hover {
	text-decoration: underline;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

form .row {
	clear: both;
	padding: 5px 0;
	position: relative;
}

.form .row.line {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

form input {
	font-family: Arial, sans-serif;
}

.form {
	float: left;
	width: 100%;
}

form .row.input input {
	border: 1px solid #dededf;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 10px 45px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	color: #333;
}

form .row.input input:focus {
    border: 1px solid #852a3f;
}

form .row.button input {
	border: 1px solid #852a3f;
	background: #852a3f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
}

form .row.button input:hover {
	background: #6e2133;
}

.content .row.button input.gray {
	border: 1px solid #1cb5ac;
	background: #1cb5ac;
}

.content .row.button input.gray:hover {
	border: 1px solid #1cb5ac;
	background: #999;
}


.content form .row.button input {
	border: 1px solid #852a3f;
	background: #852a3f;
	width: auto;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 35px;
}

.content form .row.button input:hover {
	background: black;
}

.content .row.button.small input {
	border: 1px solid #852a3f;
	background: #852a3f;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 10px;
	box-sizing: border-box;
	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 10px;
}

.content .row.button.small input:hover {
	background: black;
}

.orderbutton {
	border: 1px solid #10824a;
	background: #10824a;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 7px;
	box-sizing: border-box;
	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
}

.orderbutton:hover {
	background: #0c663a;
}

.orderbutton.addtilde, .orderbutton.removetilde, .orderbutton.writematerial, .orderbutton.rewritematerial {
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 110%;
}

.yes, .no, .yes-tilde, .yes-removetilde, .yes-material, .yes-rematerial {
	border: 1px solid #852a3f;
	background: #852a3f;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 10px;
	box-sizing: border-box;
	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
}

.yes:hover, .yes-tilde:hover, .yes-removetilde:hover, .yes-material:hover, .yes-rematerial:hover {
	background: black;
}

.no {
	border: 1px solid #1cb5ac;
	background: #1cb5ac;
}

 .no:hover {
	background: #179c94;
}

form .column.input input {
	border: 1px solid #dededf;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	outline: none;
	color: #333;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
}

form .column.input input:focus {
    border: 1px solid #852a3f;
}

form .column.input textarea {
	border: 1px solid #dededf;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	outline: none;
	color: #333;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
}

form .column.input textarea:focus {
    border: 1px solid #852a3f;
}


form .column.input input.radio {
    width: auto;
    float: left;
    margin: 8px 15px 0 0;
}

form .column.input.disabled input, form .column.input.disabled textarea {
    color: gray;
}

form .column.input.disabled input:focus, form .column.input.disabled textarea:focus {
    border: 1px solid #dededf;
}

form .column.input input.third {
	width: 17.5%;
}

form .column.input input.half {
	width: 38%;
}

form .column.input input.smallfull {
	width: 86%;
}

form .column.small.input input.half {
	width: 39%;
}


form .column.input input.light {
	background: #7fffd4;
}

.login {
	display: inline-block;
	padding: 20px;
}

.displaynone {
	display: none;
}

.login form {
	background: white;
	margin: 0;
	padding: 13px 18px;
	width: 390px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.login .renew {
	display: inline-block;
	padding: 10px 0;
}


.copyright {
	font-size: 12px;
	color: #bbb;
}

.copyright a {
	color: #bbb;
}

.copyright a:hover {
	color: #333;
}

.footer .copyright {
	text-align: center;
}

.login #loading {
	position: absolute;
	width: 28px;
	height: 28px;
	left: 6px;
	top: 12px;
	pointer-events: none;
	display: none;
}

.wait {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 8px;
	top: 12px;
	pointer-events: none;
	display: none;
}

form .row.msg {
	color: red;
	display: none;
}

form .row.msg div {
	padding: 2px 0;
}

form .box.alert {
	background:#598381;
	color: white;
	font-weight: bold;
	border: 1px solid #598381;
}


.user {
	position: absolute;
	background: url(../include/images/user.png) center center no-repeat;
	width: 15px;
	height: 15px;
	left: 12px;
	top: 18px;
	pointer-events: none;
}

.key {
	position: absolute;
	background: url(../include/images/key.png) center center no-repeat;
	width: 15px;
	height: 15px;
	left: 12px;
	top: 18px;
	pointer-events: none;
}

.languages {
	position: absolute;
	top: 7px;
	right: 0px;
}

.languages.titul {
	position: absolute;
	top: 20px;
	right: 20px;
}

.languages a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #333;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../include/images/language-passive.png) no-repeat;
	margin: 0 2px;
}

.languages a.active {
	background: url(../include/images/language-active.png) no-repeat;
	color: white;
}

.languages a:hover {
	background: url(../include/images/language-hover.png) no-repeat;
}

.languages a.active:hover {
	background: url(../include/images/language-active.png) no-repeat;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: white;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}

.content {
	padding: 60px 20px 70px 20px;
	box-sizing: border-box;
}

.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	margin: auto;
	background: #efefef;
	line-height: 40px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #535353;
	margin: 0;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	width: 100%;
	background: white;
	margin: 10px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

h1.large {
	height: 48px;
	line-height: 170%;
}

.box {
	background: white;
	margin: 10px 0;
	padding: 0;
	/*width: 100%;*/
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
}


.box.msg {
	display: none;
}

.box.msg .text {
	background: #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: red;
	border: 1px solid #000;
	font-size: 14px;
	line-height: 120%;
}

.box h2 {
	margin: 0;
	padding: 13px 18px;
	font-weight: normal;
	font-size: 14px;
	background: #faf9f9;
	border-bottom: 1px solid #dedede;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.box h2.noborder {
	border: none;
}

.box h2 span {
	font-size: 13px;
	color: #999;
	font-style: italic;
}

.box .text {
	padding: 13px 18px;
	font-size: 13px;
	position: relative;
}

.column .text {
	margin-left: 290px;
}

.padding {
	padding: 10px 20px;
}

.column .text .box {
	margin: 0px 0 10px 0;
	float: left;
	width: 100%;
	line-height: 130%;
}

.column {
	float: left;
	box-sizing: border-box;
}



.column.menu {
	width:280px;
	background: white;
	margin: 0px 0;
	padding: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	float: left;
}

.column.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.column.menu ul li {
	padding: 0px 0;
	
}

.column.menu ul li a {
	display: block;
	padding: 10px 20px;
}

.column.menu ul li:first-child a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.column.menu ul li:last-child a {
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
}

.column.menu ul ul li a {
	display: block;
	padding: 0px 20px 0px 40px;
}

.column.menu ul ul li:last-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.column.menu ul li:first-child ul li a, .column.menu ul li:last-child ul li a, .column.menu ul ul li:first-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.column.menu ul li.active a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2576d+0,7e243d+99 */
background: #a2576d; /* Old browsers */
background: -moz-linear-gradient(top,  #a2576d 0%, #7e243d 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a2576d 0%,#7e243d 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a2576d 0%,#7e243d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2576d', endColorstr='#7e243d',GradientType=0 ); /* IE6-9 */

	color: white;
}

.column.menu ul li.active a:hover {
	background: #7E243D;
}

.column.menu ul li.active ul a:hover {
	background: #efefef;
}

.column.menu ul li.active li a {
	background: none;
}

.column.menu ul li.active li a {
	color: #852a3f;
}

.column.menu ul li li a {
	padding: 8px 40px;
}

.column.menu ul li.active li a {
	color: #852a3f;
	padding: 8px 40px;
}

.column.menu ul li.active li.active a {
	background: #ddd;
	color: black;
	padding: 8px 40px;
}

.column.menu ul li.active li.active a:hover {
	background: #ddd;
}

.column.full {
	 float: none;
	 margin: 0 2px 0 0;
	 padding: 0;
}

.column.large {
	width: 100%;
	max-width: 450px;
}

.column.middle {
	width: 30%;
}

.column.xmiddle {
	width: 30%;
}

.column.small {
	width: 100%;
	max-width: 25%;
}

.column.xsmall {
	width: 100%;
	max-width: 20.2%;
}

.column.label {
	font-size: 13px;
	color: #535353;
	padding: 8px 0 0 0;
	font-weight: bold;
}

.column.right {
	text-align: right;
	padding-right: 10px;
}

.column .box .text {
	margin: 0;
}

.box table {
  	border-collapse: separate;
  	border-spacing: 0;
  	width: 100%;
}
.box table tr th,
.box table tr td {
  	border-right: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
  	padding: 5px;
  	font-size: 12px;
}
.box table tr th:first-child,
.box table tr td:first-child {
  	border-left: 1px solid #ccc;
}
.box table tr th {
  	background: #ddd;
  	border-top: 1px solid #ccc;
  	text-align: left;
}

.box table tr td {
  	cursor: pointer;
}

.box table tr:nth-child(even) {background: #f5f5f5}
.box table tr:nth-child(odd) {background: #fff}

.popup-table {
	width: 100%;
}
.popup-table tr:nth-child(even) {background: #fff}
.popup-table tr:nth-child(odd) {background: #f5f5f5}

.popup-table td {
	font-size: 13px;
}

.box table tr.order-status-1 {
	background: #FFFFE0;
}

.box table tr.order-status-2 {
	background: white;
}


.box table tr:hover {
  	background-color: #e2fed9;
}

.box table tr:first-child th:first-child {
 	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.box table tr:first-child th:last-child {
   	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.box table tr:last-child td:first-child {
  	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.box table tr:last-child td:last-child {
  	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.remove {
	width: 15px;
}
.remove div {
	width: 15px;
	height: 15px;
	background: url(../include/images/remove.png) center center no-repeat;
	cursor: pointer;
}

.popup {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../include/images/popup.png);
	padding:0;
	margin:0;
	z-index:1000;
	top:0;
	left:0;
	min-width:1000px;
	text-align:center;
	display: none;
}

.popup-content {
	position:relative;
	text-align:left;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.popup-content.small {
	width: 300px;
	margin: 150px auto 50px auto;
	padding: 20px 25px;
}

.popup-content.middle {
	width: 500px;
	margin: 150px auto 50px auto;
	padding: 20px 25px;
}

.close {
	position: absolute;
	top: 12px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	color: #333;
}

.close:hover {
	color: #666;
}

.search .simpleselect {
	margin: 0px 0 0 0;
}

.search .simpleselect .placeholder {
	width: 100%;
	height: 28px;
}

.search div.label, .search div.input, .search div.button, .search div.button1 {
	float: left;
	padding: 0 10px 0 0;
}

.search div.label {
	padding: 5px 10px 5px 0;
}

.search .input input {
	border: 1px solid #dededf;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	color: #333;
}

.search .input input:focus {
    border: 1px solid #852a3f;
}

.search .button1 input {
	border: 1px solid #1cb5ac;
	background: #1cb5ac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	outline: none;
	color: white;
	font-weight: normal;
	cursor: pointer;
}

.search .button1 input:hover {
	background: #179c94;
}

.search .button input {
	border: 1px solid #852a3f;
	background: #852a3f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	outline: none;
	color: white;
	font-weight: normal;
	cursor: pointer;
}

.search .button input:hover {
	background: black;
}

#best-count {
	padding: 0 0 0 5px;
	display: none;
}

.readonly {
	color: gray;
}

.simpleselectlight .simpleselect .placeholder {
	background: #7fffd4;
}

.simpleselectlight .simpleselect .placeholder:hover {
	background: #5cfcc6;
}

.tasks {
	float: right;
}

.tasks.absolute {
	float: none;
	position: absolute;
	top: 9px;
	right: 13px;
}


.sort {
	color: #333;
}

.sort:hover {
	text-decoration: underline;
}

.report-h3-button {
	display: inline-block;
	background: #1cb5ac;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 7px;
	box-sizing: border-box;
	font-size: 13px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	margin: 0 0 0 6px;
	line-height: 110%;
}

.report-h3-button.active {
	background: #10824a;
}

.report-h3-button:hover {
	background: #20a29a;
	color: white;
}

.report-h3-button.active:hover {
	background: #0a7340;
	color: white;
}

.print {
	float: right;
	width: 15px;
	height: 15px;
	background: url(../include/images/print.png) center center no-repeat;
	cursor: pointer;
}

.print.fl {
	float: left;
	margin: 7px 5px 0 0;
}

.download img {
	float: left;
	padding: 7px 5px 0 5px;
}

.total {
	font-weight: bold;
}

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

.total.left {
	text-align: left;
}

@media screen and (max-width: 700px) {
	.column.right {
		text-align: left;
		padding-right: 0;
		padding-bottom: 5px;
		width: 100%;
	}

	.column.large {
		max-width: 100%;
	}
}