.cookie-consent {
    position: fixed;
    bottom: 0px;
    right: 0px;
    min-height: 50px;
    background-color: #16A085;
    margin: auto;
    opacity: 0.75;
    width: 100%;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.cookie-consent__agree {
    background-color: #16A085;
    color: white;
    font-weight: bold;
    opacity: 1 !important;
}

.login-button {
    color: white !important;
}

.login-button:hover {
    color: white !important;
    background-color: #107360 !important;
}

.login-button:hover {
    color: white !important;
    background-color: #107360 !important;
}

.login-button[aria-expanded="true"] {
    color: white !important;
    background-color: #107360 !important;
}

.label-primary {
    background-color: #107360 !important;
}

.label-danger {
    background-color: red !important;
}

.preference {
    font-weight: bold;
    color: #107360;
    vertical-align: middle !important;
}

.preference-tooltip {
    font-weight: bold;
    color: #cccccc;
    vertical-align: middle !important;
    cursor: pointer;
}

/*.cornerRibbons {*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;*/
    /*left: -16% !important;*/
    /*overflow: hidden !important;*/
    /*position: absolute !important;*/
    /*top: 10% !important;*/
    /*-moz-transform: rotate(-45deg !important;*/
    /*-webkit-transform: rotate(-45deg) !important;*/
    /*-o-transform: rotate(-45deg) !important;*/
    /*transform: rotate(-45deg) !important;*/
    /*width: 20px !important;*/
    /*z-index: 2 !important;*/
    /*-webkit-transition: all 0.3s ease 0s !important;*/
    /*-moz-transition: all 0.3s ease 0s !important;*/
    /*-o-transition: all 0.3s ease 0s !important;*/
    /*transition: all 0.3s ease 0s !important;*/
/*}*/

.urgentProject {
    background-color: #107360 !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) !important;
    left: -5% !important;
    top: -12% !important;
    width: 70px !important;
}

.source-logo {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
}

.source-logo:hover {
    background-color: #107360;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #107360;
}

input:focus + .slider {
    box-shadow: 0 0 1px #107360;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Fix error */
.freelapp-adds-wrapper {
    background: #fff;
    clear: both;
    display: block;
    height: auto;
    overflow: auto;
    width: 100%;
}