@font-face {
    font-family: 'bebas_neueregular';
    src: url('/../fonts/bebasneue-webfont.eot');
    src: url('/../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/bebasneue-webfont.woff') format('woff'),
         url('/../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('/../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd-book';
    src: url('/../fonts/futurastd-book-webfont.eot');
    src: url('/../fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/futurastd-book-webfont.woff') format('woff'),
         url('/../fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('/../fonts/futurastd-book-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd-bold';
    src: url('/../fonts/futurastd-bold-webfont.eot');
    src: url('/../fonts/futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/futurastd-bold-webfont.woff') format('woff'),
         url('/../fonts/futurastd-bold-webfont.ttf') format('truetype'),
         url('/../fonts/futurastd-bold-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd-heavy';
    src: url('/../fonts/futurastd-heavy-webfont.eot');
    src: url('/../fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/futurastd-heavy-webfont.woff') format('woff'),
         url('/../fonts/futurastd-heavy-webfont.ttf') format('truetype'),
         url('/../fonts/futurastd-heavy-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd-light';
    src: url('/../fonts/futurastd-light-webfont.eot');
    src: url('/../fonts/futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/futurastd-light-webfont.woff') format('woff'),
         url('/../fonts/futurastd-light-webfont.ttf') format('truetype'),
         url('/../fonts/futurastd-light-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd-medium';
    src: url('/../fonts/futurastd-medium-webfont.eot');
    src: url('/../fonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/futurastd-medium-webfont.woff') format('woff'),
         url('/../fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('/../fonts/futurastd-medium-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #333;
    background-image: url('../images/bg.jpg'), url('../images/bg_body.jpg');
    background-position: center top, center top;
    background-repeat: no-repeat, repeat-x;
    background-attachment: fixed, fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: -moz-scrollbars-vertical;
}
html {
    width: 100%;
    height: 100%;
}
.print {
    display: none;
}

/* basis */

* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    border: 0 solid #ffffff;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
}

/* table spacing */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
div,
label,
ul,
li,
p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.all_check label {
    width: auto;
}
b,
strong {
    font-weight: bold;
}
input,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* links */

a {
    color: inherit;
    outline: none;
    text-decoration: underline;
}

hr {
    color: #cccccc;
    border: none;
    border-top: 1px solid #cccccc;
    height: 1px;
}

/* CONTENT FONTS */

p {
    line-height: 22px;
    margin-bottom: 15px;
}
h1,
h2,
h3,
h5 {
    float: left;
    width: 100%;
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: normal ! important;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}
.navigator h3,
.calculator h3 {
    font-size: 30px;
}
h1 {
    min-height: 30px;
    width: 100%;
    padding: 20px 3% 20px 3%;
    background: url('../images/bg_h1.gif') repeat;
    margin-bottom: 0;
}
h1.pre_header {
    font-family: futurastd-bold, Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #c00;
    background: none;
    border-bottom: 1px solid #666;
}
h5 {
    font-family: futurastd-medium, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 0;
}
h2 {
    font-family: futurastd-book, Helvetica, Arial, sans-serif;
    padding-left: 15px;
    background: url('../images/bg_h2.png') 0 7px no-repeat;
}
h4 {
    font-size: 26px;
}
.smallfont {
    font-size: 11px;
    line-height: 12px;
}

button,
input[type=submit] {
    text-align: center;
    font-size: 22px;
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
}
.backink {
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
    font-size: 18px;
}
ol {
    margin: 0 0 15px 30px;
}
ul {
    list-style-type: none;
    margin: 0 0 15px 0;
}
ul li {
    padding: 3px 0 2px 15px;
}
.dropdown_name,
.ral_input,
.vdi_input {
    font-size: 13px;
}
div.filename {
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
    font-size: 20px;
}

/* containers */

.container {
    float: left;
    min-width: 100%;
}
.centercontainer {
    float: none;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.contentcontainer {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    background: #fff;
}
.maincontent,
.dataTables_filter {
    float: left;
    width: 100%;
    min-height: 50px;
    padding: 20px 7% 40px 7%; /* zie specific */
}
.closebutton {
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 15px;
}
.closebutton a {
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    background: url('../images/bg_close_button.jpg') -10px -10px no-repeat;
}
.closebutton a span {
    display: none;
}
.contentblock {
    padding-top: 30px;
    float: left;
    width: 100%;
}

.appmenu div {
    float: left;
    width: 50%;
    height: 100px;
    cursor: hand;
    padding: 30px 0 0 3%;
    background-color:#878384;
}
.appmenu div.selected {
    background-color: #fff;
    /*background: url('../images/bg_appmenu_selected.gif') 2.5% 23px no-repeat #fff;*/
}

.appmenu div * {
    color: #fff;
    margin: 0 !important;
}
.appmenu div b {
    position: relative;
}
.appmenu div.selected * {
    color: #000;
}

/* SPECIFIC calculator tov navigator */

.maincontent {
    padding: 20px 0 40px 0;
}
#container,
#result {
    float: left;
    width: 100%;
    clear: both;
}
.content {
    padding: 10px 3% 10px 3%;
}
    /* deze kunnen denk ik weg */
    .advice {
        opacity: 0.3;
    }
    .advice:hover {
        opacity: 1;
    }
    /* deze kunnen denk ik weg */

.content.delete_all_div {
    padding: 0 3% 0 3%;
}

/* WELKOM */

.welcome p,
.welcome div {
    width: 80%;
    }
.welcome p * {
    font-weight: bold;
    }
#logout_link,
.logout_link,
#logout_link:hover,
.logout_link:hover {
    display: inline-block;
    float: right;
    color: #fff;
    background: #c00;
    padding: 5px 10px;
    text-decoration: none;
}

/* UPLOADFORM */

.uploadform {
    /*background-image: url('../images/bg_uploadform.gif'),  url('../images/bg_uploadform.gif');
    background-position: top left, bottom left;
    background-repeat: repeat-x, repeat-x;*/
    padding-top: 40px;
    padding-bottom: 10px;
}
.file:nth-child(odd),
.buttoncontainer {
    background: #EBE9EA;
}
.buttoncontainer {
    text-align: right;
    padding: 20px 3% 20px 3%;
}
.buttoncontainer #contact_button {
    width: auto;
    padding: 0 15px;
    float: left;
}
.buttoncontainer #print_button {
    width: auto;
    padding: 0 30px;
    background: #fff;
    color: #000;
}
.delete {
    float: right;
    cursor: hand;
    height: 22px;
    width: auto;
    font-weight: bold;
    padding: 0 30px 0 0;
    background: url('../images/bg_button_delete.png') right top no-repeat;
}
.delete_all {
    float: right;
    cursor: hand;
    height: 22px;
    width: auto;
    font-weight: bold;
    padding: 0 30px 0 0;
    background: url('../images/bg_button_delete.png') right top no-repeat;
}
button[disabled=disabled],
button[disabled=disabled]:hover {
    opacity: 0.4;
    cursor: default;
}

/* EDIT FILE */

.filename {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #A8A8B7;
    font-weight: bold;
}
.row {
    width: 100%;
    margin: 0;
}
.left {
    width: 24%;
    padding-right: 1%;

}
.mid,
.right {
    width: 38%;
}

.filespecs {
    width: 100%;
}


.left label {
    clear: both;
    }
.left img {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin-bottom: 10px;
    /*border: 1px solid #D4D2D3;*/
    border-color: #AFB2B7 #D4D2D3 #D4D2D3 #AFB2B7;
    padding: 20px 10px;
    background: #ffffff;
}
.message_image {
    width: 90%;
    padding-left: 35px;
    background: url('../images/bg_button_i.png') no-repeat;
    }
.message_image span {
    transition: all ease 0.4s;
    opacity: 0;
    }
.message_image:hover span {
    opacity: 1;
    }

.method {
    position: relative;
    width: 8%;
    margin: 0 0.5% 0 0;
    height: 67px;
}
.method.method0 {
    width: 4%;
}
.method.method1 {
    width: 15%;
}
.method2.unselectable,
.method3.unselectable,
.method4.unselectable,
.method5.unselectable,
.method6.unselectable {
    opacity: 0.3;
}
.method5,
.method6 {
    display: none;
}
.method.method_comments {
    width: 24%;
}
.method label {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.method input[type=text],
.method select {
    width: 100%;
    height: 40px;
}
.method_select {
    height: 40px !important;
}
.method_techniek {
    height: 10px;
    width: 8%;
}
.method_techniek span  {
    height: 99px !important;
}
.method.method_stukprijs {
    width: 6%;
    padding-left: 5px;
    padding-top: 5px;
    background-color: rgba(0,0,0,0.1);
    height: 67px;
}
.method.method_stukprijs .calculated {
    padding-top: 2px;
    font-size: 20px;
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
}
.method.method_prijs {
    width: 9.5%;
    padding-left: 5px;
    padding-top: 5px;
    background-color: rgba(0,0,0,1);
    height: 67px;
}
.method.method_prijs .calculated {
    padding-top: 2px;
    font-size: 19px;
    color: #fff;
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
}
.method_prijs span,
.method_stukprijs span {
    width: 98%;
}
.method_prijs label {
    color: #fff;
}

.method.method_manual_price {
    width: 6.5%;
    height: 67px;
    margin-right: 0 !important;
}
.method.method_manual_price label {
    overflow: visible;
}

.method span {
    float: left;
    width: 98%;
    padding-left: 2%;
    height: 40px;
    display: block;
    /*border: 1px solid rgba(0,0,0,0.2);*/
    box-sizing: border-box;
    line-height: 30px;
}
.method .selector span {
    line-height: 22px;
}
.method_select {
    position: relative;
    float: left;
    width: 100%;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
}
.button_method_select {
    position: absolute;
    float: left;
    right: 0;
    top: 0;
    width: 20px;
    height: 38px;
    background: red;
}
.show_item {
    position: relative;
    float: left;
    width: calc(100%);
    padding: 3px 10px 3px 10px;
    min-height: 32px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url('../images/bg_appmenu_selected_2.gif') center center no-repeat #fff;
}
.method.active:not(.unselectable) .show_item::after {
    transform: rotate(180deg);
}
.show_item .dropdown_picture,
.show_item .dropdown_description {
    display: none;
}
.show_item .dropdown_text {
    min-width: 100%;
    width: auto;
}
.show_item.selected {
    overflow: hidden;
}
.dropdown {
    position: absolute;
    float: left;
    top: 38px;
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fff;
    width: 450px;
    height: auto;
    z-index: 10;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
.dropdown_item {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
    min-height: 30px;
}
.dropdown.active .dropdown_item,
.dropdown_item.selected {
    display: block;
}

.dropdown_picture {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background-color: #CDCDCD;
    background-size: cover;
    border: 1px solid rgba(0,0,0,0.2);
}
.dropdown_text {
    float: left;
    width: calc(100% - 74px);
    height: 100%;
}
.dropdown_name {
    float: left;
    width: 100%;
    height: 32px;
    padding-top: 8px;
    white-space: nowrap;
}
.dropdown_text .dropdown_description {
    float: left;
    width: 100%;
    line-height: 1.1;
    font-size: 12px;
    display: none;
}
.dropdown_item:hover .dropdown_text .dropdown_description {
    display: block;
}
.dropdown.active .dropdown_item.selected .dropdown_picture,
.popup_container .dropdown_item.selected .dropdown_picture,
.popup_container .dropdown_text .dropdown_description {
    display: block;
}
.dropdown.active .dropdown_item.selected .dropdown_text,
.popup_container .dropdown_item.selected .dropdown_text {
    min-width: calc(100% - 70px);
    width: calc(100% - 70px);
}
.dropdown .dropdown_item.selected {
    background-color: #d0d0d0;
}
.dropdown .dropdown_item:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.method1 .popup_container,
.method2 .popup_container,
.method3 .popup_container,
.method4 .popup_container,
.method5 .popup_container,
.method6 .popup_container {
    width: 500px !important;
}

/* file picture */
.picture {
    position: relative;
    width: 6.5%;
    margin-right: 0.5%;
    background-color: #fff;
}
.popup_container {
    display: none;
    position: absolute;
    left: -15px;
    bottom: 60px;
    width: 250px;
    height: auto;
    padding: 15px 10px;
    float: left;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.method_comments .popup_container {
    left: -100px;    
    width: 370px;
}
.method_comments .popup_container textarea {
    width: 350px;
    height: 200px;
}
/*.method:hover .popup_container, */
.picture:hover .popup_container{
    display: block;
}
.popup_container img {
    margin-bottom: 15px;
    background-color: #DCDCDC;
}
.method .popup_container .dropdown_picture {
    height: 60px;
    width: 60px;
}
.popup_container b {
    font-weight: bold;
}
.product_name {
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.method textarea:focus {
    position: relative;
    z-index: 1;
    height: 200px;
    width: 350px;
}

/* uploadform */

.uploadform .left {
    width: 60%;
    padding-right: 5%;
}
.uploadform .right {
    width: 40%;
}

/* RESULT */

.result .left,
.result .right {
    width: 50%;
    padding: 0
}
.result .right .left {
    width: 70%;
    padding-left: 5%;
    text-align: right;
}
.result .right .right {
    width: 30%;
    padding: 0 0 2% 5%;
}
.result .right textarea {
    width: 100%;
    margin-bottom: 20px;
}
.result .right button {
    float: right;
    width: 165px;
    margin-left: 2%;
    background-position: -8px 0;
}
.price {
    width: 100%;
    padding: 10px;
    float: right;
    background-color: #000;
}
.price_total {
    color: #fff;
    width: auto;
    font-family: futurastd-light, Helvetica, Arial, sans-serif;
    font-size: 22px;
}
.btw {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}
.result .right .smallfont {
    float: right;
    width: 40%;
}

.left.formulier {
    padding-right: 1%;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.left.formulier label {
    padding: 5px;
    background: rgba(0,0,0,0.2);
    margin: 0;
}
.left.formulier input {
    margin-bottom: 15px;
}
#offer_comment {
    height: 100px;
}
#reference {
    margin-bottom: 10px;
}
#offer_comment,
#reference {
    background-color: #fff;
}
.row .left p {
    text-align: right;
}

/* FORMS */	

label {
    font-weight: bold;
    height: 22px;
    line-height: 22px;
}
button,
input[type=submit] {
    /*width: 219px;*/
    height: 40px;
    color: #fff;
    background: none;
    border: none;
    /*background: url('../images/bg_button_dark.png') no-repeat;*/
    background: #000;
    cursor: hand;
    transition: all ease 0.4s;
    padding: 0 15px;
}
button.red,
input[type=submit].red {
    /*width: 130px;*/
    /*width: 28%;*/
    background: #c00;
    /*background: url('../images/bg_button_red.png') no-repeat;*/
}
/*button.red#offer_button {*/
/*    width: auto;*/
/*    padding: 0 15px 0 30px;*/
/*}*/
.result button,
.result input[type=submit] {
    /*width: 40%;*/
}
input[type=text],
input[type=number],
input[type=password],
textarea {
    width: 100%;
    /*box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,0.3);*/
    border: 1px solid rgba(0,0,0,0.2);
    height: 40px;
    padding: 5px;
}
/*textarea {
    height: 100px;
    }*/
input.amount {
    width: 50%;
}
input[type=checkbox]#avg {
    margin: 5px 10px 0 0;
}
a:hover,
button:hover,
input[type=submit]:hover {
    opacity: 0.75;
}

    /* login */

.block {
    width: 100%;
    margin: 0 0 0 0;
    padding: 3%;
    border: 1px solid rgba(0,0,0,0.2);
    /*box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);*/
}
.block,
.block * {
    text-align: center;
}
.block button {
    width: auto;
    padding: 0 35px 0 35px;
    margin: 0 4px;
    height: 50px;
}

#login_div {
    background: #EBE9EA;
    padding-top: 27px;
    padding-bottom: 13px;
    }
#login_div input[type=text],
#login_div input[type=password],
#login_div button {
    position: relative;
    top: -7px;
    }
#login_div input[type=text],
#login_div input[type=password] {
    margin: 0 15px 15px 0;
    width: 20%;
    }
#login_div button {
    width: 100px;
    height: 33px;
    background-position: -8px -3px;
    }
#login_div button#login_button {
    background-image: url('../images/bg_button_red.png');
    }
#login_div button#i_forgot {
    font-size: 15px !important;
    width: auto;
    padding: 0 20px;
    }

    /* make account */

.make_account {
    background: #EBE9EA;
    }
.make_account div {
    width: 30%;
    margin-right: 3%;
    padding-bottom: 3%;
    }
.maakaccountaan {
    padding-top: 25px;
    }
.maakaccountaan input,
.maakaccountaan label {
    float: left;
    }
.maakaccountaan input {
    position: relative;
    top: 3px;
    margin-right: 10px;
    }
.maakaccountaan label {
    width: 75%;
    }

.admin_only {
    padding: 20px 3% 20px 3%;
}

    /* view/edit account */

.admin {
    padding: 2.5%;
    background: #ebebeb;
    border: 1px solid #999;
    margin-bottom: 25px;
    }
.admin div,
.user div {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 15px;
    }
.admin div.relatienummer,
.user div.voornaam,
.user div.house_number{
    width: 25%;
}	
.admin div.is_admin,
.user div.tussenvoegsel,
.user div.extension {
    width: 15%;
}
/*.user div.bedrijfsnaam,*/
.user div.country {
    width: 95%;
    padding-right: 50%;
    }
.user label {
    font-weight: normal;
    background: #d0d0d0;
    padding: 2px 5px 2px 5px;
    height: 25px;
    margin-bottom: 0;
/*	width: auto;
    border-radius: 6px 6px 0 0; */
    }


/* OFFERS */

.dataTables_filter input {
    width: 30%;
    margin-left: 10px;
    }
.dataTables_filter label {
    line-height: 30px;
    }
.offers {
    padding-top: 0;
    }
.offers table {
    width: 100%;
    }
.offers table th {
    font-weight: bold;
    background: #EBE9EA;
    height: 50px;
    line-height: 50px;
    }
.offers table td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #000;
    }
.offers table th.fill,
.offers table td.fill {
    width: 7%;
    padding-right: 0;
    border-bottom-width: 0;
    }

/* ADMIN */

.blocks {}

.item {
    padding: 1%;
    border-bottom: 1px solid #EBE9EA;
    line-height: 20px;
    margin-bottom: 15px;
    }
.item span {
    margin-right: 1%;
    }
.div_volumes .item span {
    width: 300px;
    }
.item input {
    width: 10%;
    height: 33px;
    margin-right: 1%;
    padding: 5px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.item:nth-child(odd) {
    background: #EBE9EA;
    }
.item * {
    float: left;
    }
.item a {
    height: 22px;
    width: 22px;
    display: inline;
    line-height: 50px;
    color: transparent;
    overflow: hidden;
    background: url('../images/bg_button_delete.png') right top no-repeat;
    }
.item span {
    margin-top: 5px;
}
.blocks button {
    height: 33px;
    background-position: -5px -3px;
    float: right;
    width: 150px;
    }
ul.example,
ul.example li,
ul.example li a {
    float: right;
    width: auto;
    margin: 0;
    }
ul.example li a {
    padding-left: 15px;
    height: 20px;
    display: block;
    background: url('../images/bg_h2.png') 0 0 no-repeat;
    }
table.uploads {
    width: 100%;
    background: #EBE9EA;
    }
table.uploads th,
table.uploads td {
    padding: 1.5% 1.5% 1.5% 1.5%;
    width: 30%;
    box-sizing: border-box;
    }
table.uploads th {
    font-weight: bold;
    padding: 1.5% 1.5% 0 1.5%;
    }
input[type=submit].uploads {
    float: right;
    width: 125px;
    }

/* admin technic */

.upload {
    margin: 0 0 20px 0;
}
.upload .image {
    width: 30%;
}
.upload .upload_form {
    width: 65%;
    margin: 0 0 0 5%;
}

input.eta_nice {
    float: right;
    width: 150px;
    margin-right: 0;
    margin-left: 50px;
}
input.eta_days {
    float: right;
    width: 50px;
    margin-right: 0;
    margin-left: 10px;
}
button#save_delivery {
    width: 250px;
    margin-right: 1%;
    margin-left: 50px;
    background: #390;
}

/* waiting */

.overlay {
    background: rgba(0,0,0,0.75) !important;
    }
.infotxt {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -150px;
    width: 300px;
    padding-top: 70px;
    height: 150px;
    background: url('../images/bg_waiting.gif') center 20px no-repeat;
    }
.infotxt,
.infotxt * {
    color: #fff;
    text-align: center;
    }
.infotxt p {
    padding: 10px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.25);
    }

#poll_start_date {
    width:90px;
}

#poll_end_date {
    width:90px;
}

#vacation_start_date {
    width:90px;
}

#vacation_end_date {
    width:90px;
}

#vacation_message {
    width:500px;
}

#poll_span {
    width:100%;
    margin-bottom: 10px;
}
#poll_span > span {
    display: inline-block;
    width: 15%;
}
#poll_span > span + input[type=text],
#poll_span > span + label {
    width: 70% !important;
}


#vacation_span {
    width:100%;
}
@media screen and (max-width:940px) {
    .closebutton {
        width: auto;
        height: 40px;
        margin-bottom: 15px;
    }
    .closebutton a {
        width: auto;
        height: 40px;
        background: url('../images/bg_close_button.jpg') right -1px #434142 no-repeat;
        text-decoration: none;
    }
    .closebutton a span {
        display: block;
        padding: 12px 40px 0 10px;
        color: #fff;
    }
}
@media screen and (max-width:830px) {
    .block {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}
@media screen and (max-width:800px) {
    button,
    button.red,
    input.red[type="submit"],
    div.uploader span.action {
        padding: 0 5px !important;
        text-align: center !important;
        font-size: 20px!important;
        background-position: right 0 !important;
    }
    table.uploads,
    table.uploads tbody,
    table.uploads tr,
    table.uploads td {
        float: left;
        display: block;
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    .appmenu div {
        padding: 10px 0 0 2%;
    }
    .appmenu div.selected {
        background-image: none;
    }
    .appmenu h3 {
        font-size: 20px;
    }
    .appmenu div b {
        top: 0;
    }
    .content,
    .content.delete_all_div,
    h1 {
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
        box-sizing: border-box;
    }
    .left,
    .mid,
    .right {
        width: 50%;
    }
    .right {
        float: right;
    }
    .method {
        height: auto;
        padding-bottom: 10px;
    }
    .offers table,
    .offers table thead,
    .offers table tbody,
    .offers table tr,
    .offers table th,
    .offers table td {
        float: left;
        display: block;
        width: 100%;
    }
    .offers table thead {
        background: #ccc;
    }
    .offers table tr {
        border-bottom: 1px solid #000;
    }
    .offers table tr.even {
        background: #ebebeb;
    }
    .offers table th.fill,
    .offers table td.fill {
        display: none;
    }
    .offers table th,
    .offers table td {
        width: 33.3% !important;
        border: none;
        vertical-align: top;
        padding: 7px 10px !important;
        line-height: 14px !important;
        height: auto !important;
        min-height: 30px;
        box-sizing: border-box;
        background: none;
    }
}
@media screen and (max-width:460px) {
    .appmenu div b {
        display: none;
    }
    .uploadform .left,
    .uploadform .right {
        width: 100%;
        margin-bottom: 20px;
    }
    .left,
    .mid,
    .right {
        float: left;
        width: 96%;
    }
    #login_div input[type="text"],
    #login_div input[type="password"] {
        width: 70%;
    }
    .offers table th,
    .offers table td {
        width: 50% !important;
    }
}
@media screen and (max-width:350px) {
    #login_div input[type="text"],
    #login_div input[type="password"] {
        width: 60%;
    }
}

.new_accounts_warning {
    padding: 40px 10%;
    background: darkorange;
}
.new_accounts_warning * {
    font-size: 22px;
    color: #fff;
}