/*
* {
	-webkit-appearance: none;
}
*/

a {
    -moz-transition: all .30s ease-out;
    -webkit-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

a:hover {
    text-decoration: none !important;
}

.metanav {
    font-size: 11px;
    padding-left: 0px;
    margin: 16px 4px;
    text-align: center;
}

.metanav li {
    display: inline-block;
    font-size: inherit;
}

.metanav li a {
    color: #fff;
}

.metanav li a:hover {
    text-decoration: underline !important;
    color: #FFAA00;
}

.navigation_wrapper {
    background: url("//icons.leswing.info/notifications/menu_bg.jpg") repeat-y center top;
    height: 100%;
    position: absolute;
}

.main_navigation a {
    display: block;
    width: 96%;
}

.main_navigation a:hover {
    background-color: #404048;
    color: #fd332b !important;
    /*color: #8ebde9 !important;*/
}

.main_navigation .submenu a {
    display: inline;
    background: none !important;
}

.main_navigation .submenu a:hover {
    color: #ffaa00 !important;
}

.notification_center {
    position: fixed;
    bottom: 0px;
    z-index: 3;
}

.trigger_wrapper {
    background: url("//icons.leswing.info/notifications/menu_bg.jpg") repeat-y scroll 0 0 transparent;
    padding-top: 10px;
}

.trigger {
    position: relative;
    background: url("//icons.leswing.info/notifications/trigger_border.png") repeat-x center bottom;
    width: 138px;
    height: 20px;
}

.grab {
    background: url("//icons.leswing.info/notifications/grab.png") no-repeat center center;
    width: 28px;
    height: 10px;
    display: block;
    margin-left: 16px;
}

.grab:hover {
    cursor: pointer;
}

.notifications_filter {
    position: absolute;
    background: url("//icons.leswing.info/notifications/filter_green.png") no-repeat center center;
    width: 19px;
    height: 20px;
    top: -6px;
    right: 70px;
}

.notifications_filter.on {
    background: url("//icons.leswing.info/notifications/filter_red.png") no-repeat center center;
}

.notifications_filter_trigger {
    display: block;
    height: 100%;
    cursor: pointer;
}

.filters {
    background: url("//icons.leswing.info/notifications/filter_bg.png") no-repeat center center;
    height: 65px;
    width: 195px;
    position: absolute;
    top: -54px;
    left: -53px;
    z-index: 3;
    display: none;
    text-align: center;
}

.filters .filter {
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 11px;
    display: inline-block;
    margin: 0 18px;
    margin-top: 16px;
    cursor: pointer;
    padding: 0 !Important;
}

/* off */
.filters .filter.chat.off {
    height: 16px;
    background-image: url("//icons.leswing.info/notifications/filter_chat_green.png");
}

.filters .filter.email.off {
    background-image: url("//icons.leswing.info/notifications/filter_emails_green.png");
}

.filters .filter.kurznachrichten.off {
    background-image: url("//icons.leswing.info/notifications/filter_kurznachrichten_green.png");
}

/* oon */
.filters .filter.chat.on {
    height: 16px;
    background-image: url("//icons.leswing.info/notifications/filter_chat_red.png");
}

.filters .filter.email.on {
    background-image: url("//icons.leswing.info/notifications/filter_emails_red.png");
}

.filters .filter.kurznachrichten.on {
    background-image: url("//icons.leswing.info/notifications/filter_kurznachrichten_red.png");
}

.notifications_count {
    position: absolute;
    /*background: url("count.png") no-repeat center center;*/
    min-width: 19px;
    padding: 0 4px;
    height: 20px;
    top: -6px;
    right: 4px;
    text-align: center;
    line-height: 18px;
    color: #FFAA00;
    background-color: #333333;
    border: 1px solid #1b1b1c;
    box-shadow: 0px 1px 0px 0px #64667b;
    text-shadow: 1px 1px 0px #000;
    font-size: 11px;
    border-radius: 11px;
}

.notifications_count img {
    height: 16px;
    margin: 2px 0px 0px 0px;
}

.all_notifications {
    height: 0px;
    width: 138px;
    background: url("//icons.leswing.info/notifications/rot/notifications_bg.jpg") repeat-y center top;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    /* Position-Test webkitbug */
    position: relative;
}

.notifications_wrapper {
    /* Position-Test webkitbug */
    position: absolute;
    top: 0px;
}

.all_notifications.transition {
    -webkit-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.all_notifications.open {
    border-bottom-color: #4f525d;
    margin-top: 0px;
}

.notification_list {
    margin: 0px;
    padding-left: 0px;
}

.notification_list li {
    line-height: 25px;
    background: url("//icons.leswing.info/notifications/rot/notification_border.jpg") no-repeat bottom right;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;
    list-style-type: none;
}

.notification_list ul, .notification_list .item_wrapper {
    margin: 0px;
    padding-left: 0px;
}

.notification_list .label {
    font-size: 10px;
    font-family: Arial;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #2e0303;
    /*background-color: #131418;*/
    width: 133px;
    background-position: 116px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #4c1f25;
    /*border-bottom: 1px solid #2b2d35;*/
    box-shadow: 0px 1px 5px #000;
    padding-left: 4px;
}

.notification_list .label.label_kurznachricht {
    background-image: url("//icons.leswing.info/notifications/ico_kn.png");
}

.notification_list .label.label_chat {
    background-image: url("//icons.leswing.info/notifications/ico_chiv.png");
}

.notification_list .label.label_mail {
    background-image: url("//icons.leswing.info/notifications/ico_mail.png");
}

.notification a {
    display: block;
    cursor: pointer;
    position: relative;
}

.notification_time, .notification_marking {
    font-size: 9px;
    color: #999999;
    right: 0px;
    text-align: center;
    margin: 0 4px;
    position: absolute;
    -moz-transition: all .30s ease;
    -webkit-transition: all .30s ease;
    -o-transition: all .30s ease;
    -ms-transition: all .30s ease;
    transition: all .30s ease;
}

.notification_marking {
    right: 30px;
    opacity: 0;
    height: 23px;
    width: 32px;
    margin: 0 -1px 0 0;
    border-left: 1px solid #000;
    box-shadow: -1px 0px 0px 0px #662b33;
    /*box-shadow: -1px 0px 0px 0px #1f2025;*/
    /*background-color: #0e0e12;*/
    background-color: #210608;
}

.notification_marking > img {
    margin-top: 8px;
    height: 9px;
    width: 9px;
}

.notification.chat .notification_marking {
    top: 0px;
}

.notification.chat .notification_marking img {
    margin-top: 6px;
    height: 12px;
    width: 12px;
}

.notification_from {
    color: #de9402;
    font-size: 10px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    -ms-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.message {
    display: none;
    border: 1px solid #b88888;
    background: #732929;
    background: -moz-linear-gradient(top, #732929 0%, #4d1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #732929), color-stop(100%, #4d1c1c));
    background: -webkit-linear-gradient(top, #732929 0%, #1d1d1d 100%);
    background: -o-linear-gradient(top, #732929 0%, #4d1c1c 100%);
    background: -ms-linear-gradient(top, #732929 0%, #4d1c1c 100%);
    background: linear-gradient(to bottom, #732929 0%, #4d1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#732929', endColorstr='#4d1c1c', GradientType=0);
    box-shadow: 0px 0px 41px 17px #000;
    position: fixed;
    left: 0px;
    margin-left: 160px;
    bottom: 24px;
    z-index: 3;
    width: 665px;
    height: 314px;
    border-radius: 5px;
}

.message_close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: -6px;
    right: -6px;
    background: url("//icons.leswing.info/notifications/rot/message_close.png") no-repeat center center;
}

.message_content {
    line-height: 20px;
    margin: 8px auto;
}

.message_author_info {
    font-size: 11px;
    line-height: 22px;
    background: url("//icons.leswing.info/notifications/rot/message_author_info_bg.jpg") no-repeat center center;
    border-bottom: 1px solid #000;
    box-shadow: inset 0px -1px 0px 0px #752121;
    width: 91px;
    height: 183px;
}

.message_author_info a {
    color: #FFAA00;
    display: inline;
}

.message_author_info a:hover {
    color: #fff;
}

.message textarea {
    border: 1px solid #151515;
    box-shadow: 0px 2px 3px #212121, inset 0px 2px 3px #959595;
    font-family: Arial;
    font-size: 12px;
    padding: 8px;
}

.send_button span {
    font-size: 8px;
    text-transform: uppercase;
    font-family: Arial;
    color: #7f7f7f;
    display: block;
    line-height: 26px;
}

.send_button input {
    background: #f9eb49;
    background: -moz-linear-gradient(top, #f9eb49 0%, #e1a22c 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9eb49), color-stop(100%, #e1a22c)) !important;
    background: -webkit-linear-gradient(top, #f9eb49 0%, #e1a22c 100%) !important;
    background: -o-linear-gradient(top, #f9eb49 0%, #e1a22c 100%) !important;
    background: -ms-linear-gradient(top, #f9eb49 0%, #e1a22c 100%) !important;
    background: linear-gradient(to bottom, #f9eb49 0%, #e1a22c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9eb49', endColorstr='#e1a22c', GradientType=0) !important;
    border-radius: 3px;
    height: 22px;
    display: block;
    width: 100%;
    border: 1px solid #151515;
    font-size: 11px;
    color: #732206;
    line-height: 20px;
    box-shadow: 0px 2px 3px #212121;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fdfaf2;
    font-family: Arial;
}

.send_button input:hover {
    cursor: pointer;
}

.single_kurznachricht img {
    border: 1px solid #000;
    box-shadow: 0px 1px 0px #999;
}

.single_kurznachricht hr {
    clear: both;
    border: 0;
    height: 1px;
    margin: 2px 8px;
    background-color: #000;
    box-shadow: 0px 1px 0px 0px #525252;
}

/**
* Redesign single Kurznachricht
*/


.section_left {
    float: left;
    width: 91px;
    border-right: 1px solid #340f0f;
    box-shadow: 1px 0px 0px 0px #8f2928;
    height: 100%;
}

.author_name {
    display: block;
    text-align: center;
}

.message_author_info img {
    display: block;
    margin: 0 auto;
}

.message_age {
    display: block;
    text-align: center;
}

.message_verlauf {
    background: url("//icons.leswing.info/notifications/rot/message_verlauf_bg.jpg") no-repeat center center;
    height: 127px;
    width: 91px;
    text-align: center;
}

.call_message_verlauf {
    background: #732929;
    background: -moz-linear-gradient(top, #732929 0%, #4d1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #732929), color-stop(100%, #4d1c1c));
    background: -webkit-linear-gradient(top, #732929 0%, #1d1d1d 100%);
    background: -o-linear-gradient(top, #732929 0%, #4d1c1c 100%);
    background: -ms-linear-gradient(top, #732929 0%, #4d1c1c 100%);
    background: linear-gradient(to bottom, #732929 0%, #4d1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#732929', endColorstr='#4d1c1c', GradientType=0);
    border-radius: 3px;
    height: 22px;
    display: inline;
    border: 1px solid #151515;
    font-size: 11px;
    line-height: 20px;
    box-shadow: 0px 2px 3px #212121, inset 0px 1px 0px 0px #606060;
    text-transform: uppercase;
    font-family: Arial;
    margin: 50px auto 0 auto;
    width: 65px;
    color: #ccc;
}

.call_message_verlauf:hover {
    color: #fff;
    cursor: pointer;
}

.section_right {
    float: left;
    /*width: 86%;*/
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.message_area {
    height: 100%;
    overflow: hidden;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.message_content_wrapper {
    width: 94%;
    margin: 0 auto;
    height: 48%;
}

.message_content_wrapper span {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 2em;
    margin-top: 6%;
}

.message_reply_wrapper {
    width: 94%;
    margin: 0 auto;
    height: 52%;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.message_reply_wrapper div {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;

}

.reply_textarea {
    width: 75%;
    height: 100%;
    float: left;
}

.reply_limit {
    text-align: right;
    color: #000;
}

.reply_textarea > textarea {
    width: 96%;
    height: 60%;
    padding: 8px;
}

.reply_button_area {
    text-align: center;
    float: right;
    width: 21%;
    height: 100%;
}

.send_button {
    text-align: center;
    margin: 0 auto;
    margin-top: 25%;
}

.send_button input {
    width: 65px;
    display: inline-block;
}

.section_verlauf {
    float: right;
    width: 270px;
    background-color: #4d1c1c;
    height: 100%;
}

.section_verlauf .headline {
    color: #7f7f7f;
    font-size: 11px;
    margin-top: 16px;
    line-height: 2em;
    margin-left: 8px;
}

.verlauf_area {
    margin: 0 auto;
    height: 274px;
    border-top: 1px solid #191919;
    box-shadow: inset 0px 1px #444444;
    opacity: 1;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 3.2%;
    overflow: auto;
    margin-left: 8px;
}

.verlauf_single_message {
    margin: 2%;
    font-size: 11px;
    line-height: 16px;
}

.verlauf_single_message_content {
    color: #727272;
}


.notification:hover .notification_from {
    color: #fff;
}

.notification.kurznachricht a:hover .notification_time {
    right: -40px;
    opacity: 0;
}

.notification.chat a:hover .notification_time {
    right: -40px;
    opacity: 0;
}

.notification.kurznachricht a:hover .notification_marking {
    right: 1px;
    opacity: 1;
}

.notification.chat a:hover .notification_marking {
    right: 1px;
    opacity: 1;
}

.notification_controlls {
    height: 30px;
    text-align: center;
    background: url("//icons.leswing.info/notifications/menu_bg.jpg") repeat-y scroll 0 0 transparent;
}

.notification_controlls a {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0 5px;
}

.list {
    background: url("//icons.leswing.info/notifications/list.png") no-repeat center center;
}

.users {
    background: url("//icons.leswing.info/notifications/users.png") no-repeat center center;
}

.refresh {
    background: url("//icons.leswing.info/notifications/refresh.png") no-repeat center center;
}


/* red_hub */

.red_hub {
    position: fixed;
    bottom: 0px;
    /*height: 30px;*/
    width: 100%;
    left: 139px;
    background-color: #d40000;
    z-index: 1;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.red_hub_message {
    font-size: 12px;
    color: #fff;
    margin: 8px;
    width: 855px;
}

.red_hub_message a {
    color: #ffaa00;
}

.red_hub_message a:hover {
    color: #fff;
}

.red_hub_message_author {
    float: left;
    margin-right: 16px;
}

.red_hub_message_content {
    float: left;
    margin-right: 16px;
    width: 69%;
    margin-bottom: 8px;
}

.red_hub_message_answer {
    float: left;
}

.red_hub_message_cancel {
    float: left;
    margin-right: 16px;
}

.red_hub_message_cancel:hover {
    cursor: pointer;
}

/* kn preview */


.kn_preview_container {
    position: fixed;
    left: 169px;
    bottom: 64px;
    background-color: #333;
    width: 400px;
    z-index: 2;
    display: none;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.kn_preview_tn_container {
    float: left;
    height: 80px;
    background-color: #000;
    width: 60px;
    background-image: url('//icons.leswing.info/notifications/aero_dark.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.kn_preview_icon {
    width: 26px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -12px;
}

.kn_preview_text_container {
    padding-left: 8px;
    float: left;
    line-height: 18px;
    width: 300px;
}

.kn_preview_username {
    margin-bottom: 4px;
}

.kn_preview_username a {
    color: #FFAA00;
    display: inline;
}

.kn_preview_username a:hover {
    color: #FFFFFF;
}

.kn_preview_text {
    font-size: 10px;
}
