@charset "utf-8";
/* CSS Document */

html {
    zoom:110%;
}

html, body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background: darkgrey;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
} 
.zoom {
transform: scale(1.2);
-moz-transform: scale(1.2);
}
section {
    min-width: 792px;
    background: white;
    width: 792px;
    height: 612px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*margin: 0 auto;*/
    vertical-align: middle;
}
  
.content {
    width: 93%;
    height: 89%;
    align-items:flex-start;
    border: 2px solid black;
} 
.imgswrap {
    display: flex;
    flex-flow: wrap;
    height: 50%;
    position: relative;
    top: -32px;
}
    .imgbox {
        display: block;
        justify-content: center;
        /*width: 33%;*/
    }
    .formsarea {
        width: 100%;
        height: 40%;
        display: flex;
        flex-direction: row;
        vertical-align: bottom;
        margin-top: 50px;
        position: relative;
    }
    .topstuff {
        font-size: 12px;
        position: relative;
        top:-35px;
        width: 100%;
        height: 6%;
        margin: 0 auto;
        display: flex;
        justify-content:space-around;
        align-items: end;
    }
.leftstuff {
        font-size: 12px;    
        /* float: left; */
        width: 3.5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
}
    .rightstuff {
        font-size: 12px;    
        /* float: left; */
        width: 3.5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
    }
    .bottomstuff {
        font-size: 12px;
        position: relative;
        top:-22px;
        width: 100%;
        height: 6%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items:flex-start;
    }
    #arrowbottom {
        transform: rotate(180deg);
    }
    #arrowleft {
        transform: rotate(-90deg);
        position: relative;
        left: 1px;        
    }
    #arrowright {
        transform: rotate(90deg);
    }
    
.formswrap {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    height: 100%;
    font-size: 10px;
}
    .formbox {
/*        display: flex;
        justify-content: left;*/
        width: 33%;
        border: none;
        position: relative;
        left: -2px;
} 
    .formbox1 {
        margin-top: 0px;
    }
    
    .formbox2 {
        /*margin-top: 23px;*/
        margin-left: 3px;
    }
.formbox2x {
    position: relative;
    /*top: -5px;*/
}    
    .formbox3 {
        width: 102%;
        margin-top: 28px;
}
    .formbox3inside {
        border: 1px solid black;
        width: 100%; 
    }
    
    label {
        display: block;
        margin-top: -5px;
        margin-bottom: -5px;
    }
input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
    input[type=text] {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid grey;
        background: none;
    }
    input.inputnoborder {
        border: none;
    }
    input.xsmall {
        width: 30px;
        background: transparent;
        padding: 0;
        text-align: center;
    }     
    input.small1 {
        width: 50px;
        background: transparent;
        padding: 0;
        text-align: center;
    }
    
.adjust1 {
    max-width: 50% !important;
    float: right;
    position: relative;
    top: 2px;
}
input, textarea, select {
    background:rgba(0,100,255,0.02) !important;
}

    input.small2 {
        width: 75px;
        background: transparent;
        padding: 0;
        text-align: center;
    }
    input.small3 {
        width: 100%;
        font-size: 12px;
    }
    input.small4 {
        width: 100%;
        font-size: 10px;
    }  

    input.small5 {
        width: 80px;
        background: transparent;
        padding: 0;
        text-align: center;
    }
    input.medium1 {
        width: 100px;
        background: transparent;
        padding: 0;
        text-align: center;
    }    
    input.large1 {
        width: 195px;
        background: transparent;
        padding: 0;
        text-align: center;
    }     
    input.large2 {
        width: 100%;
        background: transparent;
        padding: 5px 0;
        text-align: center;
    }     
    table {
          border-spacing: 0;
          border-collapse: collapse;
    }
    table.type1 {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }
    .type1 td {
        border: none;
        padding: 0.5px;
        padding-left: 5px;
        text-align: left;
    }
table.type1 input {
    width: 40%;
    text-align: center;
    font-size: 8px;
}    
    textarea {
        resize: none;
        overflow: hidden;
    }
.formelement {
    height: 11px;
}
    
.formelement input, .formelement2 input {
    padding: 0;
    font-size: 8px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
}
.formelement3 input {
    padding: 0;
    font-size: 8px;
    width: 70%;
    position: relative;
    text-align: center;
    z-index: 1;      
}
.formelement3 {
    max-height: 10px !important;
    margin-bottom: -4.5px;
}
.title1 {
    font-size: 7px;
    position: relative;
    top: -3px;
}
.prodtitle {
    background: white;
    position: absolute;
    z-index: 2;
    padding-bottom: 3px;
}
.prodtitle2 {
    width:33%;
    background: white;
    z-index: 3;
    padding-bottom: 1px;
    float: left;
}
.prodtitle3 {
    width: 26%;
    background: white;
    z-index: 3;
}
.prodtitle4 {
    width: 37%;
}
.submitspecformbtn {
    background: rgba(0,39,0,0.75) !important;
    color: white;
    border-radius: 10px;
    margin-top: 5px;
    clear: both;
    display: block;
    border: none;
    font-size: 12px;
    text-align: right;
    padding: 1px 15px;
    float: right;
    /* position: absolute; */
    z-index: 100;
    bottom: -27px;
    right: 0;
    justify-content: center;
    display: flex;
    margin: 6px auto 0 auto;
    text-decoration: none;
}
    
.submitspecformbtn:hover {
        background: green;
        cursor: pointer;
    }
input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}
h1.status {
    display: block;
    position: absolute;
    clear: both;
    color: red;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* float: none; */
    top: -25px;
    background: white;
    z-index: 100;
}
.optionsfromquotrequests {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    left: 200px !important;
    top: 70px !important;
    height: auto;
    width: auto;
    max-width: 50%;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 80%;
}
select#fromqr {
    float: left;
    border: none;
    overflow: hidden;
}
select#fromqr:hover {
    cursor: pointer;
    outline-color: green;
}
    option {
        padding: 2px 0;
    }
    option:hover {
        background: #B1EDB9;
    }
    ul, li {
        list-style: circle;
        list-style-type: disc;
    }
    .signicon {
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 100;
    }
button.submitspecformbtn {
    padding-top: 3px;
}
    
table.type1 input.type2 {
    width: 10px;
}
table.type1 tr {
    padding: 0;
    margin: 0;
    line-height: 1px;
}   
tr.title2 {
    position: relative;
    top: -7px;
}
table.type1 tr.tr2 {
    line-height: 11px;
    white-space: nowrap;
}    
tr.tr3 {
    line-height: 20px !important;
}
    
table.type1 tr input {
    margin: -1px;
}    
tr td input {
    margin-right: 2px !important;
}
.mainimg1 {
    /* float: right; */
    width: 106.5%;
    height: 102%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* justify-content: center; */
    /* display: none; */
    margin-left: -2.9%;
    margin-top: -2.9%;
}
input#prodtitle {
    font-size: 100%;
}
input[type=checkbox] {
    width: 10px !important;
}
input[type="radio"] {
  -ms-transform: scale(.9); /* IE 9 */
  -webkit-transform: scale(.9); /* Chrome, Safari, Opera */
  transform: scale(.9);
}
.nowrap {
    white-space: nowrap;
}
.nowrap2 {
    display: flex;
    white-space: nowrap;
}
.nowrap2 input {
    position: relative;
    margin-left: 3px !important;
}
.nowrap2 label {
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin-left: 10px;
}
#closebtn {
    clear: both;
    display: block;
    border: none;
    border-radius: 12px;
    float: right;
    background: darkgreen;
    color: white;
    text-align: center;
    padding: 5px 12px;
}
    #closebtn:hover {
        cursor: pointer;
    }
    .adjust2 {
        padding: 0 5px;
    }
    #closebtn:hover {
        cursor: pointer;
    }
.submitted {
    position: absolute;
    z-index: 100;
    background:rgba(255,255,255,0.75);
    color: red;
    top: 60px;
}
/*********************PRINT MEDIA****************/
@media print {
  .optionsfromquotrequests {
      display: none;
  }
  .submitspecformbtn {
      display: none;
  }
.formbox1 {
    margin-top: 7px;
}
tr.title2 {
    position: absolute;
    top: -14px;
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
}
}
form#corlokform {
    background: none;
}
.formbox3insidewrap {
    width: 70%;
    float: right;
    position: relative;
    top: -24px;
    right: -5px;
}
input#drawn {
    margin-top: -2px;
}
input#filex {
    margin-top: -20px;
}
.title3 {
    position: relative;
    top: 3px;
}
input#dr_tap_ends_thread, input#dr_tap_ends_deep  {
    width: 30px;
}
.inputsindrawing {
    position: absolute;
    top: -355px;
    left: 0px;
    width:100%;
    height: 356px;
    /*background: rgba(255,0,0,0.1);*/
}
.inputsindrawing input {
    background: white;
}
/*********************END PRINT MEDIA****************/