.theme-dark{
      
--color-background:#18191a;
--color-secondary:#3a3b3c;
--color-accent:#12cdea;
--slider-color:#ffffff;
--border-color:#aaa;
--font-color:#e9ecef;
--color-brand: #ffffff;
--font-hover:#b3b3b3;
--card-color:#66c2ff;
--card-body:#000000;
--tape-cell:#242526;
--tape-digit:#3a3b3c;
--tape-label:#242526;
--outer-frame:#1c1d1d;
--toggle-btn-color:#FFFFFF;
--accordian-color:#242526;
--h3bg-color:#343333 ;
--h2bg-color:#484848;
--color-track: #18191a;
--color-tap:#e9ecef;
--colorswitchd:rgb(116 116 116);
--colorswitchl:#ffffff;
--font-dark:normal;
--font-light:bold;
--navbartoggler-color: #e9ecef;

}
    
.theme-light{
--color-background:#ffffff;
--color-secondary:#dee2e6;
--color-accent:#fd6f53;
--font-color:#000000;
--border-color:#aaa;
--color-brand: #000000;
--slider-color:#000000;
--font-hover:#b3b3b3;
--card-color:#99ff99;
--card-body:#ffffff;
--tape-cell:#adb1b5;
--tape-digit:#cccccc;
--color-tap:##000000;
--tape-label:#ffffff;
--outer-frame:#cccccc;
--toggle-btn-color:#000000;
--accordian-color:#f9f9f9;
--h3bg-color:#e7e7e7;
--h2bg-color:#bbbec1;
--color-scroll: #b3b3b3;
--color-track: #ffffff;
--colorswitchd: #000000;
--colorswitchl: rgb(116 116 116 / 51%);
--font-dark:bold;
--font-light:normal;
--navbartoggler-color: #000000

}

    
    
/******************************_BODY_****************************************/
 body {
  margin: 0;
  padding: 0 0 0 !important;
    font-weight: 400;
background: var(--color-background) !important;
color: var(--font-color) !important;
}
span [style="text-decoration:overline"]{
    margin-top:5em;
}

/****************************Navbar******************************************/
.navbar {
   background-color: var(--color-secondary)!important;
   border-color:0.01em solid var(--color-background) !important;
   font-size: 1.122em;
   //font-size: 1.2em;
   color:var(--color-nav)!important;
   padding-left: 3.2em;
   padding-right: 3.2em;
}


.nav-btn {
  background-color: transparent;
  color: #969592;
  border: none;
}
// .nav-btn:hover {
//   background-color: transparent;
//   color: #b3b0af;
//   border: none;
//   font-weight: 400;
//   font-size: 16px;
//   line-height: 24px;
// }
.navbar-brand{
 color: var(--color-brand) !important;
 padding-left:0em;
 font-size: 1.3em;
}
.navbar-collapse {
  align-items: center;
}
.nav-brand {
  margin:10px 4px 0px 40px;
  background-color: transparent;
  color: white;
  border: none;
  color: var(--color-brand);
}

.navbar-nav .dropdown-menu {
  float: none;
  
}
.navbar-nav .nav-link{
    padding:none;
    padding: 0.5rem 1rem !important;
}
.nav-link{
    color:var(--color-nav) !important;
}
.navbar-nav .nav-link:hover{
    color:var(--color-background) !important;
}

a{
    
    color:var(--font-color)!important;
     padding-left:1em;
     padding-top:.3rem;
    display:block;
   
}

.card-body{
   background-color:var(--color-background) !important;
    // background-color:nonne !important;
    // padding-left:0 !important;
    // padding-right:0 !important;
 padding:0
}
.card-body a[href="/calculate/download"]{
    padding-bottom: .5em;

}

.navbar-dark .navbar-toggler{
//   filter:opacity(0.4) drop-shadow(0 0 0 var(--navbartoggler-color));
  
     // border-color:0.01em solid var(--font-color);
     // -webkit-filter:opacity(0.4) drop-shadow(0 0 0 var(--navbartoggler-color));
    //outline:1px solid var(--font-color);
    
    border:0;
}
.fa-bars:before{
    color:var(--color-brand) !important;
    
}
.fa-print:before{
    position:relative;
    top:3.5px;
  
}


.dropdown-item:hover {
  background: var(--color-background);
  transform: scale(1);
  z-index:+1;
}
ul .navbar-nav {
  color: var(--font-color);
}
.navbar-nav {
  list-style: none;
}
.navbar-nav .dropdown-menu {
  position: relative;
  background: var(--color-secondary);
  border: 1px solid rgba(0,0,0,.15);
  border-top: transparent;
  padding: none;
}


.theme-switch-wrapper {
  transition:transform .5s ease;
  display: flex;
  align-items: center;
}
.theme-dark .form-control{
    background-color:var(--color-secondary);
    border:1px solid gray;
}
.theme-dark textarea{
      background-color:var(--color-secondary);
      border:1px solid gray;
}

.theme-switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 45px;
  cursor:pointer;
}
#light-mode-text {
 color: var(--colorswitchl);
 padding:8px 16px;
 transition: all 0.2s ease-in 0s;
 font-weight:var(--font-light)!important;
}
#dark-mode-text {
 padding:8px 16px;
 color: var(--colorswitchd);
 transition: all 0.2s ease-in 0s;
 font-weight:var(--font-dark)!important;
}
#light-mode-text:hover {
    color: white;
    cursor: pointer;
}
#dark-mode-text:hover {
     color: black;
     cursor: pointer;
}

.theme-switch input {
    display: none;
   
 }


.slider {
  background: var(--color-background);
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;

}

.slider:before {
  background-color: var(--slider-color)!important;
  position: absolute;
  content: "";
  height: 20px;
  left:2px;
  bottom: 3px;
  transition: .4s;
  width: 20px;
}



input:checked+.slider:before {
  transform: translateX(18px);
  
}
.theme-switch-wrapper #light-mode-text:focus input:checked+.slider:before {
      transform: translateX(0px);
      background:red;
}
.slider.round {
  border-radius: 34px;
  border-color: #000000;
}

.slider.round:before {
  border-radius: 50%;
  border-color: #ffffff;
}
#regmark{
    font-size:90%;
    vertical-align:top;
}
#button{
    padding:0 !important;
}

.navbar-toggler-icon{
    width:1em !important;
    height:1.15em ! important;
}

.navbar-toggler-icon img {
  width: 22px;
}

/*******************************Header***********************************************/

#top-header-icon {
   color: var(--font-color);
   display: inline-block;
   padding-bottom: .3125rem;
   margin-right: 1rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#top-header {
   background: var(--color-secondary)!important;
   border-bottom: 1px solid rgba(0, 0, 0, .125);
   max-height: 80px;
}
.col-md-6{
    padding-left:0 !important;
}

            
/****************************************************************************************/
#footer-text {
 color: var(--font-color);
 
}
footer{
     text-align: center;
    background-color: var(--color-secondary);
    margin-top: 2.5em;
}


footer .row div{
    padding:0 !important;
    background:none !important;
    margin-top:0 !important;
    
}
.tapefld {
 color: var(--color-tap) !important;
 border-bottom:none !important;
}

.tapefld:focus{
    border-bottom:2px solid black !important;
}    


.tbtn {
 padding-top: 2em;
 color: white;
 width: 9.05em;
}
.tbtn a{
   
    padding-left:0px;
}
#tapecon {
 width: 100% !important;
//  solid 1px var(--outer-frame);
 border: none !important;
 float: none !important;
 padding-top:0em !important;
 }
#calcbuttons {
 padding-top:0em !important;
}
#accordionHelp {
width: 100% !important;
// margin: 0.7rem !important;
// background-color:var(--color-secondary) !important; 
color:var(--font-color) !important;
// border:1px solid var(--border-color);

}

div [style="clear:both;"]{
    color:var(--font-color) !important;

}


div [class="button red bigroundedlong"]:first-child{
   
    padding-top:.56em !important;
    margin:.5em .5em .5em 0rem !important;
    
}




p{
  color:var(--font-color) !important; 
 
  }
  p:nth-of-type(1){
      padding-top:1.2em;
   
      
  }
  
  div [style="color:lightgray;"] p{
       margin-bottom:.5em;
  }
  
 .card{
  /*border:none !important ;*/
  background-color:var(--color-background) !important;
border-left:none !important;
border-right:none !important;
border:none !important;
}
.card-body h2{
    // background:var(--color-background) !important;
    padding:0 !important;
    padding-left:.4em !important;
    font-size:1.8em;
    

}
 #collapseTwo .card-body h3{
display:none
}
#collapseOne .card-body h3{
    margin-top:.4em
}
.card-body br{
    display:none
}
.card-body h3{
 padding-left:.4em !important;
    }

.card-header{
    padding:inherit !important;
    border:none !important;
    background-color:transparent;

}
.card-header:first-child{
    
    border-left:none !important;
    border-right:none !important;
}
.card-body:first-child{
  
    border-left:none !important;
    border-right:none !important;
}
#add2tapeButton{
    margin-top:0 !important;
    margin-bottom:.2em;
}

.memfld {
width: 150px;
border: 0;
border-radius: 0.7em;
text-align: right;
padding-right: 0.5em;
background: var(--color-secondary) !important;
color: var(--font-color);
outline:none;
}

input.lblfld{

    border-radius: 0.7em;
    color:var(--color-tap) !important;
    outline:none;
    padding-left:10px !important;
}
input.lblfld:focus{
    outline:1px solid #adb5bd;
    border-radius:0.7em;
}

        
.bd-placeholder-img {
 font-size: 1.125rem;
 text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.header-row {
 display: flex;
flex-direction: row;
justify-content: space-between;
background-color: none;
}
.card-body .row .col-md-6{
    margin:0 0 .6em 0em !important;
    padding:right:0 !important;
    
}
.row:nth-of-type(1) a{
   padding-left:0 !important;
   font-size:19px;
   font-weight: bold;
   margin-top:-0.5rem;
   position:relative;
   top:21px;
}
.row .col-lg-8 a:first-child{
    display:none;
}
.col-lg-8 h2:nth-child(2){
      border:1px solid yellow;
}
.col-sm-12{
    // margin-left:1em;
}

.modal {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1050;
 display: none;
 width: 100%;
 height: 100%;
 overflow: hidden;
 outline: 0;
 
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
    }
h4 {
display: block;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
.modal-body {
 position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
form {
display: block;
margin-top: 0em;
// margin-left:2em;
}
label {
margin-bottom:0;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-signin .row{
    display:block;
}
.form-group {
 margin-bottom: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: .3rem;
border-bottom-left-radius: .3rem;
}
.btn {
display: inline-block;

color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1.5rem;
line-height: 1.5;
border-radius: .25rem;
}
.btn-lg{
    border:2px solid #0d6 !important;
    margin-top:0.3rem;
    color:white;
    background-color:#0d6 !important;
}
.btn-lg:hover{
    color:gray;
    background-color:none !important;
}

.btn-link {
//background-color: transparent;                                       
color: var(--color-brand);
font-size:1em;
}

.btn-link:hover {
 text-decoration: none;
 color:white !important;
 curser:pointer;

 }
.mem_btnsml {
outline: none;
-webkit-appearance: none;
border: 0;
}
.tape_button {
background: none #6b9d28;
padding-top:0.2rem;
}
.dropdown-menu.show{
      position:relative;
    background-color:var(--color-secondary);
    color:var(--font-color) !important;
     
    z-index:+1;
}
#tape::-webkit-scrollbar {
    width: 15px;
}
#tape::-webkit-scrollbar-thumb {
    background-color: var(--color-scroll) !important;
}
#tape::-webkit-scrollbar-track {
    background-color: var(--color-track) !important;
    border-line: var(--color-scroll) solid 2px;
    
}
.blue {
background: none #157FCC;
}
.red {
background: #d81b21;
}
.red:nth-of-type(2) div{
    position:relative;
    top:0.6px
}
.black {
background: #423e3e;
}
.orange {
 background: #f47c20;
 }
.green {
background: #538018;
}
.rosy {
background: #ba4b58;
padding-top:.1em
}
.rosy:nth-child(1){
    padding-top:0.2em;
    padding-left:0.3em;
    // margin-top:0em !important;
    color:#fae7e9 !important;

}



h1,h2,h3,h4,h5,h6{

    color:var(--font-color) !important;
    line-height: revert !important;
    padding-left:0.4em;
   // margin-bottom:-0.5rem;
    
    
}
h1:first-child{
    margin-bottom:-2.5rem;
    margin-top:2rem;
}
h2{
    background-color:var(--h2bg-color) !important;
   // font-size:2rem !important;
   // padding:.2em;
    margin-top:0.4rem;
//   border-bottom:7px solid var(--color-background) !important;
    }
    
h3{
    background-color:var(--h3bg-color) !important;
     padding:.2em;
    padding-left:.4em !important;
    font-size:1.4em;
  
}
.h3{
    text-align:left;
}
div [style="background:gray;"] h2{
    margin-top:.4em !important;
}

div [style="float:right;background:#cfcfcf;"]{
    background:none !important;
}
.fld_div {
height: 1.5em;
}
div [style=""]{
    background:none !important;
}
#tape {
height: auto !important;
}
.dtfld_div {
background: transparent;
}

.num_div {
background: var(--tape-digit);
}

#tapecell {
background: var(--tape-cell);
border-radius: 2px;
}
.equal_div {
background: var(--tape-cell);
}
.total_div {
background: var(--tape-digit) !important;
}
attribute {
    color:var(--font-color) !important;
}


label[for="radio4"]{
    margin-right: 0.18em;
}
label[for="radio2"]{
    margin-right: 0.18em;
}



div[style="color:lightgray;"]:nth-of-type(1) h2{
display:none !important;
}
// div[style="color:lightgray;"] h3{
//     margin-top:0em !important;
   
// }

div[style="background:lightgray;"] h3{
    margin-top:.9em !important;
    

}
.card-body div[style="color:lightgray;"] div:nth-of-type(2){

    margin-top:-.5em;
   // padding-left:1em;

}
.card-body div[style="color:lightgray;"] div:nth-of-type(3){
      color:var(--font-color);
    //   padding:0 1em;
      margin-bottom:.5em;
      
}



.card-body div[style="color:lightgray;"] p:last-child{
line-height:2;
margin-block-end: 0

}


// a[href="/calculate/wind-chill"]{
//   padding-bottom:.5em;
// }

// a[href="/calculate/social-distancing-impact"]{
//     padding-top:.5em;
//     font-weight: 800;
// }

.container{
    border:2px solid yellow;
    display:contents;
}

#headingTwo{
    border-bottom:none !important;
}

// .mb-0, .my-0{
// border-bottom:7px solid var(--color-background) !important;
// margin:0px;
// }
#headingZero,headingOne{
 //border-bottom:1px solid var(--border-color) !important;   
}
.accordion>.card .card-header{
    margin-bottom:0 !important;
    //border-bottom: 1px solid var(--border-color) !important;
}
button[onclick="javascript:func("10Px")"]{
        margin-top: 0.2em !important;
}
.caps3{
    margin-top:0em !important;
}

.gray{
    background:#575757 !important;
}
.pink{
    background:#f171ab !important;
}
.col-lg-6{
    // margin-left:2em;
    padding-top:1rem !important;
    padding-left:0.99rem !important;
    padding-bottom:1em !important;
     
}
.col-lg-6 .mt-5:nth-child(2){
    margin-top:0.5em !important;
}

******************************Media Query*******************************/
/*@media(min-width:992px) {
.navbar-nav .dropdown-menu {
  position: absolute;
}
.button{
    font:22px/110% Helvetica;
}
.navbar-nav .dropdown-menu {
 float: none;
}

.navbar-nav .nav-link{
padding: 0.5rem 1rem !important;
}
.navbar-nav .nav-link{
    padding:none;
    padding:0 !important;
}
/*.navbar
{
padding-left: 2em !important;
padding-right: 1em !important;
}*/
.dropdown-menu.show {
 display: block;
    }
}*/

@media screen and (max-width:992px) {
    .navbar-nav .dropdown-menu {
  position: absolute;
}
a {
  white-space:break-spaces;
}

.button{
    font:22px/110% Helvetica;
    padding:0 !important;
}
/*.navbar-nav .nav-link{
padding: 0.5rem 1rem !important;
}*/

/*{
  */
  
    
}             

@media only screen and (max-width: 480px) {
.container {
margin: 0;
}
.button{
    // font:22px/110% Helvetica;
}
             /* styles for mobile browsers smaller than 480px; (iPhone) */
.col-sm-6,
.col-lg-6 {
padding: 0 !important;
}
#tapecon {
width: 100%;

 }



.navbar {
padding-left: 3em;
padding-right: 3em;
}

#a d1 {
display: none;
}
a {
   white-space:break-spaces;
  
}
}  
@media (min-width: 768px) {
 .bd-placeholder-img-lg {
 font-size: 3.5rem; 
 
}
.button{
    // font:22px/110% Helvetica;
}
}
@media screen and (max-width:991px){
    .navbar{
        padding-left:1rem !important;
        padding-right:1rem !important;
    }
    .navbar-nav .nav-link{
         padding-left:0rem !important;
        padding-right:0rem !important;
    }
    #light-mode-text, #dark-mode-text{
           padding-left:0rem !important;
        padding-right:0rem !important;
    }
    .theme-switch{
        margin-left:1em;
        margin-right:1em
    }
}

