/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
    
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  .sidebar {
        min-height: 200px;
    }
  }
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
.boxshadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding:15px;
    margin-bottom:20px;
}
    
.navbar-brand img {
    height: 50px;
}

h4{line-height:25px;}



/* cookie alert */
#cookie-alert {
    
    left: 0;
    right: 0;

    bottom: auto;
    width: 100%;
    padding: 30px;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    z-index: 999999;
    background-color: #8ab933;
    color:white;
}
	#cookie-alert.alert-position-top {
		bottom:auto; 
		top:0px;
	}
	#cookie-alert p {
		margin:0;
		padding: 6px 0 0 0;
	}
	#cookie-alert .fa {
		margin: 0 8px;
		font-size:16px;
	}
	#cookie-alert>.container {
		padding: 0; 
		margin-top: 0;
		margin-bottom: 0;
	}
#cookie-alert .cookie-close-btn {
	font-size: 30px;
}

.field-validation-error, .validation-summary-errors {
    color: red;
}