/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #2C3E50;
}
a:hover { text-decoration: none }

/* Back to top */

#backtotop.visible {
    opacity: 0.5;
    visibility: visible;
    transition: 0.2s;
}

#backtotop {
    background-color: #9d8d65;
    color: #ffffff;
}

#backtotop {
    bottom: 20px;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    opacity: 0.2;
    position: fixed;
    right: 20px;
    text-align: center;
    visibility: hidden;
    width: 36px;
    z-index: 999;
}

#backtotop:hover {
    opacity: 1;
}


/* Starts */

.login {
    background-image: url(../images/adnhlogoa1.jpg);
    background-size: cover;
    background-position: center top;
    z-index: -1;
    height: 900px;
}
.bg-color {
    background-color: #FFFFFF;
  border-bottom: 1px solid rgba(241,241,241,0.4);
}

.logo-right img {
  max-width: 160px;
}
.logo-left {
	padding-top: 17px;
}


.login-title h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 55px;
  position: relative;
}

.login-title h2 i {
  font-size: 2.0rem;
  vertical-align: middle;
  margin-top: -5px;
  padding-right: 0px;
}
.login-title h2:before {
  position: absolute;
  content: "";
  height: 3px;
  border-bottom: 2px solid #fff;
  bottom: 41px;
  width: 109px;
  padding-bottom: ;
}
.section-padding {
	padding: 60px 0px;
}

input.username[type="text"], input.password[type="text"], input.password[type="password"] {
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
  border-radius: 10px;
  border: 3px solid transparent;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  width: 60%;
  transition: 0.3s;
}

input.username[type="text"]:focus, input.password[type="text"]:focus, input.password[type="password"]:focus {
  box-shadow: 0 0 12px rgba(241, 241, 241, 1);
}

.input-box {
  text-align: center;
}
span.fa-user {
	position: absolute;
	top: 172px;
	left: 172px;
	font-size: 1.8rem;
	color: rgba(0,0,0,0.5);
}
span.fa-lock {
	position: absolute;
	bottom: 133px;
	left: 172px;
	font-size: 1.8rem;
	color: rgba(0,0,0,0.5);
}
.sub-mit {
  padding: 10px 35px;
  text-align: center;
  font-size: 1.8rem;
  background: #f1f1f1;
  border: 2px solid transparent;
  color: #333;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 700;
}
.sub-mit:hover {
    background: #2098D1;
    color: #fff;
}

.login-form {
  background: rgba(44, 62, 80,0.6);
  padding: 40px 0px;
  border-radius: 15px;
  margin-top: -35px;
}

.menu-bg {
  color: ;
  background-color: rgba(192, 57, 43,0.9);
}
.nav-menu #cssmenu {
  background: transparent;
  padding: 4px 0px;
}
.nav-menu #cssmenu ul li {
  padding: 4px 0px;
  color: #fff;
}

.nav-menu #cssmenu ul li ul{
    z-index: 99999;
}
.right-menu p {
	display: inline-block;
	color: #fff;
}
.right-menu {
	padding: 16px 0px;
	text-align: center;
}
.right-menu p span {
	color: #f1c40f;
	padding: 0px 7px;
}
.nav-menu #cssmenu ul li a {
	padding: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	font-size: 1.4rem;
	color: #fff;
}
.nav-menu #cssmenu ul li a:hover {
	color: #ddd;
}
.nav-menu #cssmenu ul li{
  position: relative;
}
.nav-menu #cssmenu ul li:before{
  position: absolute;
  content:"";
  height: 3px;
  width: 40px;
  border-bottom: 2px solid;
  bottom: 10px;
  left: 15px;
  transition: 0.3s;
}
.nav-menu #cssmenu ul li:hover:before{
  width: 90%;
}

.right-menu a {
	padding: 8px 15px;
	background: #fff;
	color: #333;
	text-transform: uppercase;
  transition: 0.3s;
}

.right-menu a:hover {
  background-color: #1abc9c;
  color: #fff;
}
.owl-carousel .owl-item .single-slide img {
  width: 978px;
  margin: 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}


.slide-area .owl-nav div {
    width: 50px;
    height: 40px;
    display: inline-block;
    top: 50%;
    text-align: center;
    background: transparent;
    line-height: 30px;
    font-size: 4rem;
    margin-top: -15px;
}

.slide-area .owl-nav .owl-prev {
    position: absolute;
    left: 195px;
    background: #ddd;
    border-radius: 3px;
    transition: 0.3s;
}
.slide-area .owl-nav .owl-next {
    position: absolute;
    right: 195px;
    background: #ddd;
    border-radius: 3px;
    transition: 0.3s;
}


.slide-area .owl-nav .owl-prev:hover {
    background: #2ecc71;
    color: #fff;
}
.slide-area .owl-nav .owl-next:hover {
    background: #2ecc71;
    color: #fff;
}

.nav-menu #cssmenu.small-screen #menu-button::after {
    padding: 2px;
}

.slide-text {
    position: absolute;
    text-align: center;
    width: 60%;
    top: 50%;
    transform: 			translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    padding:20px 0px;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px 50px 30px 5px:
}
#imgContentTop {
    background: url(../images/imgtop.png) repeat-x top center;
    height: 148px;
    position: relative;
    top: -130px;
    z-index: 99;
    width: 978px;
    text-align: center;
    margin: 0 auto;
}

.dash-title {
  text-align: center;
}
.dash-title-password {
  text-align: center;
}
.dash-box {
  background-color: rgba(231, 76, 60,0.6);
  padding: 25px 0px;
  border-radius: 6px;
}
.service-1 i, .service-2 i, .service-3 i, .service-4 i, .service-5 i, .service-6 i, .service-7 i  {
	font-size: 4rem;
	padding-bottom: 10px;
}
.service-0, .service-1, .service-2, .service-3, .service-4, .service-5, .service-6, .service-7 {
	text-align: center;
	color: #fff;
	padding: 16px 20px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 10px;
}
.dash-title h2 {
	padding: 20px 0px;
	color: #fff;
	position: relative;
}
.dash-title-password h2 {
	padding: 20px 0px;
	color: #fff;
	position: relative;
}
.dash-title-th h2 {
	padding: 20px 0px;
	color: #fff;
	position: relative;
    text-align: center;
}
.dash-title-topup h2 {
	padding: 20px 0px;
	color: #fff;
	position: relative;
    text-align: center;
}
.dash-title-ks h2 {
  padding: 20px 0px;
  color: #fff;
  position: relative;
    text-align: center;
}
.dash-title-gs h2 {
  padding: 20px 0px;
  color: #fff;
  position: relative;
    text-align: center;
}
.dash-title-ts h2 {
	padding: 20px 0px;
	color: #fff;
	position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.dash-title h2::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 163px;
	border-bottom: 2px solid #fff;
	bottom: 4px;
}
.dash-title-password h2::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 244px;
	border-bottom: 2px solid #fff;
	bottom: 4px;
}
.dash-title-th h2::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 275px;
	border-bottom: 2px solid #fff;
	bottom: 4px;
}
.dash-title-ts h2::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 150px;
	border-bottom: 2px solid #fff;
	bottom: 4px;
}
.dash-title-topup h2::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	border-bottom: 2px solid #fff;
	bottom: 4px;
}
.dash-title-ks h2::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 280px;
  border-bottom: 2px solid #fff;
  bottom: 4px;
}
.dash-title-gs h2::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 280px;
  bottom: 4px;
}
.service-0 {
    background-color: rgba(44, 62, 80,1.0);
}
.service-1 {
    background-color: rgba(26, 188, 156,1.0);
}
.service-2 {
    background-color: rgba(52, 152, 219,1.0);
}
.service-3 {
    background-color: rgba(46, 204, 113,1.0);
}
.service-4 {
    background-color: rgba(155, 89, 182,1.0);
}
.service-5 {
    background-color: rgba(115, 38, 77,1.0);
}
.service-6 {
    background-color: rgba(196, 255, 77,1.0);
}

.dash-title h2 i {
	font-size: 2.2rem;
	margin-top: -8px;
	vertical-align: middle;
}

.foot {
  background: #333;
  padding: 50px 0px;
  margin-top: 50px;
}
.footer-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.service-1:hover, .service-2:hover, .service-3:hover, .service-4:hover, .service-5:hover, .service-6:hover, .service-7:hover {
    box-shadow: 0 0 9px rgba(241, 241, 241, 1);
}

.service-0 h3, .service-1 h3, .service-2 h3, .service-3 h3, .service-4 h3, .service-5 h3, .service-6 h3, .service-7 h3  {
    font-size: 2.1rem;
}
.slide-text h2 {
    font-size: 2.6rem;
}
.change-password {
    margin-top: 30px;
}
.dash-box-password {
    background-color: rgba(142, 68, 173,0.6);
    padding: 25px 0px;
    border-radius: 6px;
}
.dash-box-th {
    background-color: rgba(46, 204, 113,0.6);
    padding: 25px 0px;
    border-radius: 6px;
}
.dash-box-topup {
    background-color: rgba(26, 188, 156,0.6);
    padding: 25px 0px;
    border-radius: 6px;
}
.dash-box-kid-selection {
    height: 100%;
    padding: 25px 0px;
    border-radius: 6px;
}
.warning-box {
    background-color: rgba(236, 240, 241,0.7);
    padding: 20px 20px;
    text-align: justify;
    border-radius: 10px;
}
input.sub-mit-1[type="submit"] {
    padding: 10px 35px;
    text-align: center;
    font-size: 1.8rem;
    background: #f1f1f1;
    border: 2px solid transparent;
    color: #333;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 700;
    display: inline-block;
}

input.sub-mit-1:hover {
    background: #2098D1;
    color: #fff;
}
input.sub-mit-2[type="submit"] {
    padding: 10px 35px;
    text-align: center;
    font-size: 1.8rem;
    background: #f1f1f1;
    border: 2px solid transparent;
    color: #333;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 700;
    margin: 0 auto;
    display: inline-block;
}

input.sub-mit-2:hover {
    background: #2098D1;
    color: #fff;
}
input.sub-mit-c[type="submit"] {
    padding: 10px 35px;
    text-align: center;
    font-size: 1.8rem;
    background: #f1f1f1;
    border: 2px solid transparent;
    color: #333;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
}

input.sub-mit-c:hover {
    background: #2098D1;
    color: #fff;
}
.input-box-password-change {
    background-color: rgba(44, 62, 80,0.7);
    margin-top: 50px;
    padding: 50px 0px;
    border-radius: 10px;
}
.checkout-button {
    background-image: url(../images/checkout.png);
    background-size: cover;
    background-position: center top;
    height: 36px;
    width: 192px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    margin-top: ;
}
.service-0 p {
    font-size: 24px;
    font-weight: 700;
}
.dash-box-ts {
    background-color: rgba(52, 152, 219,0.6);
    margin-top: 50px;
    padding: 50px 0px;
    border-radius: 10px;
}
.dash-box-po {
    height: 100%;
    margin-top: 50px;
    padding: 50px 0px;
    border-radius: 10px;
}
.temppo {
    text-align: center;
}
input.pick-1, input.pick-2 {
    padding: 5px 0px;
    border-radius: 8px;
    border: 1px solid transparent;
    margin-bottom: 12px;
    padding-left: 16px;
}



div.redTable {
    border: 2px solid #A40808;
    background-color: #EEE7DB;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.divTable.redTable .divTableCell, .divTable.redTable .divTableHead {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
.divTable.redTable .divTableBody .divTableCell {
    font-size: 13px;
}
.divTable.redTable .divTableRow:nth-child(even) {
    background: #F5C8BF;
}
.divTable.redTable .divTableHeading {
    background: #A40808;
}
.divTable.redTable .divTableHeading .divTableHead {
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #A40808;
}
.divTable.redTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}

.redTable .tableFootStyle {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: #A40808;
}
.redTable .tableFootStyle {
    font-size: 13px;
}
.redTable .tableFootStyle .links {
    text-align: right;
}
.redTable .tableFootStyle .links a{
    display: inline-block;
    background: #FFFFFF;
    color: #A40808;
    padding: 2px 8px;
    border-radius: 5px;
}
.redTable.outerTableFooter {
    border-top: none;
}
.redTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px; 
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.transbox{
  font-family: 'Roboto Condensed', sans-serif;
  background-color: transparent;
  
  bottom: 0px;
  width: 50px;
}
.transbox label{
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 30px;
  border: 2px solid white;
  color: white;
}
.s-box{
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 3px;
  float: center;
  background-color: rgb(0, 26, 51);
  color: white;
  font-size: 15px;
  font-weight: normal;
  border-radius: 25px;
}
.sq-box{
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: -8px;
  float: left;
  margin-top: 25px;
  text-align: center;
  padding-top: 63px;
  padding-bottom: 63px;
  border-radius: 10px;
  width: 105%;
  height: 250px;
  background-color: rgba(46, 204, 113,0.6);
  color: white;
  font-size: 15px;
  font-weight: normal;
}
.sq-box button{
  margin-top: 20px;
  height: 30px;
  width: 100px;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(0, 26, 51,0.9);
  color: white;
  border: 3px solid white;
  border-radius: 10px;
}
.sq-box button:hover{
      background-color: rgba(192, 57, 43,0.9);
}
.ks{
  font-family: 'Roboto Condensed', sans-serif;
  
}
.tab1{
  
}
.tab1 button {
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  font-size: 20px;
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
  border-color: transparent;
  color: white;
  border-radius: 10px;
  height: 125px;
  width: 200px;
  background-color: rgb(0, 26, 51);
}
/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: rgba(192, 57, 43,0.9);
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: rgb(38, 153, 0);
}
.tab2{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: rgb(0, 26, 51);
  color: white;
  border-radius: 15px;
  height: 125px;
  width: 200px;
}
.tab2 button {
  background-color: inherit;
}
/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #ccc;
}
.food-item{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin-left: 60px;
}
.lb-1 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 10px;
    color: rgb(0, 26, 51);
    font-size: 18px;
}
.lb-66 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 10px;
    color: rgb(0, 26, 51);
    font-size: 12px;
}

.lb-1 p{
  font-family: 'Roboto Condensed', sans-serif;
  color: rgb(38, 153, 0);
}
.amount {
    font-family: 'Roboto Condensed', sans-serif;
    float: right;
    color: rgb(0, 26, 51);
    margin-right: 3px;
    font-size: 17px;
}  
.amount input{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background-color: lightgrey;
  border: 2px solid lightgrey;
  border-radius: 6px;
}
.amount button{
  font-size: 12px;
  width: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: transparent;
  color: red;
  border-color: red;
  border-radius: 50px; 
}
.btn-1{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  text-align: right;
  margin-top: 25px;
  margin-left: 180px;
  text-align: center;
}
.btn-1 button{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  font-size: 16px;
  border-color: transparent;
  border-radius: 20px;
  color: white;
  height: 35px;
  width: 120px;
  background-color: rgb(0, 26, 51);
}
.btn-1 button:hover{
  background-color: rgba(192, 57, 43,0.9);
}
.btn-2{
  font-family: 'Roboto Condensed', sans-serif;
  text-align: right;
  float: left;
  margin-top: 25px;
  margin-left: 80px;
  text-align: center;
}
.btn-2 button{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  font-size: 16px;
  border-color: transparent;
  border-radius: 20px;
  color: white;
  height: 35px;
  width: 120px;
  background-color: rgb(0, 26, 51);
}
.btn-2 button:hover{
  background-color: rgba(192, 57, 43,0.9);
}
.amount1{
  font-family: 'Roboto Condensed', sans-serif;
  float: right; 
}  
.amount1{
  font-family: 'Roboto Condensed', sans-serif;
  
  font-size: 12px;
  color: white;
}

.amount1 input{

  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 35px;
  width: 120px;
  background-color: transparent;
  color: white;
  border: 2px solid;
  border-color: rgb(0, 26, 51);
  border-radius: 10px; 
}
.amount1 input[type="text"]{

  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 35px;
  width: 160px;
  background-color: transparent;
  color: white;
  border: 2px solid;
  border-color: rgb(0, 26, 51);
  border-radius: 10px; 
}

.btn{
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 50px;
  float: right;

}
.btn-11{
  font-family: 'Roboto Condensed', sans-serif;
  text-align: right;
  float: left;
  margin-top: 25px;
  margin-left: 70px;
  text-align: center;
}
.btn-11 button{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  font-size: 16px;
  border-color: transparent;
  color: white;
  border-radius: 10px;
  width: 180px;
  height: 40px;
  background-color: rgb(0, 26, 51);
}
.btn-11 button:hover{
    background-color: rgba(192, 57, 43,0.9);
}
.amount-lab{
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  width: 250px;
  padding-top: 6px;
  height: 35px;
  margin-top: 25px;
  background-color: #ccdcff;
  color: #0044cc;
  border: 2px solid;
  border-radius: 10px;
}
.amount-lab1{
  font-family: 'Roboto Condensed', sans-serif;
  float: right;
  width: 250px;
  padding-top: 6px;
  height: 35px;
  margin-top: 25px;
  background-color: #ccdcff;
  color: #0044cc;
  border: 2px solid;
  border-radius: 10px;
}
.lab-1{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
}
.lab-2 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 60px;
   
}
.it{
  margin-top: 5px;
}
.it-1{
  margin-top: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: -65px;
}
input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}


 .fake-input { position: relative; float: left; margin-right: 18px;}
.fake-input input { border:none: background:#fff; display:block; width: 115%; box-sizing: border-box }
.fake-input img { position: absolute; top: 5px; right: 0px; }
.lft{
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}