﻿body
{
	/*background-image:url(../assets/images/boxed_background/none.jpg)*/
	background: #2E363F;
}
.transparent
{
	background: transparent !important;
}
.LanguageList {
   
     border-radius:9px; 
     border-style:solid;      
     border-color:white; 
     padding:5px;
}
/* Set padding to keep content from hitting the edges */
.body-content
{
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt
{
	white-space: normal;
}
* {
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea
{
	max-width: 95%;
}
/*afbeelding centraler */
 .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img 
    {
        display:inline-block;
        max-width:100%;
        height:auto;
    }
header#topHead
{
	/*height: 0px;*/
	line-height: 15px;
}


.isotope-filter
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.gunaco-content-page
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.gunaco-titel{
	padding-top: 20px;
	padding-left: 20px;
}
.h2-center{
	text-align:center;
  font-family:Verdana; 
  font-size:25px; 
  color:#00124b;
  
  
}

.errormssg {
    color:red;
}
.item-box .item-hover,
.item-box .item-hover .overlay {
    cursor:default;
}
/*.table {
    border-collapse: collapse ;
    padding-left: 20px;
  }*/
  .table td,
  .table th {
    background-color: none ;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid none ;
  }
  th {
  text-align: right;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid none;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid none;
}
.table > tbody + tbody {
  border-top: 2px solid none;
}
.table .table {
  background-color: none;
}
.table-bordered {
  border: 1px solid none;
}

table,
.gunacoTable  {
	background-color: transparent;
     margin-left:auto;
 margin-right:auto;
 }



/*weg*/
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
  
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}
.form-group {
  margin-bottom: 15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
  @media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
   
}
