
body {
    background-color: #FBDDC5 !important;
}

.sidebar{
    background-color: #F7BD8B !important;
    /*color: rgb(0, 0, 0) !important ;*/
    padding-bottom: None !important;
}

.sidebar-content{
    padding-bottom: 0px !important;
}



.navbar.navbar-default{
    background-color: #00395B !important;
    color: white !important;
}



.card-header {
    color: white;
    background: #00395B !important;
    font-weight: bold !important;
}

#tabs {
    color: white;
}


#title {
    color:rgb(255, 255, 255);
    font-weight: bold;
    font-size: 22px;
}

.nav-link {
    color: white !important;
    font-size: 18px;

}

#weather_tab .card-body {
    row-gap: 0px !important;   
}

#weather_graph {
    display: block;
}

#info_button {
    margin: 0px !important;
    padding: 0px !important;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

#info_button_2 {
    margin-left: 10px !important;
    padding: 0px !important;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

#get_op{
    padding: 5px !important;
    background-color: #FBDDC5;
    color: #00395B;
    margin-right: 5px;
    font-weight: bold;
}

#get_op:hover {
    background-color: #F7BD8B !important;
    color: initial !important;
}

#dl_op{
    background-color: #FBDDC5;
    color: #00395B;
    font-weight: bold;
    border-color: #00395B;
    border-width: medium;
}

#dl_op:hover {
    background-color: #F7BD8B !important;
    color: initial !important;
}

#set_op-label{
    padding: 5px !important;
    background-color: #FBDDC5;
    color: #00395B;
    font-weight: bold;
    margin-right: 10px;
}

#set_op-label:hover {
    background-color: #F7BD8B !important;
    color: initial !important;
}

#set_op .form-control{
    display: none;
}

#set_op_progress {
    display: none;
}

#div_op input{
    display: none;
}

#div_op span{
    padding: 5px !important;
    background-color: #FBDDC5;
    color: #00395B;
    font-weight: bold;
}

#div_op span:hover{
    background-color: #F7BD8B !important;
    color: initial !important;
}

#div_op{
    display: inline-flex;
    align-items: center; 
}

#colone_info {
    margin: 0px;
    padding: 0px !important;
    border: none;
}

#colone_title {
    padding-right: 20px !important;
}

#graph_comp .card-body {
    padding: 0px !important;
}

#graph_op .card-body {
    padding: 0px !important;
}

#graph_go .card-body {
    padding: 0px !important;
}

#graph_comp .card-header {
    font-size: 20px;
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#graph_op .card-header {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#maintenance_operation_table .card-header {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 0px;
}

#fullname {
    margin: auto;

}

#company {
    margin: auto;
}

#rb_point-label {
    font-weight: bold;
}

#rb_type-label {
    font-weight: bold;
}

#rb_units-label {
    font-weight: bold;
}


#logo_title {
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.container-fluid {
    padding: 0px;
}

.navbar-brand {
    margin-right: 18px;
}

#logo-fem{
    padding-bottom: 0px;
    padding-left: 500px;
}

#fem_button{
    margin: 0px !important;
    padding: 0px !important;
    border: none;
}

#fem_button:hover {
    background-color: initial !important;
    color: initial !important;
}

#fem_a{
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

#metrics_obs{
    color: orange;
}

#div_elements_header {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#div_elements_header p {
    margin-bottom: 0px !important;
    margin-right: 5px !important;
}
#div_elements_header_2 {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#div_elements_header_2 p {
    margin-bottom: 0px !important;
    margin-right: 5px !important;
}
#select_date{
    margin-right: 50px;
}

#div_select_message{
    font-size: 25px;
    font-weight: bold;
    color: #00395B;
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}

#select_arrow{
    font-size: 50px;
}

#maintenance_operation_table{
    text-align: center;
    font-size: 15px;
}

#title_pop_up_page_3{
    margin-bottom: 30px;
}

#div_body_pop_up_page_3{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
}

#img1_pop_up_page_3{
    margin-bottom: 30px;
}

#div_button_pop_up_page_3{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 750px;
}