
.userLoggedOut{
    background-color: #f1f1f1 !important;
}

.userActive{
    background-color: palegreen !important;
}

.userInactive{
    background-color: #f5e36f !important;
}


/*#committeePrivilege, .committeePrivilege{
    color: #44bf34;
}

#committeePrivilege:hover, .committeePrivilege:hover{
    color: #00f510;
}*/

*{
/*    font-family: Tahoma, Geneva, sans-serif;*/
/*    border: 1px solid red;*/
}

.hidden{
    display: none;
}

.b1{
    
/*    border: 1px solid red !important;*/
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;

}

/*error fields*/

.fieldError{
    
    border: 1px solid red;
    
}


.errorMessage{
    color: red;
    font-size: 12px;
}



.valid{
    border: 1px solid green !important;
    background-color: palegreen !important;
}

.invalid{
    border: 1px solid red !important;
}

.valid_error{
    color: green;
}

.invalid_error{
    color: red;
}



/* hide show buttons on wells*/
/*
.hideshowspan:hover{
    cursor:pointer;
    border-bottom: 1px solid blue;
}
*/



#wrapper {
    min-height: 100%;
/*    position: relative;*/
    width: 100%;
/*    border: 2px solid green;*/
    border: 0px;
/*    margin-top: 55px;*/
}

#page-content-wrapper{
/*    border: 5px solid yellow;*/
    padding-bottom : 20px; /*height of the footer element*/
}

/*
.page-header{
    padding-top: 0px;
}
*/

/*set the error message class to red */
.errmsg{
    color: red;
}

form input:focus, select:focus, textarea:focus{
    background-color: palegreen !important;
}



/* chip card - showing user photo and name */
/*
**  used in: home.php, memberProfile.php, memberHome.php
**  
*/

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px !important;
/*    background-color: #f1f1f1;*/
/*    background-color: palegreen;*/
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.chip-small{
    display: inline-block;
    padding: 0 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 25px !important;
}

.chip-small img{
    float: left;
    margin: 0 10px 0 -25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.chip-table-width{
    min-width: 200px !important;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    
    .chip {
        height: 25px;
/*        padding: 0 12px;*/
        font-size: 16px;
    line-height: 25px;
    }
    
    .chip img{
        
        width: 25px;
        height: 25px;
    }
}



    
    
/* Extra small devices (phones, 320px and less) */
@media (max-width: 414px) {

}


/* home.php */








/*******************************************
**                                        **
**        Once Navbar Logged Outs:        **
**                                        **
********************************************/


nav{
/*    min-height: 155px;*/
}

/* navbar logo */
a.navbar-brand{  
/*    padding: 2.5px 0 2.5px 10px;*/
}


@media (max-width: 414px) {
 
    
/*
    nav{
        max-height: 40px;
    }
*/
    
   
    
    .navbar .navbar-brand #brandText{  
        color: yellow !important;
  
    }
    
    img .img-responsive a{
        width: 20% !important;
    }
    
}

.navbar-text, div#navbar-collapse ul.nav.navbar-nav.navbar-right{
/*
    padding-top: 2.5px;
    margin-left: 50px;
*/
}


div#navbar-collapse ul.nav.navbar-nav.navbar-right .login a{
    color: #44bf34;
}

div#navbar-collapse ul.nav.navbar-nav.navbar-right .login a:hover{
    color: #00f510;
}




/*******************************************
**                                        **
**        Once Navbar Logged in:          **
**                                        **
********************************************/

.activeItem{
   background-color:#999; /*make some difference for the active item here */
}


#sidebar-wrapper ul li a:active, #sidebar-wrapper ul li a:visited{
    border: 1px solid white;
}



/*
#subnav{
    margin-top: -10px;
}


#subnavheader{
    display: block;
    float: left;
    padding: 10px
}

#subnavbrand{
    color: black;
    opacity: 0.3;
}

#subnav > .container-fluid > .subnavcol > #subheadername{
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-family: monospace;
    font-size: 1.2em;
    font-weight: 800;
    background-color: black;
    opacity: 0.3;
    color: white;
    border-radius: 25px;
    margin-top:12px;

}

#subnavalertbar{
   

}

#submenu-alert{
                
    max-width: 100%;
    margin: 5px;
    opacity: 1.0;
    font-weight: 600;
               
}
*/


    


/*
#menulistitem{
}
*/

/*
#subnav > .container-fluid > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
*/

.committeemenuitem{
    border-bottom: 5px solid lawngreen;
}    
.adminmenuitem{
     border-bottom: 5px solid mediumpurple;
}
.usermenuitem{
    border-bottom: 5px solid grey;
}

  
#adminlock{
    height: 20px;

}



.subbutton{
    background-color: black;
    opacity: 0.3;
}

#btnviewPersonal2, #btnupdatePersonal2{
    height: 50px;
    width: 130px;
    

}

#btnviewPersonal2{
    background-color: dodgerblue;
    color: white;
}

#btnviewPersonal2:hover{
    background-color: green;
}

#btnupdatePersonal2:hover{
    background-color: dodgerblue;
}







/*******************************************
**                                        **
**        index.php                       **
**                                        **
********************************************/










/* for the forgot password - reduce the height */

#forgotpass_lerror{
    height: 50px;
}



#msgresetPasswordsMatchErrDiv{

}


#resetbuttongroupdiv{

    margin-top: 50px;
}

#resetbuttongroupdiv input{
    margin-top: 10px;
}

#forgotinputpassworddiv{
    

}

 #forgotemail{
        height: 80px;
    }






/* error labels applied to the login email & password fields */

label.error, .applyEmailError{
    font-size: 12px;
    text-transform: capitalize;
    color: red;
    
}




#logbreak{
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid grey;
}

#btnApply{
    padding: 15px;
}



#createaccountdiv{
    margin-top: 30px;
}


/*******************************************
**                                        **
**        message board                   **
**                                        **
********************************************/


.mbHeaderDiv > h1{
    margin-bottom: 10px !important;
    text-align: center !important;
}



.mbHeaderDiv{
    background-color: cornflowerblue !important;
    padding: 10px !important;
}






/*******************************************
**                                        **
**       committee headers                **
**                                        **
********************************************/


#committee_main_member_header{
    width: 100%;
    height: 130px;
/*    border: 1px solid black;*/
}

#headerUserName{
    padding-top: 40px;
}  

#emailmember{
    padding-top: 40px;
}



/*******************************************
**                                        **
**       memberprofile.php                **
**                                        **
********************************************/

.memberprofiletitlefield{
  color: #216182;
}





.memberprofiletitlefield:hover{
    background-color: #216182;
    color: white;
    cursor: pointer;
}

.contact_title{
    margin: 10;
}


.memberDetailsRow{
    margin-top: 5px;
    height: auto;
    padding: 3px;
    
}

.headerUserDetails #headerUserDetailsName{
    padding-top: 10px;
    font-size: 6vw;
    text-align: center;
}


.memberinputclick{
        padding: 5px;
        width: 100px;
        -webkit-transition: width .35s ease-in-out;
        transition: width .35s ease-in-out;
        background-color: #efefef;
        border: 1px solid #dedede;
    }
      
    #sltupdateServingStatus, #sltupdateRank, #sltupdateTitle, #sltupdateMemberType{
/*        width: 200px;*/
/*        border: none;*/
/*        padding: 10px;*/
    }
      
/*
    #sltupdateServingStatus:hover, #sltupdateRank:hover, #sltupdateTitle:hover, #sltupdateMemberType:hover{
        border: 1px solid green;
    }
*/
      
    .memberinputclick:hover{
        cursor: pointer;
        border: 1px solid green;
    }
      
    .memberinputclick:focus{
        width: 250px;
        cursor: text;
        border: 1px solid green;
        color: blue;
         padding: 15px;
    }
      
    #txtupdateHistory{
        width: 600px;
    }

    .memberinputclick{
        text-decoration: underline;
    }

/*
    input{
        text-decoration: none;
    }
*/





    
}


/*******************************************
**                                        **
**       footer.php                       **
**                                        **
********************************************/



footer.navbar.navbar-fixed-bottom {
    background: #222;
    color: white;
/*    padding: 10px;*/
/*    position:absolute;*/
    width:100%;
    bottom:0;
    left: 0;
    height: 20px;
/*    font-family: Georgia, Times, serif;*/
    /*margin-top: 50px; */

  /*background-color: #efefef;
  text-align: center;*/
}

footer a {
    color: hotpink;
}




/*******************************************
**                                        **
**       media queries                    **
**                                        **
********************************************/




    
    /* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
     

}


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
     

    /*navbar menu breaks to hamburger*/
    
    
    html{
       
    }
    
   
       #navbarusername{
        padding-left: 60px;
        

        
    }
    
/*
    .cover .cover-text #main-title{
        padding-top: -10px;
        margin-top: -10px;
        font-size: 32px;
       color: red;
    }
    
    .cover .cover-text #sub-title{
        font-size: 12px;
    }
*/
    
   
    
    h2{
        text-align: center;  
    }
    
    .index-para h3{
        text-align: center;
/*        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;*/
        font-weight: 500;
        text-decoration: underline;
        margin-bottom: 20px;
    }
    
     
    .index-para-text p {
        font-size: 14px;;
/*        font-family: Arial,sans-serif;*/
        

    }
    

    
    .index-para{
        border-bottom: 1px solid grey;
        padding: 30px;
        margin-left:5px;
        margin-right:5px;
        height: 450px;
    }
    
 
    .index-para-button{
        display: none;
    }
    
    /*apply.php*/
    
    
 
    
    
    #lblapplyPassword2large{
        display: none;
    }
    
    #lblapplyPassword2small{
        display: block;
    }
    
    #applyheadertext{
        font-size: 24px;   
    }
    
    .applylegend{
        padding-top: 20px;
    }
    
    
    
    
    /***home.php*****/
    
     /*change the container margin when the screen is on iphone*/
        .homecontainer{
         
         margin: 0 20px;
/*            border: 3px solid brown;*/
            
        }
         
         /*remove the extra text and put the icon to the middle*/
         
         .home-panel .text-right{
             display: none;
         }
         
         .home-panel .usericon{
             width: 100%;
             border: 1px solid blue;
             text-align: center;
         }
    
    
    /**********login.php***********/
    
    #login-container{

        padding-top: 0px;
    }
    
    .panel-footer #login-footer-text{
    font-size: 8px;
    }
    
}



/* Extra small devices (phones, 320px and less) */
@media (max-width: 414px) {
    
    
    
    #main-container{
        margin-top: 70px;
    }
/*
    blockquote{
         font-size: 10px; 
        padding:0;
    }
    
    blockquote cite{
        font-size: 7px;
    }
*/
    
    #navbarwelcome{
        display: none;
    }
    
    .cover .cover-text #main-title{
        display: none;
    }
    
    .cover .cover-text #sub-title{
        display: none;
    }
    
    .index-para{
       
       
        height: 500px;
    }
    
    
    
    /****set all input form control text to smaller****/
    
/*
    #contact-form input[type=text], #contact-form input[type=email], #contact-form textarea{
        font-size: 14px;
        width: 180px
    }
*/
    


    
    /************contact committee.php********/
    

    
    /***********login.php*************/
    
/*
    #lemail{
        font-size: 14px;
        width: 180px;
    }
*/
    
} 





