body {
    font-family: 'Lato', sans-serif;
    color: #2d3c49;
    font-weight: 400;
    height: 100%;
}

input[type=text] {
    width: 60%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

input[type=number] {
    width: 60%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}
input[type=date] {
    width: 30%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

#email, #password, #new_password, #new_password_confirm, #confirm, #firstname, #surname{
    width: 70%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    float: right;
}
#roles-0, #roles-1{
  margin-left: -15%;
  margin-right: 5%;
}

label{
  
    width: 25%;
    margin-bottom: 1em;
    height: 2em;
    padding-top: 0.5em;
}

.side{
 margin-left: 5%; 
}

label[for=roles]{
  margin-right: 5%;
}
.central{
    width: 50%;
    margin: auto;
}

label{
    height: 2em;
    padding-top: 0.5em;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
select {
    width: 60%;
    height: 2em;
    padding: 1px 1px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

a {
    color: #02B3E4;
}

mark {
    color: 	#FF0000;
    font-size: 16px;
    background-color: #FFDAB9;
}

h4 {
    background-color: #DCDCDC;
    color: black;
    font-weight: 500;
    padding: 5px 3px;
    padding: 5px 5px;
    margin-bottom: 2em;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #DCDCDC;
    border-radius: 4px;

}
#mpesa_number{
    width: 150px;
}
#selected_dates{width: 120px;
        border: none;
        resize: none;
		overflow: hidden;
		min-height: 50px;
		max-height: 1000px;
}

.grant-perm{
    width: 80%;
    margin: auto;
}
.add-open{
    width: 50%;
    margin: auto;
}

.f-card, .u-card,.body-text{
    font-size: 16px;
    margin-bottom: 1%;
    padding: 8px;
    border-radius: 5px;
    background-color: #F8F8F8;
}
.header{
    border-bottom: groove;
}
.space{
    margin-top: 5px;
}
.front{
    width: 40%;
    border-radius: 50%;
    margin: auto;
        
}
.front-ext{
    margin: 4%;
    padding: 2%;
}
.right-nav {
    display: none;
    float: right;
    }
.long-nav{
    display: none;
    float: right;
    }
.top-nav{
    display: block;
    padding:  15px;
}

@media screen and (max-width: 1000px) {
  .top-tittle {display: none;}
  .title-tagline {display: none;}
  .left-nav {display: none;}
  .right-nav {display: block; font-size: 60px;}
  .long-nav {display: block;}
  .left-nav.responsive {position: relative;}
  
}

.modal{
    margin-top: 30px;
    margin-right: 15px;
}
.modal-title {
    background-color: #8BC43F;
    color: white;
    }
.logo {
    margin-top: 10px;
    width: 150px;
}

.icon{
  display: none;
}
.show{
    display: block;
}
.hide{
    display: none;
}

.list-nav{
  display: block;
}

.prominent{
    padding-top: 5%;
    padding-bottom: 5%;
    
}

.show-dates{
    display: block;
}
.hide-dates{
    display: none;
}
.btn-info{
    font-size: 1em;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    border-radius: 3px;
    margin-right: 2px; 
}
.supe{
    color: #31B0D5;
    background-color: #F5FFFA;
}
@media only screen and (max-width: 768px) {

.btn-info:hover { 
    color: #31B0D5;
    background-color: #F5FFFA;
}

.icon{
  font-size: 2.3em;
  padding-top: 0.5%;
  padding-right: 2%;
  float: right;
  display: block;
}
.list-nav{
  display: none;
}
}
@media only screen and (max-width: 550px) {
.btn-info{
    font-size: 1.2em;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 3px
}

.icon{
  font-size: 2.3em;
  padding-top: 0.5%;
  padding-right: 2%;
  float: right;
  display: block;
}
.list-nav{
  display: none;
}

.btn-info:hover { 
    color: #31B0D5;
    background-color: #F5FFFA;
}
}
@media only screen and (max-width: 360px) {
.btn-info{
    font-size: 1em;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 3px
}

.btn-info:hover { 
    color: #31B0D5;
    background-color: #F5FFFA;
}
}
.top-tittle {
    font-size: 35px;
    font-weight: 300;
}
.pay{
    display: none;
}
.body-text{
    width: 25%;
    font-size: 16px;
    margin-left:3%;
    margin-right:3%;
    padding: 8px;
    background-color: #F5FFFA;
}

.title-tagline {
    font-size: 14px;
    float: right;
    padding-right: 5px;
    margin-top: 30px;
}

.top-line {
    height: 4px;
    color: #7d97ad;
    background-color: #7d97ad;
}
.mid-line {
    height: 1.5px;
    color: #7d97ad;
    background-color: #7d97ad;
}

.title{
    font-size: 28px;
    color: #02B3E4;
}

.sub-title{
    font-size: 25px;
    color: #2d3c49;
}

.edit{
    font-size: 14px;
    float: right;
}
.add_label{
    font-weight: bold;
}

.preview-text{
    font-size: 18px;
}
.error{
    color: #FF0000;
    font-size: 16px;
}

.not-found{
    color: 	#FF0000;
    font-size: 28px;
}

.delete-post {
    color: 	#FF0000;  
}

.welcome-tab{
    font-weight: bold;
    color: #02B3E4;
    text-align: center;
    font-size: 22px;
    width: 98%;
}

.exp  {
    margin: 4px 0;
    box-sizing: border-box;
    border-top:  1px solid #ccc;
}

.exp:hover{
   background-color: #7d97ad;
}

.map {
    width: 100%;
    height: 700px;
    border-radius: 4px;
    float:right;
    z-index: 1; 
    }
    
.error-show {
    color: red;
}

.map-error{
    display: none;
}
    
.controls {
  margin-top: 12%;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 1.4%;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
}

#pac-input:focus {
  border-color: #4d90fe;
}


.pac-container {
  font-family: Roboto;
  
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
        width: 345px;
}
.invoice { padding: 1em; background-color: #EEEEDD; border: 1px solid #CCC; margin-left: 2%; max-width: 90%; border-radius: 5px; }
.invoice input { font-family: Arial; }
.invoice b { font-weight: bold; }
.invoice p { margin-top: 0.9em; margin-bottom: 0.9em; }
.invoice select[multiple] { width: 100%; height: 8em; }
.invoice h2 { margin-top: 0.4em; font-weight: bold; font-size: 1.2em; }

.invoice th { text-align: left; font-weight: bold; }
.invoice .price { text-align: center; padding-right: 2em; }
.invoice .grandTotal { font-size: 1.2em; }
.invoice .remove { border-bottom:  1px solid silver; padding-bottom: 0.5em; }
.invoice .grandTotal SPAN { font-weight: bold; }

.invoice table, .invoice td, .invoice th { padding: 0.2em; border-width: 0; margin: 0; vertical-align: top; }
.invoice td input, .invoice td select { width: 80%; }
.invoice td.quantity input { width: 8em; }
.invoice td select { height: 1.8em; white-space: nowrap; }


li { list-style-type: disc; margin-left: 20px; }
