@charset "UTF-8";  
/*CSS Document*/
/*@media only screen and (min-width:768px) and (max-width:1023px) {  */ 

h2, h3, h4, h5, h6, p, ul, td, tr {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
    font-family: 'gotham_boldregular', Arial, Verdana;
    font-size: 24px;
}
.optiedgeContainer {
    width: 100%;
    background-color: #20BFD5;
    margin: -10px auto 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
    /*box-shadow: 0 10px 6px -6px black;
    position: relative;*/
}
.optiedgewidth {
    width: 100%;
    margin: 0 auto;
    /*display: flex;*/
}
.createclass {
    display: block;
    width: 80%;
    margin: 10px auto;
    background-color: #f9f9f9;
    box-shadow: 0px 3px 3px 3px #efeeee;
    padding: 20px;
}
.calculator {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
}
.calculator h1 {
    color: #333;
    text-align: center;
    margin: 15px 0 25px 0;
}
.calculatorblankspacetop {
    width: 100%;
    height: 10px;
    background-color: #ccf4ff;
    display: flex;
    margin:0 auto;
    justify-content: space-between;
    box-sizing: border-box;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.calculatorblankspacebottom {
    width: 100%;
    height: 10px;
    background-color: #ccf4ff;
    display: flex;
    margin:0 auto;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.calculatorfieldsarea {
    width: 100%;
    background-color: #ccf4ff;
    display: flex;
    padding: 0 15px;
    margin:0 auto;
    justify-content: space-between;
    box-sizing: border-box;
}
.calculatortitleright {
    width: 100px;
    height: 30px;
    /*background-color: white; */
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: right;
    border: none;
    color: #333333;
    text-decoration: none;
    padding: 5px;
    margin:3px 0;
    justify-content: space-between;
    box-sizing: border-box; 
}
.calculatorfields {
    width: 100px;
    height: 30px;
    /*background-color: white;
    font-size: 1.3em;
    font-family: "museo_sans500", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 500;
    text-align: center;
    border: none;
    color: black;
    text-decoration: none;*/
    padding: 5px;
    margin:3px 0;
    justify-content: space-between;
    box-sizing: border-box;
}
.calculatortitle {
    width: 100px;
    height: 30px;
    /*background-color: white; */
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    border: none;
    color: #333333;
    text-decoration: none;
    padding: 5px;
    margin:3px 0;
    justify-content: space-between;
    box-sizing: border-box; 
}
input {
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #333333;
    margin-top: -5px;
    margin-left: -5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.calculatorbuttonarea {
    width: 100%;
    background-color: #ccf4ff;
    display: inline-block;
    padding: 0 5%;
    margin: 0 auto;
    justify-content: space-between;
    box-sizing: border-box;
    float: right;
}
.calculatorbuttonarea h6{
    color: grey;
    font-size: 0.7em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 15px;
}
.selectbutton {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}
.invisiblebutton {
    width: 1px;
    height: 30px;
}
button {
    width: 180px;
    height: 30px;
    padding: 4px 12px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
button:hover {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
    background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
    background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
    background-repeat: repeat-x;
}
button a:link, .calculatorbutton a:visited {
    text-decoration: none;
    color: #00A4C4;
}
button a:hover {
    text-decoration: none;
    color: white;
}
.lensshape {
    width: 29%;
    height: auto;
    /*background-color: blue;*/
    float: right;
    margin: 0 auto;
    display: inline-block;
}
.lensshape h1 {
    color: #333;
    text-align: center;
    margin: 15px 0 25px 0;
}
.lensshape h6 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 5px 0;
}
.lensshapeimg {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    text-align: center;
}
.lensshapeimg img {
    width: 99%;
    height: auto;
}
.results {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
}
.results h1 {
    text-align: center;
    margin: 5px 0 10px 0;
}
.resultsfields {
    width: 117px;
    height: 40px;
    padding: 5px;
    margin: 3px 0;
    justify-content: space-between;
    /*background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;*/
    box-sizing: border-box;
    text-align: center;
}
output {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    /*background-color: red;
    padding: 5px;*/
}
.thicknessgif {
    width: 29%;
    height: auto;
    /*background-color: blue;*/
    float: right;
    margin: 43px auto 0 auto;
    display: inline-block;
}
.gifanimation {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    text-align: center;
}
.gifanimation img {
    width: 99%;
    height: auto;
}

.thicknesstitle {
    width: 66%;
    text-align: center;
}
.thicknesstitle h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;  
}
.thinnertitle {
    width: 33%;
    text-align: center;
}
.thinnertitle h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;  
}

.note {
    width: 95%;
    margin:0 auto;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 0.9em;
}
ul.note li {
    display: inline-block;
}
.emptyspace {
    margin-bottom: 20px;
}

.modal {
    max-width: 750px;
    width: 650px;
    position: fixed;
    top: 16%;
    left: 50%;
    z-index: 1050;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    height: auto;
  }
   .modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
  }
  