
/*#region General*/

html, body {
   font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: 300;
}

a, .btn-link {
   color: black;
   cursor: pointer;
}

::placeholder {
   color: rgba(0,0,0,0.35) !important;
}

ul {
   padding-inline-start: 0;
}

.btn {
   margin: 5px;
   min-width: 80px;
}

.btn-primary {
   color: #fff;
   background-color: rgba(249,99,2,1);
   border-color: rgba(249,99,2,1);
}

   .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: rgba(249,99,2,1);
      border-color: rgba(249,99,2,1);
   }

   .btn-primary:hover {
      background-color: rgba(249,99,2,0.9);
      border-color: rgba(249,99,2,0.9);
   }

   .btn-primary:disabled {
      background-color: rgba(249,99,2,0.8);
      border-color: rgba(249,99,2,0.8);
   }

.btn-outline-primary {
   color: rgba(0,113,120,1);
   background-color: rgba(0,113,120,0.1);
   border: none;
   box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
}

   .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
      color: rgba(0,113,120,1);
      background-color: rgba(0,113,120,0.1);
      border-color: rgba(0,113,120,0.6);
   }

   .btn-outline-primary:hover {
      color: rgba(0,113,120,1);
      background-color: rgba(0,113,120,0.2);
      border-color: rgba(0,113,120,0.6);
   }

.backToCoursesBtn {
   margin-bottom: 30px;
   margin-top: 10px;
   color: white !important;
}

.underline {
   text-decoration: underline;
}

.generic-drop-shadow {
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 0px;
}

app {
   position: relative;
   display: flex;
   flex-direction: column;
}

.top-row {
   height: 3.5rem;
   display: flex;
   align-items: center;
   z-index: 1000;
}

.main {
   flex: 1;
}

   .main .top-row {
      background-color: #f7f7f7;
      border-bottom: 1px solid #d6d5d5;
      justify-content: flex-end;
   }

.content {
   padding-top: 1.1rem;
   min-height: 90vh;
}

.valid.modified:not([type=checkbox]) {
   outline: 1px solid #26b050;
}

.invalid {
   outline: 1px solid red;
}

.validation-message {
   color: red;
}

form {
   width: 100%;
   max-width: 400px;
   margin: 0 auto;
   text-align: center;
}

#hdLogoContainer {
   left: 0;
   position: absolute;
   float: left;
   cursor: pointer;
}

#hdLogo {
   width: 40px;
   margin: 0 10px 0 20px;
}

.hdLogoWording {
   float: right;
}

#hdLogoContainerLanding {
   width: 100%;
   text-align: center;
   margin-bottom: 15px;
}

#hdLogoLanding {
   filter: invert(47%) sepia(28%) saturate(2627%) hue-rotate(352deg) brightness(93%) contrast(110%);
   margin-right: 20px;
}

.page-header {
   display: block;
}

button[type=submit] {
   margin: 10px 0;
}

#classTypeContainer {
   margin: 15px;
}

   #classTypeContainer .active {
      /*background-color: rgba(0,0,0,0.2);*/
      transform: scale(1.2,1.2);
      background-color: rgba(249,99,2,1);
      color: white;
   }

.classType {
   cursor: pointer;
   font-size: 0.9em;
   padding: 10px;
   /*background-color: rgba(0,0,0,0.05);*/
   background-color: rgba(249,99,2,0.15);
   border-radius: 3px;
   width: 23%;
   min-width: 92px;
   display: inline-block;
   margin: 0 10px;
}

   .classType:hover {
      cursor: pointer;
      /*background-color: rgba(0,0,0,0.2);*/
      background-color: rgba(249,99,2,0.2);
   }

.contentSansHeader {
}

.contentSansHeaderCentered {
   transform: translate3d(-50%, -40%, 0);
   top: 40%;
   position: absolute;
   left: 50%;
   width: 80%;
}

.backToAssociateSelect {
   position: absolute;
   bottom: 10px;
   left: 50%;
   transform: translateX(-50%);
}

textarea {
   font-size: 1.5em !important;
}

.vertical-separator {
   margin: 0 7px;
}

.twitter-button {
   background-color: rgba(29,161,242, 1) !important;
   border: rgba(29,161,242, 1);
   margin-top: 30px;
   padding: 10px 30px;
   border-radius: 50px;
}

.space-right {
   margin-right: 10px;
}

.fa-sign-out-alt {
   font-size: 1.4em;
   color: rgba(0,0,0,0.6);
}

.romanoff-green {
   color: rgba(0,113,120,1);
}

.homedepot-orange {
   color: rgba(249,99,2,1);
}

#backLink {
   text-decoration: none;
   position: absolute;
   left: 0;
   top: 0;
   color: rgba(0,0,0,0.4);
   font-size: 1.2em;
}

   #backLink img {
      width: 10px;
   }

label {
   font-size: 1.15em;
   margin-bottom: .2rem;
}

/*#endregion*/

/*#region Login*/

#loginBtn {
   width: 200px;
   padding: 10px;
   margin: 0 30px;
}

   #loginBtn img {
      width: 50px;
   }

/*#endregion*/

/*#region Associate Select*/


#newUserContainer {
   background-color: rgba(249,99,2,0.1);
   padding: 15px 30px;
   margin-bottom: 25px;
   border-radius: 15px;
}
/*#endregion*/

/*#region Home*/

#classListContainer {
   text-align: center;
   width: 100%;
   margin: 0 auto;
}

.courseItem:hover {
   background-color: rgba(237, 144, 85, 1);
   cursor: pointer;
}



/*#classListContainer img {
   display: block;
   margin-bottom: 10px;
   max-width: 250px;
   max-height: 160px;
   margin: 0 auto 10px auto;
}*/

.course-container img {
   display: block;
   margin-bottom: 10px;
   max-width: 250px;
   max-height: 160px;
   margin: 0 auto 10px auto;
}

#classListContainer img:hover {
   transform: scale(1.03, 1.03);
}

.course-container {
   display: inline-block;
   color: black;
   max-width: 250px;
   margin: 15px;
   vertical-align: top;
}

#demoExplanation {
   text-align: center;
   margin-top: -15px;
   font-size: 1.1em;
}
/*#endregion*/

/*#region Course*/
#classContentContainer:after {
   content: "" !important;
   clear: both !important;
}

.course-sub-item {
   margin: 10px 0;
   text-align: center;
   height:100%;
}

   .course-sub-item .fa-hand-pointer {
      position: absolute;
      left: 47%;
      top: 43%;
      font-size: 4em;
      transform: rotate(-15deg);
      cursor: pointer;
   }

#takeAwayContainer {
   margin: 15px;
}

   #takeAwayContainer li {
      font-size: 1.45em;
      margin: 12px;
      font-weight: 300;
   }

   #takeAwayContainer h2 {
      text-align: center;
      font-size: 2.5em;
   }

#courseButtons {
   margin-bottom: 30px;
}

#darkScreen {
   z-index: 20;
   background-color: rgba(0,0,0,0.5);
   position: fixed;
   width: 100%;
   height: 100vh;
   top: 0;
   left: 0;
}

#videoPlayer {
   /***  The embedded video markup is odd/clever (originally from Vimeo), 
      and uses padding-top to keep the dimensions as a 16:9 ratio. 
      If you desire to change the size, for every 1% that the padding-top 
      value is changed (Originally 56.25%), each of the margin-left and margin-right value must 
      change -((16/9) / 2)% or -0.88%  ***/
   margin: 0 4.4% 40px 4.4%;
   /*margin: 0 0 40px 0;*/
   padding: 51.25% 0 0 0;
   position: relative;
}

#tweetImage {
   max-width: 55%;
   text-align: center;
   margin: 15px;
}

.fa-medal {
   margin-bottom: 15px;
}

.step-row {
   margin: 15px 0;
}

#assessmentButtonContainer {
   text-align: center;
   margin: 20px;
}

#assessmentButton {
   white-space: nowrap;
   padding: 18px 50px;
   margin-top: 20px;
}

.course-step {
   position: absolute;
   z-index: 10;
   font-size: 1.2em;
   font-weight: 900;
}

   .course-step img {
      width: 30px;
      margin-right: 5px;
   }

#courseStepOne {
   top: -20px;
}

#courseStepTwo {
   top: -40px;
}

#courseStepThree {
   top: -22px;
}
/*#endregion*/

/*#region Assessment*/
.assessment-option-container {
   position: relative;
}

.assessment-option {
   display: inline-block;
   padding: 7px;
   font-size: 1.3em;
   border-radius: 5px;
   min-width: 200px;
}

   .assessment-option:hover {
      cursor: pointer;
   }

.answer-icon-container {
   position: absolute;
   width: 25px;
   height: 25px;
   display: inline-block;
   top: 50%;
   transform: translate(-25px, -50%);
   border: 2px solid black;
   cursor: pointer;
}

.answer {
   /*width: 100%;*/
   /*height: 100%;*/
   font-size: 1.9em;
   position: absolute;
}

.correctAnswer {
   top: -2px;
   left: -2px;
}

.incorrectAnswer {
   width: 25px;
   top: -2px;
   left: -2px;
}

#tweetBox {
   display: inline-block;
   padding: 20px;
}

/*.question-step {
   width: 45px;
}*/
/*#endregion*/

/*#region Admin*/
#addCourseForm {
   max-width: unset;
}

#classListTable {
   border-collapse: collapse;
   text-align: center;
   margin: 0 auto;
   width: 100%;
   max-width: 500px;
}

   #classListTable thead td {
      font-weight: 500;
      font-size: 1.3em;
   }

   #classListTable th, #classListTable td {
      border-bottom: 1px solid rgba(0,0,0,0.2);
   }

   #classListTable .btn-danger {
      min-width: 60px;
   }

#thumbnailUploadBtn {
   cursor: pointer;
}

#installTypesContainer input {
   margin: 0 5px 0 15px;
}

#courseName {
   width: 100%;
   height: 60px;
   font-size: 1.8em;
   text-align: center;
}

#addTakeawaysContainer {
   padding: 10px;
   margin-bottom: 15px;
}

.document-input{
   display:none;
}

.step {
   position: absolute;
   font-size: 3em;
   color: rgba(238, 114, 37, 1);
   font-weight: 900;
   left: 30px;
   top: 0;
}

.dash-option-container {
   margin-bottom: 5px;
}
/*#endregion*/
/*#region Analytics*/
#adminContainer {
   text-align: center;
}

   #adminContainer select {
      margin-bottom: 15px;
   }

.stat-container {
   margin-bottom: 15px;
   background-color: rgba(249,99,2,0.1);
   padding: 15px;
   border-radius: 10px;
}

.stat {
   font-size: 2.5em;
   display: block;
   margin-bottom: -10px;
   color: rgba(0,113,120,1);
}

.stat-title {
}

#pie-container {
   margin-top: 30px;
}

#pieChart {
   /*max-width:180px;*/
   width: 100%;
}

#pieChartLabelContainer {
   height: 200px;
   line-height: 200px;
}

#adminContainer ul {
   line-height: 1.5;
   vertical-align: middle;
   display: inline-block;
   margin-left: -15px;
}

#adminContainer li {
   list-style-type: none;
   margin-top: 5px;
   font-size: 1.3em;
}

#courseDocumentSmall {
   width: 100%;
   max-width: 270px;
   cursor: pointer;
   margin-bottom: 10px;
}



/*#endregion*/

/*#region Media Queries*/
@media (max-width: 767.98px) {
   #backLink {
      font-size: 0.75em;
      left: 3px;
      top: 3px;
   }

   .course-step {
      font-size: 0.9em;
   }

   .assessment-option {
      font-size: 0.9em;
   }
}

@media (orientation: landscape) {
   #courseDocumentLarge, .document-large {
      height: 95vh;
      position: fixed;
      top: 10px;
      z-index: 25;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 20px;
   }
}

@media (orientation: portrait) {
   #courseDocumentLarge, .document-large {
      width: 87vw;
      position: fixed;
      top: 10px;
      z-index: 25;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 20px;
   }
}

@media print {

   #courseDocumentLarge, .document-large {
      height: unset;
      max-width: unset;
      width: 100vw;
   }
}

/*#endregion*/



