@import "variables.less";
@import "fontawesome/font-awesome.less";
@import "reveal.less";
@import "presentation_base_theme.less";

.sysdoc-logo {
  position: fixed;
  width: 110px;
  z-index: 30;
  left: 30px;
  bottom: 30px;
  img {
    max-width:100%;
  }
}

.reveal {
  
  ul.no-style {
    list-style:none !important;
  }
  
  ul li {
    .fa { margin-right:20px; }
    margin-bottom:15px;
  }
  
  // Gradient Boxs
  .gradiented-box {
    position: relative;
    margin: 0 auto 40px;
    padding: 70px 0 40px;
    text-align: center;
    background: #fff;
  }
  
  .gradiented-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  
  .green {
    color:@sysdoc-green !important;
  }
  
  .orange {
    color:@sysdoc-orange !important;
  }
  
  .yellow {
    color:@sysdoc-yellow !important;
  }
  
  .maroon {
    color:@sysdoc-maroon !important;
  }
  
  .blue {
    color:@sysdoc-blue !important;
  }
  
  .darkblue {
    color:@sysdoc-darkblue !important;
  }
  
  .red {
    color:red;
  }
  
  // Text sizing
  .text-huge {
    font-size:100px;
  }
}

