@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype');
}

body {
    background-color: #000000;
    font-family: 'Roboto';
    color:white;
}

.page-content {
    padding-top: 5px;
    margin-bottom: 45px;
}

.scrollable-custom {
    overflow-y: auto;
    overflow-x: hidden;
}

.black-background {
    background-color: black !important;
}

/* Helper class for bootstrap or other */

.padding-0 {
    padding: 0 !important;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.leftSide{
	height: 90%;
    height: calc(100% - 51px);
    overflow: auto;
}

/* Menu Page Start */

.menuItem {
    border: 2px solid black;
    background: #007DB8;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    color: #FFFFFF;
}

.subItem {
    background: #808080;
}

.menuItem span {
    font-size: .7rem;
}


/* Menu Page End */

/* Login Page */
	
.login-image{
	position: fixed;
}

.navbar-fixed-bottom-custom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0px;
	width: 100%;
}
.nav-slide-container{
	position: relative;
	width: 85%;
	height: 100px;		
	max-width: 400px;
	margin: 40px auto 0px auto;
	border-top: solid 2px #007DB8;
	border-bottom: solid 2px #007DB8;
}
.slide-arrow{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
}
.nav-slide-right-arrow{
	position: absolute;
	height: 70px;
	width: 70px;
	top: 13px;
	right: -35px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #007DB8;
	border-right: solid 2px #007DB8;
}
.slide-to-submit{
	color: white;
	position: absolute;
	right: 0px;
	top: 35px;
}
.slide-to-submit-sent{
	color: white;
	position: absolute;
	left: 30px;
	top: 35px;
	display: none;
}

@media (max-width: 991px) {
	.login-image{
		position: relative;
	}
	.login-picture{
		margin: 20px 0px;
	}
}

@media (max-width: 600px) {
	.nav-slide-container{
		margin: 40px 0px 0px 0px;
	}
}
	
/* End Login Page */

/* X icon and progress bars for Mobile Sections */

.progress {
    margin-bottom: 15px;
    margin-top: 5px;
}


/* Content Section Start */

.sectionHeader {
    color: #FFFFFF;
    background: #444444;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.sectionHeader .headerProgressBar {
    padding-left: 20px;
    padding-right: 20px;
}

.sectionHeader p {
    color: #FFFFFF;
    background: #444444;
    font-weight: 300;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: .8em;
}

.sectionSubHeader {
    color: #FFFFFF;
    background: #808080;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin: 4px;
    text-align: left;
    cursor: hand;
    cursor: pointer;
}

.sectionSubHeader p {
    color: #FFFFFF;
    background: #808080;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

.activeHeader {
    background-color: #007DB8 !important;
}

.activeHeader p {
    background-color: #007DB8 !important;
}


/* section 2 Imagemap styling */

.sbsTitle {
    font-size: 2em;
    font-weight: bold;
}

.sbsTitleDescription > p {
    margin-left: 10%;
    margin-right: 10%;
}

.sbsButton {
    border: 1px solid transparent;
    height: 5em;
    width: 5em;
    padding: 1em;
    color: white;
    background-color: #007DB8;
    border-radius: 0px;
    border-color: white;
}

.sbsButton:hover {
    background-color: #3DC6EF;
    color: #007DB8;
    font-weight: bold;
    border-color: #3DC6EF;
}
#oldContentButton.sbsButton:hover {
    background-color: #AAAAAA;
    color: #007DB8;
    font-weight: bold;
    border-color: #AAAAAA;
}

#sbsContentButton.sbsButton:hover {
    background: #3dc6ef;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3dc6ef 50%, #2989d8 50%, #aaaaaa 50%, #aaaaaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3dc6ef 50%, #2989d8 50%, #aaaaaa 50%, #aaaaaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3dc6ef 50%, #2989d8 50%, #aaaaaa 50%, #aaaaaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3dc6ef', endColorstr='#aaaaaa', GradientType=1);
    /* IE6-9 */
}

.sbsButton-active {
    background-color: #3DC6EF;
    color: #007DB8;
    font-weight: bold;
    border-color: #3DC6EF;
}

#sbsContentButton.sbsButton-active {
    background: #3dc6ef;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3dc6ef 50%, #2989d8 50%, #aaaaaa 50%, #aaaaaa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3dc6ef 50%, #2989d8 50%, #aaaaaa 50%, #aaaaaa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3dc6ef 50%, #2989d8 50%, #aaaaaa 50%, #aaaaaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3dc6ef', endColorstr='#aaaaaa', GradientType=1);
    /* IE6-9 */
}
#oldContentButton.sbsButton-active {
    background-color: #AAAAAA;
    color: #007DB8;
    font-weight: bold;
    border-color: #007DB8;
}

.buttonRow {
    padding-bottom: 10px;
}

.processorDetails {
    background-color: white;
    color: black;
    text-align: center;
    height: 25em;
    width: 17em;
    margin-top: 4em;
}

.processorModalDetails {
    background-color: white;
    color: black;
    text-align: center;
    margin-top: 1em;
}

.featureDetails-mobile {
    background-color: white;
    color: #007DB8;
    text-align: center;
    padding: 10px 5px 10px 5px;
}

.featureDetails-mobile p {
    font-size: 1em;
    text-align: left;
    margin: 1em;
}

.featureDetails-mobile span {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.featureDetails {
    font-size: .8em;
    text-align: left;
    margin-left: 10px;
}

.featureDetails span {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

.processorDetailsButton {
    height: 3em;
    width: 5em;
    border: 1px solid transparent;
    padding: 0;
    color: #007DB8;
    background-color: white;
    border-radius: 0px;
    border-color: #007DB8;
    margin-bottom: 10px;
}

.processorDetailsButton:hover {
    background-color: #007DB8;
    color: white;
    font-weight: bold;
    border-color: #007DB8;
}

.nextSectionButton {
    position: fixed;
    right: 45px;
    bottom: 50px;
    min-height: 3em;
    width: 7em;
    border: 1px solid transparent;
    padding: 0;
    color: #007DB8;
    background-color: white;
    border-radius: 0px;
    border-color: #007DB8;
    margin-bottom: 10px;
}
@media all and (max-width: 993px) {
    .nextSectionButton {
        position: static !important;
    }
}


.nextSectionButton:hover {
    background-color: #AAAAAA;
    color: white;
    font-weight: bold;
    border-color: #007DB8;
}

.two-button-column {
    display: flex;
    align-items: center;

}
.two-button-column div{
    width:50%;
}

.section-complete-show {
    display:block !important;
}

.processor-image {
    max-width: 300px;
}

.processor-diagram {
    max-height: 55vh;
    width: auto;
}

.oldProcessorContents,
.newProcessorContents {
    padding: 1em;
    text-align: center;
}

.oldProcessorText,
.newProcessorText {
    margin-top: 5em;
    margin-bottom: 4em;
}

.newProcessorText.lessPadding {
    margin-top: 1em;
    margin-bottom: 1em;
}

@media only screen and (min-width: 992px) {
    .instructionsModal {
        left: 15%;
        top: 20%;
        width: 40%;
        text-align: center;
    }
}

#newProcessorImage,
#oldProcessorImage {
    max-height: 45vh;
    width: auto;
}

.oldProcessorNumberImage, .newProcessorNumberImage, #processor-modal-number-image {
    max-width: 20%;
}


/* iphone 5-ish and smaller sizes for diagrams and images*/

@media only screen and (max-device-width: 360px) {
    .processor-image {
        max-width: 250px;
    }
    .processor-diagram {
        max-width: 60vh;
    }
}


/* section 2 imagemap styling done */

@media all and (max-width: 993px) {
    .background-activity {
        background-color: #007DB8;
    }
}

.progressText {
    text-align: left;
    font-size: .8em;
    color: #AAAAAA;
    padding-bottom: 5px;
}

.subProgressText {
    margin-top: 10px;
}

.progress {
    background: #AAAAAA;
    border: 0px solid #007DB8;
    border-radius: 5px;
    height: 10px;
}

.progress-bar-custom-header {
    background: #007DB8;
}

.progress-bar-custom-subheader {
    background: #EEEEEE;
}

.progress-section {
    background: #808080;
    border: 0px solid #007DB8;
    border-radius: 5px;
    height: 10px;
}

.progress-bar-custom-section {
    background: #AAAAAA;
}

.xIcon {
    margin-top: 10px;
}
 
/* Drag n Drop Interaction styling */

#dragDrop{
	position: relative;
}
.modal-body{
    color: black;
}
.absolute-modal{
	position: absolute !important;

}

.dragndrop-modal {
    top:10%;
    position: fixed !important;
}

.absolute-modal-desktop{
	position: absolute !important;
}
.drag-drop-title{
	text-align: center;
	color: white;
}
.drop-area, .drag-area{
	max-width: 600px;
	margin: 0 auto;
}
.drop-container{
	margin: 15px 0px;
	position: relative;
	width: 20%;
	display: inline-block;
}
.drop-container-wide{
	margin: 15px 0px;
	position: relative;
	width: 40%;
	display: inline-block;
	text-align: center;
}
.dropOption {
    padding:15px;
	background-color: transparent;
	border-bottom: solid 1px lightgray;
	padding: 15px;
	width: 60px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.drag-container{
	position: relative;
	width: 25%;
	height: 150px;
	display: inline-block;
	margin: 45px 0px 60px 0px;
}
.dragOption{
    padding:15px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 150px;
	height: 60px;
	background-color: transparent;
	border: solid 1px lightblue;
	color: white;
	position: absolute;
	cursor: move;
}
.dragOption p{
	text-align: left;
}
.droppable-hover{
	background-color: lightblue;
}
.droppable-hover-correct{
	background-color: rgb(61, 198, 239);
}
.droppable-hover-incorrect{
	background-color: rgb(170, 170, 170);
}

@media (max-width: 600px){
	.dragOption{
		position: absolute;
		left: -30px;
		top: 45px;
	}
}


/* Limiting height on sidebar picture on desktop */

.limit-height {
    max-height: 150px;
    width: 100%;
}

.progress-bar-custom-text {
    color: #AAAAAA;
}

.progress-bar-custom-clock {
    width: 15px;
    height: 15px;
}

/* Center Nav Arrows */

.cardslider__direction-nav {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: -17%;
    right: 0px;
    margin: 0 auto;
}

@media all and (max-width: 993px) {
	.cardslider__direction-nav {
		position: absolute;
		bottom: 20px;
		text-align: center;
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
	.absolute-modal-desktop{
		position: fixed !important;
	}
}

/*-----------------navbar center styling-------------------*/

.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 7px 14px !important;
}

.navbar-inverse {
    background-color: black !important;
    z-index: 999;
    margin-bottom: 5px !important;
}

.navbar-brand>img,
#profile-icon>img {
    height: 100%;
    width: auto;
}

#hamburger-icon-img {
	height: auto;
	width: 25px;
    margin: 10px 7px;
}

#hamburger-icon-container{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;	
}

.circle-container {
    border-radius:50%;
    background-color: black;
}
.circle-container:hover {
    background-color: rgb(0,125,184);
}

li.icon:hover .circle-container {
    background-color: rgb(0,125,184);
}

#hamburger-icon {
    max-height: 100%;
    width: auto;
    padding: 7px 14px !important;
}

#profile-icon {
    height: 100%;
    width: auto;
    padding: 7px 14px !important;
}

.icon {
    position: relative;
    height: 50px;
}

.pull-left>li {
    position: relative;
    display: inline-block;
}


/*Css required for collapsing because mobile deals with collapsing differently than desktop.  Might remove if we find a different fix for the hamburger button*/

.navbar-collapse.in,
.navbar-collapse.collapse,
.navbar-collapse.collapsing {
    margin-top: 50px;
}

#profile-icon:hover,
#hamburger-icon:hover,
#profile-icon:focus,
#hamburger-icon:focus {
    background-color: black;
}

.icon-img {
    height: 100%;
    width: auto;
}

.navbar-collapse.in {
    overflow-y: inherit !important;
}


/*need media queries for small phones to remove padding otherwise scrolling will occur*/

@media all and (max-width: 480px) {
    h1 {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .navbar-inverse {
        margin-bottom: 5px !important;
    }
}


/*-------------------end navbar styling-------------------*/


/*-------------------style the links in the dropdowns-------------------*/

.section-link {
    background-color: #007DB8;
    color: white !important;
    font-size: 1.3em;
    text-align: center;
    border: 4px solid black;
    padding: 20px !important;
}

.utility-link {
    background-color: #808080;
    color: white !important;
    font-size: 1.3em;
    text-align: center;
    border: 4px solid black;
    padding: 20px !important;
}

.section-link:hover,
.section-link:focus,
.utility-link:hover,
.utility-link:focus {
    background-color: #EEEEEE !important;
    color: black !important;
}

ul.dropdown-menu {
    background-color: black !important;
    color: white !important;
}

.dropdown-toggle {
    background-color: black !important;
}

.search-bar {
    padding-left: 35px;
    background-color: black;
    background-image: url("../img/003_magnify_icon.png");
    background-size: 20px;
    background-position: 10px 6px;
    background-repeat: no-repeat;
    color: #007DB8;
}

.search-bar-container .search-bar:focus,
.search-bar .search-bar.focused {
    padding-left: 35px;
}


/* Styling on links for  */

@media all and (max-width: 350px) {
    .section-link {
        font-size: 1em;
        text-align: center;
        border: 2px solid black;
        padding: 15px !important;
    }
    .utility-link {
        font-size: 1em;
        text-align: center;
        border: 2px solid black;
        padding: 15px !important;
    }
}


/*-----------------end navbar center styling-------------------*/


/*-----------------footer styling-------------------*/

.navbar-grey {
    background-color: #808080;
    color: white;
    font-weight: bold;
    min-height: 2em !important;
    box-shadow: 0 -4px 20px #AAAAAA;
}


/*-----------------end footer styling-------------------*/