/*
    Created on : Jul 23, 2019, 9:45:52 AM
    Author     : RobertSchiffman
*/
.choose-skill a.go-link {
    height: 72px;
    max-width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    background-color: white;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    color: black;
  }
.modal-backdrop {
    z-index: 2000;
}
.modal {
    z-index: 2001;
}
select.mobile-dropdown {
    display: none;
}
.course-card .event-tile-menu {
    position: absolute;
    right: 0px;
    top: -4px;
}
.card-header button.admin-menu {
    position: relative;
}
.card-header button.admin-menu:focus {
    outline: none;
}
.card.course-card:hover {
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}
.howto-videos .card .card-header {
    background-color: rgb(114,191,219);
}
.howto-videos .card-body {
    padding: 0px;
}
.howto-videos .card-body img {
    width: 100%;
}
.howto-videos .card {
    margin-bottom: 1em;
}
.card .card-body span.how-to-video-icon {
    height: 60px;
    width: 60px;
    background: url('../images/play-white-icon.svg') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 40%;
}
div.account-card {
    padding: 2.7rem 1.2rem 2.1rem 1.2rem;
    background-color: #ffffff;
    border-radius: .51rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.12);
}
div.calendar ul.days li.day a.event.free-course,
div.calendar.list-view ul.days li.day a.event.free-course {
  background-color: #f2fc82;
}

div.calendar ul.days li.day a.event.live-course,
div.calendar.list-view ul.days li.day a.event.live-course {
  background-color: #93ebf6;
}

div.calendar ul.days li.day a.event.certification-course,
div.calendar.list-view ul.days li.day a.event.certification-course {
  background-color: #fab8c3;
}
div.course-sort-filters-container select::-ms-expand {
    display: none;
}
div.course-search-filters-container select::-ms-expand {
    display: none;
}
.course-filters .course-search-filters-container select.course-search-filter-item, .course-filters .course-sort-filters-container select.course-sort-filter-item, .course-search-filters-container .dropdown.type-id-dropdown-container button {
  height: auto;
  margin-top: .51rem;
  margin-left: 2.51rem;
  background-color: transparent;
  background-image: url('../images/dropdown-arrow-icon.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 18px 8px;
  padding: .51rem 12rem .51rem 1rem;
  border: 1.2px solid rgb(236,239,238);
  border-radius: 0;
  outline: none;
  white-space: nowrap;
  /* overflow: hidden;  */
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.course-search-filters-container .dropdown.type-id-dropdown-container {
  display: inline-block;
}

.course-search-filters-container .dropdown.type-id-dropdown-container button {
  width: 325px;
  text-align: left;
}

@media(min-width: 1200px) and (max-width: 1650px){
    .course-filters .course-search-filters-container select.course-search-filter-item, .course-filters .course-sort-filters-container select.course-sort-filter-item, .course-search-filters-container .dropdown.type-id-dropdown-container button {
       
        padding: .51rem 3.5rem .51rem 1rem;
        white-space: normal;
        overflow: hidden; 
      }

    .course-search-filters-container .dropdown.type-id-dropdown-container button {
        width: 230px;
    }

}

@media(min-width: 768px) and (max-width: 1199px){
    .course-filters .course-search-filters-container select.course-search-filter-item, .course-filters .course-sort-filters-container select.course-sort-filter-item, .course-search-filters-container .dropdown.type-id-dropdown-container button {
        padding: .51rem 7.2rem .51rem 1rem;
        white-space: normal;
        overflow: hidden;
      }

    .course-search-filters-container .dropdown.type-id-dropdown-container button {
        width: 50px;
    }

}

.course-search-filters-container .dropdown.type-id-dropdown-container div.dropdown-menu {
  background-color: rgba(255,255,255,.96);
  max-height: 60vh;
  overflow-y: auto;

}
.dropdown.type-id-dropdown-container div.dropdown-menu a.dropdown-item {
    color: rgb(0,0,0);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #6fbce6;
}
div.course-background-gradient-cover {
    background: rgb(237,239,238);
    background: -moz-linear-gradient(90deg, rgba(237,239,238,1) 0%, rgba(245,246,245,0.7441351540616247) 35%, rgba(255,255,255,0) 70%);
    background: -webkit-linear-gradient(90deg, rgba(237,239,238,1) 0%, rgba(245,246,245,0.7441351540616247) 35%, rgba(255,255,255,0) 70%);
    background: linear-gradient(90deg, rgba(237,239,238,1) 0%, rgba(245,246,245,0.7441351540616247) 35%, rgba(255,255,255,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edefee",endColorstr="#ffffff",GradientType=1);
}
ul.dropdown-menu.schools-menu {
    max-height: 240px;
    overflow: auto;
    width: 100%;
}
ul.dropdown-menu.schools-menu li a {
    display: block;
}
ul.dropdown-menu.schools-menu li a:hover {
    background-color: #6fbce6;
    color: #ffffff;
}
.popup-form-field select.user-selection, .popup-form-field select.selected-users {
    overflow: auto;
}
.modal form {
    margin: 0px;
}
.popover {
    z-index: 2222;
}
.course-details .tab-content .tab-pane {
    margin-bottom: 0px;
    /* padding-bottom: 6rem; */
}
.dropdown-menu {
    z-index: 2000;
}
.lti-howto-section img {
    max-width: 100% !important;
}

.screenpic
    {
      position: relative;
      top: 0;
      left: 10%;
      width: 70%;
      height: 70%; 
    }
    .otiscalendar
    {
      position: absolute;
      /*top: 150px;
      left: 180px;*/
      top: 54%;
      left: 53%;
      width: 25%;
     height: 35%;
     /*width: 200px;
     width: 200px;
     height: 166px;*/
    }

#main_div {
    width: 100%;
    background-color: #dae4ff;
    padding-top: 25px;
    padding-bottom: 150px;

}

#outer_div {
    background-color: white;
    margin: auto;
    border-radius: 7px;
}

#outer_div > .row {
    margin-top: 30px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-bottom: 1.65rem;
}

.basic_advance_buttons {
    border-radius: 75px;
    background-color: #8f7dfe;
    color: white;
    padding: 5px 12px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    display: block;
}

.go_buttons {

    width: 100px;
    height: 100px;
    background: #8f7dfe;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding-top: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    #mc_search_form > .form-group, #skills_search_form > .form-group, 
    #pink_search_form > .form-group {
        flex-direction: column;
    }
    #mc_search_form > .form-group > i,
    #skills_search_form > .form-group > i,
    #pink_search_form > .form-group > i {
        display: none;
    }
}
#mc_search_form > .form-group, #skills_search_form > .form-group, #pink_search_form > .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#mc_search_form > .form-group > h3, #skills_search_form > .form-group > h3, #pink_search_form > .form-group > h3 {
	margin-right: 12px;
}
#mc_search_form > .form-group > input, #skills_search_form > .form-group > input, #pink_search_form > .form-group > input {
	flex: 1;
	border: none;
        padding: 9px 50px 9px 18px;
	border-radius: 7px;
	font-size: 1.5rem;
}
#mc_search_form > .form-group > i, #skills_search_form > .form-group > i, #pink_search_form > .form-group > i {
	position: absolute;
	right: 36px;
	z-index: 1;
	cursor: pointer;
}
#pink_header_back {
        background-image: -moz-linear-gradient( 90deg, rgba(253,83,146,0.99608) 0%, rgb(248,111,100) 100%);
    	background-image: -webkit-linear-gradient( 90deg, rgba(253,83,146,0.99608) 0%, rgb(248,111,100) 100%);
        background-image: -ms-linear-gradient( 90deg, rgba(253,83,146,0.99608) 0%, rgb(248,111,100) 100%);
        min-height: 275px;
        max-width: 100vw;
    	overflow: hidden;
    }
#skills_header_back {
        background-image: -moz-linear-gradient( 90deg, rgb(193,253,201) 0%, rgb(144,249,196) 50%, rgb(87,245,161) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(193,253,201) 0%, rgb(144,249,196) 50%, rgb(87,245,161) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(193,253,201) 0%, rgb(144,249,196) 50%, rgb(87,245,161) 100%);
        min-height: 275px;
    	max-width: 100vw;
    	overflow: hidden;

    }
#mc_header_back {
        background-image: -moz-linear-gradient( 90deg, rgb(150,214,239) 0%, rgb(143,121,255) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(150,214,239) 0%, rgb(143,121,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(150,214,239) 0%, rgb(143,121,255) 100%);
        min-height: 275px;
        max-width: 100vw;
    	overflow: hidden;
    }
#lesson_plans_back {
        background-image: -moz-linear-gradient( 90deg, rgba(255,198,73,0.99608) 0%, rgb(255,198,73) 0%, rgb(255,144,89) 100%);
	    background-image: -webkit-linear-gradient( 90deg, rgba(255,198,73,0.99608) 0%, rgb(255,198,73) 0%, rgb(255,144,89) 100%);
        background-image: -ms-linear-gradient( 90deg, rgba(255,198,73,0.99608) 0%, rgb(255,198,73) 0%, rgb(255,144,89) 100%);
        min-height: 275px;
        max-width: 100vw;
    	overflow: hidden;
    }
    #disable_transform {
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .disable_transform_filters {
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .course-sort-filter-item {
        height: 2.5rem;
        padding: 0 12px;
        border: 1.2px solid rgb(236,239,238);
        border-radius: 0;
        outline: none;
        text-overflow: ellipsis;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }
      

