body {
    font-family: 'Lato', sans-serif;
    color: #2d3c49;
    font-weight: 400;
    height: 100%;
}

input[type=text] {
    width: 100%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}



#email, #passinput[type=text] {
    width: 100%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}
word, #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[for=roles]{
  margin-right: 5%;
}
#content, #branch, #thread, #scode, #option_1, #option_2, #option_3, #option_4, #option_5, #option_6, #option_7, #option_8{
    width: 70%;
    height: 2em;
    padding: 5px 5px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    float: right;
}

#select_facility{
  width: 68%;
    height: 2em;
    margin-left: 8%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    
}

label{
  
    width: 25%;
    margin-bottom: 1em;
    padding-top: 0.5em;
}

label[for=select_facility]{
  width: 5%;
  margin-right: 2%;
}
.central{
    width: 50%;
    margin: auto;
}

.select_form_submit{
  
  float: right;
  height: 2em;
  padding-bottom: 3px;
  margin-left: 1%;
  margin-top: 5px;
  border-radius: 4px;
}

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;

}
label{
    height: 2em;
    padding-top: 0.5em;
}


select {
    width: 100%;
    height: 2em;
    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;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 98%;
    margin-left: 0.5%;
    margin-top: 0.5%;
}

td, th {
    border: 1px solid #ddd;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

a {
    color: #02B3E4;
}

mark {
    color: 	#FF0000;
    font-size: 16px;
    background-color: #FFDAB9;
}
.icon{
  display: none;
}



@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;}
  
}

.show{
    display: block;
}
.hide{
    display: none;
}

.list-nav{
  display: block;
}

.btn-warning, .btn-success{
    font-size: 2em;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    border-radius: 3px;
    cursor: pointer;

}

@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-warning, .btn-success{
    font-size: 1.2em;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 3px;
    cursor: pointer;
}

.icon{
  font-size: 2.3em;
  padding-top: 0.5%;
  padding-right: 2%;
  float: right;
  display: block;
}
.list-nav{
  display: none;
}
#improve_chart,#trend_chart{
        zoom:0.3;
        
    }
#gender_chart, #fvisit_chart, #satis_chart, #repeat_chart{
        zoom:0.6;
        margin-left:-16%;
    }
#age_chart, #child_chart, #rec_chart{
        margin-left:-6%;
    }

}
@media only screen and (max-width: 414px) {
.btn-warning, .btn-success{
    font-size: 1em;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 2px;
    border-radius: 3px;
    cursor: pointer;
}


}



.title{
    font-size: 28px;
    color: #EF6930;
}
.navbar-brand{
  color: #EB9734;
}

.f-card, .u-card,.body-text{
    font-size: 16px;
    margin-bottom: 1%;
    padding: 8px;
    border-radius: 5px;
    background-color: #F8F8F8;
}



.error{
    color: #FF0000;
    font-size: 16px;
}

.sub-title{
    font-size: 25px;
    color: #2d3c49;
}



.l-office{
    font-size: small;
    background-color: #FFFFCC;
}


.form-tab{
    text-align: center;
    font-size: 16px;
    width: 65%;
    background-color: #EFEFEF;
    margin-left: 16%;
}




