@charset "utf-8";
/* CSS Document */
/*HEADER*/

/*Progress Bar Adjusted */
.DashboardProduct__ProgressWrapper {
    position: absolute;
    bottom: -20px;
    padding: 10% 5%;
    width: 100%;
    height: 10%;
}


/* Remove for Free Tag*/
.product-flag {
    display:none !important;
}
.product-flag-free {
 display:none !important;
}
.product-tile .product-footer .product-value {
    display:none !important;
}

/* Navigation Font*/
#user-nav a {
color: black;
}
#user-nav a:hover focus {
color: white;
}


/* Modifies Header Nav for Catalog except development link and login */
.header-nav li a {
color: white;
}
a, .Product__AssociatedProductsList--below-the-fold>li>a {
    color: #0073ac;
    /*color:white;*/
}
/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0;
  background-color: #4aa74e;
}

/* Modify the layout of the header contents*/
.header-branding .logo a {
    width: 175px;
    background-repeat: no-repeat;
    background-position: 1px 6px;
    background-size: 93% auto;
   
}

.logo-customized {
    /*visibility:hidden;
  display:none;*/
}

/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 224px;
  background-repeat: no-repeat;
  background: #0899D3;
}

/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  max-width: 1000px;
  padding-top: 48px;
  margin: auto;
  color: #fff;
}

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: center;
  font-size: 2.3em;
  margin-top: 1em;
  line-height: 1;
}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 1.9em;
}

/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #333333;
}

/*Modify the layout of the search box label*/ 
.search-form .search-label {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #0899D3;
}

/*To hide the search box label completely, use code below instead and remove /* */ around code*/
/*.search-form .search-label {
  display: none;
}
*/

/* Modify the layout of the search box*/
.search-form .search-box-wrapper {
  margin: 0 auto;
  display: block;
  width: 50%;
  padding: 0 0 0 0;
}

/* Modify the corners and size of the search box*/
.search-form .search-box {
  border-radius: 4px;
  height: 44px
}

/* Modify the layout of the search box submit icon*/
.search-form .search-submit {
color: #0899D3
width: 30px;
height: 30px;
top: 8px;
}

/*Modify the layout for account logo on product tile. Add logo in managed accounts area.*/
.product-tile .product-account-image-wrapper {
  height: 30px;
  margin-bottom: 10px;
}

/*LISTING PAGE*/

/*Format the listing page feature area background*/
#product-page #feature {
    background: #0899D3;
    padding-top: 20px
}

/*Format the background inside the feature area*/
.product-bg {
  background-color: #A2CBDB;
}

/*Format the account logo under feature area; same logo on Home Page*/
.product-tile .product-account-logo {
  height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*To hide the account logo on listing page, use code below instead and remove /* */ around code*/
/*.product-tile .product-account-logo {
  display: none;
}
*/

/*Format the full course or program description area*/
#main {
 color: #0899D3;
min-height: 150px;
}

/* Modify the listing page footer background*/
.callout-region {
  background-color: #333333;
}

/*Format the listing page footer text layout*/
#product-page footer .h2 {
  font-style: normal;
  margin: 15px 0;
  color: #0C1147;
  font-size: 25px;
}

/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #ffffff;
  padding-top: 30px;

/*To change the size of the first row of footer links, add to above code*/  
font-size: 14px;
}
/*

/*Format the second row of copyright information*/
.small {
  font-size: 12px;
  color: ##8e99a0;
}


/*MEDIA FORMATTING rules for responsive devices. This coding is optional but helpful for tablets and mobile devices.*/

/*Media for header*/

@media (max-width: 768px) {
  #app-header .header-nav {
    background: #e97200;
  }
}

*/Media for feature region*/

@media (max-width: 1200px) {
  #home-page #feature div {
    max-width: 800px;
 }
 }

@media (max-width: 768px) {
  #home-page #feature {
    height: 200px;
    text-align: center;
    padding: 0 2em;
  }
}

/*HOME PAGE*/

/* Modify the login link */
.Dropdown__Toggle--header:hover .Dropdown__ToggleText, .Dropdown__Toggle--header:focus .Dropdown__ToggleText {
    text-decoration: underline;
    color: white;
}

/*Dropdown Menu properties*/

.Dropdown__Menu, .Product__AssociatedProductsList--below-the-fold
a:hover, .Product__AssociatedProductsList--below-the-fold>li>a:hover, a:focus, .Product__AssociatedProductsList--below-the-fold>li>a:focus {
    color: #787b7d;
/*background-color:lightslategray;*/
}

/*Modifies Main login link*/
.btn-link {
    color: #fff;
}

.Dropdown__Toggle--header:hover, .Dropdown__Toggle--cog:hover, .Dropdown__Toggle--header:focus, .Dropdown__Toggle--cog:focus {
    color: #787b7d;
}

/* Hide Self-Unenrollment Button */
/*.Dropdown__Toggle--cog {display:none;}*/

.self_unenrollment_link {
display:none !important;
}

/*Modify the home page feature area background and Banner*/
#home-page .feature-region {
height: 300px; /**/
background-image: url("https://progdev.edukgroup.com/acdet-catalog/Acdet_Banner-Canvas-Catalogo_1244x300.jpg");
background-size:contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: #686c71;
  background-origin: padding-box;
  background-position: 0 0;
  background-position: center; 
}


/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  max-width: 1000px;
  padding-top: 48px;
  margin: auto;
  color: #fff; 

}

/*Modify the H1 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h1 {
  text-align: center;
  font-size: 5em;
  margin-top: .10em;
  margin-bottom: .1em;
  line-height: .85em;

}

/*Modify the H2 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h2 {
  text-align: center;
  font-size: 3em;
  margin-top: .25em;
  margin-bottom: .1em;
  line-height: 0.75;
}

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: center;
  font-size: 2.3em;
  margin-top: -.25em;
  margin-bottom: .1em;
  line-height: 1;
}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 1.9em;
  margin-top: .5em;
}

#search-from.search-submit button  {
 float:left;
 color:white;
}
/* Modify the search box background color*/
#search-form.callout-region {
 /* text-align: center;*/
  background-color: #333333;
}

/*Modify the layout of the search box label*/ 
.search-form .search-label {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}

/*To hide the search box label completely, use code below instead and remove /* */ around code*/
/*.search-form .search-label {
  display: none;
}
*/

/* Modify the layout of the search box*/
.search-form .search-box-wrapper {
  margin: 0 auto;
  display: block;
  width: 50%;
  padding: 0 0 0 0;
}

/* Modify the corners and size of the search box*/
.search-form .search-box {
  border-radius: 4px;
  height: 44px
}

/* Modify the layout of the search box submit icon*/
.search-form .search-submit {
color: #000000;
/*  color: #0899D3; */
width: 30px;
height: 30px;
top: 8px;
}

/*Modify the layout for account logo on product tile. Add logo in managed accounts area.*/
.product-tile .product-account-image-wrapper {
  height: 30px;
  margin-bottom: 10px;
}

/*LISTING PAGE*/

.learn-more {
  color: #DD4537;
  text-decoration: none;
}

/*Format the listing page feature area background*/
#product-page #feature {
color: #505050;
/*  color: #0899D3; */
padding-top: 20px;
background-color: #A7A7A7;
/*background-image: url("https://dl.dropbox.com/s/jfii33klhabrsqb/franja_google_Canvas_Catalog_1240e.svg");*/
background-repeat: no-repeat;
background-position: top center;
}



/*Format the background inside the feature area*/
.product-bg {
/* background-color: #A2CBDB; */
   background-color: #F1F1F2;
}

/*Format the account logo under feature area; same logo on Home Page*/
.product-tile .product-account-logo {
  height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*To hide the account logo on listing page, use code below instead and remove /* */ around code*/
/*.product-tile .product-account-logo {
  display: none;
}
*/

/*Format the full course or program description area*/
#main {
color: #505050;
/*  color: #0899D3; */
min-height: 150px;
}

/* Modify the listing page footer background*/
.callout-region {
/*  background-color: #A2CBDB; */
  background-color: #D1D2D4;
}

/*Format the listing page footer text layout*/
#product-page footer .h2 {
  font-style: normal;
  margin: 15px 0;
  color: #0C1147;
  font-size: 25px;
}


/* CODE FOR COURSES */

  .instructors {
    width: 33.3333%;
    padding-left: 20px;
    float: left;
  }

.course-details h5 {
  text-align: right;
  color:#E63D2F;
  font-weight: bold;
  margin-top: -.15em;
}

.course-details h5 span {
  display: inline-block;
  border: 2px solid rgba(0,0,0,.65);
  padding: 5px;

}
.course-details h3 {
  margin-top: 0;
  font-size: 19px;
}
.instructors img {
  width: 100px;
  float: left !important;
  margin: 0 20px 10px 0;
}

.instructors h3 {
  margin-top: 0;
  font-size: 19px !important;
  color:#E63D2F;
  font-weight: bold;
}

.instructors h5 {
  text-align: left;
  color:#E63D2F;
  font-size: 1.20em;
  font-weight: bold;
  margin-top: -.15em;
}



/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #ffffff;
  padding-top: 30px;

/*To change the size of the first row of footer links, add to above code*/  
font-size: 14px;
}



/*Format the second row of copyright information*/
.small {
  font-size: 12px;
  color: ##8e99a0;
}


/*MEDIA FORMATTING rules for responsive devices. This coding is optional but helpful for tablets and mobile devices.*/

/*Media for header*/

@media (max-width: 768px) {
  #app-header .header-nav {
    background: #e97200;
  }
}
/*Media for feature region*/

@media (min-width: 1660px) {
  #home-page #feature div {
   max-width: 1660px
 }

	#home-page .feature-region {
		background-image: url("https://progdev.edukgroup.com/acdet-catalog/Acdet_Banner-Canvas-Catalogo_1660x300.jpg");
	}

}

@media (max-width: 1244px) {
  #home-page #feature div {
    max-width: 1244px;
  }

	#home-page .feature-region {
		background-image: url("https://progdev.edukgroup.com/acdet-catalog/Acdet_Banner-Canvas-Catalogo_1244x300.jpg");
	}

}


@media (max-width: 1200px) {
	 #home-page #feature div {
		max-width: 1200px;
	 }

	#home-page .feature-region {
		background-image: url("https://progdev.edukgroup.com/acdet-catalog/Acdet_Banner-Canvas-Catalogo_800x300.jpg");
	}
 
@media (max-width: 768px) {
	#home-page #feature {
	height: 200px;
	text-align: center;
	padding: 0 2em;
	}
	#home-page .feature-region {
	background-image: url("https://progdev.edukgroup.com/acdet-catalog/Acdet_Banner-Canvas-Catalogo_800x300.jpg");
	}
}

@media (max-width: 640px) {
  
	#home-page .feature-region {
	background-image: url("https://progdev.edukgroup.com/acdet-catalog/Acdet_Banner-Canvas-Catalogo_640x300.jpg");
	
	}
}

.alert-top {
  margin-bottom: 0;
}