/**
 * ----------------------------------------------------------------
 * Fonts import
 * ----------------------------------------------------------------
 **/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

/**
 * ------------------------------------------------------------------------
 * Global definitions
 * ------------------------------------------------------------------------
 **/

html,
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 20px;
  color: #202020;
}

a,
.not-touch a:link,
.not-touch a:visited,
.not-touch a:active
.not-touch a:focus {
  color: #085077;
  text-decoration: none;
  /*border-bottom: 1px solid #085077;*/
  outline: none;
}

.not-touch a:hover {
  color: #F7AF88;
  text-decoration: none;
  border-bottom: 1px solid #3D4E6F;
  outline: none;
}

h1 {
  color: #202020;
  font-size: 24px;
  font-weight: 400;
}

h2 {
  color: #202020;
  font-size: 24px;
  font-weight: 300;
}

h3{
  font-size: 18px;
}

h4{
  font-size: 16px;
}

@media (max-width: 1064px){
  h3{
    font-size: 15px;
  }
  h4{
    font-size: 15px;
  }
}

label {
  color: #202020;
}

button,
.button,
input[type=submit] {
  cursor: pointer;
  padding: 10px;
  border: none !important;
  background: #3D4E6F;
  color: #F0F0F0 !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 150px;
  display: inline-block;
  outline: none;
}

.not-touch button:hover,
.not-touch .button:hover,
.not-touch input[type=submit]:hover,
.button.show-alert,
.button.inverse {
  background: #BDC3CE;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.not-touch .button.show-alert:hover,
.not-touch .button.inverse:hover {
  background: #BDC3CE;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

code {
  background: #FFFFFF;
  border: 1px dashed #202020;
  padding: 10px;
  display: block;
}

hr {
  border: 0px;
  height: 1px;
  background: #F0F0F0;
  margin: 0px;
}

/**
 * ------------------------------------------------------------------------
 * Global classes definitions
 * ------------------------------------------------------------------------
 **/

.center-middle {
  text-align: center;
  vertical-align: middle;
}

.fullscreen {
  height: 100%;
  width: 100%;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.hidden.active {
  display: block;
}

.horizontal {
  padding: 0px;
  list-style-type: none;
}

.horizontal:after {
  content: '';
  display: block;
  clear: both;
}

.horizontal li {
  float: left;
}

.inline-children {
  display: block;
}

.inline-children * {
  display: inline;
}

.no-bottom-margin {
  margin-bottom: 0px !important;  
}

.no-top-margin {
  margin-top: 0px !important;  
}

.shaded * {
  opacity: .5;
}

.shaded.active * {
  opacity: 1;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grey-boxed {
  background: #F0F0F0;
  margin: 20px 0px;
  padding: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align-right {
  text-align: right;
}

.glyphicon {
  color: #D0D0D0;
  font-size: 24px;
}

.not-touch a:hover .glyphicon {
  color: #909090;
}

.spacer-10px {
  display: inline-block;
  width: 10px;
}

/**
 * ------------------------------------------------------------------------
 * Grid system defintions
 * ------------------------------------------------------------------------
 **/

/**
 * ------------------------------------------------------------------------
 * Loading screen definitions
 * ------------------------------------------------------------------------
 **/

#loading-screen {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

#loading-anim {
  width: auto;
  max-width: 160px;
}

/**
 * ------------------------------------------------------------------------
 * Tooltip definitions
 * ------------------------------------------------------------------------
 **/

#tooltip {
  display: none;
  background: #F7AF88;
  position: absolute;
  z-index: 99;
  padding: 2px 4px;
  font-size: 8pt;
}

#tooltip.active {
  display: block;
}

/**
 * ------------------------------------------------------------------------
 * Header defintions
 * ------------------------------------------------------------------------
 **/

#install header,
#repair #header-wrapper {
  border-bottom: 1px solid #F0F0F0;
}

#install header:after,
#repair #header-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

#install header .logo,
#repair #header-wrapper .logo {
  float: left;
  max-width: 100px;
  margin: 0px 20px 20px 20px; 
}

#install .project,
#repair #header-wrapper .project {
  margin: 0px 20px 20px 0px;
  color: #F7AF88;
  font-size: 48px;
  line-height: 100px;
  display: block;
  float: left;
}

#install .version,
#repair #header-wrapper .version {
  float: left;
  margin: 0px 0px 20px 0px;
  color: #AFB7BE;
  font-size: 24px;
  line-height: 100px;
}

/**
 * ------------------------------------------------------------------------
 * Navigation defintions
 * ------------------------------------------------------------------------
 **/

#install nav,
#progress-bar {
  margin: 20px;  
}

.tab-wrapper {
  list-style-type: none;
  padding: 0px;
  margin: 20px;
}

.tab-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.tab-wrapper .tab {
  margin: 0px 20px 0px 0px;
  float: left;
}

/**
 * ------------------------------------------------------------------------
 * Progress bar definitions
 * ------------------------------------------------------------------------
 **/

.progress-bar {
  height: 20px;
  width: 100%;
  background: #F0F0F0;
}

.progress-bar li label {
  display: none;
}

.progress-bar .width-1-5 {
  width: 20%;
  height: 20px;
}

.progress-bar .width-1-5:after {
  content: '';
  height: 30px;
  display: block;
  position: relative;
  top: -5px;
}

.progress-bar .width-1-5:last-of-type:after {
  content: '';
  border-right: 0px;
  height: 0px;
  display: none;
}

.progress-bar .active:after,
.progress-bar .visited:after {
  top: -25px;
}

.progress-bar .active {
  width: 0px;
}

.progress-bar .active,
.progress-bar .visited {
  background: #085077;
}

.progress-bar .focus {
  background: #D0D0D0;
}

.progress-bar .failed {
  background: #BDC3CE;
}

.progress-bar .active label,
.progress-bar .visited label
{
  position: relative;
  height: 20px;
  top: 20px;
  background: #FFFFFF;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 5px 0px 0px;
}

.progress-bar .visited label {
  display: block;
  color: #AFB7BE; 
}

/**
 * ------------------------------------------------------------------------
 * Article defintions
 * ------------------------------------------------------------------------
 **/

#install article,
#repair #main-wrapper {
  margin: 60px 20px 20px 20px;
}

.message{
  background: #F0F0F0;
  margin: 20px 0px;
  padding: 10px;
}

#install article .error,
#repair #main-wrapper .error {
  color: #F7AF88;
}

#install article .fixing,
#repair #main-wrapper .fixing {
  color: #202020;
  margin: 10px 0px 0px 0px;
}

.message p:last-of-type {
  margin: 16px 0px 0px 0px;
}

#install article .file-list,
#repair #main-wrapper .file-list {
  padding: 0px 20px;
  list-style-type: circle;
}

#install article .file-list li,
#repair #main-wrapper .file-list li {
  font-style: italic;
}

.action-list {
  list-style-type: none;
  padding: 0px;
}

.action-list label {
  float: left;
  margin: 0px 20px 0px 0px;
}

.action-list li {
  margin: 0px 20px 0px 0px;
}

/**
 * ------------------------------------------------------------------------
 * View options definitions
 * ------------------------------------------------------------------------
 **/

#view-options li {
  margin: 0px 20px 0px 0px;
}

#view-options li:last-of-type {
  margin: 0px;
}

#view-options li a {
  border: none;
}

#view-options li a.active span {
  color: #909090;
}

/**
 * ------------------------------------------------------------------------
 * List defintions
 * ------------------------------------------------------------------------
 **/

.list:before,
.th-list:before,
.th:before {
  content: '';
  display: block;
  clear: both;
}

.list,
.th-list,
.th {
  list-style-type: none;
  padding: 0px;
}

.th-list li {
  margin: 0px 0px 10px 0px;
  background: #F9F9F9;
  padding: 5px 10px;
}

.list .horizontal li {
  background: #FFFFFF;
  width: calc((100% - 80px) / 9);
  overflow: hidden;
  margin: 0px 10px 5px 0px;
  position: relative;
  white-space: nowrap;
  /*border: 1px solid #000000;*/
}

.list .horizontal li.action-list {
  width: auto;
}

.th-list .horizontal li
{
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.list .overflow {
  position: absolute;
  height: 100%;
  width: 25%;
  top: 0px;
  right: 0px;
  
  background-image: -webkit-gradient(
    linear, left top, right bottom, from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 1)), color-stop(1, #FFFFFF)
  );
}

.list .horizontal li:last-of-type {
  margin: 0px 0px 5px 0px;
}

.list .horizontal li.thead {
  width: calc((100% - 260px) / 9);
  overflow: hidden;
  background: #085077;
  color: #FFFFFF;
  padding: 5px 10px;
}

.list li.thead .overflow {
  background-image: none;
}

.list li.action-list.thead {
  display: none;  
}

.list li.thead:last-of-type {
  background: #FFFFFF;
}

.list .action-list li {
  width: auto;
}

.list .glyphicon,
.th-list .glyphicon {
  font-size: 16px;
}

.th-list li {
  padding: 0px;
  margin: 0px;
}

.th-list .horizontal {
  padding: 5px 0px;
}

.th-list .horizontal li {
  margin: 0px 10px;
}

.th-list .action-list {
  margin: 0px 20px 20px 0px;
}

.th-list .action-list li {
  width: 100%;
  background: #F3F3F3;
  padding: 5px 10px;
}

.th-list .action-list a,
.th .action-list a {
  border: none;
}

.th li {
  background: #F9F9F9;
  width: auto;
  display: inline-block;
  margin: 0px 15px 20px 0px;
}

.th li:last-of-type {
  margin: 0px 0px 20px 0px;
}

.th ul {
  list-style-type: none;
  padding: 5px 10px;
  width: auto;
}

.th ul li,
.th ul li:last-of-type {
  display: block;
  margin: 0px;
}

.th .action-list {
  padding: 5px 10px;
}

.last-checklist-item{
  margin-bottom: 25px;
}

/**
 * ------------------------------------------------------------------------
 * Form definitions
 * ------------------------------------------------------------------------
 **/

form label {
  display: block;  
}

input {
  display: block;
  margin: 0px;
}

input[type=text],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  width: calc(100% - 16px);
  border: 1px solid #A0A0A0;
  border-radius: 0;
  background: #FFFFFF;
  padding: 4px 8px;
}

select {
  width: 100%;
  margin: 0px 0px 20px 0px;
}

select option:first-of-type {
  color: rgba(182, 182, 182, 1);  
}

textarea {
  resize: vertical ;
  display: block;
}

input[type=radio].active {
  display: inline-block !important;
}

formgroup,
.formgroup {
  margin: 20px 0px;
  font-size: 14px;
}

.failed {
  border-right: 20px solid #BDC3CE !important;
}

input.failed,
textarea.failed {
  width: calc(100% - 36px) !important;
}

.imprint-logo{
  width: 250px;
  margin-left: -10px;
  margin-top: 10px;
}

/**
 * ------------------------------------------------------------------------
 * Mikogo defintions
 * ------------------------------------------------------------------------
 **/




#mikogo-form .accordion-toggler{
  width: 143px !important;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.mikogo-box{
  background-color: #f5f5f5 !important;
  border: 1px solid black;
}

.mikogo-head{
  padding: 15px 10px;
  font-size: 15px;
  text-align: center;
}

.mikogo-form-checkbox{
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: initial;
}

.mikogo-input{
  padding-right: 15px;
}


#mikogo-form input#btnSubmit{
  font-size: 12px !important;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px;
  width: 187px !important;
}

input#sn.mikogo-input{
  margin: 0 0 10px 0 !important;
  height: 15px;
}

input#sid.mikogo-input{
  margin: 0 0 10px 0 !important;
  height: 15px;
}

.mikogo-padding{
  padding-right: 15px;
}

/**
 * ------------------------------------------------------------------------
 * Google search definitions
 * ------------------------------------------------------------------------
 **/

input.gsc-search-button, .not-touch input.gsc-search-button:hover, .not-touch input.gsc-search-button:focus{
  background-color: #3D4E6F !important;
}

input.gsc-input, .gsc-input-box, .not-touch .gsc-input-box-hover, .gsc-input-box-focus{
  border: none;
}

input#gsc-i-id1.gsc-input::placeholder{
  color: transparent;
}

.gsc-input-box{
  background: rgba(150, 150, 150, 0.1) !important;
  border: 0;
}

input#gsc-i-id1.gsc-input{
  background: rgba(150, 150, 150, 0) !important;
}

 input.gsc-search-button.gsc-search-button-v2{
  position: relative;
  margin: -82px 255px 0 0;
 }

 td.gsc-input{
  position: absolute;
  margin: -82px 0 0 740px;
  width: 260px;
 }

input.gsc-search-button.gsc-search-button-v2 {
  box-sizing: content-box;
}

 @media(max-width: 1064px){
  input.gsc-search-button.gsc-search-button-v2{
  position: relative;
  margin: -72px 170px 0 0;
  }

  td.gsc-input{
  position: absolute;
  margin: -72px 0 0 570px;
  width: 180px;
  }
 }

 @media(max-width: 808px){
  input.gsc-search-button.gsc-search-button-v2{
  display: none;
  }
 }

/**
 * ------------------------------------------------------------------------
 * Popup definitions
 * ------------------------------------------------------------------------
 **/

#popup {
  position: fixed;
  z-index: 1000;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
  display: none;
}

.popup-close {
  float: right;
  margin: 0;
}

.not-touch .popup-close:hover {
  cursor: pointer;
}

.popup-absolute {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  position: relative;
}

div.popup_absolute > * {
  margin: 20% auto;
  width: calc(100%);
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
}

/**
 * ------------------------------------------------------------------------------------
 * google search mobile definitions
 * ------------------------------------------------------------------------------------
 **/
.resp-search,
.resp-search.active {
  height: 0;
}

@media (max-width: 808px) {
  td.gsc-input {
    position: static;
  }
  .resp-search.active {
    position: relative;
    margin: 0 0 0 0;
    height: inherit;
    width: calc(100%);
  }
  .resp-search.active .gsc-control-cse {
    background-color: #BDC3CE !important;
    height: 28px;
  }
  .resp-search.active .gsc-input {
    width: calc(100%);
  }
  .resp-search.active .gsc-input-box {
    background: rgba(255, 255, 255, 1) !important;
    width: calc(100%);
  }
  .resp-search.active td.gsc-search-button {
    width: auto;
  }
  .resp-search.active input.gsc-search-button.gsc-search-button-v2 {
    display: block;
    margin: 0;
    right: 0;
  }
  .resp-search.active + #toolbar {
    position: absolute;
    right: 0;
    margin-right: calc((100% - 480px) / 2);
  }
  .resp-search.active + #toolbar > a:first-of-type > img {
    display: none;
  }
  .resp-search.active + #toolbar > a:first-of-type:after {
    content: url(../img/close-mobile-search.jpg);
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 10px 0 0;
  }
}

@media (max-width: 520px) {
  .resp-search.active + #toolbar {
    margin-right: calc((100% - 320px) / 2);
  }
}

@media (max-width: 360px) {
  .resp-search.active + #toolbar {
    margin-right: calc((100% - 280px) / 2);
  }
}
  
/**
 * ------------------------------------------------------------------------------------
 * PRINT VERSION definitions
 * ------------------------------------------------------------------------------------
 **/
  .printheader, .printfooter {display: none;}

@media print {
    html,body{
      height: auto !important;
    }

    header,
    footer{
      display: none;
    }

    .flexible-img,img,a,p,h1,h2,h3,h4,h5,h6,div,iframe {
      filter: grayscale(100%);
    }
    #slider{
      display: none;
    }
    #contact-form{
      display: none;
    }
    div#checklist.hidden {
      display: block !important;
    }

    .dropdown.hidden{
      display: block !important;
    }

    #mikogo-form{
      display: none;
    }

    img.toolbar-icon.middle{
      display: none !important;
    }

/**
 * ----------------------------------------------------------------
 * print-header definitions
 * ----------------------------------------------------------------
**/

    .printheader,
    .printfooter{
      display: block;
    }
    .printheader h3{
      margin-bottom: 0;
    }
    .printheader p{
      margin-top: 0;
    }

    #tooltip {
      content: '';
      display: none !important;
    }

    #resources > li{
      background: #fff !important;
    }

/**
 * ----------------------------------------------------------------
 * print-footer definitions
 * ----------------------------------------------------------------
**/

    .printfooter-logo{
      width: 150px;
      filter: grayscale(100%);
      margin-top: 25px;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    a:after{
      content:'';
    }

    a[href]:after{
      content: none !important;
    }

/**
 * ----------------------------------------------------------------
 * print definitions general
 * ----------------------------------------------------------------
**/

    /*.accordion {
      display: block !important;
      height: auto !important;
    }*/
}