﻿html
{
    font-size: 16px;
}

body
{
    /*background-color: white;*/
    background-color: #2C2C2C;
    /*height:100%;*/
}

form
{
    background-color:white; 
}

div.page
{   
    display:block;
    background: white;                  
    width: 100%;
    height: 100%;
    margin: 0 0 4.5rem 0; 
    overflow: hidden; 
    /*padding: 0 0 0 1em;*/
    /*max-width: 1024px;*/    
    /*box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    padding-bottom:4.5em;*/                
}

div.bottompage
{
    /*display:block;*/
    margin: auto;
    /*padding-top : 40px;*/
    width: 100%;
    /*height: 100%;*/ 
    /*max-width: 1024px;*/   
}

@media only screen {
	html {
    font-size: 14px;
  } 
}
@media only screen and (max-width: 40em) 
{
	html{
    font-size: 14px;
  } 
} 
@media only screen and (min-width: 40.063em) 
{
	html{
    font-size: 15px;
  } 
} 
@media only screen and (min-width: 40.063em) and (max-width: 64em) 
{
	html{
    font-size: 15px;
  } 
} 
@media only screen and (min-width: 64.063em) 
{
	html{
    font-size: 16px;
  } 
}  
@media only screen and (min-width: 64.063em) and (max-width: 90em) 
{
	html{
    font-size: 16px;
  } 
}  
@media only screen and (min-width: 90.063em) 
{
	html{
    font-size: 16px;
  } 
} 
/*@media only screen and (min-width: 90.063em) and (max-width: 120em) 
{
	html{
    font-size: 19px;
  } 
}  
@media only screen and (min-width: 120.063em) 
{
	html{
    font-size: 19px;
  } 
}*/  


.OptionBox
{
    border: 1px solid #00B3B3;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    padding: 5px; 
    display: block;  
    /*min-width: 300px;*/ 
    width: 19rem; /*300px;*/
    height: 30rem;  /*435px; */
    margin: 0.5rem 2rem 1.5rem 2rem;
    position:relative;
}

.Optionlabel 
{
    color: #333333;
    padding: 0px 5px 0 5px;
    font-size: 1.2rem;
    display: inline-block;
    width:100%; 
    /*font-weight: bold;*/
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #808080;
    /*margin-top: 5px;*/
    /*text-align:left;*/
      
}

.Optionlabel label
{
    font-size: 1rem;
    /*opacity: 0.7;*/
    font-weight: bold;
    color: #333333;
}

.switchLabel
{
    /*display: block;*/
    font-size: 0.9rem;
    color: #4F4F4F;
    padding: 5px;
    /*margin-right: 5px;*/
    /*line-height: 1rem;*/
    font-weight: bold;

}

.enabledComboElement
{
    color:black;
    font-style:normal; 
}
.disabledComboElement
{
    color:lightgray;
    font-style:italic; 
}

.colorwhite
{
    color: white;
}

.markerCaption {
    font-family: 'Permanent Marker', cursive;
    color:green; 
}

.ControlContainer
{
    border: 1px solid #797979;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    margin-top: 10px;
    margin-bottom: 5px; 
    padding: 5px; 
    display: block;  
    background-color: rgb(82, 97, 102);  
}

.PictureContainer
{
    padding-bottom: 10px;
    margin:auto;  
    width: 15rem;
    height:auto; 
    position:relative;
}

.inlayImage
{
    position:absolute;
    width: 7rem;
    top: 11rem;
    right: -2rem;
}

.bottomBar
{
    height: 4.5rem; /*60px; */
    width: 100%;
    background-color: #2C2C2C;
    /*bottom: 0;
    position:relative;*/ 
}

.sidemenu 
{  
    height:100%;
}

.summarybox
{
    display: block;
    background-color: #1D1D1D;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color = #adacac, direction = 135, strength = 2);
    color: #CCCCCC;
}

.panel_description
{
    height: 9rem;
    overflow-y:auto;
}

.summarybox ul
{
    color: #CCCCCC;
    font-size: 0.8rem;
    margin-bottom: 2px;
    margin-top: 5px;
}

.summarybox .row label
{
    color: #CCCCCC;
    font-size: 0.8rem;
    margin-bottom: 2px;
}

.fixedbottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99; 
   /*margin: auto;*/
}


.fixedbottom {
 -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;

}


.move-left > .fixedbottom {
 -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); 
}



.bottomBar label,
.bottomBar span,  
.sidemenu label,
.sidemenu span
{
    /*display: block;
    font-size: 0.9em;*/
    color:#DDDDDD;
    /*padding-top: 2px;
    margin-right: 5px;
    line-height: 1em;*/
    font-weight: bold;
    font-size: 0.9rem; 
}

.bottomBar input[type=text], 
.sidemenu input[type=text]
{
    background-color: #2C2C2C;
    color:white;
    margin: 0.2rem 0 0.2rem 0;
    /*max-width: 100px;*/ 
}

.bottomBar select, 
.sidemenu select
{
   background-color: #2C2C2C;
   color:white;
   margin: 0.2rem 0 0.2rem 0;
}
.bottomBar input[type=text][readonly], 
.sidemenu input[type=text][readonly]
{
    background-color: #2C2C2C;
    color:white;
    border-color:#F20DFA; 
    text-align:right; 
}

.bottomBar div
{
    float:left;
    padding-left: 0.5rem;
}

@media only screen and (max-width: 40rem)
{
    .bottomBar div.textbox
    {
        max-width:25%;
        position:relative;
    }
    .bottomBar div.listbox
    {
        max-width:40%
    }

}

@media only screen and (min-width: 40.063rem) 
{ 
    .bottomBar div.textbox
    {
        width:12%;
        position:relative;
    }
    .bottomBar div.listbox
    {
        max-width:15%
    }
}


.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  margin-top:0.7em;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 1rem; }
  .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }


 

.swiper-container 
{
    width: 100%;
    height: 100%;
    margin-right: 5rem; 
    margin-bottom: 4.5rem;
    /*margin: 20px auto;*/
}

.swiper-slide {
  width: 20rem;
  height: auto;
}



/*.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1);
    height:10px;
    margin:2px auto;
    width:auto;
    max-width:600px; 

}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}*/


.paddingTop
{
    padding-top: 0.8rem; 
}

.mb1{
    margin-bottom: 1px;
}

.bottomBar .ajaxloader
{
  position: absolute;
  top: 1.5rem;
  left: 4rem;
  width: 40px;
  z-index: 100;
}

.sidemenu .ajaxloader
{
  position: absolute;
  top: 1.5rem;
  left: 8rem;
  z-index: 100;
}

.option-price
{   
  text-align: right;
  color: #333333;
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0;
  margin-right: 5px;
  top: 0.5rem;
}

.pdfbtn
{
    height: 3rem;
    margin: 8px; 
}

.linktemplate
{     
    position:absolute;
    bottom:0.5em;
    left:-1.6em;
}
.linktemplate span
{
    vertical-align:bottom; 
    margin-left:5px;
    font-size: 0.8em;
    color: #4F4F4F; 
    text-decoration :underline;
}

.panel1 {
        height: 21.5em;
        background: white;
        position: absolute;
        bottom: 0px;
        margin: 10px;
        left: 0;
}
.panel2 {
    height: 16.8em;
    background: white;
    position: absolute;
    bottom: 0px;
    margin: 10px;
    left: 0;
}

/*.panel2 {
        height: 19em;
        background: white;
}*/

div.switch label {
    background-color:#798186;
} 

div.switch input:disabled + label  {
    background-color:lightgray;
}

.helpicon {
    font-size: 1.5rem;
    line-height: 1rem;
    color: darkslategrey;
}
.helpicon_bar {
    font-size: 1.5rem;
    line-height: 1rem;
    color: white;
}

@media only screen and (min-width: 40.063em) { 
.reveal-modal-bg {
        position: fixed;
    }
    .reveal-modal {
        top: 44px !important;
        max-height:80%;
        overflow-y:auto;  
    }
}




.fa-icokm {  
    margin-right: 0.2em;
    color: #000;
    font-size: 2em;
    float: left;
    margin-top: -0.4em;
}

 .fp-icokm {  
    color: #000;
    font-size: 2em;
    float: right;
    margin-top: -0.4em;
}

