@charset "utf-8";

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4b4b4b;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4b4b4b;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4b4b4b;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4b4b4b;
}

.myheader {
    border-bottom: 4px solid #c9f000 !important;
}

.hidden {
    visibility: visible !important;
}

input,
select,
button,
textarea {
    cursor: pointer;
}

#refresh {
    margin-left: -webkit-calc((100% - 85%)/2);
    margin-left: calc((100% - 85%)/2);
    width: 85%;
    height: auto;
    text-align: center;
    background-color: white;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
    font-size: 18px;
}

.order_form {
    padding: 10px;
    width: auto;
    height: auto;
    background-color: #FFCF00;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.order_form > * {
    font-size: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
}

.select1 {
    padding: 0px 0px 1px 0;
    width: 245px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

#calendar_2 {
    width: 135px;
    text-align: center;
}

.my_h2 {
    color: black;
    line-height: 0.8;
}

.butt1,
.butt2,
.butt3 {
    margin: 4px 0;
    font-size: 25px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background-color: #FFAC73;
	background-color: #35D0B6;*/
    background-color: darkgray;
    outline: none;
    border: 1px solid black;
}

.butt2 {
    padding: 5px;
}

.butt2,
.butt3 {
    font-size: 15px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(201, 240, 0, 1)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(201, 240, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(201, 240, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(201, 240, 0, 1) 100%);
}

.butt2:hover,
.butt3:hover {
    background: rgb(201, 240, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(201, 240, 0, 1)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(bottom, rgba(201, 240, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(201, 240, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(201, 240, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.butt3 {
    font-size: 19px;
}

.mytop0 {
    border-bottom: 5px solid orange;
}

.select2,
.input1,
.coment {
    padding: 4px 0 4px 5px;
    /*width: 200px;*/
	width:100%;
    font-size: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: lightgray;
}

.input1 {
    /*width: 154px;*/
	width:calc(100% - 47px);
}

.coment {
    resize: none;
}

.element {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.element > div {
    margin: auto 0;
    /*width: 205px;*/
	width:100%;
    height: auto;
    text-align: left;
}

.element > div:nth-of-type(1) {
    font-weight: 600;
}

.element:nth-of-type(n+2) {
    margin-top: 5px;
}

.code {
    width: 60px;
    height: 34px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 3px;
    padding: 0 3px;
    float: right;
}

.h3orderpage {
    margin-top: 20px;
}

.sectionorderpage {
    background-color: #eaeaea;
}
