﻿body {
}

.btn-danger {
    color: #fff;
    background-color: #da1414;
    border-color: #da1414;
}

.adAlign {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.grey_font {
    color: #A09F9F;
}

#eden_menu > li.eden_li > a {
    color: #da1414 !important;
}

.eden_dropdown {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.hr-eden {
    color: #adadad;
    background-color: #eaeaea;
}

.light-grey-background {
    background-color: #eaeaea;
}

.logowrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
}


.tab_font_style {
        text-align: center;
    font-size: 18px;
}

.eden_button {
    font-size: 11px !important;
    border: 1px #da1414 solid;
    text-decoration: none;
    padding: 3px;
    border-radius: 3px;
}

.eden_button:hover {
    text-decoration: none;
}

.eden_li:hover,.eden_li>a:hover {
    background-color: #eaeaea;
}

.eden_li:active,.eden_li>a:active {
    background-color: #eaeaea;
}

.eden_li.active {
    background-color: #eaeaea;
}

#eden_menu > li.eden_li.active > a {
    background-color: #eaeaea;
}

#eden_menu > li.eden_li.active:hover > a, #eden_menu > li.eden_li:hover {
    color: #A09F9F;
}

#eden_menu > li.col-lg-12.active.eden_li.text-center > a > strong {
    color: #A09F9F;
}

#eden_menu > li.eden_li > a:hover {
    background-color: #eaeaea;
}

#eden_menu > li.eden_li:hover > a:hover {
    color: #A09F9F;
}

#eden_menu > li.eden_li.active > a > strong:hover,#eden_menu > li.eden_li.active > a {
    color: #A09F9F;
}

#eden_menu > li.eden_li > a > strong:hover {
    color: #A09F9F;
}

.eden_li:visited,.eden_li>a:visited {
    background-color: #eaeaea;
}

.no-pad-lr {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.no-pad-r {
    padding-right: 0px !important;
}

.no-pad-l {
    padding-left: 0px !important;
}

.padding_left_10 {
    padding-left: 10px !important;
}
.padding_right_10 {
    padding-right: 10px !important;
}
.padding_lr_10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.eden_tab_style>li>a::after::after {
    background: white !important;
    color: #ed5a46 !important;
}

.img-rounded-eden {
    border-radius: 10px;
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#circle {
	width: 28px;
    height: 28px;
    background: #404040;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: white;
    padding-top: 5px;
    text-align: center;
    font-size: 11px;
    border: 2px solid white;
    position: absolute;
    z-index: 10;
    left: -12px;
}


/*Button*/
/* Reset Select */
select.hpQsrch {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    display: block;
    /* width: 20em; */
    /* height: 3em; */
    line-height: 2.8;
    /* background: #2c3e50; */
    overflow: hidden;
    /* border-radius: .25em; */
}
/* Custom Select */
.select.hpQsrch {
    position: relative;
    display: block;
    /* width: 20em; */
    /* height: 3em; */
    /* line-height: 3; */
    /* background: #2c3e50; */
    overflow: hidden;
    border-radius: .25em;
}
select.hpQsrch {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 1.5em;
    color: #A09F9F;
    cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    padding: 5px 10px 3px 10px;
    background: #eaeaea;
    pointer-events: none;
    border: 1px solid #b9b9b9;
    border-left: none;
}
/* Transition */

.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}




@media (min-width: 768px){
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
        /*padding-left: 5px;*/
        padding-right: 5px;
    }
}