body, div, p, button, input, select, textarea, th, td {
    font-family: Open Sans;
    font-size: 12px;
}
/*body > .container {
    padding: 25px;
}*/
.container {
	width: 100%;
	max-width: 1230px;
	margin: auto;
	display: block;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 23px 3px rgba(0,0,0,0.15);
}
.container > .inner {
    padding: 20px;
    background-color: #fff;
    float: left;
    width: 100%;
}
body.page_objednavky .container > .inner {
    padding: 0px;
}
.clear {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
}
body {
    margin: 0;
    background-image: url("/images/bg01.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/* LOGIN FORM */
.form-1 {background: linear-gradient(#eeefef, #ffffff 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);border-radius: 5px;box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 1) inset, 0 -3px 2px rgba(0, 0, 0, 0.25) inset;margin: 60px auto 30px;padding: 10px;position: relative;width: 300px;}
.form-1 p {margin-bottom: 0;margin-top: 0}
.form-1 .field {position: relative}
.form-1 .field i {border-right: 1px solid rgba(0, 0, 0, 0.1);box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);color: #777777;height: 36px;left: 0;line-height: 42px;pointer-events: none;position: absolute;text-align: center;top: 0;transition: all 0.3s ease-out 0s;width: 36px;}
.form-1 input[type="text"], .form-1 input[type="password"] {background: none repeat scroll 0 0 #f9f9f9;border: medium none;border-radius: 3px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 3px 2px rgba(0, 0, 0, 0.1) inset;color: #777;font-family: Lato;font-size: 13px;font-weight: 400;padding: 10px 18px 10px 45px;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);transition: color 0.3s ease-out 0s;width: 78%;}
.form-1 input[type="text"] {margin-bottom: 10px;}
.form-1 input[type="text"]:hover ~ i, .form-1 input[type="password"]:hover ~ i {color: #52cfeb;}
.form-1 input[type="text"]:focus ~ i, .form-1 input[type="password"]:focus ~ i {color: #42a2bc;}
.form-1 input[type="text"]:focus, .form-1 input[type="password"]:focus, .form-1 button[type="submit"]:focus {outline: medium none;}
.form-1 .submit {background: none repeat scroll 0 0 #ffffff;border-radius: 50%;box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1), 0 -3px 2px rgba(0, 0, 0, 0.2) inset;height: 65px;padding: 10px;position: absolute;right: -25px;top: 17px;width: 65px;z-index: 2;}
.form-1 .submit::after {content: "";height: 10px;left: 30px;position: absolute;top: -2px;width: 10px;}
.form-1 button {background: linear-gradient(#52cfeb, #42a2bc) repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;border-radius: inherit;color: white;cursor: pointer;font-size: 1.4em;height: 100%;line-height: 1.75;margin-top: -1px;width: 100%;}
.form-1 button:hover, .form-1 button[type="submit"]:focus {background: none repeat scroll 0 0 #52cfeb;transition: all 0.3s ease-out 0s;}
.form-1 button:active {background: none repeat scroll 0 0 #42a2bc;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 3px 4px rgba(0, 0, 0, 0.3) inset;}
.form-1 i {font-size: 15px;}

/* Header */
.header {
    background: #90044f none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.menu-button {
    float: right;
    position: relative;
}
.header-panel > .menu-button a {
    color: white;
    position: relative;
}
.header-panel i {
    float: right;
    font-size: 24px;
    padding: 10px;
}
.header .username {
    color: white;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: lighter;
    line-height: 16px;
    padding-top: 15px;
}
.header .username span {
    font-size: 14px;
}

/* Panel */
.buttons {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.buttons i {
    padding-right: 10px;
}
.buttons a {
    color: #90044f;
    text-decoration: none;
    padding-right: 15px;
}
.panel {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.panel h1 {
    border-bottom: 1px solid #dedede;
    color: #90044f;
    font-weight: lighter;
}

/* Zoznam klientov */
.listClientsTable {
    border-collapse: collapse;
    width: 100%;
}
.listClientsTable th {
    background: #90044f none repeat scroll 0 0;
    border-left: 2px solid white;
    color: white;
    font-size: 12px;
    padding: 5px;
}
.listClientsTable td {
    border-bottom: 1px dashed #dedede;
    font-size: 12px;
    padding: 5px;
}
.listClientsTable a {
    color: #90044f;
    font-weight: bold;
    text-decoration: none;
}
.listClientsTable tr:nth-child(2n) {
    background: #fafafa none repeat scroll 0 0;
}
.listClientsTable tr:last-child td form {
    border-top: 2px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
}

/* Pridať klienta */
.addClientTable td {
    font-size: 12px;
    padding-bottom: 15px;
    width: 50%;
}
.addClientTable {
    border-collapse: collapse;
    margin: auto;
    width: 50%;
}
.addClientTable input[type="text"] {
    font-size: 12px;
    width: 100%;
}
.addClientTable input[type="submit"] {
    background: #90044f none repeat scroll 0 0;
    border: 1px solid #90044f;
    box-shadow: 0 1px 4px 1px #9e9e9e;
    color: white;
    display: block;
    font-size: 12px;
    margin: auto;
    padding: 2px 45px;
}

/* Detail klienta */
.detailClientTable {
    border-collapse: collapse;
    float: left;
    margin-right: 2%;
    width: 48%;
}
.detailClientTable td {
    font-size: 12px;
    padding: 5px 15px;
    width: 60%;
}
.detailClientTable tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.detailClientTable tr td:nth-child(1) {
    font-weight: bold;
}
.productUsedList {
    font-size: 11px;
    font-style: italic;
}

/* Upravit klienta */
.editClientTable {
    border-collapse: collapse;
    width: 50%;
}
.editClientTable td, .editClientTable input, .editClientTable textarea {
    font-size: 12px;
}
.editClientTable input[type=text], .editClientTable input[type=submit], .editClientTable textarea {
    width: 100%;
}
.notification {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px;
    background: #ffecec;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 6px 1px #dedede;
}
.unwanted_tr {
    background: #ffecec !important;
}
/* Pridať sluzbu */
.addOrderTable {
    border-collapse: collapse;
    width: 50%;
}
.addOrderTable td {
    width: 50%;
}
.addOrderTable input, .addOrderTable textarea, .addOrderTable select {
    width: 100%;
}
.productUsedAdd, .voucherCheck i {
    color: #90044f;
    cursor: pointer;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: 30%;
}
.productUsedtr input, .voucherNumbertr input {
    float: left;
    width: 90%;
}
.productUsedtr > td, .voucherNumbertr > td {
    position: relative;
}


/* Zoznam ukonov */
.listOrdersTable {
    border-collapse: collapse;
    width: 100%;
}
.listOrdersTable th {
    border-bottom: 1px solid #9e9e9e;
    color: #1e1e1e;
    padding: 5px 5px 5px 15px;
    text-align: left;
}
.listOrdersTable td {
    border-bottom: 1px dashed #dedede;
    padding: 5px 5px 5px 15px;
}
.listOrdersTable a {
    color: #90044f;
    font-weight: bold;
    text-decoration: none;
}
.listOrdersTable tr:nth-child(2n) {
    background: #fafafa none repeat scroll 0 0;
}
.listOrdersTable i {
	font-size: 16px;
}
.stornotr > td {
    color: gray;
    text-decoration: line-through;
}

/* Notify */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 0px;
}
.overlay .notify {
    background: #90044f none repeat scroll 0 0;
    color: #fff;
    margin: auto;
    position: relative;
    text-align: center;
    width: 50%;
    top: 40%;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.3);
}
.notify .notify-text {
    padding: 25px;
}
.notify-text p {
    font-size: 13px;
    font-weight: bold;
}
.notify-close {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 5px;
}

/* Zmena hesla */
.changePasswordTable {
    border-collapse: collapse;
    width: 50%;
    margin: 0 auto;
}
.changePasswordTable td {
    width: 50%;
}
.changePasswordTable input, .changePasswordTable textarea, .changePasswordTable select {
    width: 100%;
}

/* Detail služby */

.detailOrderTable {
    border-collapse: collapse;
    float: left;
    margin-right: 2%;
    width: 48%;
}
.detailOrderTable td {
    font-size: 12px;
    padding: 5px 15px;
    width: 60%;
}
.detailOrderTable tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.detailOrderTable tr td:nth-child(1) {
    font-weight: bold;
}

/* Priradiť kartu */
.appendCardTable td {
    font-size: 12px;
    padding-bottom: 15px;
    width: 50%;
}
.appendCardTable {
    border-collapse: collapse;
    margin: auto;
    width: 50%;
}
.appendCardTable input[type="text"] {
    font-size: 12px;
    width: 100%;
}
.appendCardTable input[type="submit"] {
    background: #90044f none repeat scroll 0 0;
    border: 1px solid #90044f;
    box-shadow: 0 1px 4px 1px #9e9e9e;
    color: white;
    display: block;
    font-size: 12px;
    margin: auto;
    padding: 2px 45px;
}

/* Zoznam užívateľov */
.listUsersTable {
    border-collapse: collapse;
    width: 100%;
}
.listUsersTable th {
    background: #90044f none repeat scroll 0 0;
    border-left: 2px solid white;
    color: white;
    font-size: 12px;
    padding: 5px;
}
.listUsersTable td {
    border-bottom: 1px dashed #dedede;
    font-size: 12px;
    padding: 5px;
}
.listUsersTable a {
    color: #90044f;
    font-weight: bold;
    text-decoration: none;
}
.listUsersTable tr:nth-child(2n) {
    background: #fafafa none repeat scroll 0 0;
}

/* Generovať report */
.reportsTable {
    border-collapse: collapse;
    width: 50%;
}
.reportsTable td {
    width: 50%;
}
.reportsTable input[type=text], .reportsTable input[type=submit], .reportsTable textarea, .reportsTable select {
    width: 100%;
}
.changepage {
    font-size: 16px !important;
    font-weight: bold !important;
    padding-right: 5px;
    padding-left: 5px;
}

/* Plánovač */
.calendar {
    width: 100%;
}
.calendar .in {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 35px;
}
.calendar .arrow_right,
.calendar .arrow_left {
    padding-top: 50%;
    font-size: 26px;
    width: 2%;
}
.calendar .arrow_right a,
.calendar .arrow_left a {
    color: #90044f;
}
.calendar .arrow_left {
    float: left;
}
.calendar .arrow_right {
    float: right;
}
.calendar .arrow_left a {
    padding-left: 10px;
}
.calendar .day_list {
    float: left;
    width: 96%; 
}
.day_container {
    border: 1px solid #d4d4d4;
}
.day {
    float: left;
    margin-right: 7px;
    margin-left: 16px;
    text-align: center;
    width: 18%;
}
.calendar .day:nth-child(7) {
    margin-right: 0px;
}
.day_header {
    background-color: #E8E8E8;
    font-weight: lighter;
    padding-bottom: 10px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    color: #71053f;
    padding: 10px;
}
.day_header .left {
    float: left;
    text-align: left;
    font-size: 13px;
}
.day_header .right {
    float: right;
    text-align: right;
    font-size: 13px;
}
.order-calendar {
    cursor: pointer;
    display: table;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.week_legend .square.type_b,
.order-calendar.order-taken {
    transition-duration: 0.3s;
    transition-timing-function: linear;
    color: white;
    background-color: #c30303; 
}
.order-calendar.order-taken {
    border-top: 1px solid #9b0707;
    border-bottom: 1px solid #9b0707;
    background-image: url("/images/trans_type_b.png");
}
.order-calendar.order-taken:hover {
    background-color: #9b0707;
}
.order-calendar.order-taken-zam {
    background: #3c84b1 none repeat scroll 0 0;
    color: white;
}
.week_legend .square.type_c,
.order-calendar.order-break {
    transition-duration: 0.3s;
    transition-timing-function: linear;
    background-color: #fef1e1;
    color: #363636;
}
.order-calendar.order-break {
    border-top: 1px solid #eacaa3;
    border-bottom: 1px solid #eacaa3;
    cursor: default !important;
}
.week_legend .square.type_a,
.order-calendar.order-free {
    transition-duration: 0.3s;
    transition-timing-function: linear;
    color: white;
    background-color: #58ab34;
}
.order-calendar.order-free {
    background-image: url("/images/trans_type_a.png");
}
.order-calendar.order-free:hover {
    background-color: #3c6e26;
}
.day_container .order-calendar:nth-child(1) {
    z-index: 10;
}
.day_container .order-calendar:nth-child(2) {
    z-index: 9;
}
.day_container .order-calendar:nth-child(3) {
    z-index: 8;
}
.day_container .order-calendar:nth-child(4) {
    z-index: 7;
}
.day_container .order-calendar:nth-child(5) {
    z-index: 6;
}
.day_container .order-calendar:nth-child(6) {
    z-index: 5;
}
.day_container .order-calendar:nth-child(7) {
    z-index: 4;
}
.day_container .order-calendar:nth-child(8) {
    z-index: 3;
}
.day_container .order-calendar:nth-child(9) {
    z-index: 2;
}
.day_container .order-calendar:nth-child(10) {
    z-index: 1;
}
.order-calendar > div {
    display: table-cell;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
}
.order-calendar .absolutne {
    position: absolute;
}
.week_number {
    background-color: #71053f;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.week_number > a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.square {
    float: left;
    height: 17px;
    margin-right: 5px;
    width: 17px;
    border: 1px solid #b1b1b1;
}
.week_legend { 
    background-color: #fff;
    border-bottom: 2px solid #e1e1e1;
}
.week_legend .inner {
    display: table;
    margin: 0 auto;
    padding: 2%;
}
.week_legend .inner > span {
    float: left;
    padding-right: 10px;
}
.week_legend .inner .bottom {
    padding-top: 10px;
}
.obkec {
    text-align: center;
    padding: 20px;
    background-color: #90044f;
    margin-top: 30px;
    color: #fff;
}
.obkec h1 {
    padding-top: 0;
    margin-top: 0;
    font-family: JosefinSans;
}

/* Objednávkový formulár */
.makeOrderDiv table {
    margin: auto;
    width: 50%;
}
.makeOrderDiv td {
    text-align: left;
    width: 50%;
}
.makeOrderDiv input, .makeOrderDiv select {
    width: 100%;
}
.fa.fa-plus.newrow {
    color: #90044f;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.addStuffTable th {
    background: #eeeeee none repeat scroll 0 0;
    border-bottom: 1px solid #9e9e9e;
    color: #1e1e1e;
    font-size: 12px;
    padding: 5px 5px 5px 15px;
    text-align: left;
}
.addStuffTable td {
    font-size: 12px;
    padding-bottom: 15px;
}
.addStuffTable {
    border-collapse: collapse;
    margin: auto;
    width: 25%;
}
.addStuffTable input[type="text"] {
    font-size: 12px;
    width: 100%;
}
.addStuffTable input[type="submit"] {
    background: #90044f none repeat scroll 0 0;
    border: 1px solid #90044f;
    box-shadow: 0 1px 4px 1px #9e9e9e;
    color: white;
    display: block;
    font-size: 12px;
    margin: auto;
    padding: 2px 45px;
}
.printdoklad {
    border-collapse: collapse;
    width: 100%;
}
.printdoklad td {
    border: 1px solid black;
    padding: 2px 10px;
}
#pageFooter {
    display: table-footer-group;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
}
.print{
    padding: 15px;
}
.stockStatusHeader{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.stockStatusHeader th {
    border: 0 none !important;
    padding: 0 !important;
    text-align: left;
    padding: 25px 10px 3px;
}
.stockStatusCards {
    border-collapse: collapse;
    width: 100%;
}
.stockStatusCards th {
    border: 2px solid black;
    font-size: 10px;
    padding: 25px 10px 3px;
    text-align: left;
}
.stockStatusCards td {
    border: 1px solid black;
    padding: 3px 10px;
    min-height: 17px;
    font-size: 10px;
}
.stockStatusFooter td {
    padding: 10px 15px 0;
    width: 25%;
    font-size: 11px;
}
.stockStatusFooter {
    border-collapse: collapse;
    width: 100%;
}
.stockStatusHeader thead {display: table-header-group;}
.printdoklad th {
    text-align: left;
}
.diary_hour_content {
    position: relative;
}
h2.subtitle {
    padding-left: 15px;
    float: left;
    color: #90044f;
    font-size: 15px;
}
.appendOrder{
    cursor: pointer;
}
.notifyb{
    background-color: white !important;
    color: #1e1e1e !important;
}