@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.divTable {

    overflow: scroll;

}

table {
    border-collapse: collapse;
    font-size: 0.75em;
    color: #000000;

}

a {
    text-decoration: none;
    /*font-weight: bold;*/
    color: #3eaad6;

}

a:hover {
    cursor: pointer;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 1em;
    line-height: 1.5em;
    color: #777;
    background: #54452a;
    font-size: 1em;
}

@media only screen and (max-device-width: 480px) {
    body {
        font-size: 1em;
    }
}

th {
    /*font-size: 0.5em;*/
    background: #dddddd;
    padding: 5px;
    margin: 150px 0;
    color: #000000;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    /*font-weight: 100;*/
    /*font-size: 1em;*/
    text-align: left;


}

tr:nth-child(even) {
    background: #fffcf4
}

tr:nth-child(odd) {
    background: #fff7df
}

tr.eventOver:nth-child(even) {
    background: #fed5d5
}

tr.eventOver:nth-child(odd) {
    background: #fecacb
}

tr.eventNew:nth-child(even) {
    background: #ffffd5;
}

tr.eventNew:nth-child(odd) {
    background: #ffffca;
}

tr.eventPrivate {
    font-style: italic;

}


tr.eventForeign:nth-child(even) {
    /*font-style: italic;*/
    color: #888888;
}

tr.eventForeign:nth-child(odd) {
    /*font-style: italic;*/
    color: #888888;
}


tr.eventToday:nth-child(even) {
    background: #b6c9fd
}

tr.eventToday:nth-child(odd) {
    background: #abc0fd
}

tr.eventTomorrow:nth-child(even) {
    background: #d5e0fd
}

tr.eventTomorrow:nth-child(odd) {
    background: #dfe8fd
}

tr:nth-child(odd) {
    background: #fff7df
}

tr:hover, tr.eventOver:hover, tr.eventNew:hover, tr.eventToday:hover, tr.eventTomorrow:hover {
    background-color: #23527c;
    color: #ffffff;
}

td {

    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, 0.24);
    /*border: medium none !important;*/

    margin: 0 0 10px;
    padding: 5px;


    border-spacing: 0;
    border-collapse: collapse;

    /*font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;*/

/ / color: #000000;
    /*text-align: center;*/

}


.divWelcomeLogo {
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 300px;

}

.dialogBoxLogin {
    max-width: 400px;
    width: 90%;
    /*max-width: 600px;*/
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*vertical-align: middle;*/
}


/*@media only screen and (max-device-width: 480px) {*/
/*    .dialogbox {*/
/*        !*width: 96%;*!*/
/*        !*padding: 1px;*!*/
/*        width: 96%;*/
/*        margin: 0 auto;*/
/*        position: relative;*/
/*        !*margin: 5px 5px 5px;*!*/
/*    }*/
/*}*/


.list {
    /* margin: 2em;*/
    display: table;
    margin: 4em auto;
}

.header {
    /* margin: 2em;*/
    display: table;
    margin: 0 auto;
    color: #ffa11b;
    background-color: black;

    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
}

.header a {
    /* margin: 2em;*/
    color: #ffa11b;

}

.footer {
    /* margin: 2em;*/
    display: table;
    margin: 0 auto;
    color: #ffa11b;
    background-color: black;

    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer a {
    /* margin: 2em;*/
    color: #ffa11b;
}

.divHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 2em;
    width: 100%;
    z-index: 100;
    padding: 0px;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: #eeeeee;
    display: block;

}

/*.divHeaderMenu {*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*    height: 40px;*/
/*    z-index: 1000;*/
/*    padding: 5px;*/
/*    !*background: rgba(0, 0, 0, 0.1);*!*/
/*    display: block;*/
/*}*/

/*.divHeaderMenuInner {*/
/*    padding: 5px;*/

/*}*/

button {
    cursor: pointer;
    /*height: 50px;*/
    font-size: 1em;
    /*width: 100%;*/
    border: none;
    background: #ffa11b;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;

}

button:hover {
    background: #b26000;
    /*-webkit-transition: background 0.3s ease-in-out;*/
    /*-moz-transition: background 0.3s ease-in-out;*/
    /*transition: background-color 0.3s ease-in-out;*/
}

button[type="choose"] {
    cursor: pointer;
    border: none;
    background: #ffc683;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    /*font-size: 15px;*/
}

button[type="choose"]:hover {
    background: #b26000;
    /*-webkit-transition: background 0.3s ease-in-out;*/
    /*-moz-transition: background 0.3s ease-in-out;*/
    /*transition: background-color 0.3s ease-in-out;*/
}

button[type="choosehi"] {
    cursor: pointer;
    border: none;
    background: #98c1d1;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    /*font-size: 15px;*/
}

button[type="choosehi"]:hover {
    background: #129cd4;
    /*-webkit-transition: background 0.3s ease-in-out;*/
    /*-moz-transition: background 0.3s ease-in-out;*/
    /*transition: background-color 0.3s ease-in-out;*/
}

button[type="choosehired"] {
    cursor: pointer;
    border: none;
    background: #f97078;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    /*font-size: 15px;*/
}

button[type="choosehired"]:hover {
    background: #ff0000;
    /*-webkit-transition: background 0.3s ease-in-out;*/
    /*-moz-transition: background 0.3s ease-in-out;*/
    /*transition: background-color 0.3s ease-in-out;*/
}


/*.formHeader {*/
/*    color: #ffffff;*/
/*    background-color: #000000;*/
/*    font-size: 1em;*/
/*    !*margin: 20px 0px 20px;*!*/
/*    !*margin: 100px 0 5px;*!*/
/*    padding: 10px;*/
/*    transform: translateY(40px);*/
/*    font-weight: bolder;*/

/*    !*margin: 0 0 50px;*!*/
/*    !*font-size: 15px;*!*/
/*}*/


.formHeader {

    position: relative;
    color: #ffffff;

    background-color: #888888;
    padding: 10px;
    font-weight: bolder;
    font-size: 1em;
}

.formHeaderIcon {
    /*position: fixed;*/
    color: #ffffff;
    background-color: #888888;
    /*right: 10px;*/
    /*top: 10px;*/

}

.formHeaderIcon img {
    height: 24px;
    float: right;
    margin: 0 0 0 15px;

}

.formHeaderIcon a {
    height: 24px;
    float: right;
    margin: 0 0 0 15px;
    color: white;
    transform: translateY(-24px);

}

.formTitleIcon {
    /*position: fixed;*/
    color: #ffffff;
    background-color: #888888;
    /*right: 10px;*/
    /*top: 10px;*/

}

.formTitleIcon img {
    height: 24px;
    float: left;
    margin: 0 0 0 15px;
    transform: translate(-10px, -0px);
}

.formtext {
    color: #000000;
    background-color: #dddddd;
    font-size: 1em;
    /*margin: 20px 0px 20px;*/
    margin: 20px 0 5px;
    padding: 10px;


    /*margin: 0 0 50px;*/
    /*font-size: 15px;*/
}

label {
    color: #000000;
    font-size: 1em;
    /*margin: 20px 0px 20px;*/
    /*margin: 20px 0 5px;*/
    margin: 0px 0 0px;
    padding: 10px;


}

#dialogForm label {
    color: #000000;
    background-color: #eeeeee;
    font-size: 1em;
    /*margin: 20px 0px 20px;*/
    margin: 20px 0 5px;
    padding: 10px;
    width: 50%;

}

button[type="submit"] {
    width: 100%;
    background-color: #ffa11b;
}

button[type="extended"] {
    width: 100%;
    background-color: #4ca922;
}

button[type="extended"]:hover {
    width: 100%;
    background-color: #3b7c22;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}


button[type="delete"] {
    width: 100%;
    background-color: #ff0000;
}

button[type="delete"]:hover {
    width: 100%;
    background-color: #b20a14;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}


button[type="close"] {
    width: 100%;
    background-color: #444444;
}

button[type="close"]:hover {
    width: 100%;
    background-color: #000000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}


.divInfo {
    background-color: #4ca922;
    width: 100%;
    font-size: 1em;

    margin-bottom: 2%;
    /*margin: 0 0 20px;*/
    padding: 10px;
    color: #ffffff;
    display: none;
    font-weight: bolder;
    z-index: 200;
    /*font-weight: bold;*/
}

.divError {
    background-color: #ff0000;
    margin-bottom: 2%;
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
    width: 100%;
    font-size: 1em;


    /*margin: 0 0 20px;*/
    padding: 10px;
    color: #ffffff;
    display: none;
    font-weight: bolder;
    z-index: 200;
    /*font-weight: bold;*/
}

#dialogForm input[type="time"] {

    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

#dialogForm input[type="datetime-local"] {

    color: #000000;
    font-size: 1em;
    font-weight: bold;
}


#dialogForm input[type="number"] {

    color: #000000;
    font-size: 1em;
    font-weight: bold;
    /*margin: 0 0 50px;*/
    /*width: 100%;*/
    /*display: block;*/

}

#dialogForm input[type="text"] {

    color: #000000;

    font-size: 1em;
    font-weight: bold;
    margin: 0 0 50px;
    width: 100%;

}

select {
    max-width: 100%;
    color: #ffffff;
    font-size: 1em;
    background-color: #ffc683;
}


#dialogForm input[type="email"],
#dialogForm input[type="tel"],
#dialogForm input[type="url"],
#dialogForm textarea,
#dialogForm button[type="submit"] {
    /*font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;*/
    font-size: 1em;
}

#dialogForm {
    background: #F9F9F9;
    padding: 25px;
    /*margin: 2% 0;*/
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);


}

#dialogForm h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#dialogForm h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

#dialogForm h5 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #ff0000;
}


fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#dialogForm input[type="text"],
#dialogForm input[type="email"],
#dialogForm input[type="tel"],
#dialogForm input[type="url"],
#dialogForm input[type="password"],
#dialogForm textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;

    padding: 10px;
    font-weight: bold;
    font-size: 1em;
}

#dialogForm input[type="text"]:hover,
#dialogForm input[type="email"]:hover,
#dialogForm input[type="tel"]:hover,
#dialogForm input[type="url"]:hover,
#dialogForm input[type="password"]:hover,
#dialogForm textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#dialogForm textarea {
    height: 8em;
    max-width: 100%;
    resize: none;

}


#dialogForm button[type="submit"]:hover {
    background: #b26000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#dialogForm button.cancel[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #d40000;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    /*font-size: 15px;*/
}

#dialogForm button.cancel[type="submit"]:hover {
    background: #880000;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#dialogForm button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#dialogForm input:focus,
#dialogForm textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dddddd;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dddddd;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #dddddd;
}


.divNavBar {
    z-index: 101;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #ffa11b;

    /*height: 30px;*/

}

.divNavBarLogo {
    z-index: 102;
    position: fixed;
    /*width: %;*/
    left: 8px;
    top: 8px;
    display: block;
    /*padding: 10 20px 0;*/
    /*height: 30px;*/

}

/* NAVBAR STYLING STARTS */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    padding: 0px 20px 0px;
    background-color: #ffa11b;
    color: #000000;
    /*left: 30px;*/


}

.nav-links a {
    color: #000000;
}

/* LOGO */
.logo {
    font-size: 1em;
}

/* NAVBAR MENU */
.menu {
    display: flex;
    /*gap: 1em;*/
    /*font-size: 18px;*/
}

.menu li:hover {
    background-color: #fa8b08;
    border-radius: 0px;
    transition: 0.3s ease;
}

.menu li {
    /*margin-left: 30px;*/
    padding: 0.5em 10px;
    height: 40px;
}


/* DROPDOWN MENU */
.services {
    position: relative;
}


.dropdown {
    background-color: #fa8b08;
    opacity: 0.9;
    padding: 0 0;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    border-radius: 0px;
    top: 40px;
    transform: translateX(-10px);
}

.dropdown a {
    /*color: #cc0000;*/
}

.btnLogout {
    color: black;
}

.btnLogout a {
    color: black;
}


.dropdown li + li {
    margin-top: 10px;
}

.dropdown li {
    /*padding: 0.5em 1em;*/
    width: 10em;
    text-align: left;
}

.dropdown li:hover {
    background-color: #d87602;
}

.services:hover .dropdown {
    display: block;
}

.hamburgerInput {
    display: none;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.hamburger {
    display: none;
    font-size: 30px;
    user-select: none;

}

@media not all and (max-width: 768px) {
    .dialogBox {
        width: calc(100% - 40px);
        height: calc(100% - 120px);
        -ms-transform: translate(20px, 45px);
        transform: translate(20px, 45px);
        position: relative;
        top: 10px;
    }
}

@media all and (max-width: 768px) {
    .dialogBox {
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        height: calc(100% - 84px);
        position: relative;
        top: 10px;
    }


    #dialogForm {
        background: #F9F9F9;
        padding: 25px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
}

@media all and (max-width: 600px) {

    .divNavBarLogo {
        display: none;

    }

    .navbar {
        /*left: 0px;*/

        margin-left: -10px;

    }


    .dialogBox {
        -ms-transform: translateY(34px);
        transform: translateY(34px);
        height: calc(100% - 88px);
        position: relative;
        top: 10px;
    }


    #dialogForm {
        background: #F9F9F9;
        padding: 25px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }


    .menu {
        display: none;
        position: absolute;
        /*background-color: #ffa11b;*/
        background-color: #ffa11b;
        right: 0;
        left: 0;
        text-align: left;
        padding: 10px 2em;
    }


    .menu li:hover {
        display: inline-block;
        background-color: #fa8b08;
        transition: 0.3s ease;
    }

    .menu li + li {
        margin-top: 16px;
    }

    input[type=checkbox]:checked ~ .menu {
        display: block;
    }

    .hamburger {
        display: block;
    }

    .dropdown {
        left: 100%;
        /*left: 4em;*/
        top: 40px;
        /*padding: 14px 10px;*/
        /*transform: translateX(35%);*/
        z-index: 102;
        transform: translateX(0px);
    }

    .dropdown li {
        margin-top: 8px;
        margin-bottom: 8px;
        /*padding: 0.5em 1em;*/
        /*width: 10em;*/
        text-align: left;
        background-color: #fa8b08;
        /*background-color: #ff0000;*/
    }

    .dropdown li:hover {
        background-color: #fa8b08;
    }


}


/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/


a {
    text-decoration: none;
}

li {
    list-style: none;
}


.divDetail {
    position: fixed;
    left: 10%;
    top: 20%;
    width: 80%;
    height: 60%;
    display: none;


    background-color: #f4d9b3;
}

.data {
    display: inline;
    font-weight: bold;

}

/* COOKIE */
#cookie-consent {
    display: none;

    width: 100%;
    height: 100%;

    position: fixed;
    bottom: 0px;

    background-color: rgba(0, 0, 0, 0.8);

    z-index: 100000;
}

.cookie-consent-inner {
    width: 100%;

    padding: 20px;

    position: fixed;
    bottom: 0px;

    background-color: #ffa11b;
    color: rgb(0, 0, 0);
}

.cookie {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;

    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cookie-msg {
    width: calc(100% - 120px);
    margin-right: 20px;
    float: left;
}

.cookie-accept {
    width: 100px;
    float: right;
}

.cookie-accept-button {
    font-size: 16px;

    line-height: 40px;
    padding: 0px;
    color: #FFD100;
    width: 100px;
    background-color: #606060;
    cursor: pointer;
    border: 1px solid white !important;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}

.cookie-accept-button:hover {
    background-color: #000000;

}


/* END COOKIE */

.divItemNumber {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.divOrderSheetItem {
    background-color: #ffdab0;
    color: black;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 12px;
}

.divOrderSheetItemPart {
    background-color: #fae5ce;
    color: black;
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 12px;
}

.divOrderSheetItemPart table {
    /*background-color: #ff0000;*/
    /*color: black;*/
    /*margin-top: 10px;*/
    /*padding: 5px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*border-radius: 10px;*/
    font-size: 12px;
    /*border: 0px solid;*/
    /*border-collapse: collapse*/
    /*border-collapse: collapse;*/
    /*border: none;*/
    /*border-style: none !important;*/
    /*border: 0px none;*/
    border: #3eaad6;

}

.divOrderSheetItemPart td {
    all: revert;
    background-color: #fae5ce;
    color: black;
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;

}

.divOrderSheetImage {
    background-color: #ffffff;
    color: black;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}

.divItem {
    background-color: #fae5ce;
    color: black;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
}

.divItemCaption {
    font-weight: normal;
}

.divItemText {
    font-weight: bold;
}

.divItemMemo {
    background-color: #fae5ce;
    color: black;
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 12px;
}

.divItemCustomerName {
    font-weight: bold;
    background-color: #dddddd;
    color: black;
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    /*font-size: 12px;*/
}
