.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #13988a;
}

.my-navbar-logo {
    padding-top: 5px;
    padding-left: 14px;
    float: left;
}

.my-navbar-feedback-logo {
    padding-top: 3px;
}

.image-feedback-log {
    padding-left: 25px;
    height: 50px;
}

.cf-image-feedback-log {
    padding-left: 25px;
    height: 48px;
}

.fp-image-feedback-log {
    padding-left: 25px;
    height: 40px;
    margin-top: 5px;
}

.feedback-tttle {
    padding-top: 13px;
    font-weight: 700;
}

.nav_header {
    width: 100%;
}

.navbar_brand1 {
    line-height: 100px !important;
}

.nav_text {
    font-size: 18px;
}

.cf_swan {
    margin-top: 5%;
}

.cf_naamly {
    margin-top: 12%;
}

.navbar-default {
    background-color: #FAFAFA !important;
}

.nav_desktop_height {
    height: 60px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.margin_left {
    margin-left: 3%;
}

.profile_text {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
}

.navbar-nav>li>a.profile-img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav_header {
    margin-top: 0px;
}

.header_date {
    font-size: 15px;
    font-weight: bold;
}

.nav>li.active>a,
.nav>li>a:focus,
.nav>li>a:hover {
    color: white;
    background-color: #000 !important;
    border-radius: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #000 !important;
}

.a_font_size {
    font-size: 18px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 11px;
}

.btn_custom1,
.btn_custom1:hover,
.btn_custom1:active,
.btn_custom1:visited,
.btn_custom1:focus {
    background-color: red;
    color: #ffffff;
    border-color: red;
}


/* The container */
.container1 {
    /* display: block; */
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}

/* Hide the browser's default radio button */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked~.checkmark {
    background-color: #13988a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn_custom {
    background-color: red;
    color: #ffffff;
    border-color: red;
}
 
.btn_custom:hover,
.btn_custom:active,
.btn_custom:visited,
.btn_custom:focus {
    background-color: #000;
    color: #ffffff;
    border-color: #000;
}

.head_title {
    font-size: 18px;
    font-weight: bold;
}