﻿input, .btn, select {
    border-radius: 20px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
}

.btn-primary {
    background-color: #30a1e3 !important;
    border-color: #30a1e3 !important;
}

.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-warning {
    background-color: #ff9800 !important;
}

.btn-light {
    border-color: #ccced1 !important;
}

.bg-light {
    background-color: white !important;
}

.bg-primary {
    background-color: #30a1e3 !important;
}

.nav-item {
    padding: 13px 15px;
    border: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", Arial, sans-serif;
}

.button_search {
    border-radius: 20px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.navbar {
    margin-top: 0;
    top: 0;
    position: absolute;
    width: 100%;
}


h1 {
    font-size: 21px;
    font-weight: 700;
    line-height: 60px;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

.navbar > .navbar-collapse > .navbar-nav > a:hover {
    background-color: #5db5e9 !important;
}

.title {
    width: 100%;
    z-index: 5;
    background: #fff;
    min-height: 50px;
    height: 55px;
    border-bottom: 1px solid #c1c4c7;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06);
    box-shadow: 0 2px 3px rgba(0,0,0,.06);
}

.text-primary {
    color: #2682c4 !important;
}

p{
    font-size: 15px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h3, h2 {
    color: #2682c4;
}
