/* Sticky footer styles
-------------------------------------------------- */
.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu-wide{
    width: 100%;
    text-align: center;
}
.dropmenu  > li:hover {
    color: #fff;
    text-decoration: none;
    background-color: #29a4eb;    //Body Color
outline: 0;
}
.dropdown-menu li {
    padding: 5px 10px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    margin:  0 !important;
}

.tabs .is-active {
    opacity : 1!important;
}




/* Custom styles
-------------------------------------------------- */

.dropdown-input {
    height: 40px !important;
    min-width: 100% !important;
}
.dropdown-input :hover{
    background: #ffffff!important;
}

.dropdown-item {
    min-width: 100% !important;
}

.dropdown-content {
    min-width: 100% !important;
}




html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
}
.form-rounded {
    border-radius: 1rem;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.red-help .help{
    color: red;
}
