/*
Theme Name: Canvas CFBISD
Author: Daniel Herndon
Updated: 2017-02-07
*/

.header-image-container {
  display: flex;
  justify-content: center;
  /* Material design properties */
   /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
  background: #fff;
  }

#links-container-first-level > div
{
    display: inline-block;
    /* border: solid 1px #000; */
    width: 302px;
    margin: 5px 10px 5px 10px;
}
#links-container-first-level
{
	/* background: #FBB040; */
    /* border: solid 1px #ff0000; */
    text-align: center;
    margin: 0px auto;
     width: 100%; 
	 padding-top: 25px;
   
}

#links-container-second-level > div
{
    display: inline-block;
    /* border: solid 1px #000; */
    width: 180px;
	padding: 15px;
    margin: 10px 25px 10px 10px;
}
#links-container-second-level
{
	background-image: url("https://cfbisd.instructure.com/files/17520966/download?download_frd=1");
	/*   background: #FBB040;   */
    /* border: solid 1px #ff0000; */
    text-align: center;
    margin: 0px auto;
     width: 100%; 
	 padding-top: 30px;
	 padding-bottom: 30px;
  /*  width: 728px; */ 
}
#links-container-second-level-specials > div
{
    display: inline-block;
    /* border: solid 1px #000; */
    width: 203px;
    margin: 5px 40px 5px 40px;
}
#links-container-second-level-specials
{
	background-image: url("https://cfbisd.instructure.com/files/38761/download?download_frd=1");
	/*   background: #FBB040;   */
    /* border: solid 1px #ff0000; */
    text-align: center;
    margin: 0px auto;
     width: 100%; 
	 padding-top: 50px;
	 padding-bottom: 50px;
  /*  width: 728px; */ 
}
#links-container-third-level> div
{
    display: inline-block;
    /* border: solid 1px #000; */
    width: 203px;
    margin: 5px 40px 5px 40px;
}
#links-container-third-level
{
	background-image: url("https://cfbisd.instructure.com/files/17520952/download?download_frd=1"); 
	/* background: #FBB040; */
    /* border: solid 1px #ff0000; */
    text-align: center;
    margin: 0px auto;
     width: 100%; 
	 padding-top: 50px;
	 padding-bottom: 50px;
	 
}
#links-container-subjects-and-icons
{
	background-image: url("https://cfbisd.instructure.com/files/39054/download?download_frd=1"); 
    text-align: left;
	margin: 0px auto;
    width: 95%; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.subjects {
    text-align: left;
	padding-top: 20px;
}

.units {
    display: inline;
}
#links-container-subjects-and-icons-secondary
{
    text-align: left;
    margin: 0px auto;
    width: 95%; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-top: 15px 
}
.units-secondary {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.subjects-secondary {
	padding-bottom: 15px;
	padding-top: 15px;
}

/******* Middle School *********/

#links-container-third-level-ms > div
{
    display: inline-block;
    /* border: solid 1px #000; */
	padding: 10px;
    width: 220px;
    margin: 5px 80px 5px 40px;
}
#links-container-third-level-ms
{
	background-image: url("https://cfbisd.instructure.com/files/41548/download?download_frd=1");
    text-align: center;
    margin: 0px auto;
     width: 100%; 
	 padding-top: 30px;
	 padding-bottom: 30px;
}
/******* High School *********/
#links-container-third-level-hs > div
{
    display: inline-block;
    /* border: solid 1px #000; */
	padding: 10px;
    width: 110px;
    margin: 10px 80px 10px 40px;
}
#links-container-third-level-hs
{
	background-image: url("https://cfbisd.instructure.com/files/41548/download?download_frd=1");
    text-align: center;
    margin: 0px auto;
     width: 100%; 
	 padding-top: 30px;
	 padding-bottom: 30px;
}
/******* World Languages *********/
#links-container-third-level-languages > div
{
    display: inline-table;
	padding: 10px;
    width: 250px;
    margin: 10px 80px 10px 80px;
}

/******* Unordered List Styling *********/
ul#ubd {
  list-style-type: none;
}
#ubd li {
  position: relative;
}
#ubd li::before {
  background-color: #2BB673;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: -1em;
  position: absolute;
  top: 0.5em;
  width: 5px;
}


/* div.ic-DashboardCard__header_hero { opacity: 0.2!important; } */


/****************************************/

.cfb-dropdown-menu {
  padding: 0px auto;
  margin: 0px auto;
  height: 0px auto;
  width: 12%;
  font-family: "Arial Black", Gadget, sans-serif;
  display: inline-table;
  position: center;
  border: solid 2px #E8971D;
  border-bottom-style: solid;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.cfb-dropdown-menu .menu-item {
  display: none;
}

.cfb-dropdown-menu .menu-item-link {
  display: table-cell;
  border-bottom: solid 1px #E8971D;
  text-decoration: none;
  color: #E8971D;
  height: 30px;
  padding: 5px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}

.cfb-dropdown-menu:hover .menu-item {
  border-bottom-style: solid;
}

.cfb-dropdown-menu .menu-item-link:hover {
  background-color: #FFEFA8;
}

.cfb-dropdown-menu:hover .menu-item {
  display: table-row;
}

.cfb-dropdown-menu .menu-item.active {
  display: table-header-group;
}

.cfb-dropdown-menu .menu-item.active .menu-item-link: after {
  width: 0;
  height: 0;
  /* content: ""; */
  position: absolute;
  top: 12px;
  right: 8px;
  border-top: 4px solid rgba(0, 0, 0, 1);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  text-decoration: none;
}
/****************************************/

.cfb-dropdown-menu-long{
  padding: 0px auto;
  margin: 0px auto;
  height: 0px auto;
  width: 12%;
  font-family: "Arial Black", Gadget, sans-serif;
  display: inline-table;
  position: center;
  border: solid 2px #E8971D;
  border-bottom-style: solid;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}

.cfb-dropdown-menu-long .menu-item {
  display: none;
}

.cfb-dropdown-menu-long .menu-item-link {
  display: table-cell;
  border-bottom: solid 1px #E8971D;
  text-decoration: none;
  color: #E8971D;
  height: 30px;
  padding: 5px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
}

.cfb-dropdown-menu-long:hover .menu-item {
  border-bottom-style: solid;
}

.cfb-dropdown-menu-long .menu-item-link:hover {
  background-color: #FFEFA8;
}

.cfb-dropdown-menu-long:hover .menu-item {
  display: table-row;
}

.cfb-dropdown-menu-long .menu-item.active {
  display: table-header-group;
}

.cfb-dropdown-menu-long .menu-item.active .menu-item-link: after {
  width: 0;
  height: 0;
  /* content: ""; */
  position: absolute;
  top: 12px;
  right: 8px;
  border-top: 4px solid rgba(0, 0, 0, 1);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  text-decoration: none;
}