/*********** UTILS *************/
.text-white {
    color: #ffffff; 
}
.text-success {
    color: #647b5f !important; 
}
.orange {
    color: #a58a11 !important;
}
.tiny {
    font-size:0.6em; 
    color: #000000;
}
.medium {
    font-size:0.8em;
}
.huge {
    font-size:1.4em;
}
.light-grey{ 
    background: #cccccc;
}
.dark-grey{ 
    background: #999999;
}
.w-100 {
    width:100%;
}
.h-100 {
    height:100%;
}
.p-0 {
    padding:0px;
}

p {
    color: #000;
}

.h1-pwa, 
h1.h1-pwa {
    color: #666;
    font-size: 0.95em;
}

h3 {
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none !important;
}

input.pin {
    border: 1px solid #ced4da;
    font-size: 1.2rem;;
}

.date, .time {
    color: #a58a11;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0px;
}
.list-hd {
    border-bottom: 1px solid #a58a11;
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0px;
}
.address {
    color: #333;
    font-size: 0.9rem;
    letter-spacing: 0px;
}

select.orange-sel, 
input.orange-inp {
    border:1px solid #a58a11;
    font-size: 0.9rem;
}

.box-cont,
.box-wastes {
    background-color: white;
    border:1px solid #ccc; 
    border-radius:0.5rem; 
    background: white;
    color:#000;
}

.card.op-wastes {
    border: none !important; 
    background:none !important; 
    padding-left: 5% !important;
}
.waste-circle {
    font-size: 1.2rem;
    border: none; 
    line-height: 1.1;
    height: 100px; 
    width: 100px; 
    border-radius: 50%;
    padding: 25px 0 15px 0;
}

.nav-bar {
    background: #d3e2c0;
    color: #47662b;
}

body {
    max-width: 768px !important;
    margin: 0 auto;
}

/*********** END UTILS *************/


/*********** BUTTONS *************/
.btn-date {
	background-color: #c9ba7b !important;
	border:1px solid #c9ba7b !important;
	color: #6c5b17 !important;
}

.btn-primary {
	background-color: #647b5f !important;
	border:1px solid #647b5f !important;
}

.bg-success.gesplan { 
    background: #647b5f!important;
}
.btn-success.gesplan { 
    background: #647b5f;
    border:1px solid #647b5f;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-light.gesplan { 
    background: #ffffff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

/*********** END BUTTONS *************/

/*********** CONTENT *************/

body {
    background: #fff;
}

.container-fluid {
    padding: 0 !important;
}

.content {
    /*color:#337ab7;*/
    color: #545454;
    overflow-y: scroll;
    padding-bottom: 120px;
}
.header {
    background: #ffffff; 
    color: #ffffff; 
    font-weight: 600;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    padding-bottom: 15px;
}
.status-bar-login { 
    background: #a58a11; 
    border-radius: 0px 0px 0px 50px;
    color: #ffffff; 
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-bar { 
    background: #a58a11; 
    border-radius: 0px 0px 10px 10px;
    color: #ffffff; 
    font-size: 0.75rem;
    height: 20px;
    line-height: 1.8;
    text-transform: uppercase;
}
.cabecera {
    background: #ffffff; 
}
.powericon {
    background: #ffffff;
    border:none;
    font-size: 1.5rem;
}
.detail-bar { 
    border-bottom:1px solid #aaa; 
    color: #ffffff; 
    background: #e1bee7; 
}
img.logo {
}

.welcome {
    font-size: 0.7rem;
    color: #666666;
}

.driver-name {
    font-size: 0.7rem;
    color: #999;
    text-transform: Capitalize;
    line-height: 1;
}

.truck {
    font-size: 0.7rem;
    color: #333;
}
.truck a {
    font-size: 0.7rem;
    color: #333;
    text-decoration: none;
}

a.gesplan {
    text-decoration:none; 
    color: #ffffff; 
}
.column-btns {
    display:inline-block; 
    padding:0px !important;
    text-align:right;
}
.column-btns-01, .column-btns-02, .column-btns-03 {
    display:inline-block; 
    vertical-align: top;
}

.route-item {
    border:1px solid #ccc; 
    border-radius:0.5rem; 
    background: white;
    color:#000;
}

.route-item.active {
    background-color: #f9f1ea;
    background-color: #fffdf2;
    border:1px solid #a58a11; 
}
.route-item p,
.route-item.active p {
    line-height: 1;
}
.route-item a {
    text-decoration: none;
}

/*********** END CONTENT *************/

/*********** MENU BOTTON *************/

.mv {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 1;
    margin: 0 !important;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.nav-item.active .nav-link {
    color: #a58a11;
    font-weight: 600;
}
.nav-item .nav-link {
    background: none;
    color: #666;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
}
.tab-2, .tab-3, .tab-4 {
    border-left: 1px solid #d8efa4;
}

/*********** END MENU BOTTON *************/


/******* FOOTER *************/
.footer {
    position:fixed; 
    background-color:#f5f5f5;
    color:#999999; 
    bottom:0px; 
    height:50px;
    font-size:0.7em;
    align-items: center;
}
/*********** END FOOTER *************/
