/*
    Document   : style
    Created on : 14-11-2013
    Author     : Rogier van Onna, ELONISAS.nl
    Description: PAGE-ONLINE
*/

/* GENERAL */
body {
  font-family: 'Open Sans Light','Droid Arabic Naskh',sans-serif;
  color: #333;
  font-size: 0.8em;
  line-height:140%;
}

/* DEFAULT CLASSES FOR POSITIONING */
.clear { clear:both; }
.clear-right { clear:right; }
.clear-left { clear:left; }
.float-right { float:right; }
.float-left { float:left; }
.display-inline { display:inline-block; }

/* MESSAGES */
#message-box {
  display:block;
}

#message-box div.message-box {
  border-radius:10px;
  -moz-border-radius:10px;
  margin-bottom:10px;
  padding:10px;
}

#message-box-info {
  background-color:#87c5e9;
  border:2px solid #7bb2d1;
}

#message-box-succes {
  background-color:#5ec998;
  border:2px solid #56b589;
}

#message-box-warning {
  background-color:#f7e4b7;
  border:2px solid #e9cc87;
}

#message-box-error {
  background-color:#ff897b;
  border:2px solid #df796d;
}

/* LOGO, TITLE AND SLOGAN */
#header .site_logo_title_slogan_part_content {
  padding:20px;
}

/* MAIN */
#main {
  clear: both;
}

/* CONTENT */
#page {
  background-color: #fff;
  box-shadow: 0px 0px 10px #333;
}

/* SIDEBAR PARTS */
.sidebar .site-part {
  /* border-radius:10px; */
  box-shadow:1px 2px 3px #D8D8D8;
}

.sidebar.left .site-part {
  margin:5px 0px 20px 10px;
}

.sidebar.right .site-part {
  margin:5px 10px 20px 0px;
}

.sidebar .site-part .part-title h3 {
  margin:0;
  color:#fff;
}

.sidebar .site-part .part-title {
  background-color: #666;
  padding:10px 10px 10px 15px;
}

.sidebar .site-part .part-content {
  display:block;
  overflow:hidden;
}

.sidebar .site-part.site_languages_part_content {
  box-shadow:none;
}

.sidebar .site_languages_part_content ul {
  padding:0;
  margin:0;
  list-style:none;
}

.sidebar .site_languages_part_content .part-content {
  border: 0;
}

/* ZIJBALKEN */
#sidebar-right,
#sidebar-left {
  margin-top:20px;
}

/* Portfolio overzicht */
.table-content-overview td {
  text-align:center;
}

.table-content-overview td img {
  border:1px solid #aaa;
}

.sidebar .site-part .part-title {
  background-color: #666;
}

#footer {
  color:#fff;
  background-color:#4D4D4D;
}


/*ul.menu-item-list {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul.menu-item-list li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.menu-item-list li a {
  text-decoration:none;
  color:#333;
}
ul.menu-item-list li:hover a {
  text-decoration:none;
  color:#fff;
}
ul.menu-item-list li a:hover {
  text-decoration:underline;
  color:#fff;
}
ul.menu-item-list li:hover {
  background: #555;
  color: #fff;
}
ul.menu-item-list li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.menu-item-list li ul li {
  background: #555;
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul.menu-item-list li ul li:hover { background: #666; }
ul.menu-item-list li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 500;
}*/

.image-float-right {
  float:right;
}

.image-float-left {
  float:left;
}

/* FORMS */

label.control-label {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

.control-group .controls {
  display: inline-block;
  width: auto;
}

.videodetector {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
