/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

section.department {
	background-color: #275d38;
	padding: 5px 0 15px;
}
section.department h1 {
	color: #fff;
}
header a.button-solid {
	margin: 15px 0 5px;
	border-color: #fff;
}
.float-left { float: left; }
.float-right { float: right; }

.bg-image.services {
	background-color: #efefef;
	background-image: url('https://www.uvu.edu/servicedesk/images/dotsnlines_2000px.png');
}

/* Begin tabs */
nav.tabs {
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background: #fff;
    padding: 15px 0;
}
nav.tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
nav.tabs li {
	margin: 0;
	padding: 0;
}
nav.tabs li a {
    margin: 0;
	display: block;
    padding: 10px 20px;
	width: 100%;
	color: #333;
	transition: all 0.3s;
}
nav.tabs li a:hover {
	background: #eee;
}
nav.tabs .active,
nav.tabs .active:hover {
	background: #ddd;
}
select.tabs {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.tab-boxes {
    height: 100%;
}
.tab-boxes > * {
    display: none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 20px;
    height: 100%;
}
.tab-boxes .open {
    display: block;
}
/* OU Campus Editor fix */
.ou-justedit-region .tab-boxes {
    background: repeating-linear-gradient(-45deg, red 1px, white 2px, white 5px);
    padding: 1px 5px;
}
.ou-justedit-region .tab-boxes > * {
	display: block;
	margin: 6px 0;
}
.ou-justedit-region .tabs li {
	cursor: initial;
}
/* End tabs */

.more-info {
	background-color: #d0d0ce;
}

.services-list .accordion::before {
	display: none;
}
.services-list .accordion {
	background-color: #fff;
	text-align: center;
	color: #275d38;
	padding: 10px 20px 20px;
	font-family: Raleway;
	font-weight: 500;
}
.services-list .accordion:not(.open) {
	margin-bottom: 0;
}
.service div:last-child {
	background-color: #fff;
	padding: 10px 20px 20px;
}

.fa {
    width: 40px;
    text-align: center;
}


#slack-container {
    max-height: 540px;
    overflow-y: scroll;
}
#slack-container .message {
    padding: 0 20px;
}
#slack-container .time {
    text-decoration: underline;
    color: #aaa;
    margin: 10px 0;
    display: block;
}

#myForm button {
    color: #fff;
    background: #275d38;
    border: 2px solid #275d38;
    border-radius: 10px;
    padding: 10px 30px;
	margin: 5px 10px 0 0;
}
#myForm button:hover {
    background: #fff;
    color: #275d38;
}
#myForm input, #myForm textarea {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #8c8279;
    border-radius: 3px;
    padding: 5px 10px;
}

h2 > a.button-solid {
	float: right;
	position: relative;
	top: -16px;
	right: 30px;
	font-size: medium;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

nav.tabs {
	padding-bottom: 60px;
}
nav.tabs .active {
	width: calc(100% + 30px);
}
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {


	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
