/* Login - Register - Profile */

.input_info
{
    background-color:#ffffff !important;
    border:none;
    border-radius:10px;
    box-shadow: 1px 1px 5px #888888;
    position: relative;
}

.input_info::placeholder
{
    padding-left: 5px;
}

.icon-inside 
{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #F18228;
    z-index: 2;
}

.btn_orange
{
    background-color: #F18228;
    color: #FFFFFF;
    border: none;
    font-weight: 700;

}
.btn_orange:hover
{
    opacity: .9;
    color: #FFFFFF;
}

/* Request Admin */

li.breadcrumb-item.active
{
    color: #013A58;
}

li.breadcrumb-item.name_user
{
    color: #F18228;
    font-weight: 800;
}

/* requests page */

/* btn now or date */
.btn-date-time
{
    width: 100%;
    background-color: #1B9475;
    border-radius: 39px;
}
.btn-date-time.active
{
    background-color: #F18228;
}
/* ul date */

.ul-date
{
    background-color: #1B9475; 
    border-radius: 39px;
}

.btn-request
{
    background-color: transparent;
    border: none;
}

.title-request {
    margin-top: 10px;
    color: #F18228;
    font-weight: 700;
}

.active-li-route
{ 
    color: #F18228;
}

#example3_length,#example3_filter,#example3_paginate
{
    display: none;
}

.search-div
{
    justify-content: space-around;
}

.search-btn,.btn-submit
{
    background-color: #1B9475;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
}

.btn-submit
{
    width: 100%;
}

.btn-submit:hover
{
    background-color: #F18228;
    color: #FFFFFF;
}
