@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); /* Light / Regular / Semi-bold / Bold */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
.intro .container {
	width: 95%;
}
.main-header {
	background-color: #F6BE5C;
	background-image: url('background.png');
	color: white;
	width: 100%;
	min-height: 750px;
	text-align: center;
	padding: 0.1em 0px;
}
.main-header.full {
	min-height: 100%;
	box-sizing: border-box;
}
.main-header h1 {
	padding-top: 180px;
	margin-bottom: 0px;
	font-size: 51px;
	font-weight: 300;
}
.main-header h2 {
	margin-top: 13px;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 300;
}
.main-header h2 .black {
	color: #191B30;
}
.main-header .order h2 {
	font-size: 13px;
	font-weight: 700;
	color: #F1BA5A;
	text-transform: uppercase;
	text-align: left;
}
/*
.main-header .logo {
	float: left;
	margin: 1em;
}
*/
.main-header .mouse {
	margin-top: 150px;
	margin-bottom: 20px;
}

.form-signin {
	display: block;
	max-width: 313px;
	margin: 10px auto;
}
.form-signin .form-message {
	font-size: 2em;
	padding: 0.3em;
}
.form-signin input, .form-signin button, .form-signin .button {
	display: block;
	width: 100%;
	line-height: 1.42857143;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding: 11px 20px;
	font-size: 16px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 24px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin button, .form-signin .button {
	background-color: #191B30;
	color: white;
	border: none;
}
.after-form-signin p {
	font-size: 13.5px;
	font-weight: 400;
	margin: 13px;
}
.after-form-signin p a {
	color: #191B30;
}

.boxes800 {
	max-width: 900px;
	margin: 0px auto;
	text-align: center;
}
.boxes1000 {
	max-width: 95%;
	margin: 0px auto;
	text-align: center;
}
.main h2 {
	text-align: center;
}
.main p {
	text-align: center;
}

.main-head h2 {
	font-size: 36px;
	color: #191B30;
	margin-top: 1.5em;
	margin-bottom: 0.1em;
	font-weight: 300;
}
.main-head p {
	font-size: 19px;
	color: #515151;
	margin: 0.1em;
	font-weight: 300;
}

.order h2.yellow {
	width: 683px;
	margin: auto;
	padding: 0.5em 0em;
	font-size: 13px;
	font-weight: 700;
	color: #F1BA5A;
	text-transform: uppercase;
	padding: 14px 45px 10px 50px;
}
.whitebox a {
	text-decoration: underline;
	color: #F1BA5A;
}

.box {
	display: inline-block;
	vertical-align: top;
	height: 200px;
}
.boxes800 .box {
	max-width: 275px;
}
.boxes1000 .box {
	max-width: 205px;
}
.box img {
	margin: 0px auto;
	display: block;
}
.box h2 {
	font-size: 15px;
	font-weight: 700;
	color: #191B30;
	margin-bottom: 0.2em;
}
.box p {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #636363;
	margin-top: 0.2em;
}
.box a {
	color: #F7BE5C;
	font-weight: 600;
	font-size: 17px;
}
.box.green a {
	color: #5BC388;
}
.more {
	text-align: center !important;
}
.more.space150 {
	margin-top: 150px;
	margin-bottom: 80px;
}
.box50 {
	margin: 75px 4%;
}
.box25 {
	margin: 75px 6%;
}
.boxes-contact h2 {
	text-align: left;
}
.boxes-contact .box {
	height: 100px;
	min-width: 200px;
}

hr {
	display:block;
	border: 0px;
	width: 288px;
	height: 4px;
	margin: 0px auto;
	background-image: url('hr.png');
}

.footer {
	font-size: 14px;
	font-weight: 400;
	background-color: #F7BE5C;
	color: white;
	text-align: center;
	padding: 0.4em;
}
.footer a {
	color: #191B30;
}

.whitebox {
	margin: 5em auto;
	padding: 30px;
	box-sizing: border-box;
	max-width: 960px;
  width: 960px;
	min-height: 100px;
	font-size: 13px;
	background-color: white;
	color: black;
	/* rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* shadow */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.whitebox.admin {
	min-width: 1200px;
}
@media (max-width: 1160px) {
  .whitebox {
    width: auto;
  }
}
.whitebox.orders {
  min-height: 550px;
  position: relative;
}
.whitebox.orders form{
  min-height: 406px;
}
.whitebox.orders .half:first-of-type form{
  min-height: 360px;
  margin-top: 26px;
}
.whitebox.registration {
	max-width: 500px;
}
.whitebox.export-orders {
  min-width: unset;
  width: 460px;
  min-height: 300px;
  position: relative;
}
.whitebox.export-orders table{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.whitebox.export-orders .topmenu a{
  color: #E26875;
}
.whitebox.export-orders table tr td{
  border-top: 0;
  width: 50%;
  font-weight: 400;
}
.whitebox.export-orders table tr td:nth-of-type(2) input{
  text-align: right;
  font-weight: 400;
}
.whitebox.export-orders table tr:nth-of-type(2) td{
  border-top: 1px solid #EEEDED;
}
.whitebox.export-orders input {
  border: 0;
  outline: 0;
}
.whitebox.export-orders input[type=submit]{
  border: none;
  background: none;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
  color: #F1BA5A;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.topmenu {
	text-align: left;
	margin: 0px;
}
.topmenu a {
	color: #00C598;
	font-weight: 600;
}
.registration .topmenu {
	text-align: right;
}
.registration .topmenu a {
	font-weight: 600;
	font-size: 13px;
	color: #E26875;
}
.registration h2 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #F1BA5A;
	margin: 0em 0.5em;
	text-align: left;
}

.graytable {
	width: 100%;
	max-width: 950px;
	margin: auto;
	font-weight: 400;
	font-size: 13px;
	border-collapse: collapse;
}
.admin .graytable {
	margin: 0;
}
.graytable.order {
	width: 500px;
}
.graytable.orders {
	width: 683px;
}
.graytable th {
	color: #BCBCBC;
	font-weight: 400;
	padding: 0.5em;
}
.graytable.orders th, .graytable.orders td {
  padding: 0;
}

.admin .graytable.orders td div {
	white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
	padding-right: 10px;
}

.admin .graytable.orders th.company, .admin .graytable.orders td.company div {
	width: 80px;
}
.admin .graytable.orders th.date, .admin .graytable.orders td.date div {
	width: 100px;
	padding-right: 0;
}
.admin .graytable.orders td.source a{
	width: 130px;
}
.admin .graytable.orders td.source {
	padding-right: 10px;
	padding-left: 0;
}
.graytable.orders th.type,  .graytable.orders td.type div {
	padding-right: 10px;
	padding-left: 10px;
}
.graytable.orders th.pricePage, .graytable.orders td.pricePage div {
  width: 55px;
	padding: 0;
	text-align: center;
}
.admin .graytable.orders th.price, .admin .graytable.orders td.price div {
  width: 65px;
	text-align: right;
	padding-right: 10px !important;;
}
.admin .graytable.orders th.ns, .admin .graytable.orders td input {
	width: 40px;
}
.admin .graytable.orders td .input {
	border: #ddd solid 1px;
}
.admin .graytable.orders td select {
	border: #ddd solid 1px;
  width: 120px;
}
.graytable td, .graytable.order th {
	border-top: 1px solid #EEEDED;
	padding: 0.5em;
}
.graytable.orders th.source {
  padding: 10px 45px 10px 50px;
	text-align: left;
}
.admin .graytable.orders th.source {
	padding-left: 0;
}
.graytable.orders td.source {
  padding: 12px 45px 8px 50px;
  width: 350px;
}
.graytable.order th {
	color: black;
	text-align: left;
}
.graytable.order td {
	text-align: right;
}
.graytable td.top, .graytable th.top {
	border-top: none;
}
.graytable textarea {
	width: 100%;
	height: 4em;
	font-size: 12px;
}

.save, .remove, .state, .accept, .reject {
	min-width: 25px;
}

.save input,.remove input,.state input,.accept input, .reject input,.state div {
	display: block;
	border: none;
	width: 25px !important;
	height: 20px;
	background-image: url('save.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	font-size: 0;
}
.state .green {
	background-image: url('dot_green.png');
}
.state .red {
	background-image: url('dot_red.png');
}
.save input{
	display: none;
	background-image: url('save.png');
}
.accept input{
	background-image: url('accept.png');
}
.reject input{
	background-image: url('reject.png');
}
.remove input{
	background-image: url('remove.png');
} 
.state input {
	background-image: url('accept.png');
}


.saverequest {
	display: none;
	position: relative;
  float: left;
	background-image: url(save.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	cursor: pointer;
	top: -3px;
}

.confirmrequest {
	display: block !important;
	position: relative;
  float: left;
	background-image: url(accept.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	cursor: pointer;
	top: -3px;
}

.reject {
	background: url(reject.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 2em;
	height: 1.4em;
	border: none;
	cursor: pointer;
}
.pdfenabled{
	display: inline-block;
	background: url(pdf-enabled.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 2em;
	height: 1.4em;
	border: none;
	cursor: pointer;
}
.pdfdisabled{
	display: inline-block;
	background: url(pdf-disabled.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 2em;
	height: 1.4em;
	border: none;
}
.csv{
	display: inline-block;
	background: url(xls.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
}

.graytable.orders .statusth {
	width: 130px;
	text-align: left;
}
.graytable.orders th .buttons {
	width: 83px;
	text-align: left;
}
.graytable.orders td .icons {
  display: inline-block;
	transform: scale(-1);
	width: 9em;
	height: 13px;
	text-align: right;
}
.graytable.orders td .icons input, .graytable.orders td .icons .dot{
	width: 5px;
	padding: 0 12px;
	transform: scale(-1);
}
.graytable.orders tr th:nth-of-type(3) {
	width: 120px;
	text-align: left;
}
.graytable .status {
	display: block;
	text-decoration: none;
	/*width: 90px;*/
	color: #A2A2A2;
	text-align: left;
  padding-right: 10px;
}
.graytable .status.active {
	background-color: #F1BA5A;
	color: white;
	/* rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.graytable.orders .status.active {
  height: 23px;
  line-height: 23px;
  padding: 0 13px;
  display: inline-block;
}
.graytable .buttons {
	text-align: left;
	max-width: 120px;
	white-space: nowrap;
}
.graytable .buttons a {
	color: #F1BA59;
}
.graytable .source {
	text-align: left;
}
.graytable .source a {
	color: #181B30;
	text-decoration: none;
}
.graytable.orders .source a {
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  width: 255px;
  display: inline-block;
  text-overflow: ellipsis;
  line-height: 21px;
}
.paginator {
	text-align: center;
}
.whitebox.orders .paginator {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
}
.paginator span {
	vertical-align: middle;
  padding-top: 7px;
  display: inline-block;
  width: 56px;
  text-align: center;
}
.paginator a, .jsgrid-pager a {
	padding: 0.5em 1.2em;
	line-height: 2em;
	vertical-align: middle;
}

.paginator a{
  padding-top: 11px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 7px;
  position: absolute;
  top: -9px;
}

.paginator a.prev{
  right: 50%;
  margin-right: 30px;
}

.paginator a.next{
  left: 50%;
  margin-left: 30px;
}

.dropzone {
	border: 2px dotted #F1BA5A;
	color: #A3A3A3;
	padding: 2em;
	min-height: 20em;
}
.half {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 2em;
	min-width: 17em;
}

.uploadtable {
	width: 100%;
	max-width: 900px;
	margin: auto;
	border-collapse: collapse;
}
#orderform {
  padding-top: 26px;
}
#uploadedfiles tr:last-of-type td{
  padding-bottom: 15px;
}
.uploadtable td, .uploadtable th {
	border-top: 1px solid #EEEDED;
	padding: 0.5em;
	font-weight: 400;
	font-size: 13px;
	color: #191B30;
}
.uploadtable tr:last-of-type th {
  border-top: none;
  padding-top: 20px;
}
.uploadtable th {
	text-align: left;
}
.uploadtable .last-co * {
  background: none !important;
}
.uploadtable td.notopline, .uploadtable th.notopline, .uploadedfiles td {
	border-top: none;
}
.uploadtable input, .uploadtable select, .uploadtable textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #191B30;
	border: none;
	background: white;
	width: 100%;
	_width: 100px;
	text-align: right;
}
.uploadtable textarea {
	text-align: right;

	padding-top: 16px;
	padding-bottom: 16px;
	resize: none;
	overflow: hidden;
	
	
}
.uploadtable input[type=submit], .uploadtable input[type=button] {
	border: none;
	background: none;
	text-align: center;
	text-decoration: underline;
	font-weight: 600;
	color: #F1BA5A;
	cursor: pointer;
}
.uploadtable button.yellow {
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color: #F1BA5A !important;
	color: white;
	padding: 0.2em 0.8em;
	margin: 1em;
}
.uploadtable.uploadedfiles {
	width: 100%;
	white-space: nowrap;
}
.uploadtable.uploadedfiles .name {
	overflow: hidden;
	width: 13.5em;
	display: block;
	text-align: left;
  position: relative;
  padding-left: 20px;
  text-overflow: ellipsis;
}
.uploadtable.uploadedfiles select {
	width: 10em;
}
.uploadtable.uploadedfiles .icon {
	display: inline-block;
	background: url(file.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 13px;
	height: 16px;
	padding: 0em 0.5em;
}
.uploadtable.uploadedfiles .name .icon{
  position: absolute;
  top: 2px;
  left: 0;
}
.uploadtable.uploadedfiles tr td:last-of-type{
  text-align: right;
}
.uploadtable td{
  position: relative;
}
.uploadtable td:nth-child(3) {
	border-top: none;
	border-bottom: solid 1px #EEEDED;
}

.uploadtable .remove input, .uploadtable .save input{
	display: block;
	border: none;
	width: 25px !important;
	min-height: 20px;
	font-size: 0;
	background-image: url('remove.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
}
.uploadtable .save input{
  display: none;
}

.regtable {
	width: 100%;
	max-width: 900px;
	margin: auto;
	border-collapse: collapse;
}
.regtable td, .regtable th {
	padding: 0.5em;
	font-weight: 400;
	font-size: 13px;
	color: #191B30;
	text-align: left;
}
.regtable input {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #191B30;
	border: none;
	background: white;
	width: 100%;
	_width: 100px;
	text-align: right;
	border-bottom: 1px solid #BCBCBC;
}
.regtable input[type=submit] {
	border: none;
	background: none;
	text-align: center;
	text-decoration: underline;
	font-weight: 600;
	color: #F1BA5A;
	cursor: pointer;
}

.jsgrid, .jsgrid input, .jsgrid select, .jsgrid textarea {
	font-size: 0.9em;
}
.jsgrid a {
	color: #E26875;
}
.jsgrid-pager a {
	text-decoration: none;
	font-weight: 600;
	color: #E26875;
}
.jsgrid-cell {
	word-wrap: break-word;
}

/* navigation */
.toggle-nav {
	margin: 1em;
  margin-top: 30px;
	float: right;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
  margin-right:30px;
  z-index: 50;
  cursor: pointer;
}
.nav-wrap {
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 3em;
	font-size: 16px;
	z-index: 10;
  margin-right: 10px;  
}
.menu {
	float: right;
	visibility: hidden;
	position: relative;
	right: -100%;
	transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
.menu.active {
	visibility: visible;
	right: 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.menu ul li {
	margin: 0.5em;
	margin-top: 0em;
	padding: 0;
	display: inline-block;
}
.menu ul li a {
	text-transform: uppercase;
	font-family: 'Open Sans',sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
  font-weight: 100;
  font-size: 19px;
}

.ui-widget {
	font-size: 0.7em;
}

.green{
  color: #E26875 !important;
}
.graytable.order th,.graytable.order td{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 21px;
  background-clip: content-box;
}
.graytable.order td{
  max-width: 430px;
}
.graytable.order .result {
	position: relative;
}
.graytable.orders td.last-co{
	padding-right:20px;
}
.graytable.orders td.wrap{
  text-overflow: unset;
  overflow: unset;
  white-space: normal;
}
.logged-in-hp{
	text-align: center;
    background-color: rgb(250, 255, 189);
    color: #181B30!important;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.btn-hp{margin-bottom:10px;}
.relogin{text-align:center;}
.response-text{width:80%!important;}
.response-btn{width:20%!important;float: right;
    padding-top: 3px;}
.topmenu a.color-red{color:#E26875;}
.btn-continue{    background-color: #191B30 !important;
    color: white;
    border: none;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 25px;}
.d-in{display:inline-block!important;width:auto!important;margin-bottom:10px!important;}

.dz-image, 
.dropzone .dz-progress, 
.dropzone .dz-preview .dz-details .dz-size {
	display: none !important;
} 
.dropzone .dz-preview .dz-details .dz-filename span {
  color: #181B30;
}

.topmenu a.orders__exportovat-nastenku{
  color: #F1BA5A;
  margin-left: 35px;
}
