
/**********************************************************************************
 * Copyright (C) 2016, SpraakLab, All Rights Reserved.
 **********************************************************************************/
  .container {
    margin: 0 auto;
    max-width: 2400px;
    width: 90%;
}
 @media only screen and (min-width: 601px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 95%;
  }
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

a {
	cursor: pointer;
}

/******************************
 		Cards 
*********************************/
.card.small {
	height: 180px;
}

.card.small .card-content {
	padding-top:5px;
	padding-bottom:0px;
	max-height: 30%;
	position:relative;
	top:60%;
	overflow: hidden;
}



/********************************** 
	blauwe buttons video en notepad
************************************/
.button {
	margin-bottom: 0;
 *margin-left: .3em;
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background-color: #00A0E9 !important;
	box-shadow: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	display: inline-block;
 *display: inline;
	height: 36px;
	line-height: 36px;
	outline: 0 none;
	text-transform: uppercase;
	vertical-align: middle;
	border-radius: 0px;
	border: 1px solid rgba(255,255,255,0.1);
	background: #00A0E9;
 *border: 0;
}

.button-whiteleft
{
	margin-left: 12px !important;
}


.button-grey {
	background-color: #CCC !important;	
}

.button-red {
	background-color: #C33 !important;	
}

.button:hover {
	background-color: #00A0E9 !important;
	color: #FFFFFF !important;
	cursor: pointer;
	cursor: hand;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.button-grey:hover {
	background-color: #AAA !important;	 
}

.button-red:hover {
	background-color: #F11 !important;	 
}


.button-group {
	position: relative;
	display: inline-block;
 *display: inline;
 *margin-left: .3em;
	white-space: nowrap;
	vertical-align: middle;
 *zoom: 1;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-left: 0;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	background-color:transparent;
}

.button-group + .button-group {
	margin-left: 5px;
}

.button-toolbar {
	font-size: 0;
	padding-bottom: 8px;
	margin: 0px;
}

.button-toolbar > .button + .button, .button-toolbar > .button-group + .button, .button-toolbar > .button + .button-group {
	margin-left: 5px;
}

.button-group > .button {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0px;
}

.button-group > .button + .button {
	margin-left: -1px;
}

.button-group > .button, .button-group > .dropdown-menu, .button-group > .popover {
	font-size: 12px;
}

.button-group > .button:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topleft: 2px;
	background-color:#000000;
}

.button-group > .button:last-child, .button-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	background-color: #000000;
}



