@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";

body { 
  background:  url("../../images/home_bg.jpg") no-repeat ; 
  background-size: cover;
}

.bg-green {
  background-color: #40A798;
}

.navbar-inner {
    background:transparent;
}

.nav-link {
  font-size:24px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.nav-link:hover {
  border: 2px solid #fff;
  border-radius: 7px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.datepicker,
.table-condensed {
  height:40px;
}

.login-box{
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}
.login-box h1{
  float: left;
  font-size: 40px;
  border-bottom: 6px solid #40A798;
  margin-bottom: 50px;
  padding: 13px 0;
}
.textbox{
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #40A798;
}
.textbox i{
  width: 26px;
  float: left;
  text-align: center;
}
.textbox input{
  border: none;
  outline: none;
  background: none;
  color: white;
  font-size: 18px;
  width: 80%;
  float: left;
  margin: 0 10px;
}

ul {
  padding:0
}
li {
  padding:0;
  white-space: nowrap;
}

.color-nav{
    color:#ffffff;
}


/* Roll page back to top */
#btn-back-to-top {
  position: fixed;
  bottom: 200px;
  right: -15px;
  display: none;
  width: 180px;
  height: 40px;
  border-radius: 14px;
}

.content-sub{
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  color: #000000;
}

.content-main{
  margin-top:200px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.btn-sq-lg {
  width: 200px !important;
  height: 200px !important;
  background-color: rgba(71, 98, 104, 0.5);
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
  background-color: rgba(71, 98, 104, 0.5);
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}


/* For table content */
table.table tr th{
  background-color:#3B429F !important; 
  color:white !important;
}
table.table td{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */

  align-items: center;
}

.partialcollapse .collapse {
    display: block;
    height: 300px !important;
    overflow: hidden;
}
.partialcollapse .collapsing {
    height: inherit!important;
}
.partialcollapse .collapse.show {
    height: auto !important;
}
.partialcollapse #collapse-one, .partialcollapse #collapse-two {
    background-color: #fff;
    padding: 20px;
}
.partialcollapse a, .partialcollapse button {
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    background-color: #40A798;
    color: #fff;
}
.partialcollapse button:hover, .partialcollapse button:focus {
    color: yellow;
    text-decoration: none;
}
.partialcollapse .collapse+button:after {
    content: '+ Show More';
}
.partialcollapse .show+button:after, .partialcollapse .collapsing+button:after {
    content: '- Show Less';
}

hr.copyright {
background-color: white; height: 3px; border: 0;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 280px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #476268;
}

hr {
background-color: black; height: 3px; border: 0;
}

.fold {
	color: #000;
	transition: all 0.3s linear;
}

.unfolder { display: none; }

.toggle-label {
	display: inline-block;
	cursor: pointer;
	font-size: 11px;
	border-radius: 5px;
	padding: 5px;
}
.unfold-icon {
  color: #000;
  display: inline-block;
  font-size:20px;
  color:#40A798;
  border: 2px solid #40A798;
  border-radius:5px;
  padding:5px
}
.fold-icon {
  color: #000;
  display: inline-block;
  font-size:20px;
  color:#828282;
  border: 2px solid #828282;
  border-radius:5px;
  padding:5px
}
.unfolder ~ .fold {
  display: none;
}
.unfolder ~ label .fold-icon {
  display: none;
}

.unfolder:checked ~ .fold {
  display: block;
}
.unfolder:checked ~ label .fold-icon {
  display: inline-block;
}
.unfolder:checked ~ label .unfold-icon {
  display: none;
}

.fold-label-style {
    font-weight: bold; /* Making font bold */
    border-radius: 7px; /* Making border radius */
    padding: 5px 30px 5px 30px; /* Making space around letters */
    font-size: 18px; /* Changing font size */
    border: 2px solid #40a798;
}

/* For guideline chart */ 
.zone-number {
    color: #fff;
    background-color: #40a798;
    border-color: #40a798
}
.zone-number-circle {
    color: #fff;
    background-color: #A6A6A6;
    border-color: #A6A6A6;
    border-radius: 20px; /* Making border radius */
}
.zone-name {
    color: #40a798;
    font-size:18px;
}
.zone-field {
    color: #000;
    font-size:18px;
    font-weight: bold;
}
.name-box {
    color: #000;
    background-color: #c4c4c4;
    font-size:18px;
    font-weight: bold;
}
.char-num{
    color: #000;
    background-color: #e5e5e5;
    font-size:18px;
    font-weight: bold;
}

.sec-name{
    color: #000;
    font-size:18px;
    font-weight: bold;
}
.sec-content-name{
    color: #000;
    font-size:18px;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;

}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;

  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.home-sub-head {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  align-items: center;
  text-align: center;
}

.home-head {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  text-align: center;
}

.home-content {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  align-items: center;
  text-align: center;
}

.q-head {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  align-items: center;
  text-align: center;
}
.q-sub-head {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  align-items: center;
  text-align: center;
}
.q-content {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  text-align: center;
}

.q-opt label{
    text-align:center;
    display:block;
}

.bg-gray {
  background: #D9D9D9;
}

/* For main menu on navi bar */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

#childPortalHLink {
   background:url("../../images/btn_child_bg.jpg") no-repeat center 
}
