/**
 * style.css
 *
 * author: Petr Opletal
 * (c) 2019 ConfigAir LLC. All Rights Reserved.
 *
 * uses: GNU GENERAL PUBLIC LICENSE Typesetter CMS (https://www.typesettercms.com/)
 */
 
 /*
 	Updated: 2020-09-21 - Added 'SOLD-OUT' tag 
 */
@font-face {
  font-family: 'ClearSans-Regular';
  src: url('../fonts/ClearSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Intel Clear Pro W';
    src: url(../fonts/IntelClearPro_W_Bd.eot);
    src: url(../fonts/IntelClearPro_W_Bd.eot?#iefix) format("embedded-opentype"),
         url(../fonts/IntelClearPro_W_Bd.woff) format("woff"),
         url(../fonts/IntelClearPro_W_Bd.ttf) format("truetype");
}
  
body{
  height: 99%;   
  font-family: 'ClearSans-Regular', Arial;
  font-weight: normal;
  font-style: normal;
} 

html {
  height: 99%;    
}

li {
  font-size: 20px;
  list-style-type: disc;
}

a:link {
  color: #60a2d3;
}

h2 {
  color: #0260bf;
  font-size: 30px; 
  margin: 0px 0px 5px;
}

.headerText {
  position: absolute;
  top: 60px;
  left: 20px;
  color: white;
  /*font-size: 36px;*/
  font-size: 3vw;
  font-weight: bold;
  font-family: 'Intel Clear Pro W', Arial;
}

.headerImage {
  background-image: url(cto-header.jpg);
  height: 52%;
  
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px; 
}

#content {
  min-height: calc(45vh);
}

.column {
  float: left;
  width: 50%;
  padding: 30px 30px 0px;
  padding-left: 5%;
  box-sizing: border-box;
}

.downloadColumn {
  float: left;
  width: 80%;
  padding: 30px 30px 0px;
  padding-left: 5%;
  box-sizing: border-box;
}

#row:after, .buttonContainer:after {
  content: "";
  display: table;
  clear: both;
}

.buttonContainer{width: 100%; min-width: 600px; margin: 20px 0px auto;}
.buttonContainer .col{float: left; margin: 0 0 1em; padding-right: .5em; padding-left: .5em;width: 33%;}

@media screen and (min-width: 1200px) {
  .buttonContainer .col { width: 16.65%; }
}

* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.buttonBase {
  font-size: 20px;
  width:100%;
  height: 60px;
  border: 3px solid #60a2d3;
  line-height:18px;
  display: inline-block;
  zoom: 1;
  text-align: center;
  vertical-align: center;
  position:relative;
  cursor: pointer; 
}

.buttonMyQuotes {
    background: white url(icon1.png) no-repeat 12px;
    background-size: 40px;
    padding-left: 50px;	
}

.buttonNewQuotes {
    background: white url(icon2.png) no-repeat 12px;
    background-size: 40px;
    padding-left: 50px;
}

.buttonFeedback {
    background: white url(icon3.png) no-repeat 12px;
    background-size: 40px;
    padding-left: 50px;
}

.buttonCtoOverview {
    background: white url(icon4.png) no-repeat 12px;
    background-size: 40px;
    padding-left: 50px;
}

.buttonDsgProducts {
    background: white url(icon5.png) no-repeat 12px;
    background-size: 64px;
    padding-left: 74px;	
}

.buttonDocuments {
    background: white url(icon6.png) no-repeat 12px;
    background-size: 64px;
    padding-left: 74px;
}

.buttonSvo {
  	font-size: 18px;
    background: white url(icon7.png) no-repeat 12px;
    background-size: 64px;
    padding-left: 74px;
}

#centerContainer {
  position: relative;
  text-align: left;
}

#message {
  color: #ff0000; 
  font-size: 2vw; 
  font-weight: bold; 
  text-align: center;
  padding: 20px;
}

#footerCopyright {
  /*float: left;*/
  font-size: 10px;  
  /*padding-left: 2%;*/
  text-align: center;
  padding: 5px;
}

#footer{
  float: right;
  font-size: 20px;  
  padding-right: 2%;  
}

.svoHeaderText {
  position: absolute;
  top: 5px;
  left: 20px;
  color: white;
  font-size: 2vw;
  font-weight: bold;
  font-family: 'Intel Clear Pro W', Georgia;
}

.svoHeaderImage {
  background-image: url(svo-header.jpg);
  height: 25%;
  
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px; 
}

#svofooter p{
	font-size:13px;
	line-height:18px;
	color:#333333;
	margin:4px 0 0 0;
	font-family: Segoe UI,Arial,sans-serif;
}
#svotablecontainer{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:0px;
}
#svotablecontainer td{
	font-family: Segoe UI,Arial,sans-serif;
	font-size:14px;
	line-height:18px;
	padding:6px;
	border-bottom:1px solid #0071c5;
}

#svofooter{
	text-align:left;
	clear:both;
	overflow:auto;
}

#soldout {
  position:relative;
  top:220px;
  left:0px;
  height:128px;  
  background-image: url(soldout.png);    
  background-size:70%;
  background-repeat:no-repeat;
  background-position: left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -150px;
}

