/**********
Buttons
**********/
a,
button,
.btn{
    transition: ease-in-out 300ms;
    outline: none;
}
button:focus,
.btn:focus {
    text-decoration: none;
}

button,
.btn,
.btn-primary,
button.submit{
    border: 1px solid transparent;
    vertical-align: bottom;
    padding: 11px 45px;
    background: #F7A600;
    border-color: #F7A600;
    color: #fff;
    border-radius: 0;
    display:  inline-block;
    position: relative;
    bottom: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0);
    transition: all ease-in-out 200ms;
}
@media only screen and (max-width: 1024px){
    button,
    .btn,
    .btn-primary,
    button.submit{
        padding: 11px 15px;
    }
}
.btn span{
    color: white; 
}
    button:hover, .btn:hover, .btn-primary:hover, button.submit:hover {
        bottom: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
        border-color: #e49321;
		background-color: #e49321;
    }
    button:hover, .btn:hover, .btn-primary:hover, button.submit:hover,
    button:focus, .btn:focus, .btn-primary:focus, button.submit:focus,
    button:active:hover, .btn:active:hover, .btn-primary:active:hover, button.submit:active:hover,
    button:active:focus, .btn:active:focus, .btn-primary:active:focus, button.submit:active:focus{
        color: #fff;
        cursor: pointer;
    }
    button:active, .btn:active, .btn-primary:active, button.submit:active {
        bottom: 1px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    }

.tos_submit.btn-success:hover{
    background:#F7A600;
}

button.green,
.btn.green{
    background: #3D9749;
    border-color: #3D9749;
}
    button.green:hover, .btn.green:hover,
    button.green:focus, .btn.green:focus,
    button.green:active, .btn.green:active,
    button.green:active:hover, .btn.green:active:hover,
    button.green:active:focus, .btn.green:active:focus{
        background: #39843A;
        border-color: #39843A;
    }

button.red, .btn.red{
    background: #D92B2B;
    border-color: #D92B2B;
}
    button.red:hover, .btn.red:hover,
    button.red:focus, .btn.red:focus,
    button.red:active, .btn.red:active,
    button.red:active:hover, .btn.red:active:hover,
    button.red:active:focus, .btn.red:active:focus{
        background: #c9302c;
        border-color: #c9302c;
    }
.btn.disabled,
button.disabled:hover, .btn.disabled:hover,
button.disabled:focus, .btn.disabled:focus,
button.disabled:active, .btn.disabled:active,
button.disabled:active:hover, .btn.disabled:active:hover,
button.disabled:active:focus, .btn.disabled:active:focus{
    background: #9C9C9C;
    border-color: #9C9C9C; 
    cursor: default; 
    box-shadow: none;
    bottom:0;
    color: #fff;
}

button.grey,
.btn.grey{
    background: #9C9C9C;
    border-color: #9C9C9C;
}
    button.grey:hover, .btn.grey:hover,
    button.grey:focus, .btn.grey:focus,
    button.grey:active, .btn.grey:active,
    button.grey:active:hover, .btn.grey:active:hover,
    button.grey:active:focus, .btn.grey:active:focus{
        background: #8c8c8c;
        border-color: #8c8c8c;
    }
    
/* can be used if needed
.btn-info{
    background-color: #005680;
    border-color: #005680;
}
    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info:active:hover,
    .btn-info:active:focus{
        background-color: #03405f;
        border-color: #03405f;
    }

.btn-inverse{
    background-color: #dddddd;
    border-color: #dddddd;
    color: #4A4A4A;
}
    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse:active:hover,
    .btn-inverse:active:focus{
        background-color: #c5c5c5;
        border-color: #c5c5c5;
        color:#4A4A4A;
    }
*/

.inline_btn_list button:not(:last-child),
.inline_btn_list .btn:not(:last-child),
.inline_btn_list a:not(:last-child){
    margin-right: 15px;
}


.btn_list button,
.btn_list .btn,
.btn_list a{
    width: 100%; 
    margin-bottom: 20px; 
}

.btn i {
    margin-left: 5px;
}

.small_button.btn,
.share_popup.btn{
    padding: 5px 15px;
    font-size: 16px;
}

/**********
Links
**********/
.btn-link{
    color: #F7A600;
    background: transparent;
    text-decoration: underline;
    border:none;
}
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link:active:hover,
    .btn-link:active:focus{
        color: #e49321;
        background: transparent;
        border:none;
    }

.inline_links_list a:not(:last-child){
    margin-right: 15px;
}

/*toggles*/
a.toggle_arrow:focus{
    color:#7d7d7d;
    text-decoration: none;
}
a.toggle_arrow:hover{
    color:#545454;
}

/* Logout button */
    .logout_button {
        position: relative;
        top: 13px;
        margin-right: 20px;
    }

/* Back button */
    .back_button {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .employee_profile_edit .back_button {
        margin-top: 25px;
        margin-bottom:0;
    }
    .back_button i {
        margin-right: 10px;
        transition: ease-in-out 300ms;
    }
    .back_button:hover i {
        color: #545454;
    }

/*cursor*/
.cursor_pointer,
input[type="checkbox"],
input[type="checkbox"] + label,
input[type="radio"], 
input[type="radio"] + label{
	cursor: pointer;
}

.cursor_default{
    cursor: default;
}


/*****************
buttons with icons
******************/
.with_icon::before,
.with_icon::after{
    font-family: 'FontAwesome';
}

.with_icon{
    color:#005680;
    background:none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.with_icon:hover,
.with_icon:focus,
.with_icon:active,
.with_icon:active:hover,
.with_icon:active:focus{
    bottom: 0;
    box-shadow: none;
    color:#005680;
    background:none;
    border: 1px solid #005680;
}
    /*Benutzerverwaltung seite*/
    .download_evaluation::before{
        content: "\f019";
        position: relative;
        left: -10px;
    }
    
    .add_employee::before{
        content: "\f234";
        position: relative;
        left: -10px;
    }

    .edit_employee{
        padding: 11px 25px;;
    }
    .edit_employee::before{
        content: "\f044 ";
        position: relative;
        left: -10px;
    }
    .employee_big.more_content .edit_employee{
        margin-right: -45px;
    }

    .resend_login{
        padding: 11px 25px;
    }
    .resend_login::before{
        content: "\f1d8";
        position: relative;
        left: -10px;
    }

/* Backto Overview Button */
    .back_overview {
        margin-top: 6px;
    }

    button:active, btn:active, button:focus-visible, btn:focus-visible {
        bottom: 3px !important;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3) !important;
        border-color: #e49321 !IMPORTANT;
        background-color: #e49321 !important;
        color: #fff !important;
    }