@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url('/fonts/roboto_300.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('/fonts/roboto_400.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url('/fonts/roboto_700.woff') format('woff');
}


body {
  font-family: 'Roboto Slab';
  /* background: #fafafa url('/img/pattern/gray_lines.jpg') center center repeat; */ 
}

body > .container {
  padding-top: 24px;
  margin-top: 24px;
  box-shadow: 0 0 24px #999;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: white;
}

.spaced-bottom {
  margin-bottom: 24px;
}

input[type="submit"],
td.actions a,
.boxed {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);    
}
input[type="submit"] {
  padding: 4px 8px;
}

input[type="submit"]:hover {
  border: 1px solid silver;
}


td.actions a {
  padding: 3px 6px;
}

.no-image-available {
  background-color: silver;
  text-align: center;
  height: 270px;
  font-weight: bold;
  color: white;
  font-size: 18px;
  position: relative;
}

.no-image-available p {
  position: relative;
  padding: 34% 0;
}


.badge {
  padding: 3px 9px;
}

.error-message {
  font-size: 12px;
  margin-bottom: 6px;
  color: red;
}

span.small,
.table span.small
{
  font-size: 10px;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

textarea.fillwidth {

  height: 400px;
}

.cake-sql-log tr td {
  border-bottom: 1px solid silver;
}

.mx-pagepart-heading {
  padding: 12px;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

hr {
  margin: 6px 0;
}

.tinymce{
  height: 300px;
}

.accordion-inner {
  min-height: 140px;
}


.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;        // Make inputs at least the height of their button counterpart
  .box-sizing(border-box); // Makes inputs behave like true block-level elements
}

.fullwidth {
  width: 97%;
  
}

.simpleHr{
    border: 0; 
    border-bottom: 1px solid #dedede;
}