* 
{
box-sizing:border-box;
}

::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
  color: black;
  font-family: latoregular;
}
::-moz-placeholder
{ /* Firefox 19+ */
  color: black;
  font-family: latoregular;
}
:-ms-input-placeholder
{ /* IE 10+ */
  color: black;
  font-family: latoregular;
}
:-moz-placeholder
{ /* Firefox 18- */
  color: black;
  font-family: latoregular;
}

body
{
    background-image: url(../img/);
    margin: 0;
    padding: 0;
    color: blue;
}

.ProfileContainer
{
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 10%;
    text-align: left;
}

.Profile
{
    border: 3px solid #f1eeee;
    margin: 0 auto;
    width: 90%;
    background-color: #ffffff;
}

.ProfileImg
{
    width: 200px;
    border-radius: 50%;
}

.header
{
    float: left;
    width: 100%;
    background: white;
    color: red;
    border-bottom: 2px solid black;
    padding: 0px 0px 10px 0px;
}
.headerImg
{
    width: 10%;
    float: left;
    height: 150px;
}
.headerImg img
{
    width: 100%;
    height: 150px;
}
.header p
{
    width: 90%;
    float: left;
    font-size: 15px;
    margin: 20px 0px;
}
.header h2
{
    width: 90%;
    float: left;
    font-size: 30px;
    margin: 20px 0px;
}
.signUpContainer
{
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 30%;
}
.signUpForm
{
    float: left;
    margin: 10px auto;
    width: 100%;
    padding: 10px 0px 25px 0px;
    margin-bottom: 70px;
}
.signUpForm legend
{
    font-size: x-large;
    padding: 0px 0px 10px 0px;
}
.signUpInput
{
    width: 50%;
    height: 30px;
    padding: 5px 10px;
    margin: auto;
    display: inline-block;
    border: 2px solid #f1eeee;
    border-radius: 5px;
    box-sizing: border-box;
}
.signUpInput:focus, .signUpInput option:focus, .signUpInput[type=email]:focus, .signUpInput[type=password]:focus
{
    outline: 2px solid #000000b8;
}
.signUpBtn
{
    color: black;
    padding: 5px 15px !important;
    /* margin: 10px; */
    border: 3px solid #f1eeee;
    cursor: pointer;
    /* width: 25%; */
    background-color: white;
}
.signUpBtn:hover
{
    font-weight: 900;
    color: blue;
    border: 3px solid red;
}

.logIn
{
    background-color: white;
    width: 100%;
    margin: 5px 0px 25px 0px;
    border: 3px solid #f1eeee;
    padding: 5px;
    font-size: 11px;
}

.logIn a
{
    color: black;
    text-decoration: none;
}

.logIn:hover
{
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.72);
    color: #FFF649;
    border: 3px solid #FFF649;
}

.logIn:hover a
{
    color: white;
}

.logIn a:hover
{
    text-decoration: underline;
    color: #FFF649;
}

.showPasswordSignup
{
    display: inline-block;
    color: black;
    position: absolute;
    margin: 3px 9px;
}

.toolLogin , .toolSignup
{
    width: 50% !important;
    left: 37.5% !important;
}


#dataListDiv
{
    float: left;
}

.logoContainer
{
    width: 50%;
    margin: 0 auto;
    float: left;
    margin-top: 5%;
}

.noticeBoard
{
    width: 80%;
    margin: 0 auto;
    background-color: #FFF649;
    border: 10px solid #474747;
    border-radius: 5px;
    outline: 3px solid #f1eeee;
    padding: 0px 10px;
    text-align: left;
    position: relative;
    height: 435px;
}

.noticeBoard p:last-child
{
    position: absolute;
    bottom: 0px;
    padding: 0px 5px;
    color: red;
}

.logInContainer
{
    width: 50%;
    margin: 0 auto;
    float: right;
    margin-top: 5%;
}

.loginForm
{
    border: 3px solid #f1eeee;
    margin: 90px auto 0 auto;
    width: 75%;
    background-color: #ffffff;
    padding: 65px 0px;
}

.label
{
    float: left;
    /*width: 50%;*/
    margin: auto;
    text-align: left;
    padding: 0px 20px;
}

.logInInput, .logInInput[type=email], .logInInput[type=password]
{
    width: 50%;
    padding: 5px 10px;
    margin: auto;
    display: inline-block;
    border: 2px solid #f1eeee;
    box-sizing: border-box;
}

.logInInput:focus, .logInInput option:focus, .logInInput[type=email]:focus, .logInInput[type=password]:focus
{
    outline: 2px solid #000000b8;
}

.inputDiv
{
    float: left;
    width: 90%;
    margin: 10px;
}

.showPassword
{
    display: inline-block;
    color: black;
    position: absolute;
    margin: 7px;
}

.loginBtn
{
    color: black;
    padding: 10px 20px;
    margin: 10px;
    border: 3px solid #f1eeee;
    cursor: pointer;
    width: 50%;
    background-color: white;
}

.loginBtn:hover
{
    color: red;
    font-weight: 900;
    border: 3px solid blue;
}

.imgcontainer
{
    text-align: center;
    margin: 24px 0 12px 0;
}

.forgot, .signup
{
    background-color: white;
    width: 75%;
    margin: 5px auto;
    border: 3px solid #f1eeee;
    padding: 5px;
    font-size: 11px;
}

.forgot a, .signup a
{
    color: black;
    text-decoration: none;
}

.forgot:hover, .signup:hover
{
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.72);
    color: #FFF649;
    border: 3px solid #FFF649;
}

.forgot:hover a, .signup:hover a
{
    color: white;
}

.forgot a:hover, .signup a:hover
{
    text-decoration: underline;
    color: #FFF649;
}

html, body
{
    font-family: Verdana,sans-serif;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

body::-webkit-scrollbar , .scroll::-webkit-scrollbar
{ 
    width: 0.9em;
} 
body::-webkit-scrollbar-thumb , .scroll::-webkit-scrollbar-thumb
{ 
    background-color: #FFF649; 
    border: 2px solid #474747; 
}
body::-webkit-scrollbar-button , .scroll::-webkit-scrollbar-button
{ 
    background-color: #FFF649; 
    border: 2px solid #474747; 
}
body::-webkit-scrollbar-track-piece , .scroll::-webkit-scrollbar-track-piece
{ 
    background-color: #474747; 
}
body::-webkit-scrollbar-corner , .scroll::-webkit-scrollbar-corner
{ 
    background-color: black; 
}

header
{
    float: left;
    width: 100%;
    color: #FFF649;
    text-align: left;
    background-color: #474747; 
    border-bottom: 3px solid #f1eeee;
    padding: 1px 25px;
    position: fixed;
    top: 0;
    left: 0;
}
header a 
{
    text-decoration: none;
    color: #FFF649;
}

.logInDiv
{
    float: right;
    display: inline-block;
    text-align: center;
    margin: 0.8% 0.5% 0%;
}

.logoutBtn
{
    width: 70%;
    margin: 0 auto;
    padding: 5px;
    background-color: red;
    border: 2px solid black;
}
.tileGroup
{
    width: 100%;
    float: left;
}
.tileGroup h1
{
    text-align: left;
    padding: 0px 10px;
    font-size: 20px;
}
.tile
{
    width: 9%;
    margin: 1%;
    float: left;
    padding: 25px;
    background-color: #FFF649;
    border: 3px solid #015600;
    font-weight: 900;
    border-radius: 15px;
    min-height: 100px;
    min-width: 125px;
}

.tile a
{
    float: left;
    width: 100%;
    text-decoration: none;
    color: #015600;
}

.iconBar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iconBar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.iconBar a:hover {
    background-color: #FFF649;
    color: #015600;
    border: 2px solid #474747;
}

.Icon {
  background: #015600;
  color: white;
}

.iconbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iconbar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.iconbar a:hover {
    background-color: #FFF649;
    color: #015600;
    border: 2px solid #474747;
}

.mainContainer
{
    padding: 5px;
    margin: 75px 0px 25px 0px;
    float: left;
    width: 100%;
}

.userIcon
{
    background-color: #015600;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
}

.logoutIcon
{
    display: none !important;
    color: red;
}

.addBldgForm , .addTileAuthorityForm , .addTileForm , .operForm 
{
    float: left;
    width: 100%;
    background-color: white;
    border: 3px solid #f1eeee;
    margin-bottom: 20px;
}

fieldset
{
    margin: 20px auto;
    width: 95%;
}

fieldset legend
{
    text-align: left;
    font-size: large;
}

.error
{
    color: red;
}

.message
{
    float: left;
    color: red;
    padding: 0px 15px;
}

.notes
{
    margin: 0;
}

.threeColumns 
{
    float: left;
    /*width: 30%;*/
    margin: 2px 0px;
    text-align: left;
}

.threeColumns input 
{
    padding: 2px 5px;
}
.inputWidth
{
    width: 50%;
    height: 30px;
    padding: 5px 10px;
    margin: auto;
    display: inline-block;
    border: 2px solid #f1eeee;
    border-radius: 5px;
    box-sizing: border-box;
}
.focus:focus
{
    outline: 1px solid blue;
}
.focus[type=date]:focus , .focus select:focus
{
    outline: 1px solid blue;
}
.formBtn
{
    font-weight: 900;
}
.formBtn:hover
{
    background-color: #474747;
    border-color: #FFF649;
    color: #FFF649;
}
.editForm
{
    float: left;
    visibility: hidden;
}
.tooltip
{
    display: inline-block;
}
.tooltiptext
{
    visibility: hidden;
    width: 95%;
    background: #474747;
    color: #FFF649;
    text-align: center;
    border-radius: 5px;
    padding: 3px 3px;
    position: relative;
    z-index: 1;
    top: 5px;
    left: 2.5%;
    float: left;
    font-size: 10.5px;
    font-weight: 900;
}

.tooltip:hover  .tooltiptext
{
    visibility: visible;
}
table
{
    width: 98% !important;
    border: 2px solid #015600;
    border-radius: 5px;
    margin: 0 auto;
}
.scrollContent td, .fixHeader th 
{
  border: 1px solid #015600;
  font-size: 12px;
  width: 6%;
  color: #015600;
}
.footable-row-detail-name
{
    width: 40%;
    color: #015600 !important;
    text-align: left;
    padding: 0px 10px;
    border-bottom: 2px dotted #015600;
}
.footable-row-detail-inner
{
    width: 100%;
}
.footable-row-detail-row
{
    width: 100%;
}
.footable-row-detail-value
{
    text-align: left;
    padding: 0px 10px;
    border-bottom: 2px dotted #015600;
}
.table th, .table td
{
    border: 1px solid #015600 !important;
}
.scrollContent td
{
  color: black;    
}
.scrollContent td, .fixedHeader th 
{
  background-color: #FFF;
  padding: 3px 0px;
}
.footable > tfoot .pagination
{
    background-color: white;
    padding: 5px 20px;
}
.pagination ul
{    
    display: inline-block;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px #015600!important;
    -moz-box-shadow: 0 1px 2px #015600 !important;
    background-color: white;
    color: #015600 !important;
    font-weight: 900;
    box-shadow: 0 1px 2px #015600 !important;
}
bootstrap.css:798
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
.editdelete
{
    padding: 2px;
}
.fixHeader
{
    width: 100%;
}
.fixHeader th 
{
  background-color: #FFF649; 
  color: #015600;
  padding: 3px 0px;
  font-weight: normal;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle
{
    color: #015600 !important;
}

.scrollContent
{
    width: 100%;
}

.editDelete
{
    text-decoration: none;
    color: #FFF649;
}

.editDelete span
{
    float: left;
    width: 50%;
    background-color: #474747;
    border: 2px solid #FFF649;
    padding: 6px 0px;
}

.approveReject
{
    text-decoration: none;
    color: #FFF649;
}

.approveReject span
{
    float: left;
    width: 90%;
    background-color: #474747;
    border: 2px solid #FFF649;
    padding: 6px 0px;
    margin: 0% 5%;
}

.reasonInput
{
    float: left;
    width: 96%;
    margin: 15% 2%;
    padding: 9%;
}

.Search
{
    background-image: url('../Img/searchIcon.png');
    background-position: 5px;
    background-repeat: no-repeat;
    float: left;
    width: 96%;
    margin: 1% 2%;
    padding: 8px 30px;
    border-radius: 10px;
    outline: auto;
    border: none;
}

footer
{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999999999999999999;
    text-align: center;
    background-color: #474747; 
    color: #FFF649;
    padding: 5px;
    font-size: 12.5px;
    border-top: 5px solid #f1eeee;
}

.add_entryForm
{
    float: left;
    width: 100%;
}



@media only screen and (max-width: 1115px)
{
    #headerText
    {
        width: 60%;
    }
    .logInDiv
    {
        width: 25%;
        margin: 1.5% 0.5%;
    }
}

@media only screen and (max-width: 1440px)
{
    .threeColumns 
    {
/*        width: 30% !important;*/
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px)
{
    .noticeBoard , .loginForm , .forgot , .signup
    {
        width: 90%;
    }
    .label
    {
        /*width: 50%;*/
    }
    .signUpContainer
    {
        width: 90%;
    }
    .ProfileContainer
    {
        width: 90%;
    }
    .threeColumns
    {
/*        width: 47% !important;*/
    }
    .headerImg
    {
        width: 15%;
    }
    .header h2, .header p
    {
        width: 85%;
    }
}

@media only screen and (max-width: 768px)
{
    .logInContainer , .logoContainer
    {
        width: 100%;
        margin-bottom: 10%;
    }
    .threeColumns
    {
/*        width: 45% !important;
        margin: 5px;*/
    }
    .headerImg
    {
        width: 20%;
    }
    .header h2, .header p
    {
        float: right;
        width: 80%;
    }
    .editDelete span
    {
        width: 99%;
    }
    .mainContainer
    {
        margin: 120px 0px 25px 0px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 728px)
{
    .noticeBoard , .loginForm , .forgot , .signup
    {
        width: 90%;
    }
    .signUpContainer
    {
        width: 90%;
    }
    .ProfileContainer
    {
        width: 90%;
    }
    .tile
    {
        width: 23%;
    }
    .toolLogin
    {
        width: 50% !important;
        left: 38% !important;
    }
    .toolSignup
    {
        width: 50% !important;
        left: 12.5% !important;
    }
    #headerText
    {
        width: 60%;
    }
    .logInDiv
    {
        width: 25%;
        margin: 2% 0.5%;
    }
}

@media only screen and (max-width: 727px) and (min-width: 640px)
{
    .noticeBoard , .loginForm , .forgot , .signup
    {
        width: 90%;
    }
    .signUpContainer
    {
        width: 90%;
    }
    .ProfileContainer
    {
        width: 90%;
    }
    .label
    {
        /*width: 50%;*/
    }
    .tile
    {
        width: 18%;
    }
    .toolSignup , .toolLogin
    {
        width: 50% !important;
        left: 37.5% !important;
    }
}

@media only screen and (max-width: 640px) and (min-width: 426px)
{
    .noticeBoard , .loginForm , .forgot , .signup
    {
        width: 90%;
    }
    .signUpContainer
    {
        width: 100%;
    }
    .ProfileContainer
    {
        width: 100%;
    }
    .label
    {
        /*width: 50%;*/
        padding: 0px 0px 0px 5px;
    }
    .threeColumns 
    {
/*        width: 45% !important;*/
    }
    .headerImg
    {
        width: 50%;
    }
    .header h2, .header p
    {
        float: right;
        width: 100%;
    }
    .tile
    {
        width: 20%;
        margin: 2%;
    }
    .toolLogin
    {
        width: 50% !important;
        left: 43.5% !important;
    }
    .toolSignup
    {
        width: 50% !important;
        left: 41.5% !important;
    }
}

@media only screen and (max-width: 550px) and (min-width: 426px)
{
    .signUpContainer
    {
        width: 100%;
    }
    .ProfileContainer
    {
        width: 100%;
    }
    .toolSignup
    {
        width: 50% !important;
        left: 9.5% !important;
    }
    #headerText
    {
        width: 74% !important;
    }
    .logInDiv
    {
        width: 25% !important;
        margin: 3% 0.5% !important;
    }
    .mainContainer
    {
        margin: 120px 0px 30px 0px !important;
    }
    .headerImg
    {
        width: 40%;
    }
}

@media only screen and (max-width: 426px)
{
    .mainContainer
    {
        margin: 160px 0px 25px 0px;
    }
}

@media only screen and (max-width: 425px)
{
    .logInContainer
    {
        margin-bottom: 15%;
    }
    .signUpContainer
    {
        width: 100%;
    }
    .Profile
    {
        width: 100%;
    }
    .ProfileContainer
    {
        width: 100%;
    }
    .ProfileImg
    {
        width: 100px;
    }
    .label
    {
        /*width: 50%;*/
        padding: 0px 0px 0px 5px;
    }
    .loginForm , .noticeBoard
    {
        width: 90%;
    }
    .forgot ,.signup
    {
        width: 90%;
    }
    .iconBar
    {
        position: absolute;
        top: unset;
        right: 0;
        bottom: 10px;
        z-index: 2;
        left: 0;
    }
    .iconBar a
    {
        display: inline;
        padding: 10px 20px;
    }
    .iconbar a
    {
        padding: 5px;
    }
    
    .threeColumns 
    {
/*        width: 95% !important;
        margin: 10px 5px;*/
    }
    .headerImg
    {
        width: 50%;
    }
    .header h2, .header h4, .header p
    {
        float: right;
        width: 100%;
    }
    .header h2
    {
        font-size: 20px;
    } 
    .header h4, .header p
    {
        font-size: 10px !important;
    }
    .editDelete span
    {
        width: 100%;
    }
    .tile
    {
        width: 40%;
        margin: 4%;
        height: 100px;
    }
    #headerText
    {
        width: 59% !important;
    }
    .logInDiv
    {
        width: 40% !important;
        margin: 2% 0% !important;
    }
    .logoutBtn
    {
        display: none;
    }
    .logoutIcon
    {
        display: inline-block !important;
    }
    .toolLogin
    {
        left: 41% !important;
    }
    .toolSignup
    {
        width: 50% !important;
        left: 9.5% !important;
    }
    .mainContainer
    {
        margin: 175px 0px 75px 0px;
    }
}

@media only screen and (max-width: 405px)
{
    #radioDiv , #editRadioDiv
    {
        clear: both;
    }
    header
    {
        padding: 0px;
    }
}

@media only screen and (max-width: 375px)
{
    .logInContainer
    {
        margin-bottom: 20%;
    }
    .noticeBoard , .loginForm , .forgot , .signup
    {
        width: 98%;
    }
    .inputDiv
    {
        margin: 10px 5px;
    }
    .loginBtn
    {
        width: 30%;
    }
    .toolLogin
    {
        left: 41% !important;
    }
    .showPasswordSignup
    {
        margin: 6px 4px;
    }
}

@media only screen and (max-width: 320px)
{
    .label
    {
        /*width: 50%;*/
    }
    .inputDiv
    {
        margin: 10px 0px;
    }
    .toolLogin
    {
        left: 45% !important;
    }
    .toolSignup 
    {
        width: 50% !important;
        left: 5.5% !important;
    }
    .showPassword , .showPasswordSignup
    {
        margin: 7px 2px;
    }
    .loginBtn
    {
        width: 45%;
    }
    #headerText
    {
        width: 53% !important;
        padding-left: 15px;
    }
    .logInDiv
    {
        width: 47% !important;
        margin: 2% 0% !important;
    }
    .headerIcon
    {
        width: 60%;
        margin: 0 60px;
        display: none !important;
    }
    .tileGroup h1
    {
        padding: 0px 4px;
    }
    .footable-row-detail-value
    {
        padding: 0px;
    }
    .modal-content
    {
        width: 98% !important;
    }
}

/* The Modal (background) */
.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.3); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #015600;
    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
}

/* 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 {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    //background-color: #474747;
    //color: #FFF649;
}

.modal-body {
    color: red;
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    //background-color: #474747;
    //color: #FFF649;
}