
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

.DIV_Content_Summary {
	color: #303030;
	font-size: .9em;
	border: 0px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	/* clear: both; */
	
}


.messagePanel {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4); 
}

.messagePanel .content {
	background-color: #ef4c3c; /* WH Red */
	color: #eee;
	margin: 15% auto;
	padding: 20px;
	border: 3px solid #ccc;
	text-align: center;
}







/*--------------------------------------------------------------
# Toast
--------------------------------------------------------------*/

/* Green */
.toast.msgSuccess {
  --bs-toast-header-bg: rgba(185, 245, 200, 1);
  --bs-toast-header-color: #0f5132;
  --bs-toast-bg: rgba(240, 240, 240, 1);
  --bs-toast-color: rgba(20, 20, 20, 1);
  color: var(--bs-toast-color);
  background-color: var(--bs-toast-bg);
}

/* Blue */
.toast.msgInfo {
  --bs-toast-header-bg: rgba(185, 215, 245, 1);
  --bs-toast-header-color: #084298;
  --bs-toast-bg: rgba(240, 240, 240, 1);
  --bs-toast-color: rgba(20, 20, 20, 1);
  color: var(--bs-toast-color);
  background-color: var(--bs-toast-bg);
}

/* Yellow */
.toast.msgWarning {
  --bs-toast-header-bg: rgba(240, 245, 185, 1);
  --bs-toast-header-color: #664d03;
  --bs-toast-bg: rgba(240, 240, 240, 1);
  --bs-toast-color: rgba(20, 20, 20, 1);
  color: var(--bs-toast-color);
  background-color: var(--bs-toast-bg);
}

/* Red */
.toast.msgError {
  --bs-toast-header-bg: rgba(245, 190, 190, 1);
  --bs-toast-header-color: #842029;
  --bs-toast-bg: rgba(240, 240, 240, 1);
  --bs-toast-color: rgba(20, 20, 20, 1);
  color: var(--bs-toast-color);
  background-color: var(--bs-toast-bg);
}






























/*--------------------------------------------------------------
# General Overrides
--------------------------------------------------------------*/


:root {

  
  /* Court Color Schemes */
  --court-theme-light-rbg: 78, 131, 201;
  --court-theme-light-opacity: .3;
  --court-theme-light-color: #111;
  --court-theme-href-color: #336699;
}



.bg-light {
  --bs-bg-opacity: .3;
  --bs-light-rgb: 78, 131, 201;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  --bs-light-rgb: 78, 131, 201;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-grey {
  --bs-bg-opacity: 1;
  --bs-light-rgb: 200, 200, 200;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}


.bg-dark-grey {
  --bs-bg-opacity: 1;
  --bs-light-rgb: 100, 100, 100;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}


.border-2 {
  border-width: 2px;
  border-style: solid;
  border-color: #303030;
}



a {
	text-decoration: underline;
	color: var(--court-theme-href-color);
}






/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/


.footer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75em;
  z-index: 1;
  flex-shrink: 0;
  color: var(--court-theme-light-color) !important;
  background-color: #fff !important;
  border-radius: 0 0 0 0;
/*
  background-color: rgba(var(--court-theme-light-rbg), var(--court-theme-light-opacity)) !important;
  border-radius: var(--adminux-rounded) var(--adminux-rounded) 0 0;
*/
}

.footer .footer-faq {
  background-color: #DBEAFF;
}

.footer .nav .nav-item {
  padding: 0 5px;
}
.footer .nav .nav-item .nav-link {
  padding: 0px;
}
.footer.text-white {
  color: #ffffff;
}
.footer.text-white .nav-link,
.footer.text-white .text-dark,
.footer.text-white a {
  color: var(--adminux-theme-color) !important;
}
.footer.text-white .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.footer-page {
  background-color: rgba(var(--adminux-theme-rgb), 0.025);
  border-radius: var(--adminux-rounded);
}

.footer .btn {
  margin: 5px 5px 5px 5px;
}











/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
   /*height: 75vh;*/
  min-height: 75vh;
  
  
  /* background: url("../img/hero5.jpg") top center; */
  background-size: cover;
 /* position: relative; */
  background-position: center;
}

.hero_1 {
  background: url("../img/hero_1.jpg") top left;
}
.hero_2 {
  background: url("../img/hero_2.jpg") top center;
}
.hero_3 {
  background: url("../img/hero_3.jpg") top center;
}
.hero_4 {
  background: url("../img/hero_4.jpg") top center;
}
.hero_5 {
  background: url("../img/hero_5.jpg") top center;
}
.hero_6 {
  background: url("../img/hero_6.jpg") top center;
}
.hero_7 {
  background: url("../img/hero_7.jpg") top center;
}
.hero_8 {
  background: url("../img/hero_8.jpg") top center;
}
.hero_9 {
  background: url("../img/hero_9.jpg") top center;
}
.hero_10 {
  background: url("../img/hero_10.jpg") top center;
}
.hero_11 {
  background: url("../img/hero_11.jpg") top center;
}
.hero_12 {
  background: url("../img/hero_12.jpg") top center;
}
.hero_13 {
  background: url("../img/hero_13.jpg") top center;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #336699;
}

#hero h2 {
  color: #222222;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #2490e6;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #2490e6;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #2490e6;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 20px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}









/*--------------------------------------------------------------
# Cards Override
--------------------------------------------------------------*/

/*
light red: 255, 102, 102
dark red: 153, 51, 51

light green: 100, 255, 100
dark green: 50, 150, 100

light blue: 102, 204, 255
dark blue: 50, 100, 150

light yellow: 255, 246, 102
dark yellow: 153, 153, 51

*/


.card .card-header {
	/*background-color: rgba(200, 200, 200, 0.5);*/
	background-image: linear-gradient(180deg, rgba(51, 102, 153, .2) 0%, rgba(102, 204, 255, 0.15) 100%);
}

.card .blue {
	/*background-color: rgba(200, 200, 200, 0.5);*/
	background-image: linear-gradient(180deg, rgba(0, 100, 200, .2) 0%, rgba(0, 100, 200, 0.7) 100%);
}

.card .light-blue {
	/*background-color: rgba(200, 200, 200, 0.5);*/
	background-image: linear-gradient(180deg, rgba(51, 102, 153, .2) 0%, rgba(102, 204, 255, 0.15) 100%);
}

.card .red {
	/*background-color: rgba(200, 200, 200, 0.5);*/
	background-image: linear-gradient(180deg, rgba(255, 100, 100, .2) 0%, rgba(255, 100, 100, 0.7) 100%);
}

.card .green {
	/*background-color: rgba(200, 200, 200, 0.5);*/
	background-image: linear-gradient(180deg, rgba(50, 150, 100, .2) 0%, rgba(50, 150, 100, 0.7) 100%);
}

.card .yellow {
	/*background-color: rgba(200, 200, 200, 0.5);*/
	background-image: linear-gradient(180deg, rgba(150, 150, 50, .2) 0%, rgba(150, 150, 50, 0.7) 100%);
}




.buttons-demo .card-body {
	background-image: linear-gradient(180deg, rgba(51, 102, 153, .2) 0%, rgba(102, 204, 255, 0.15) 100%);
	box-shadow: 0 4px 10px rgba(20, 20, 20, 0.4);
}


.buttons-demo .card-body:hover {
	background-image: linear-gradient(180deg, rgba(33, 66, 99, .2) 0%, rgba(102, 204, 255, 0.15) 100%);
	background-color: rgba(102, 204, 255, 0.5);
}



.buttons-demo {
	margin-top: 15px;
}






/*--------------------------------------------------------------
# Nav Override
--------------------------------------------------------------*/



.sidebar-wrap .sidebar .nav .nav-item .nav-link {
  display: flex;
  line-height: 30px;
  padding: 5px;
  border-radius: 0 30px 30px 0;
  color: var(--adminux-theme-text);
  position: relative;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link > *:not(.icon) {
  line-height: 30px;
  vertical-align: middle;
}







/*--------------------------------------------------------------
# Login Section
--------------------------------------------------------------*/

#login {
  width: 100%;
  height: 100vh;
  background: url("../img/hero_7.jpg") top center;
 /* background: url("../img/isb_hero12.jpg") top center;*/
  background-size: cover;
  position: relative;
  padding: 0;
}
#login:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#login .container {
  padding-top: 60px;
}

#login h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#login h1 span {
  color: #5b8db8;
  text-shadow: 1px 1px 2px #fff;
}
#login h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

.login-btn {
  margin: 0 0 0 15px;
  border: 1px solid #303030;
  background: #5b8db8;
  color: #fff;
  border-radius: 6px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}
.login-btn:hover {
  background: #74b071;
  color: #fff;
}
@media (max-width: 992px) {
  .login-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

@media (min-width: 1024px) {
  #login {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #login .play-btn {
    margin-top: 30px;
  }
}
@media (max-height: 500px) {
  #login {
    height: auto;
  }
  #login .container {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #login .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #login h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #login h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# General Forms
--------------------------------------------------------------*/