* {margin: 0;
   padding: 0;
}

body, html{
	height: 100%;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,.8);
}

.navbar-default {background: lightblue;
    box-shadow: 0 8px 6px -6px grey;
}


.loggeduser {
	margin: 22px 10px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.9);
	font-family: 'Lato', sans-serif;
}

div.container-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 10%;
}

.btn-success, .btn-warning, .btn-danger, .btn-info {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    box-shadow: 1px 2px 1px grey
}

.tabel {
	margin: 50px auto;
	width: 98%;
	text-align: center;
}

.tabel th {padding: 5px;
	border: 1px solid grey;
	-moz-border-radius: 20px 20px 0px 0px;
	font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(0,0,0,0.9);
    font-family: 'Lato', sans-serif;
    text-align: center;
    background: rgb(238,238,238);
           
}
.tabel td {padding: 5px;
	text-align: center;
	font-weight: 300;
    /*text-transform: uppercase;*/
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(0,0,0,0.9);
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.formular {
	padding: 20px;
}

.fc-content {cursor: pointer;}

.navbar-form {margin-top: 15px;}

#eventTitle {font-weight: 300;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    color: rgba(0,0,0,0.9);
    text-align: center;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
    font-family: 'Muli', sans-serif;
}

#descript {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: rgba(0,0,0,0.9);
    text-align: left;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.eventContent {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    /*text-transform: uppercase;*/
    font-size: 14px;
    letter-spacing: 3px;
    color: rgba(0,0,0,0.9);
    text-align: left;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

#locate {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    color: rgba(0,0,0,0.9);
    text-align: left;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;  
}

p.time {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    color: rgba(0,0,0,0.9);
    text-align: left;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.8) 0px 3px 3px;  
}

.buying-selling.active {
    background: #7BB712;   
}

.buying-selling {
    width: 130px; 
    padding: 10px;
    position: relative;
}

.buying-selling-word {
    font-size: 15px;
    font-weight: 600;
    margin-left: 22px;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: 10px;
    left: 16px;
}

.radio-dot:after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 14px;
    left: 20px;
}

.buying-selling.active .buying-selling-word {
    color: #fff;
}

.buying-selling.active .radio-dot:after {
    background: #426C2A;
}

.buying-selling.active .radio-dot:before {
    background: #fff;
    border-color: #699D17;
}

.buying-selling:hover .radio-dot:before {
    border-color: #adadad;
}

.buying-selling.active:hover .radio-dot:before {
    border-color: #699D17;
}


.buying-selling.active .radio-dot:after {
    background: #426C2A;
}

.buying-selling:hover .radio-dot:after {
    background: #e6e6e6;
}

.buying-selling.active:hover .radio-dot:after {
    background: #426C2A;
    
}

.alert-warning {
    display: none;
}

.alert-success{
    display: none;
}

thead.fc-head {
                height: 50px;
                border-radius: 20px 20px 0px 0px;
                line-height: 50px;
                font-size: 24px;
                background: grey;
                font-family: 'Lato', sans-serif;
                font-weight: 300;
                text-transform: uppercase;
                font-size: 16px;
                letter-spacing: 3px;
                color: rgba(0,0,0,0.9);
                -webkit-background-clip: text;
                -moz-background-clip: text;
                background-clip: text; 
}


span.fc-day-number {
                font-family: 'Lato', sans-serif;
                font-weight: 300;
                text-transform: uppercase;
                font-size: 16px;
                letter-spacing: 3px;
                color: rgba(0,0,0,0.9);
                text-shadow: rgba(255,255,255,0.8) 0px 3px 3px;  
    
}

div#eventtable_filter.dataTables_filter {width: 80%;

}

div#eventtable_length.dataTables_length {width: 80%;
}

div#eventtable_length.dataTables_length label {margin-left: 180px;}

div#eventtable_paginate.dataTables_paginate.paging_simple_numbers {text-align: center;
    margin-top: 30px;
   
}
div#eventtable_info.dataTables_info {
    margin: 30px 50px;
}

.btn-custom {margin-right: 30px;}

th.fc-day-header.fc-widget-header span {color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;

}
th.fc-day-header.fc-widget-header {background: lightblue;}

th.fc-day-header.fc-widget-header.fc-sun {background: rgb(217,83,79);}

div.fc-view-container {margin-top: 50px;}

@media (max-width: 400px) {
    
    .mobile-br {
        display: none;   
    }

    .buying-selling {
        width: 49%;
        padding: 10px;
        position: relative;
    }

}
