body {
  /*//min-height: 2000px;*/
  padding-top: 60px;
}
footer {
    background: #484545;
    /*padding: 5px;*/
    width: 100%;
    border-top: 1px solid #eff0f4;
    text-align:center;
    position: fixed;
    bottom: 0;
    
}
footer  p {
	color: #fff;
    font-size: 14px;
    margin: 0px;
}
footer  p a{
	color:#2cbac3;
}
footer  p a:hover{
	text-decoration:underline;
}

/*.header_color{
   background: #2cbac3 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
   color: #dad4d4 !important;
    background-color: #869292 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555 !important;
    background-color: #869292 !important;
}
.dropdown_color
{ 
    background-color: #597273;}*/

.margin_top
{
    margin-top: 20px;
}	
.main_panel{
    margin-bottom: 40px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 10px 0px !important;
    margin: 32px 53px 1.5em 18px !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
fieldset.scheduler-border2 {
    border: 1px groove #ddd !important;
    padding: 0 10px 0px !important;
    margin: 0px 0px 1.5em 0px !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.form-group.mandatory .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top: 3px;
}
.text-effect input {
    border:none;
    border-bottom:1px solid #c7c7c7 !important;
    border-radius: 0;
    position:absolute;
    bottom:0;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: none;
    z-index:2;
    background-color:transparent;
}
.text-effect.text-effect-file .btn.btn-file span {
    position: relative;
    cursor: pointer;
}
.text-effect.text-effect-file .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}
.text-effect.text-effect-file input.file-path {
    width: 100%;
}
.text-effect-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    filter: alpha(opacity=0);
}
.text-effect {
    position: relative;
    height:50px;
}
.text-effect span {
    bottom: 3px;
    position: absolute;
    z-index:1;
    font-size: 12px;
}
.span_width{
    width: 300px;
}
.max 
{
    max-height: 70px;
}
.scheduler-border-kids {
     border: 1px groove #ddd !important;
    padding: 5px 12px 0px !important;
    margin: -15px 55px 1.5em 10px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    }
    
  .new-button {
    display: inline-block;
    padding: 8px 12px; 
    cursor: pointer;
    border-radius: 4px;
    background-color: #9c27b0;
    font-size: 16px;
    color: #fff;
}
  .photo {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 0;
  font-size: 15px;
  color: rgb(153,153,153);
}
/** manage members css - 8-nov-2022 start**/

.members_btns{
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}
.form_member_wrap{
    display: flex;
    padding-bottom: 15px;
    justify-content: space-around;
}
.excel_btn_wrap{
    text-align:center;
}
.member_downloads{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.list_field{
    padding:0px;
}
.right_field{
    padding:0px;
    border: 1px solid #ccc;
}
.occupant_field{
    display:flex;
    justify-content:space-around;
}
@media only screen and (max-width: 800px) {
    
    #responsiveOne{}
    #responsiveTwo{}
    #responsiveThree{}
        
    /* Force table to not be like tables anymore */
    #responsiveOne table, 
    #responsiveOne thead, 
    #responsiveOne tbody, 
    #responsiveOne th, 
    #responsiveOne td, 
    #responsiveOne tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #responsiveOne thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #responsiveOne tr { border: 1px solid #ccc; }
 
    #responsiveOne td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        min-height: 17px;
    }
 
    #responsiveOne td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #responsiveOne td:before { content: attr(data-title); }
    
    
}