@charset "UTF-8";
/* CSS Document */

body, html {
	background-color: #303030;
}
a:hover{
	text-decoration: none;
}
header {
	width:100%;
	background: #303030;
	border-bottom: solid 10px #F68B1F;
	color: #e6e3d7;
}
main {
	background: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 500px;
}

footer {
	background: #303030;
	border-top: solid 10px #F68B1F;
	padding: 10px 0 0px 5px;
	color: #e6e3d7;
}
footer a, footer a:hover {
	color: #e6e3d7;
} 

/* Page Loader */
#page-loader.modal {
	background:#303030;
	opacity:0.9;
	display: block;
	
}

#page-loader .progress {
	z-index: 1050;
	width: 0%;
	margin: 0;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	position: absolute;
	top: 50%;
}

.page-header:first-child {
	margin: 0px 0 20px;
}
.page-header:first-child h1 {
	margin: 0px 0 10px;
}

/* Links */
a{
	transition: all 0.3s linear;
}

/* Instagram Widget */
.instragram-thumbs {
	width:100%;
	list-style: none;
	margin:20px 0 0 0;
	padding: 0;
}

.instragram-thumbs li {
	list-style:none;
	width:12.48%;
	float:left;
	border-left: #fff solid 2px;
	border-bottom: #fff solid 2px; 
	position: relative;
}

.instragram-thumbs li form {
	opacity:0.2;
	margin-bottom:0;
	
}

.instragram-thumbs li form:hover {
	opacity:1;
	
}

.instragram-thumbs li form.live {
	opacity:1;
}

.instragram-thumbs li .btn {
	position:absolute;
	right: 0px;
	bottom:0px;
	opacity: 0.9;
}
.instragram-thumbs li .btn.active {
	opacity: 1;
}

.instragram-thumbs li img {
	width:100%;
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in; 
	cursor: zoom-in;
}

/* Kendo Fixes */
.k-select .k-icon {
    margin-top: 5px !important;
}
.timetable-filter {
	float:left;
	position: absolute;
	z-index: 999;
	
}
#classes-filter {
	margin-bottom: 5px;
	float: left;
	/* position: absolute; */
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
}

#category-filter {
	margin-bottom: 5px;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: 11px;
	line-height: 35px;
}
.k-scheduler-toolbar {
	background-color: transparent;
	padding-left: 286px;
}
.k-scheduler-navigation {
	background-color: #333;
	margin-left: 5px;
}

.k-scheduler-navigation .k-nav-next, .k-scheduler-navigation .k-nav-prev  {
	padding-top: 7px;
	padding-bottom:5px;
	border-top: #333;
	border-bottom: #333;
	
}
.k-scheduler-navigation .k-nav-today  {
	border-top: #333;
	border-bottom: #333;
}

.k-event a {
	color:#fff !important;
	text-decoration:none;
}
.k-event a:hover {
	color:#fff !important;
	text-decoration:none;
}

.k-edit-form-container {
	width: auto;
}
.k-edit-form-container .k-popup-message {
	padding: 1em 1em 1em 1em;
	text-align:left;
}
.k-edit-form-container h3 {
	margin-top: 0px;
}



fieldset {
	padding: 12px;
	margin :10px;
	border: 2px solid #e6e3d7 ;	
}
fieldset p {
	padding-bottom: 10px;
	padding-top: 0px;
}
legend {
	display: block;
	padding: 5px 10px;;
	margin: 5px;
	margin-left: 0px;
	font-size: 14px;
	border: 0;
	margin-top: 0;
	background: #303030;
	color: #fff;
	text-transform: uppercase
}

.list {
	list-style: none;
	line-height: 20px;
	font-size: 85%;
	padding-left: 0;
}

.k-button.k-button-large {
	display: block;
	width: 96%;
	padding: 2%;
	margin: 2%;
	padding-bottom: 4%;
	padding-top: 4%;
	font-size: 20px;
}

.notification {
    width: 260px;
    padding: 20px;
    font-size: 18px;
    background: rgba(246, 139, 31,.9);
    color: #ffffff;
}
.notification h3 {
    font-size: 100%;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-top: -8px;
}
.notification p {
    margin: 5px 0px 0 23px;
    font-size: 80%;
    
}
.k-notification {
    border: none !important;
}
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}
.k-notification-info.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}
.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.k-upload {
	background: none;
	border: none;
}
.k-upload-selected {
	margin: 0 0.8em;
}
.k-file {
	margin: .8em;
}

/*
 BOOTSTRAP MODS FOR KENDO
*/

.navbar {
    min-height: 60px !important;
    margin-top: -1px;
    text-transform: uppercase;
    border: 0;
}
.navbar .header {
	color: #e6e3d7;
	line-height: 62px;
	font-size: 150%;
}
.navbar-menu {

}
.k-menu .k-menu-group {
	border: 0;
}
.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
	border: 0;
}
.k-menu.k-header {
	border: none;
}
.k-menu .k-item>.k-link {
	padding-top: 21px;
	padding-bottom: 22px;
}

.k-menu ul .k-item>.k-link {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.k-menu .k-item>.k-link>.k-i-arrow-e {

}

/* reset everything to the default box model */

*, :before, :after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}/

.form-control.k-widget
{
    padding: 0;
    width: 100%;
    height: auto;
}

.form-control.k-widget:not(.k-autocomplete)
{
    border-width: 0;
}
.form-group {
	margin-bottom: 5px;
}
.question-block {
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 10px;
	padding-right: 0;
	background: rgba(0, 0, 0, 0.05 );
}
.question-block.child {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	background: rgba(0, 0, 0, 0);
	width: 100%;
}
.toolbar-bottom-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 98%;
	z-index: 1;
	padding: 1%;
	background: rgba(48, 48, 48, 0.9);
}

.icon {
    height: 16px;
    vertical-align: top;
}
.label {
	font-size: 100%;
	min-width: auto;
	display: block;
}



