btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}


.navbar-default {
    background: #007bff !important;
}

.navbar-top-links li { color: white; }

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: white;
    border-color: #337ab7;
    color: #007bff !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #007bff !important;
}


label {
    font-size: 10px;
    font-weight: 100;
}

.awb-sub-title {
    margin: 2px 0px 15px 0px;
    border-bottom: 1px solid;
    padding: 0px 0px 6px 0px;
    color: #2f7bb8;
    font-weight: 600;
}

select {
    width: 100%;
    height: 25px;
}

.form-group-custom {
    margin-bottom: 8px;
}

.width-100p { width: 100%; }
.pr-4p { padding-right: 5px; padding-bottom: 5px;}
.fs-9p { font-size: 9px; }

input:read-only {
    background: #9e9e9e1f;
    border: 1px solid gray;
}


/* Add a black background color to the top navigation */
.topnav {
    text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
    text-align: center;
    padding: 14px 16px;
    color: white;
}
