/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:24:36 PM
    Author     : anestis
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:54:15 PM
    Author     : anestis
*/
/* Colors */
/* fonts */
.bg-gray {
  background-color: #f3f3f3;
  color: #555;
}
@media only screen and (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-4 {
    width: 33.3333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-2 {
    width: 16.66666666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-1 {
    width: 12%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-container {
  margin-left: 300px;
  width: calc(100% - 300px);
}
body .sidebar {
  left: 0;
  width: 294px;
}
body .sidebar {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 2px 4px 8px rgba(0, 0, 0, 0.28);
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding-top: 60px;
  position: fixed;
  transition: left 0.5s ease 0s;
  z-index: 2;
}
.sidebar {
  left: -294px;
  padding-left: 20px;
  padding-right: 20px;
  width: 294px;
}
.sidebar {
  left: -294px;
  padding-left: 20px;
  padding-right: 20px;
  width: 294px;
}
.sidebar {
  left: -294px;
  padding-left: 20px;
  padding-right: 20px;
  width: 294px;
}
.sidebar {
  color: white;
  font-weight: 300;
  margin: 80px 0 0 25px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  width: 160px;
  z-index: 1;
}
/*# sourceMappingURL=layout.css.map */