﻿#scheduling {
	border: 10px solid gray;
	border-radius: 15px;
	cursor: pointer;
	height: 576px;
	width: 496px;

	transition: border 1s, color 1s;
	-moz-transition: border 1s, color 1s;
	-webkit-transition: border 1s, color 1s;
	-o-transition: border 1s, color 1s;
}

#scheduling:hover {
	border: 10px solid black;
	color: black;
}

#scheduling > .scheduling-header {
	margin: 25px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}

#scheduling > .scheduling-content {
	margin: 15px;
	font-size: medium;
}

/* Week-Based Scheduling */
#week-scheduling_col-1 {
	float: left;
	width: 30%;
    margin-left: 5%;
}

#week-scheduling_col-1 > .section {
	float: left;
}

#week-scheduling_col-1 > .section > .sub-section {
	width: 95%;
}

    #week-scheduling_col-1 > .section > .sub-section > .margin-6px > div {
        display: inline-block;
        margin-left: 20px;
    }

    #week-scheduling_col-1 > .section > .sub-section > .margin-6px > table {
        width: 100%;
    }

#week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
	border: 1px dotted gray;
	height: 335px;
	margin-top: 4px;
}

#week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .nav {
    background-color: transparent;
}

#week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
	padding: 4px 12px;
}

    #week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a:hover {
        color: black;
    }

    #week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
        color: white !important;
        background-color: #428bca;
    }

#week-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a:hover {
    color: black;
}

#week-scheduling_col-2 {
    float: left;
    width: 408px;
}

#week-scheduling_col-2 > .section {
	float: left;
}

#week-scheduling_col-2 > .section > .sub-section {
	width: 400px;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
	height: 320px;
	width: 200px;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td {
    vertical-align: top;
}


#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-instruction {
	height: 150px;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul {
    background-color: transparent;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
    padding: 4px 12px;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a:hover {
    color: black;
}

#week-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
    color: white !important;
    background-color: #428bca;
}

#week-scheduling_col-3 {
    float: right;
    margin-right: 5%;
}

#week-scheduling_col-3 > .section {
	float: left;
}

#week-scheduling_col-3 > .scheduling_grid > .section-overflow {
	height: 622px;
	overflow: auto;
}

/* Date-Based Scheduling */
#date-scheduling_col-1 {
	float: left;
	width: 30%;
    margin-left: 5%;
}

#date-scheduling_col-1 > .section {
	float: left;
}

#date-scheduling_col-1 > .section >.sub-section {
	width: 95%;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > div {
    display: inline-block;
    margin-left: 20px;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table {
	width: 100%;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
	border: 1px dotted gray;
	height: 310px;
	margin-top: 4px;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .nav {
    background-color: transparent;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
	padding: 4px 12px;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a:hover {
    color: black;
}

#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
    color: white !important;
    background-color: #428bca;
}

#date-scheduling_col-2 {
	float: left;
	width: 1054px;
}

#date-scheduling_col-2 > .section {
	float: left;
}

#date-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
	height: 236px;
	width: 200px;
}

#date-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-instruction {
	height: 224px;
}

#date-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#date-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
	padding: 4px 12px;
}

#date-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
	color: white !important;
	background-color: #428bca;
}

#date-scheduling_col-3 {
	float: left;
	width: 408px;
}

#date-scheduling_col-3 > .section {
	float: left;
}

/* Anytime-Based Scheduling */
#anytime-scheduling_col-1 {
	float: left;
	width: 30%;
    margin-left: 7%;
}

#anytime-scheduling_col-1 > .section {
	float: left;
	width: 100%;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > div {
    display: inline-block;
    margin-left: 20px;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table {
    width: 100%;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
	border: 1px dotted gray;
	height: 210px;
	margin-top: 4px;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .nav {
    background-color: transparent;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
	padding: 4px 12px;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a:hover {
    padding: 4px 12px;
    color: black;
}

#anytime-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
	color: white !important;
	background-color: #428bca;
}

#anytime-scheduling_col-2 {
	float: left;
	width: 582px;
}

#anytime-scheduling_col-2 > .section {
	float: left;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
	height: 347px;
	width: 300px;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td {
    vertical-align: top;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-instruction {
    height: 175px;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > .tab-content > .tab-pane {
    border: none;
    height: 0px;
    min-height: 0px;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul {
    background-color: transparent;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a:hover {
    color: black;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li > a {
    padding: 4px 12px;
}

#anytime-scheduling_col-2 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow > .tabbable > ul > li.active > a {
	color: white !important;
	background-color: #428bca;
}

#anytime-scheduling_col-3 {
	float: left;
	width: 408px;
}

#anytime-scheduling_col-3 > .section {
	float: left;
}

#anytime-scheduling_col-3 > .section > .sub-section {
	width: 400px;
}

/* Common Classes */
.scheduling_grid {
    margin-bottom: 4px;
    margin-right: 6px;
    margin-left: 8px;
}

.scheduling_grid-anytime {
    width: 95%;
    overflow: scroll;
    margin-left: 35px;
    height: 250px;
}

.scheduling_grid > .section-overflow > table {
width: 100%;
}

.scheduling_grid > .section-overflow > table > tbody > tr > td {
	border: 1px solid white;
	color: white;
	text-align: center;
	width: 12.5%;
}

.scheduling_grid-diplay {
	display: inline-block;
}

.scheduling_grid-header {
	background-color: gray;
	border: 1px solid white;
	color: black;
	font-weight: 700;
	text-align: center;
	width: 12.1%;
}

.scheduling_grid-navi {
	background-color: gray;
	height: 20px;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scheduling_grid-content {
	background-color: lightgray;
	height: 20px;
	width: 100%;
}

.blankbutton {
	display: inline-block;
	width: 30px;
}

@media (max-width: 1700px) {
	#week-scheduling_col-1 {
		margin-left: 1%;
	}

	#week-scheduling_col-3 {
		margin-right: 1%;
	}

	#date-scheduling_col-1 > .section > .sub-section > .margin-6px > table > tbody > tr > td > .section-overflow {
		height: 290px;
	}
}