/* CSS for the QCT Excellence in Teaching Awards webpages */


.navbar-qct {
    background: #000000;
  	/*background: #02557F;*/ 
	/* Gradient */
    /*background: -webkit-linear-gradient(#0A5F91, #03AAFD);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#0A5F91, #03AAFD);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#0A5F91, #03AAFD);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#0A5F91, #03AAFD);*/ /* Standard syntax (must be last) */
}

.mast-qct {
    background: #000000;
  	/*background: #02557F;*/ 
	/* Gradient */
    /*background: -webkit-linear-gradient(#101324, #0A5F91);*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#101324, #0A5F91);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#101324, #0A5F91);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#101324, #0A5F91);*/ /* Standard syntax (must be last) */
}

.navbar-qct .navbar-nav > li > a {
    background: #606060;
}

.mast-logo .logo {
    display: block;
    float: left;
    width: 300px;
    height: 58px;
    margin: 1.25em 0 0 0;
}

ul.side-menu > li.selected { background: #E32085 }

.eit .qct-module-box h2 {
	font-size: 17px
}

.eit .u-green {
	color: #477c1e;
}
.eit .u-green a, 
.eit .u-green a:link, 
.eit .u-green a:visited {
	color: #477c1e;
}
.eit .u-green a:hover, 
.eit .u-green a:focus, 
.eit .u-green a:active {
	color: #355200;
}

.eit .u-purple {
	color: #422f70;
}
.eit .u-purple a, 
.eit .u-purple a:link, 
.eit .u-purple a:visited {
	color: #422f70;
}
.eit .u-purple a:hover, 
.eit .u-purple a:focus, 
.eit .u-purple a:active {
	color: #120029;
}

.eit .u-red {
	color: #780132;
}
.eit .u-red a, 
.eit .u-red a:link, 
.eit .u-red a:visited {
	color: #780132;
}
.eit .u-red a:hover, 
.eit .u-red a:focus, 
.eit .u-red a:active {
	color: #510021;
}

.eit .u-blue {
	color: #005681;
}
.eit .u-blue a, 
.eit .u-blue a:link, 
.eit .u-blue a:visited {
	color: #005681;
}
.eit .u-blue a:hover, 
.eit .u-blue a:focus, 
.eit .u-blue a:active {
	color: #001f2a;
}

.eit .u-pink {
	color: #ec008c;
}
.eit .u-pink a, 
.eit .u-pink a:link, 
.eit .u-pink a:visited {
	color: #ec008c;
}
.eit .u-pink a:hover, 
.eit .u-pink a:focus, 
.eit .u-pink a:active {
	color: #ec008c;
}
.u-pink {border-bottom-color: #ec008c !important;}

.eit .qct-module-box .fa {
    font-size: 18px;
}

.eit-footer {
	margin-top: 50px;
	padding: 30px 0;
	width: 100%;
	min-height: 100px;
	background-color: #CCCCCC;
	margin-bottom: -50px;
}
.eit-footer hr {
  background: #fff;
  color: #fff;
  height: 1px;
  padding: 0;
  margin: 9px 0 11px;
}
.eit-footer h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px;
}

.eit-footer li {
  font-size: 12px;
  list-style: none;
  margin: 0 0 3px;
}
.eit-footer a {
  color: #333;
}

.sponsors {
	color: #7F7F7F;
}

.bg-lightgrey {
  background-color: #DFDFDF !important;
}

.sponsors img {
	margin: 0 15px 25px;
}
.sponsors .tuh {
	width: 87px;
	height: 48px;
}
.sponsors .qtmb {
	width: 114px;
	height: 35px;
}
.sponsors .cm {
	width: 154px;
	height: 21px;
}

.gsc-control-cse {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Start - Make Search button transparent */
.gsc-search-button::before {
	/*background: #02557f;*/
	background-color: transparent !important;
	font-size: 18px;
    padding: 7px;
}
.gsc-search-button input {
    background-color: transparent !important;
}
/* End - Make Search button transparent */

.gsc-input .gsc-input input, #gsc-i-id1 {
    background-color: #02557f !important;
}
.qct-search-mini .gsc-input .gsib_a input.gsc-input {
    background: #02557f !important;
}

.qct-module-box .bg-blue .text-light .qct-connect {
	background: #6f6f6f;
}

	.eit .table {
        display: table;
		width:auto;
    }
    .eit .tableRow {
        display: table-row;
		width:auto;
  		clear:both;
    }
    .eit .tableCell {
        display: table-cell;
        border-style: none none solid none;
		border-width: 1px;
		border-color: white;
        padding: 5px 20px 0 0;
    }


.pictureFrame {
	float: left;
	position: relative;
	display: block;
	top: 4px;
	padding: 15px;		
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	color: #37255d;
	font-size: 9pt;
}
.pictureFrame p {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
  .eit-footer h4 {
    height: 25px;
  }
  .navbar-qct .navbar-nav > li > a {
    padding-right: 27px;
  }
}

.section-eit-about .navbar-qct .navbar-nav > li.nav-tab-eit-about > a,
.section-eit-categories .navbar-qct .navbar-nav > li.nav-tab-eit-categories > a,
.section-eit-nominations .navbar-qct .navbar-nav > li.nav-tab-eit-nominations > a,
.section-eit-history .navbar-qct .navbar-nav > li.nav-tab-eit-history > a,
.section-eit-wtd .navbar-qct .navbar-nav > li.nav-tab-eit-wtd > a {
  background: #eee;
  color: #333;
}

@media (max-width:992px) {
.section-eit-about .navbar-qct .navbar-nav > li.nav-tab-eit-about .dropdown-menu,
.section-eit-categories .navbar-qct .navbar-nav > li.nav-tab-eit-categories .dropdown-menu,
.section-eit-nominations .navbar-qct .navbar-nav > li.nav-tab-eit-nominations .dropdown-menu,
.section-eit-history .navbar-qct .navbar-nav > li.nav-tab-eit-history .dropdown-menu,
.section-eit-wtd .navbar-qct .navbar-nav > li.nav-tab-eit-wtd .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
