hr {
	display: none;
	border-top: 1px solid;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 20px;
}

.material-icons {
	transform: translateY(6px);
	margin-right: -5px;
}

#toggle_calendar i,
#toggle_overview i {
}

input, select {
    background-color: transparent;
    border: 1px solid;
    font-size: 1em;
    -webkit-appearance: none;
    padding: 3px;
}
select {
	padding: 3px 10px;
}

.content_h1 {
	margin-top: 50px;
}

/*
select:after {
	content: 'X';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 6px;
    height: 100%;
    padding: 15px 0px 0px 8px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}
*/

table.dataTable tr.odd { background-color: white; }
table.dataTable tr.even { background-color: white; }

#overview_container{
    position: relative;
    top: 80px;
    margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1200px;
}

.year_input{
    margin-left: 5px;
}

.wrapper{
    border: 1px black solid;
    border-top: 1px dotted;
     padding: 20px;
    margin-bottom: 20px;
}

.dataTables_info, .dataTables_paginate{
    margin-top: 10px;
}



#calendar .fc-time-grid .fc-slats td {
    height: 2em !important; 
    border-bottom: 0 !important;
}

#guides_calendar .fc-time-grid .fc-slats td {
    height: 3em !important; 
    border-bottom: 0 !important;
}

.fc-center {
	font-size: 1.2em;
    margin-top: 15px;
}

.toggle_container {
	border: 1px solid;
	border-bottom: none;
	padding: 0 20px;
}

.wrapper_title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 26px;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    display: inline-block;
}

.ui-widget-header {
    border-bottom: 1px solid #aaaaaa;
    border: none;
    background: none;
    font-size: larger;
}

.custom_dialog{
	font-family: 'Helvetica';
	width: 400px !important;
	border-radius: 0;
	border: 1px black solid;
}

.buttons{
	position: relative;
	display: inline-block;
/*     margin-top: 20px; */
    border: 2px solid black;
    border-radius: 2px;
/*     margin-bottom: 20px; */
    line-height: 33px;
/*     width: 180px; */
	padding: 0 20px;
    cursor: pointer;
    font-family: 'open_sansregular';
    font-size: 1em;
    background: white;
}

.buttons:not(:last-child) {
	margin-right: 15px;
}
	
	#toggle_calendar,
	#toggle_overview {
		margin-top: 10px;
		margin-bottom: 0;
		float: right;
		border: none;
		margin-right: -15px;
	}
	
	#download_report {
		float: right;
		margin-top: -5px;
	}


.ui-widget-content a {
    color: #222222;
    border-bottom: 0;
    text-decoration: none;
    border: 2px solid black;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    width: 100px;
    text-align: center;
    font-size: 15px;
       
}

.ui-dialog-titlebar-close{

	border: none !important;
    background: 0 !important;
    color: black !important;
}


#guides_calendar{
	width: 70%;
	margin: 0 auto;
	position: relative;
	top: 100px;
	margin-bottom: 50px;
}

.full_calendar{
	width: 100% !important;
	margin-bottom: 0 !important;
	top: 0 !important;
}

#calendar_wrapper {
	
}

#calendar_wrapper .fc-toolbar {
	border: none;
}

