
.backround-page{
  
  color:#6a6f8c;
  background-image:url(../img/background.jpg); 
  font:600 16px/18px 'Open Sans',sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  
   
}}
.backround-comm-page{
  
  /*margin:0;
  background:#ffffe0 ;*/
  color:#000000;
  background-image:url(http://localhost/app/assets/img/backround3.jpg);
  font:600 16px/18px 'Open Sans',sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
#list
{
    padding-left: 68px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 65px;
}
h2
{
  text-align: center;
  padding-top:40px;
  font:'Open Sans',sans-serif;
  
}
#community-text{
    color: white;
    text-align: center;
    font-size: 35px;
    /*padding-top: 40px;*/
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
.selection-wrap{
  width:100%;
  margin:auto;
  margin-top:100px;
  max-width:525px;
  min-height:570px;
  position:relative;
  background:#ffffffab;
  box-shadow:0 20px 25px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.30);


}
.selection-wrap2{
  width:100%;
  margin:auto;
  margin-top:200px;
  max-width:750px;
  min-height:370px;
  position:relative;
  background:#ffffffab;
  box-shadow:0 20px 25px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.30);

}
.selection-wrap3{
  padding-top: 15px;
  width:100%;
  margin:auto;
  margin-top:50px;
  margin-bottom: 50px;
  max-width:1700px;
  position:relative;
  background:#ffffffab;
  box-shadow:0 20px 25px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.30);
  font-family: 'Roboto'

}
.register-wrap{
  width:100%;
  margin:auto;
  max-width:95%;
  position:relative;
  background:#ffffffab;
  box-shadow:0 20px 25px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.30);


}
.login-wrap{
  width: 100%;
  margin: auto;
  margin-right: 10%;
  margin-top: 8%;
  max-width: 430px;
  min-height: 490px;
  position: relative;
 /* background:url(http://localhost/app/assets/img/4.jpg) no-repeat center;*/
  box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
  width:100%;
  height:100%;
  position:absolute;
  padding:50px 70px 50px 70px;
  /*background:rgba(40,57,101,.9);*/
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  -webkit-transform:rotateY(180deg);
          transform:rotateY(180deg);
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
  display:none;

}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
  text-transform:uppercase;
}
.login-html .tab{
  font-size:22px;
  margin-right:15px;
  padding-bottom:5px;
  margin:0 15px 10px 0;
  display:inline-block;
  border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
  color:#000;
  border-color:#eeaa11;
}
.login-form{
  min-height:345px;
  position:relative;
  -webkit-perspective:1000px;
          perspective:1000px;
  -webkit-transform-style:preserve-3d;
          transform-style:preserve-3d;
}
.login-form .group{
  margin-bottom: 30px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
  width:100%;
  color:#000;
  display:block;
}
.login-form .group .input,
.login-form .group .button{
  border:none;
  padding:15px 20px;
  border-radius:25px;
  background:#f1df5933;
  outline: none;
}
.login-form .group input[data-type="password"]{
  text-security:circle;
  -webkit-text-security:circle;
}
.login-form .group .label{
  color:#aaa;
  font-size:12px;
}
.login-form .group .button{
  background:#eeaa11;
}
.login-form .group label .icon{
  width:15px;
  height:15px;
  border-radius:2px;
  position:relative;
  display:inline-block;
  background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
  content:'';
  width:10px;
  height:2px;
  background:#000;
  position:absolute;
  transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
  left:3px;
  width:5px;
  bottom:6px;
  -webkit-transform:scale(0) rotate(0);
          transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
  top:6px;
  right:0;
  -webkit-transform:scale(0) rotate(0);
          transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
  color:#000;
}
.login-form .group .check:checked + label .icon{
  background:#eeaa11;
}
.login-form .group .check:checked + label .icon:before{
  -webkit-transform:scale(1) rotate(45deg);
          transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
  -webkit-transform:scale(1) rotate(-45deg);
          transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
  -webkit-transform:rotate(0);
          transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
  -webkit-transform:rotate(0);
          transform:rotate(0);
}
.hr{
  height:2px;
  margin:60px 0 50px 0;
  background:rgba(255,255,255,.2);
}
.foot-lnk{
  text-align:center;
}
.logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-bottom: 10px;
}
.front-head
{
  padding-top: 500px;
  font-size: 2vw;
  color: #000000;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 0px 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 8px 12px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 80%;

}
.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #eeaa11;
}

.button3:hover {
  background-color: #eeaa11;
  color: white;
}
.sidenav {
  height: 100%;
  width: 40%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #828281;
  overflow-x: hidden;
  padding-top: 20px;
}
.uppernav {
  overflow: hidden;
  background-color: #eeaa11;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width:100%;
 /* margin-bottom: 50px;*/
  font-family: 'Roboto'
}
.uppernav2 {
  overflow: hidden;
  background-color: #eeaa11;
  text-align: center;
  padding: 40px 40px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width:100%;
  font-family: 'Roboto'
}
.main {
  margin-left: 40%; /* Same as the width of the sidenav */
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
  margin-top:5%;
}

.button5 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 20px 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 30px 20px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  width: 45%;
  
}
.button4 {
  background-color: white; 
  color: black; 
  border: 2px solid #eeaa11;
}

.button4:hover {
  background-color: #eeaa11;
  color: white;
  font-size: 20px;
}
.registerbutton
{
  background-color: #eeaa11;
  color: #ffffff;
  padding: 20px 200px; 
  margin: 30px 20px;
  margin-left: 40%;
  font-family: 'Roboto';
  font-size: 18px;

}

.viewbutton
{
  background-color: #eeaa11;
  color: #ffffff;
  padding: 7px 75px; 
  margin-top: 155px;
  font-family: 'Roboto';
  font-size: 18px;
  border-radius: 15px;
  border: none;
  outline: none;
  box-shadow: 0 6px #d7980c;
  
  /*margin-left: 24%;*/
}
.viewbutton:active {
  
  box-shadow: 0 2px #a37309;
  transform: translateY(4px);
}



.modalbutton
{
    background-color: #eeaa11;
    color: #ffffff;
    padding: 15px 134px;
    margin: 30px 20px;
    margin-left: 39%;
    /* margin-right: 50%; */
    font-family: 'Roboto';
    font-size: 18px;
}
.viewbutton3
{
  background-color: #eeaa11;
  color: #ffffff;
  padding: 7px 75px; 
  font-family: 'Roboto';
  font-size: 18px;
  

}
.refill_submit_button
{
  background-color: #eeaa11;
  color: #ffffff;
  padding: 12px 55px; 
  margin: 30px 20px;
  margin-left: 40%;
  font-family: 'Roboto';
      font-size: 18px;

}
.back_button2
{
  background-color: #eeaa11;
  color: #ffffff;
  padding: 12px 28px;
  margin: 26px 20px;
  margin-left: 89%;
  font-family: 'Roboto';

}
.viewbutton2
{
  background-color: #eeaa11;
  color: #ffffff;
  padding: 7px 75px; 
  margin-top: 30px;
  margin-left: 40%;
  /*margin-right: 41%;*/
  margin-bottom: 50px;
  font-family: 'Roboto';
      font-size: 18px;
  
  /*margin-left: 24%;*/

}
.register_form{

  margin-left: 40px;
  margin-top: 40px;
  
}
.vital_form{

  margin-left: 25%;

  
}
.font
{
  font-family: 'Roboto'
}

.from_reg
{
  border: none;
  padding: 16px 34px;
  border-radius: 15px;
  background: #f1df5933;
  font-family: 'Roboto';
  font-size:15PX;
}
.from_reg_new
{
  border: none;
  height: 55px;
  border-radius: 17px;
  background: #f1df5933;
  font-family: 'Roboto';
  font-size:15PX;
}
.from_reg2
{
  border: none;
  padding: 15px 55px;
  border-radius: 15px;
  background: #f1df5933;
  margin-top: 15px;
  margin-bottom: 15px;
}

.from_reg3
{
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #f1df5933;
  padding: 43px 135px;
}
.label2
{
  color: #000000;
  font-size: 16px;
  font-family: 'Roboto'
  
}
.label3
{
  color: #000000;
  font-size: 20px;
  padding-top: 50px;
  float: left;
  font-family: 'Roboto'

}
.column {
  float: left;
  width: 25%;
  padding: 40px;
  
}
.column_vital {
  float: left;
  width: 25%;
  padding-left: 3%;
  
}
.column4 {
  float: left;
  width: 25%;
  padding: 2%;
 /* padding-left: 56px;*/
  
}
.column6 {
  float: left;
  width: 80%;
  padding-left: 370px;
  padding-top: 16px;
  
}
.column7 {
  float: left;
  width: 13%;
  padding: 35px;
  
}
.column3 {
  float: left;
  width: 25%;
  padding: 15px;
  padding-left: 100px;
  font-size: 18px;
  
}

.column2 {
  float: left;
  margin-top: 50px;
  padding: 75px;
  
}
.column5 {
  float: left;
  width: 50%;

  
}
.column_new {
  float: left;
  width: 20%;

  
}
.tab-style{

  padding: 20px 69px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  
}
.modal-content2 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 27%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s

}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white !important;
  float: right;
  font-size: 14px;
  font-weight: bold;
  opacity: 100 !important;
  /*padding-right: 10px;*/
  margin: auto !important;
  /*padding-left: 50% !important;*/
}

.close2 {
  color: white !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 100 !important;
  padding-right: 10px;
  margin: auto !important;
  /*padding-left: 50% !important;*/
}
.close:hover,
.close:focus {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}
.close2:hover,
.close2:focus {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  color: white;
  padding-left: 30% !important;
}
.modal-header2 {
  
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  color: white;
  display: flex;
  padding: 5%;
  /*padding-left: 40% !important;*/
}
.modal-header .close {
    padding: 0rem 0rem !important;
    margin-left: 32% !important;
    }

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #eeaa11;
  color: white;
}
.table_style {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.th_td_style {
  text-align: center;
  padding: 10px;
  background-color: #f1df5987;
}
.th_td_style_1_1 {
  text-align: center;
  padding: 10px;
  background-color: #efd933ab;
}
.th_td_style_2 {
  text-align: center;
  padding: 10px;
  background-color: #28a74563;
}
.th_td_style_2_1 {
  text-align: center;
  padding: 10px;
  background-color: #59e3756b;
}
.th_td_style_3 {
  text-align: center;
  padding: 20px;
  background-color: #53d4e866;
}
.th_td_style_3_1 {
  text-align: center;
  padding: 20px;
  background-color: #53d4e8c4;
}

/*tr:nth-child(even){background-color: #f1df5987}*/

.th_style {
  background-color: #eeaa11;
  color: white;
}
.th_style_2 {
  background-color: #28a745;
  color: white;
}
.th_style_3 {
  background-color: #0691a7;
  color: white;
}
.back_button {
    background-color: #fcf8e3;
    color: black;
    padding: 12px 28px;
    margin: 26px 20px;
    margin-left: 89%;
    font-family: 'Roboto';
  }
 
.buttons {
    
    text-align: center;
}
.btn-hover
{
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border-radius: 50px;
  border: none;
  background-size: 300% 100%;
  outline: none !important;
  box-shadow: 0 6px #d7980c;
  
  /*margin-left: 24%;*/
}
.btn-hover:active {
  
  box-shadow: 0 2px #a37309;
  transform: translateY(4px);
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    /*box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.26);*/
}
.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    /*box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);*/
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    /*box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);*/
}

@media only screen and (max-width: 1192px) 

{

.login-wrap {
    width: 100%;
    margin: auto;
    margin-right: 5%;
    margin-top: 10%;
    max-width: 391px;
    min-height: 483px;
}
}

@media only screen and (max-width: 1000px) 

{

.login-wrap {
    width: 100%;
    margin: auto;
    margin-right: 3%;
    margin-top: 10%;
    max-width: 354px;
    min-height: 465px;
}
.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 40px 70px 86px 53px;
}
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    width: 90%;
    padding: 2px 16px;
    background-color: #ffffffdb;
    margin-bottom: 2%;
    margin-left: 5%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  padding: 2px 16px;
}
.card_column
{
    float: left;
    transition: 0.3s;
    width: 15%;
    padding: 27px 16px;
    background-color: #ffffffdb;
    margin-left: 12%;
    margin-right: 2%;
    color: grey;
}
.column_left {
  float: left;
  width: 100%;
  height:10%;
  text-align: center;
  
}
.column_right {
  float: left;
  width: 100%;
  padding: 0% 2%;
}
.card_remider_style
{
  background: #80808038; 
  float: left; 
  padding: 1% 2%;
}


@import url('https://fonts.googleapis.com/css?family=Khula:400,700');

.button-strip {
    position: absolute;
    top: 75%;
    left: 62%;
    width: 161px;
    height: 32px;
    border: 2px solid #ffc107;
    border-radius: 4px;
    display: flex;
  }
.strip-button {
    background-color: white;
    color: #9a9b9d91;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 170%;
    transition: background-color .4s linear, color .2s linear;
    cursor: pointer;
}

.strip-button span {
    color: inherit;
}

.strip-button-text {
    font-family: 'Khula', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1496BD;
    margin: 0px;
    padding: 0px;
}

.active-strip-button {
    background-color: #eeaa1173;
    color: #ee6711;
}

.btn-secondary {
    color: #9a9b9d91 !important;
    background-color: #fff !important;
    border-color: #ffc107 !important;
  }
.btn-secondary.active
{
  color: #ee6711 !important;
  background-color: #eeaa1173 !important;
  border-color: #ffc107 !important;
}
a.myBtn_multi.btn-hover.color-2 {
  padding: 16px 30px;
  text-decoration: none;
  color: #000;
}
.mtopbar_community
{
    display: block;
    height: 57px;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0px;
}
.mtopbar {
    display: block;
    height: 57px;
    width: 100%;
    background-color: #eeaa11;
    position: fixed;
    z-index: 5;
    box-shadow: 0px 0px 2px #ccc;
    top: 0px;
  }
.m_logo {
    display: inline-block;
    height: 47px;
    width: 210px;
    margin: 5px 0px;
    margin-left: 10px;
    background: url(/assets/img/logo.png) no-repeat transparent;
    background-size: auto 100%;
}
.topbar_pp {
    display: inline-flex;
    height: 40px;
    float: right;
    margin: 9px;
    margin-right: 2%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
}
.topbar_heading {
    display: inline-flex;
    height: 40px;
    float: right;
    margin: 9px;
    margin-right: 30%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
}
.topbar_logout {
  float: right;
  margin-right: 20px;
  
  }
.topbar_back_button {
    background-color: #fcf8e3;
    color: black;
    padding: 12px 28px;
}
.topbar_back_button_community {
    background-color: #eeaa11;
    color: #fff;
    padding: 12px 28px;
}
