/* ISETL IJTLHE Website              */
/* Custom CSS                        */

/* Site Level CSS                    */
/*---------------------------------- */
.site-font-family {
  font-family: 'Raleway', sans-serif;	
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  background-color: #FFFFFF;
}


/* Site Font PRIMARY Font Colors     */
/*---------------------------------- */
.white-font {
  color: #ffffff;
}
.black-font {
  color: #000000;
}
.maroon-font {
  color: #550000;
}
.grey-font {
  color: #767676;
}
.isetl-green-font {
  color: #527234;
}

/* Site Font SECONDARY Font Colors   */
/*---------------------------------- */
.dark-grey-font {
  color: #403F3F;
}
.lite-grey-font {
  color: #A2A2A2;
}

/* Site Background PRIMARY Colors    */
/*---------------------------------- */
.white-bg {
  background-color: #FFFFFF;
}
.black-bg {
  background-color: #000000;
}
.off-grey-bg {
  background-color: #ECECEC;
}
.maroon-bg {
  background-color: #770000;
}
.golden-bg {
  background-color: #EDC001;
}
.isetl-green-bg {
  background-color: #527234;
}
.isetl-dark-green-bg {
  background-color: #142700;
}
.lite-green-bg {
  background-color: #CDF9D3;
}
.lite-red-bg {
  background-color: #F9CDD2;
}
.very-lite-yellow-bg {
  background-color: #FFFEF3;
}
.very-lite-green-bg {
  background-color: #FAFFF4;
}
.very-lite-blue-bg {
  background-color: #E1ECF8;
}
.very-lite-red-bg {
  background-color: #FFAAAA;
}


/* Boldness/Font-Weight              */
/*---------------------------------- */
.weight-300 {
  font-weight: 300;	
}
.weight-400 {
  font-weight: 400;	
}
.weight-500 {
  font-weight: 500;	
}
.weight-600 {
  font-weight: 600;	
}
.weight-700 {
  font-weight: 700;	
}


/* Font Sizes                        */
/*---------------------------------- */
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {	
  font-size: 16px;
}
.text-18 {	
  font-size: 18px;
}
.text-20 {;	
  font-size: 20px;
}
.text-22 {	
  font-size: 22px;
}
.text-24 {	
  font-size: 24px;
}
.text-26 {	
  font-size: 26px;
}
.text-28 {	
  font-size: 28px;
}
.text-30 {	
  font-size: 30px;
}
.text-34 {	
  font-size: 34px;
}
.text-40 {
  font-size: 40px;
}


/* Padding and Margins                */
/*---------------------------------- */
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}

.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}

.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-200 {
  padding-bottom: 200px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-100 {
  margin-left: 100px;
}

.mr-6 {
  margin-right: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}


/* Margin Adjustments                */
/*---------------------------------- */
.no-margins {
	margin: 0px !important;
	padding: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.no-margin-top {
	margin-top: 0px !important;
	padding-top: 0px !important;
}


/* Thin Vertical or Horizontal Lines */
/*---------------------------------- */
.vertical-line-right {
	padding-right:15px; 
	border-right: 1px solid #cccccc;
}
.vertical-line-left {
	padding-left:15px; 
	border-left: 1px solid #cccccc;
}
.horizontal-line-bottom {
	border-bottom: 1px solid #cccccc;
}
.horizontal-line-top {
	border-top: 1px solid #cccccc;
}


/* Standard Size for buttons */
/*---------------------------------- */
.standard-button-width-sm {
    width: 100px !important;
}
.standard-button-width {
    width: 120px !important;
}
.standard-button-width-lg {
    width: 140px !important;
}
.standard-button-width-xl {
    width: 200px !important;
}

/*-------------------------------------- */
/* This section provides CSS for putting */
/* text over an image.                   */
/*-------------------------------------- */



/* Journal Title Image & Text        */
/*---------------------------------- */
.journal-image { 
  height: 300px;
  position: relative;  
}

.journal-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Journal Metrics Image & Text      */
/*---------------------------------- */
.metrics-image { 
  height: 500px;
  position: relative;  
}

.metrics-text {
  text-align: center;
  position: absolute;
  width: 100%;  
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.metrics-text-footnote {
  text-align: center;
  position: absolute;
  width: 100%;  
  height: auto;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------------- */
/* creating a thin line as a divider,    */
/* a dark version for a light bg and     */
/* a lite version for a dark bg.         */
/*-------------------------------------- */
/* https://codepen.io/Oddgson/pen/VPrYbv */

.divider
{
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 1px;
}
.div-transparent-dark:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}
.div-transparent-lite:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(255,255,255), transparent);
}


/*-------------------------------------- */
/* the arrow on the bottom right side    */
/* of the screen that when pressed       */
/* scrolls the user to the top           */
/*-------------------------------------- */
.scrollToTop {
  margin: 0 30px 20px 0;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 2000;
}
.scrollToTop:hover {
  text-decoration: none;
}


/*-------------------------------------- */
/* Image a Max Width                     */
/*                                       */
/*-------------------------------------- */
.responsive-image-100 {  width: 100%;  height: auto; }
.responsive-image-80 {  width: 80%;  height: auto; }


/*-------------------------------------- */
/* Custominzed Link Colors               */
/*                                       */
/*-------------------------------------- */
/*
.card .nav-link {color: #f00;}
.card .nav-link:hover {color: #0f0;}   
*/


/*-------------------------------------- */
/* Custominzed Link Colors               */
/* for Main ISETL Menu                   */
/*-------------------------------------- */
#isetlColor1 {
     background-color:#FFFFFF;
     color:#737272;
}
#isetlColor1:hover {
     background-color:#FFFFFF !important;
     color:#C3DBAD !important;
}

/*-------------------------------------- */
/* Custominzed Link Colors               */
/* for Main ISETL Menu                   */
/*-------------------------------------- */
#isetlColor2 {
     background-color: #527234;
     border-style: solid;
     border-width: thin;
     border-color: #FFFFFF;     
     color:#FFFFFF;
}
#isetlColor2:hover {
     background-color:#FFFFFF !important;
     color:#000000 !important;
}


/*-------------------------------------- */
/* Custominzed Link Colors               */
/* for Main IJTLHE Menu                  */
/*-------------------------------------- */
.nav-link {
  color: #FFFFFF !important; }
.nav-link:hover {
  color: #000000 !important; }

/*-------------------------------------- */
/* Custominzed Link Colors               */
/* for Article Downloads                 */
/*-------------------------------------- */
.article-link {
  color: #527234 !important; }
.article-link:hover {
  color: #000000 !important; }


/*-------------------------------------- */
/* Control the Accordian Buttons         */
/*                                       */
/*-------------------------------------- */
#btnColor1[aria-expanded="true"] {
     background-color:#527234;
     color:#ffffff;
     border-color:#cccccc;
}
#btnColor1[aria-expanded="false"] {
     background-color:#ffffff !important;
     color:#000000 !important;
     border-style: solid;
     border-width: thin;
     border-color: #cccccc;
}
#btnColor1:hover[aria-expanded="false"] {
     color:#FFFFFF !important;
     background-color:#527234 !important;

}

/*-------------------------------------- */
/* Custominzed Link Colors               */
/* for Download Buttons                  */
/*-------------------------------------- */
.isetl-green-btn {
     color: #FFFFFF;
     background-color: #527234; }  
.isetl-green-btn:hover {
    color: #FFFFFF;
    background-color: #353a3f; }

.isetl-red-btn {
     color: #FFFFFF;
     background-color: #6B2121; }  
.isetl-red-btn:hover {
    color: #FFFFFF; 
    background-color: #353a3f; }

.isetl-blue-btn {
     color: #FFFFFF;
     background-color: #001756; }  
.isetl-blue-btn:hover {
    color: #FFFFFF; 
    background-color: #353a3f; }

.isetl-yellow-btn {
     color: #FFFFFF;
     background-color: #DEDC3D; }  
.isetl-yellow-btn:hover {
    color: #FFFFFF; 
    background-color: #353a3f; }

.isetl-grey-btn {
     color: #000000;
     background-color: #CCCCCC; }  
.isetl-grey-btn:hover {
    color: #FFFFFF; 
    background-color: #a1a1a1; }

/*-------------------------------------- */
/* provides a shadow under an image      */
/* or div                                */
/*-------------------------------------- */
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
}


/*-------------------------------------- */
/* Banner #1 Text and Image .            */
/*                                       */
/*-------------------------------------- */
.topic-image { 
  height: 500px;
  position: relative;  
}
#outer-div {
  position: relative;
  min-height: 500px;	
}
#inner-div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.title-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*-------------------------------------- */
/* Gradient for Main Backgrounds         */
/*                                       */
/*-------------------------------------- */
.background-gradient-1 {
  background: linear-gradient(#eaeaea, #ffffff);
}


/*-------------------------------------- */
/* Convert a Black SVG to White          */
/*                                       */
/*-------------------------------------- */
.filter-white {
  filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}


/*-------------------------------------- */
/* Position Back-to-Top Button           */
/*                                       */
/*-------------------------------------- */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1000;
}


/*-------------------------------------- */
/* Styles for Password Verification      */
/*                                       */
/*-------------------------------------- */
/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.required:after {
  content: "\2605";
  margin-left: 5px;
  color: #990000;
}
