/*
    Document   : screen.css
    Created on : 09-sep-2015, 09:00:00
    Author     : dave lambrecht
    Description:
        General screen stylesheet
*/

@font-face {
    font-family: "DINNextW1G-Bold";
    src: url("/g/f/2C93CA_0_0.woff") format("woff");
}
@font-face {
    font-family: "DINNextW1G-Regular";
    src: url("/g/f/2C93CA_1_0.woff") format("woff");
}
@font-face {
    font-family: "DINNextW1G-Medium";
    src: url("/g/f/2C93CA_2_0.woff") format("woff");
}
@font-face {
    font-family: "DINNextW1G-Light";
    src: url("/g/f/2C93CA_3_0.woff") format("woff");
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1 {
    color: #eb2e2e;
    font-size: 2.63rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7;
}
h2 {
    color: #eb2e2e;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    line-height: 1.5;
    clear: both;
}
h3 {
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    line-height: 1.5;
    clear: both;
}

pre {
    clear: both;
}

button {
    transition: all 0.15s ease-in-out 0s;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

#page_content {
    background-image: url('/g/i/label_info_flip.png');
    background-repeat: no-repeat;
    background-size: 18% auto;
    background-position: right 10px top 25px;
}

#page_content form {
    clear: both;
    display: inline-block;
}

#page_content form dl {
    clear: both;
    display: inline-block;
}

#page_content form dl dt {
    display: block;
    width: 250px;
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    min-height: 2.8em;
    box-sizing: border-box;
    height: 2.25em;
    padding: 0.25em 10;
}
#page_content form dl dd {
    display: block;
    width: 350px;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    min-height: 2.8rem;
    box-sizing: border-box;
    height: 2.25em;
    line-height: 1.75;
    border-radius: 3px;
    border: 1px solid #dbdce3;
}
#page_content form dl dd select {
    font-size: 1em;
    padding: 10px 10px 0 10px;
    margin: 0;
    /*width: 328px;
    min-height: 2.2rem;*/
    width: 100%;
    background: #fff;
    color: #888;
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
#page_content form dl dd select::-ms-expand {
    display: none;
}

#page_content form dt#Generate-label {
    display: none;
}
#page_content form dd#Generate-element {
    clear: both;
    border: 0;
    width: auto;
    margin: 10px 0 20px 250px;
}
#page_content form dd#Generate-element button {
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    color: white;
    font-family: "DINNextW1G-Medium", Helvetica,Arial, sans-serif;
    font-size: 0.87rem;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 2;
    padding: 0.56rem 1.63rem;
    text-transform: uppercase;
    background-color: #42b7d7;
    border-color: #42b7d7;
}
#page_content form dd#Generate-element button:hover {
    background-color: #62d0ef;
    border-color: #62d0ef;
    color: #ffffff;
}

#page_content div#singleCalc,
#page_content div#combiCalc {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    width: 600px;
}

#page_content div#singleCalc dl,
#page_content div#combiCalc dl {
    padding: 5px 0;
    margin: 0;
    display: inline-block;
}
#page_content div#singleCalc dl dt,
#page_content div#combiCalc dl dt {
    display: block;
    width: 350px;
    float: left;
    clear: left;
    margin: 2px 0 0 0;
    min-height: 1.5em;
    height: 1.5em;
    padding: 0.25em 1rem;
    background-color: #42b7d7;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #42b7d7;
    text-align: left;
}
#page_content div#singleCalc dl dd,
#page_content div#combiCalc dl dd {
    display: block;
    width: 50px;
    float: left;
    margin: 2px 0 0 0;
    min-height: 1.5em;
    height: 1.5em;
    padding: 0.25em 1rem;
    border-radius: 3px;
    border: 1px solid #dbdce3;
}

body.light {
    background-color:white !important;
}

#overlay_change_site_domain .full {
    width: 100%;
}

@media all and (max-width: 767px) {
    #page_content {
        background-image: none;
    }
    #page_content form dd#Generate-element {
        clear: both;
        border: 0;
        width: auto;
        margin: 10px 0 20px 0;
    }
    #page_content div#singleCalc,
    #page_content div#combiCalc {
        clear: both;
        text-align: left;
        width: auto;
    }
    #page_content form dl dt {
        float: none;
        height: auto;
        min-height: 1.5em;
        width: 90%;
    }
    #page_content form dl dd {
        float: none;
        width: 90%;
        height: auto;
    }
    #page_content div#singleCalc dl dt,
    #page_content div#combiCalc dl dt {
        width: 90%;
        height: auto;
    }
    #page_content div#singleCalc dl dd,
    #page_content div#combiCalc dl dd {
        width: 90%;
        height: auto;
    }
}
