@media (min-width: 768px) {
.col-md-1_5 {
	float:left;
	width: 12.5%;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
}

#schedule{
	font-size: 0.8em;
}

#schedule h2 {
	font-size: 2em;
	line-height: 2em;
}

@media (max-width: 600px){
	#schedule h2 {
		font-size: 1.5em;
		line-height: 2em;
	}
}

.schedule-cell {
	padding: 0 0.5% 0.5% 0 !important;
}

.date_label {
	color: #999;
	text-align: right;
}

.scedule-name {
	border: 1px solid #999;
	/* background-color: #FFF; */
	width: 100%;
	min-height: 40px;
	font-weight: bold;
	text-align:left;
	padding: 1%;
	min-height: 45px;
}

.scedule-day {
	border: 1px solid #999;
	background-color: #FFF;
	width: 100%;
	min-height: 40px;
	text-align:left;
	padding: 1%;
	min-height: 90px;
}

.scedule-day a, .scedule-name a {
	color: #333;
	text-decoration:none;
}

.scedule-day.today {
	background-color: #c0f4c0 !important;
}

.scedule-day.weekend {
	background-color: #e8e8e8;
}

.scedule-day ul {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.scedule-day ul li {
	list-style:none;
}

.scedule-day ul li {
	border-top: rgba(51,51,51,1) dotted 1px;
	padding: 10px 0;
	margin: 5px 0px;
}


/* form */

.background-modal{
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	width: 100%;
	height:100%;
	display:none;	
	position: fixed;
	left: 0;   
    top: 0;
}

.form-modal {
	display:none;
	position:fixed;
	top: 5%;

	width: 50%;
	max-height: 90%;
	left: 50%;	
	margin-left: -25%;
	
	background:#FFF;
	padding: 1% 2%;
	
	overflow:auto;
	
    box-shadow: 0 0 10px #333;

    border: 1px solid transparent;
    border-radius: 4px;

    vertical-align: top;
	z-index: 1001;
}

@media (max-width: 600px)
{
	.form-modal {
		width: 96% !important;
		left: 2% !important;	
		margin-left: 0% !important;
	}
}

.form-modal-inner {
	width: 100%;
	height: 100%;

    text-align: justify;
    vertical-align: middle;
}

.form-modal-inner h4 {
	margin-left: 7%;
}

.form-modal-message {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1em;
	padding: 1%;
}
.form-modal-close {	
	background-color: rgba(204,204,204,1);
    border: 1px solid #aaa;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    line-height: 30px;
    display: block;
    z-index: 100;
    float: right;
    text-align: center;
	margin-bottom: 20px;
}



#team_members {
}

#team_members > div {
	padding-left: 0px;
	padding-right: 0px;
}

#team_members > div > div {
	background-color: #f1f1f1;
	padding: 2%;
	margin: 2%;
	overflow:auto;
}

.team_label {
	font-size: 10px;
	font-weight:normal;
	float: left;
}


.schedule-content {	
	clear:both;
}

.schedule-content a {
	text-decoration:underline !important;
	font-weight:bold;
}
.schedule-content img {
	width: 100%;
}

.schedule-pics {
	width: 100%;
	display:block;
	clear:both;
}
.schedule-files {
	width: 100%;
	display:block;
	clear:both;
}


.schedule-small-thumb {
    position: relative;
    width: 24%;
    overflow: hidden;
	background-size: cover;
	float: left;
	display:block;
	margin-right: 1%;
	margin-bottom: 1%;
}
.schedule-small-thumb:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.schedule-small-thumb .thumb-content,
.big-pic-preview .thumb-content {
    position:  absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
}

.schedule-small-thumb h5 {
	position:  absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
	font-size: 0.6em;
}

.big-pic-preview .thumb-content {
	top: initial;
	bottom: 0;
	font-size: 2em;
	line-height: 2.4em;
}

.big-pic-preview {
	position: fixed;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	diplay: none;
	background-color: rgba(0,0,0,0.9);
	z-index: 1005
}
.big-pic-preview img{
	display:block;
	margin: 0 auto;
	max-height: 100%;
}



.schedule-participants {
	position: relative;
	overflow:auto;
	clear:both;
}

.schedule-participants div {
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	float: left;
	margin: 2px;
}

@media (min-width: 480px) and (max-width: 768px){
	#filter .form-control {
		width: 48%;
		margin: 1%;
		float:left;
	}
}

.event-icon {
	width: 28px;
	height: 28px
}

.buttons_holder {
	float: left;
	line-height: 32px;
}

.buttons_holder a{ 
	font-size: 1.8em;
	margin: 3px;
}
.event-name-holder{
	font-weight:bold;
	width: 100%;
	padding-left: 10px;
	clear: both;
	background: #999;
	padding: 3px;
	color: rgba(255,255,255,1);
}
.schedule-site-info{
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
}

.log-icon {
}

.log-data {
	display: none;
}

.collapsed {
	display:none;
}

@media (max-width: 768px) {
	.today .collapsed {
		display: block !important;
		direction:
	}
}


.form-shift {
	width: 30% !important;
	left: 50% !important;
	top: 10% !important;
	margin-left: -15% !important;
}

.form-shift select{
}

.add-sh-label {
	margin-left: 15px; 
	padding: 2px; 
	font-size: 1.3em; 
	z-index: 500; 
}
.add-sh-label-circle {
	border-radius: 1.1em;
	border: 1px solid rgba(0,0,0,0.70);
	text-align:center;
}
.add-sh-label-circle {
	color: #fff;
}