/* @author: Peter Rang <peter.rang@k3-innovationen.de */

/** FONT FACES **/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/open_sans.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open_sans_bold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/open_sans_semi_bold.woff) format('woff');
}

@font-face {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    src: local('Inika'), url(../fonts/inika.woff) format('woff');
}
@font-face {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 700;
    src: local('Inika Bold'), local('Inika-Bold'), url(../fonts/inika_bold.woff) format('woff');
}


/** General **/

body{
    font-family: "Open Sans";
    font-size: 13px;
    color: #333;
    background: transparent url('../images/page_background.png') 0 0 repeat;
}

footer{
    background-color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
}

footer .footerbox{
    margin-left:20px;
    margin-right: 120px;
}

footer .version{
    position: absolute;
    right: 20px;
    top: 0;
}

#page{
    /*position: absolute;
    left: 25px;
    right: 25px;*/
    position: relative;
    margin: 0 25px 25px;
    min-width: 1000px;
}

header{
    margin-bottom: 10px;
}

#content{
    padding: 20px 20px 40px;
    background-color: #FFF;
    overflow: hidden;
}

body:not(.login) #content{
	min-height: 500px;
}

aside{
    width: 240px;
    float: left;
}

div.right_col{
    margin-left: 260px;
}

.right_upper_corner{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 17px;
}

.pointer{
    cursor: pointer;
}



/** #topmenu / #submenu **/

header{
    background-color: #FFF;
    font-size: 14px;
    position: relative;
}

header nav{
    right: 20px;
    top: 0;
    left: 260px;
    margin: 0;
}

header nav .mainsubmenu{
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#sticky_nav,
#sticky_nav .border {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;

}
#sticky_nav{
    height: 45px;
    background-color: white;
    top: 0;
    display: none;
}
#sticky_nav .border{
    height: 2px;
    top: 42px;
}
#main_toolbar.sticky,
#logo.sticky img,
#title.sticky
{
    position: fixed;
    top: 10px;
    z-index: 101;
}

#main_toolbar.sticky{
    right: 50px;
}

#logo.sticky img{
    left: 70px;
    height: 25px;
    width: auto;
}

#title.sticky{
    left: 270px;
}

#to_top{
    position: fixed;
    bottom: 0; right:25px;
    background-color: #EEE;
    width: 30px;
    display: none;
    height: 30px !important;
    border: 1px solid #DDDDDD;
    z-index: 101;
    cursor: pointer;
}

#topmenu ul{
    /*margin: 15px 20px 0 20px;*/
    margin: 15px 20px 0 0;
    padding: 0 0 5px;
}

#topmenu ul,
h1,
#dashboard .widget h2,
h3.heading{
    background: transparent url('../images/h1_border.png') bottom repeat-x;
}


#topmenu li{
    display: inline-block;
    height: 15px;
    overflow: hidden;
}

#topmenu li a{
    position: relative;
    bottom: 3px;
    margin-top: -20px;
    padding: 0 4px 0 7px;
    border-left: 1px solid #333;
    text-decoration: none;
}

#topmenu li:first-of-type a{
    border: none;
    padding-left: 0;
}

#responsive-menu{
    background: transparent url('../images/h1_border.png') bottom repeat-x;
}

/*#topmenu li.selected a,*/
#responsive-menu li.selected > a,
#submenu li.selected > a
{ font-weight: bold; }

#responsive-menu li.selected li a{
    font-weight: normal;
}

#logo{
	margin: 25px 0 15px 20px;
	overflow: hidden;
}

body.login #logo {
	margin: 20px 0 20px 20px;
}

#logo img{
	width: 238px;
    max-width: 238px;
}

#submenu ul{
    margin: 10px 0 10px 15px;
}


#submenu li a{
    padding: 0 15px;
}

#submenu li:first-child a{
    padding-left: 0;
}

#header_searchbar{
    position: absolute;
    right: 180px;
    top: 8px;
    max-width: 167px;
}

#header_searchbar.no_language{
	right: 142px;
}

#header_searchbar input.box{
    font-family: Arial, sans-serif;
    padding-right: 22px;
    /*background: transparent url('../images/searchicon.png') 145px 3px no-repeat;*/
    background: transparent url('../images/searchicon_grey.png') 145px 3px no-repeat;
    width: 140px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #DDDDDD;
    padding-left: 3px;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#action_icons{
    position: absolute;
    top: 8px;
    right: 0;
}

#action_icons a{
    display: inline-block;
    height: 20px;
    padding-top: 4px;
    position: absolute;
    top: 0;
}

#action_icons a.logout{
    right: 20px;
    top: -1px;
}

#action_icons a.help{
    right: 48px;
}

#actions_icons .icon.search{
    top: 3px;
    cursor: pointer;
}

/* language switcher */

#select_language, #select_language li ul {
    display: inline-block;
    list-style-type: none;
    position: absolute;
    right: 60px;
    top: 36px;
    z-index: 99;
}
#select_language{
    /*position: static !important;*/
    top: 4px;
    /*right: 13px;*/
    right: 117px;
    width: 26px;
}

#select_language ul.nometrics{
    font-size: 13px;
}

#select_language li ul{
    display: none;
    /*right: -60px;*/
    right: -36px;
    top: 23px;
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 5px 11px;
    width: 146px;
}

#select_language li ul a{
    position: relative;
    padding-top: 0;
	display: block;
}

#select_language ul li img{
    vertical-align: top;
}

#select_language li ul img{
    padding-right: 10px;
}

#select_language li{
    cursor: pointer;
    position: relative;
    /*padding-left: 15px;*/
    /*line-height: 22px;*/
}

#select_language li:first-of-type{
    display: inline;
    /*padding-right: 11px;*/
}

#select_language .arrow{
    /* draw down pointing arrow */
    border-top: 3px solid grey;
    border-bottom: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    /* normal styles */
    position: absolute;
    right: -10px;
    top: 7px;
}



/** form data **/

div.form_line,
div.form_line label,
div.form_line input.box{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 28px;
    line-height: 28px;
}

div.form_line{
    min-height: 28px;
    height: auto;
}

div.form_line{
    padding-left: 100px;
    position: relative;
}

div.form_line label{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

div.form_line input.box{
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    margin: 0;
    padding: 0 8px;
    width: 100%;
}

div.buttonblock{}

div.buttonblock.line{
    background: transparent url('../images/h1_border.png') 0 0 repeat-x;
}


/* warnings */

div.warning,
div.message-confirmation{
    background: #facdd0 none;
    border: 1px solid #d70100;
    margin: 29px 0 20px;
    padding: 10px;
}

div.warning.mt0,
div.message-confirmation.mt0{
	margin-top: 0;
}

div.warning.hint{
	background-color: #fff3b3;
	border: 1px solid #ffd801;
}

div.message-confirmation{
    border: 1px solid #3DB028;
    background: #E4F9DF none;
}

div.warning h2,
div.message-confirmation h2{
    font-size: 18px;
    line-height: 1em;
    margin: 3px 0 5px;
    padding: 0;
}

div.warning ul,
div.warning ul li,
div.message-confirmation ul,
div.message-confirmation ul li{
    list-style-type: disc;
}

div.warning ul,
div.message-confirmation ul{
    margin: 0 0 0 20px;
}

div.warning ul li,
div.message-confirmation ul li{
    line-height: 1.4em;
}

div.message-hint{
    background: #f2f091 none;
    border: 1px solid #f2ee0c;
}


/** aside and relations **/
#relations
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single_relation_group{
    margin: 0 0 20px 0;
}

.single_container{
    margin-bottom: 5px;
}
.favourite_block,
.grey_box,
.ib_tab.single_tab.open .single_container
{
    border: 1px solid #DDD;
}

.favourite_block,
.grey_box{
    margin-top: 20px;
}


.ib_tab .trigger
{
    background-color: #EEE;
    border-bottom: 1px solid #FFF;
}



.favourite_block ul{
    padding: 6px 10px;
}

.ib_tab h5{
    padding: 6px 10px;
}

.grey_box ul,
.grey_box_body{
    padding: 6px 10px;
}

.grey_box ul{
    font-size: 12px;
}

.grey_box li{
    list-style: none;
    vertical-align:middle;
    position: relative;
    padding-left: 10px;
}


.grey_box li:before {
    content:"·";
    font-size:14px;
    position: absolute;
    display: block;
    left: 0;
    top: -2px;
}


.ib_tab .trigger{
    border: 1px solid #ddd;
}

.ib_tab.open:not(.single_tab) .trigger{
    background: white;
    font-weight: bold;
}



.favourite_block ul,
.grey_box ul,
.grey_box_body{
    border-top: 1px solid #DDD;
}



.ib_tab{
    margin-bottom: 5px;
}
.ib_tab .button_wrapper{
    margin: 4px 0 0 15px ;
}

.ib_tab .data_table{
    border-top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ib_tab .data_table th{
    font-weight: normal;
}

.ib_tab .data_table tr.clickable td span:hover{
    text-decoration: underline;
    cursor: default;
}

/*.ib_tab.open .collapsable_tab{
    border-bottom: 1px solid #dddddd;
}*/

.ib_tab.open .collapsable_tab.empty{
    visibility: hidden;
}


.add_info #task_toolbar,
.add_info #activity_toolbar
{
    float:left;

}

#activities .selector{
    margin-left: 0;
}

.icon.placeholder{
    background: 0 !important;
}


/** content **/

h1,h2,h3,h4,h5{ font-family: Inika;}

h1,
#dashboard h2,
h3.heading{
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
	font-size: 19.5px;
}

h1{
    margin: -6px 0 8px !important;
}

html.mac h1{
	margin: -6px 0 13px !important;
}

html.mac.safari h1{
	margin: -6px 0 12px !important;
}

h1 .parent{
    font-weight: 400;
    margin-right: 30px;
}

h3{
    margin-bottom: 20px;
}

h3.headline{font-size: 16px; margin-top: 0;}
h5{
    font-size: 13px;
    margin: 10px 0;
    font-weight: normal;
}

div#main_content div.ezxmltext-field h2{
    font-size: 16px;
    font-weight: bold;
    margin:20px 0;
}

div#main_content div.ezxmltext-field h3{
    font-size: 13px;
    font-weight: bold;
    margin:20px 0;
}

div#main_content div.ezxmltext-field h4{
    font-size: 13px;
    font-weight: normal;
    margin:20px 0;
}

div#main_content div.ezxmltext-field h5{
    font-size: 11px;
    font-weight: bold;
    margin:20px 0;
}

div#main_content div.ezxmltext-field h6{
    font-size: 9px;
    font-weight: bold;
    margin:20px 0;
}

div#main_content div.ezxmltext-field h7{
    font-size: 9px;
    font-weight: normal;
    margin:20px 0;
}

div#grid.autoheight{
    max-height: none;
    min-height: inherit;
}

div.form_line.autoheight{
    height: auto;
    line-height: none;
}

span.text-highlight { background-color: yellow; }




a{text-decoration: none;}
a:hover{ text-decoration: underline;}

a,
a:active,
a:hover,
a:visited{ color: #333;}

a.blue,
a.blue:active,
a.blue:hover,
a.blue:visited,
.blue_link_area a,
.blue_link_area a:hover,
.blue_link_area a:active,
.blue_link_area a:visited,
div.ezxmltext-field a,
div.ezxmltext-field a:hover,
div.ezxmltext-field a:active,
div.ezxmltext-field a:visited
{
    color: #066AA5;
}

a.blue:not(.plain){
    font-family: Inika;
}


a.anchor{font-size: 0; height: 0;}

a.raquolink{
    position: relative;
    padding-left: 12px;
}

a.raquolink span{
    position: absolute;
    left: 0;
    top: 0;
}

a img{
    vertical-align: bottom;
}

.overdue{
    color: red;
}

.smalltext{
    font-size: 11px;
}

p.smalltext{
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

img.author_image_small{
    width: 40px;
}

img.border{
    border: 1px solid #DDDDDD;
}

time{
    font-size: 14px;
    color: #777;
}
h1 time{
    color: #333;
    font-weight: normal;
    font-size: 120%;
    line-height: 20px;
}


.progress_bar{
    width: 60px;
    border: 1px solid #333;
    height: 17px;

}

.progress_bar>.inner{
    height: 100%;
    background-color: #dddddd;
}

.progress_bar .value{
    margin: -1px 0 0 5px ;
}

.expiration{ margin-right: 10px;}


span.undefined{
    color: #666666;
    font-style: italic;
    font-size: 11px;
}

.relation_select{
    margin: 35px 5% 5px;
}

#news_loader{margin-top: 30px;}

.news_loader{
    padding: 2px 0;
    background-color: #eee;
    cursor: pointer;
}
.news_loader.locked, .news_loader.disabled{
    cursor: auto;
}

#main_content.news{
    max-width: 1360px;
}

/*data table*/

.data_table{ border: 1px solid #ddd;

    border-spacing: 0;
}


.data_table th{
    font-family: inika;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 6px;
}

.data_table th.centered{
	text-align: center;
}

#documents.data_table th:first-of-type{
    min-width: 20px;
}

#dashboard .widget #documents.data_table tr td {
    padding-bottom: 2px;
    padding-right: 9px;
    padding-top: 8px;
}

#dashboard .widget #documents.data_table tr td.typeicon {
	width: 20px;
	padding-right: 5px;
}

.data_table th:first-of-type{
    min-width: 40px;
}

.data_table td{
    padding: 5px 0;
}

.ib_tab .collapsable_task_tab .data_table th.status,
.ib_tab .collapsable_task_tab .data_table td.status{
	text-align: center;
}

.data_table td.selector{
    padding: 0 10px;
    width: 10px;
}

.data_table input.selector{
    margin: 5px 3px 0 0;
}

.data_table tr:nth-child(2n+2),
.data_table th,
.evenodd:nth-child(2n+2){
    background-color: #eeeeee;
}

.bglight{
    background-color: transparent !important;
}

.bgdark{
    background-color: #f3f3f3 !important;
}

/* images */
figure.small_image{
    margin: 1px 10px 0 0;
    max-height:80px;
    width: 80px;
    overflow: hidden;
}

figure.small_image img{
    width: 80px;
    height: 80px;
}

/* buttons */

button,
.buttonstyle{
    font-family: "Open Sans";
    background: #EEEEEE;
    border: 1px solid #dddddd;
    cursor: pointer;
    font-size: 11px;
}

.button_wrapper button,
.button_wrapper a,
#changeView button,
#forum td.messages button{
    /*margin-right: 5px;*/
    /*float: left;*/
    /*line-height: 15px;*/
    /*padding-top: 0;*/
    /*padding-bottom: 5px;*/
    padding: 2px 7px 3px 25px;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #000000;
    margin: 0 8px 0 0;
    cursor: pointer;
}

button.reply .icon{
    height:23px;
    left:9px;
    top:2px !important;
}

.button_wrapper button:last-child{
    margin-left: 0;
}

input.button,
button.button{
    background-position: 9px 6px;
    background-repeat: no-repeat;
    /*padding-left: 25px;*/
    padding: 4px 7px 4px 25px;
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #333333;
    font-size: 14px;
    line-height: 13px;
    /*height: 24px;
    line-height: 24px;*/
    margin: 0 8px 0 0;
    width: auto;
    cursor: pointer;
    background-color: #EEEEEE
}

input.button.noimage,
button.button.noimage,
button.noimage{
    background-image: none !important;
    padding-left: 7px !important;
}

/* Toolbar */
#main_toolbar{
    margin-bottom: 15px;
    position: relative;
}


/* loading dialog */

div#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    background: rgba(255,255,255,0.4);
    z-index: 9999;
}

.exchange_relation_window > div#loading{
    z-index: 100000;
}

body.calendar div#loading{z-index: 10000;}

div#loading img{
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: fixed;
    top: 50%;
    width: 48px;
    height: 48px;
    z-index: 1000000;
}

body>div#loading{
    position: fixed;
    background: rgba(0,0,0,0.4);
}

div#loading,
.news_loader.loading,
div#loading img{
    cursor: wait;
}

body>div#loading img{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(80, 80, 80, 0.5); /* WebKit */
    -moz-box-shadow: 0px 0px 5px 0px rgba(80, 80, 80, 0.5); /* Firefox */
    box-shadow: 0px 0px 5px 0px rgba(80, 80, 80, 0.5); /* Standard */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

body>div#loading.wait_msg div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 83px;
    margin: -42px 0 0 -180px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px 12px 0 78px;
}

body>div#loading.wait_msg div img {
    position: absolute;
    left: 42px;
    top: 42px;
}

body>div#loading.wait_msg div p{
    margin-top: 0;
}

#article_comments_container > div#loading img{position: absolute;}

.news_loader.loading span{
    padding-left: 20px;
    background: #eee url("../images/loading16.gif") no-repeat left center;
}

/* Favorite Block */

.favourite_block .favourite_headline,
.grey_box .headline{
    background-color: #EEE;
    /*border-bottom: 1px solid #FFF;*/
    border-bottom: 0 solid #FFF;
    width:100%;
    height: 30px;
}

.grey_box .content{
    margin: 10px;
}

.single_container .content{
    margin: 9px 10px 10px 10px;
}

.favourite_block .favourite_headline h5,
.grey_box .headline h5,
.single_tab h5.headline {
    padding: 7px 10px 5px 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.single_tab h5.headline{
    padding: 9px 10px 5px 43px;
}


.grey_box .headline h5,
.single_tab h5.headline {
    width: 100%;
}

.favourite_block .favourite_headline h5
{
    width:65%;
}

aside .favourite_block .favourite_headline h5 {
	width: 100%;
	box-sizing: border-box;
}

/* dummy */
.dummybr{
    /*background-color:#D02000;*/
    border-color: #dd0000 !important;
}

.dummybg{
    background-color:#dd0000 !important;
}
/* Search Block */

#mainsearch{
    margin-bottom:20px;
    padding-bottom: 8px;
}

.searchblock{
    border: 1px solid #DDD;
    background-color: #EEE;
    padding: 5px 10px 7px;
}

.searchblock input.box{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 24px;
    line-height: 22px;
    border: 1px solid #DDDDDD;
    padding: 0 20px 0 3px;
    font-size:12px;
}

.searchblock input.button{
    width:18px;
    height:18px;
    border: none;
    background-color: transparent;
    right: 15px;
    top: 6px;
    position: absolute;
    margin: 0;
    padding: 0;
}

.searchblock div.searchoptions{
    margin-top:5px;
}

.searchblock div.searchoptions div.searchoption{
    float:left;
    position: relative;
}

.searchblock div.searchoptions div.searchoption input[type="radio"]{
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0px;
}

.searchblock div.searchoptions div.searchoption label{
    font-size:11px;
    padding: 0 13px 0 19px;
    margin: 0;
    vertical-align: top;
}

.searchblock a{
    margin-top:10px;
    display: block;
    font-size:12px;
}

.searchblock .search_headline{
    background-color: #EEE;
    border-bottom: 1px solid #FFF;
    width:100%;
    height: 30px;
}

.searchblock ul {
    padding: 6px 10px 6px 5px;
}

.searchblock ul li span{
    margin-left:10px;
}


.searchblock .search_headline h5 {
    padding: 7px 10px 5px 38px;
}

/* sidebar visibility */
html.no_sidebar body:not(.legacy_mode) #content > .left_col {
    display: none !important;
}

html.no_sidebar body:not(.legacy_mode, .content_browse) .right_col {
    margin-left: 0;
}

button.sidebar_open, button.sidebar_closed {
    width: 15px;
    height: 85px;
    /*position: absolute;*/
    /*left: 0;*/
    top: 50%;
    margin-top: -43px;
    position: fixed;
    left: 25px;
    transform: translateY(-50%);
    border: none;
}

button.sidebar_open {
    background: transparent url('/bundles/k3intranetboxbasic/images/ibox_sidebar_closed.png');
}

button.sidebar_closed {
    background: transparent url('/bundles/k3intranetboxbasic/images/ibox_sidebar_open.png');
}

/* ### Settings Usergroups ### */
.settings_usergroup button.newGroup .icon{
    background-image: url("../images/usergroupicons/icon_new.png");
    background-position: 0px -4px;
    background-repeat: no-repeat; }
.settings_usergroup button.newUser .icon{
    background-image: url("../images/usergroupicons/icon_new.png");
    background-position: 0px -4px;
    background-repeat: no-repeat; }
.settings_usergroup button.edit .icon{
    background-image: url("../images/usergroupicons/icon_edit.png");
    background-position: 0px -4px;
    background-repeat: no-repeat; }
.settings_usergroup button.remove .icon{
    background-image: url("../images/usergroupicons/icon_remove.png");
    background-position: 0px -4px;
    background-repeat: no-repeat; }
.settings_usergroup button.groupStateChange .icon{
    background-image: url("../images/usergroupicons/icon_change.png");
    background-position: 0px -4px;
    background-repeat: no-repeat; }
.settings_usergroup button.groupRights .icon{
    background-image: url("../images/usergroupicons/icon_grouprights.png");
    background-position: 0px -4px;
    background-repeat: no-repeat; }

body .settings_usergroup #filter_link {
    margin-top: 0;
    min-height: 18px;
    position: absolute;
    right: 20px;
    top: 104px;
}


/* ### news ### */

#further_information .ib_tab.single_tab h5.icon.headline{
    width:200px;
}

#smallNews .news_item {
    height: 106px;
}

div.news_item .image_adapt_width{
    max-height: 165px;
    overflow: hidden;
}

#smallNews div.news_item .image_adapt_width{
    max-height: 80px;
}

/*** activities ***/

table#activities td.activityicon{
    padding: 5px 8px 0 12px;
}

/*** NEWS COMMENTS ***/

div#article_comments h3{
    background: url("/bundles/k3intranetboxbasic/images/h1_border.png") repeat-x scroll center bottom transparent;
    /*margin: 35px 0 20px;*/
    margin: 0 0 20px;
    padding: 0 250px 6px 0;
}

div#article_comments input.createCommentBtn.pos_abs{
    position: absolute !important;
    right: 10px;
    top: 34px;
}

div#article_comments input.createCommentBtn.bottomBtn{
    /*float: right;*/
    margin: 3px 0 0 0;
}

div.article_comment{
    border-bottom: 1px solid #DDDDDD;
    /*margin-top: 10px;*/
    margin: 6px 0 3px;
    padding: 0;
}

div.article_comment:first-of-type{
    /*border-top: 1px solid #DDDDDD;*/
    /*padding: 10px 0 0;*/
}

div.article_comment a.author_image{
    float: left;
}

div.article_comment a.author_image img{
    width: 40px;
    height: 40px;
}

div.article_comment .text{
    margin-left: 50px;
}

div.article_comment .text p{
    margin-top: 2px;
}

div.article_comment .text p.btn{
    padding-right: 70px;
}

div.article_comment .text p.btn button{
    position: absolute;
    right: 0;
    top: 0;
}

div.article_comment span.author a,
div.article_comment span.created{
    font-family: Inika, Arial, sans-serif;
}

div.article_comment span.author{
    font-weight: bold;
}

div.article_comment span.created{
    float: right;
}

div.article_comment button.delete_comment{
    background: #FFFFFF none;
    border: none;
    padding: 0 0 0 13px;
    font-size: 12px;
    float: right;
    margin: 0 0 5px;
}
div.article_comment button.delete_comment .icon{
    background-image: url('/bundles/k3intranetboxbasic/images/calremdoc.png');
    background-position: 0 0;
    width: 8px;
    height: 8px;
    left: 0;
    top: 5px;
}

div#article_comments textarea{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 25px;
    outline: none;
    -moz-outline-color: transparent;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: none;
}

div#article_comments .paginator{
    text-align: center;
    margin-top: 7px;
}
div#article_comments .paginator .inner{
    display: inline-block;
    margin: 0 auto;
}

div#article_comments .paginator li{padding: 0;}
div#article_comments .paginator li:before{content: "";}
div#article_comments .paginator li.page{padding: 0 0 0 15px;}
div#article_comments .paginator li.page.first{padding: 0;}
div#article_comments .paginator li.page:before{
    content: "·";
    font-size: 26px;
    position: absolute;
    display: block;
    left: 3px;
    top: -10px;
}
div#article_comments .paginator li.page.first:before{
    content: "";
    padding: 0;
}

div#article_comments .paginator li.prev_page,
div#article_comments .paginator li.last_page{
    padding-left: 10px;
}

div#article_comments .paginator li.prev_page{padding-right: 7px;}
div#article_comments .paginator li.next_page{padding-left: 7px;}

/*div#article_comments .paginator li.first_page,*/
/*div#article_comments .paginator li.prev_page,*/
/*div#article_comments .paginator li.next_page,*/
/*div#article_comments .paginator li.last_page{*/
    /*padding: 0;*/
/*}*/

/*div#article_comments .paginator li.first_page:before,*/
/*div#article_comments .paginator li.prev_page:before,*/
/*div#article_comments .paginator li.next_page:before,*/
/*div#article_comments .paginator li.last_page:before{*/
    /*content: "";*/
/*}*/

div#article_comments .paginator .current a{
    font-weight: bold;
}

#createCommentForm{
    margin-top: 20px;
}


/*** documents ***/

#documents{}

#documents a.documents,
#documents p.smalltext.nometrics a{
    position: relative;
    padding-left: 23px;
}

#documents a.documents.smblist{
	display: block;
}

#documents .docedit{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

#documents .docedit a{
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url('../images/docicons_sprite.png');
    background-position: -83px -117px;
    position: absolute;
    left: 25px;
}

#documents .docedit.editmode a{
    background-position: -43px -117px;
}

#documents .greyscale,
#documents .greyscale *{
    color: #bebebe !important;
}

#documents .greyscale a{
    margin-right: 5px;
}

#documents .greyscale .info{
    font-size: 11px;
}


#documents .greyscale img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#documents .preview_image{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

div#documents .preview_image{
    position: absolute;
    left: 0;
    margin-right: 3px;
}

#documents .pointable span.icon{
    position: absolute;
    left: 20px;
}

h4.line{
    padding-bottom: 5px;
}

h4.line,
#sticky_nav .border{
    background: url("../images/h1_border.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}

/* ### faq section ### */
#faq ul.faq_top{
    margin: 0 0 20px 0;
    padding: 0;
}

#faq .ezxmltext-field ol,
#faq .ezxmltext-field ul{
    padding-left:10px;
}

#faq .ezxmltext-field ol li,
#faq .ezxmltext-field ul li{
    padding-left:10px;
}

#faq ul.faq_top li
{
    list-style-type: none;
    padding:0px 0px 5px;
    margin: 0;
}

#faq ul.faq_bottom > li
{
    list-style-type: none;
    padding:5px 0 3px;
    margin: 0;
    background: url("../images/h1_border.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    line-height: 20px;
}

#faq ul.faq_bottom .faq_entry div.checkbox{
    float: left;
    width: 20px;
}


#faq li.more_content_links span{
    float:left;
    display:block;
}
#faq li.more_content_links a{
    /*padding-left:45px;
    display:block;*/
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    white-space:nowrap;
}

#faq .faq_responsible_person h5{
    width: auto;
}

#faq .faq_responbible_person_content{
    padding:6px 10px;
}

.favourite_block #sub_folders .selectable,
.favourite_block #sub_folders .adjust{
    padding-left: 17px;
    position: relative;
}

.favourite_block #sub_folders .selectable input{
    position: absolute;
    left: 0;
    top: 0;
}

/* ### Forum ### */


#forum table.forum_reply tr td{
    vertical-align: top;
}

#forum table.forum_reply tr td.checker{
    padding: 4px 0 4px 5px;
}

#forum blockquote{
    margin: 0;
    padding: 15px;
    position: relative;
}

#forum blockquote .arrow{
    position: absolute;
    background: transparent url('../images/css_sprite.png') -178px -516px no-repeat;
    display: inline-block;
    width: 16px;
    height: 21px;
    left: 0;
    top: 21px;
}

#forum tr:nth-child(odd) blockquote .arrow{
    background: transparent url('../images/css_sprite.png') -178px -554px no-repeat;
}

#forum .blockquote-body{
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 0 10px;
    color: #666666;
}

#forum .blockquote-body p{
    margin: 0.5em 0;
}

#forum .blockquote-body p.author{
    color: #333;
}

#forum tr:nth-child(odd) .blockquote-body{
    background-color: #EEE;
}


th.thfirst{
    padding-left:25px;
}




#page header nav{
    margin-left: 251px;
    overflow: visible;
    position: static;
}

#submenu li a {
    padding: 0 30px 0 0;
    white-space: nowrap;
    display: inline;
}


div#forum .data_table td{
    padding:7px 15px 5px 0;
}

.collapsable_container h5.f_left{
    width:190px;
    margin: 0;
    padding-top: 6px;
}

/* ### task activities ### */


.add_info .headline{ padding:  25px 0 5px; }

.add_info h4{ margin: 0; padding: 4px 10px 6px 0; }

table#activities tr
{
    vertical-align: text-top;
}

table#activities td .icon_link{
    margin-bottom: 8px;
}

.activityicon span{
    position: relative;
    top: 5px;
}

/* ### news ### */

div.news_item h3.headline{
    margin-bottom:10px;
}

/* ### contactperson ### */
.contactPersonDeatils{
    margin-left:25px;
}

.contactPersonDetailsBlock{
    padding: 6px 10px 6px 10px;
}

figure.very_small_image{
    margin: 1px 10px 0 0;
    max-height:40px;
    max-width:40px;
    overflow:hidden;
}

figure.very_small_image img {
    height: auto;
    max-width: 40px;
}

.ib_tab.single_tab .trigger h5{
    width: 73%;
}

/* ### forum reply ### */

table.forum_reply td.author a{
    display: block;
    margin-bottom:5px;
}

/* ### contact ### */
span#title div.ezselection-field{
    display:inline;
}

/* ### hover nav ### */
div.hoverNav{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    margin-top: -30px;
    position: relative;
    /*width: 100%;*/
    z-index: 10;
    margin-right: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.hoverNav ul{
    min-height:20px;
}

.visibileHide{
    visibility: hidden;
}

#submenu ul {
    min-height:4px;
}

/* # sticky bugfix */
#title.sticky{display:none;}

#main_toolbar.sticky{left:270px;}

span.filename .k-grid-content tr a span.icon{
    height:20px;
    width:20px;
}

/*bugfix for nav in legacy */
.heightmax20px{
    max-height: 20px;
}

/* some bugfixes */
#dashboard_settings{
    padding:16px 20px 7px;
}


#folder_toolbar button{
    margin-bottom:5px;
}

#main_content{
    min-height:250px;
}

.domain #main_content{
    min-height:0;
}

.hoverNav #submenu ul li {
    padding: 10px 0;
}

div#header_searchbar .hiddenButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 25px;
}



/* ###### MediaBOX ####### */
/* ###### MediaBOX ####### */
/* ###### MediaBOX ####### */

#myFolderTreeMenu ul {
    border-top: medium none;
}

.libhtTableToolbar{
    padding:10px 0;
}

#lightTable{
    clear: both;
    height: 120px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.lightTableTreeMenu{
    width:240px;
    height:200px;
}

#lightTable .lightTableTop{
    background: none repeat scroll 0 0 #BBBBBB;
    height: 8px;
    margin-left: -20px;
    width: calc(100% + 40px);
}

#lightTable .lightTableContent{
    height: 100%;
    padding-top: 10px;
    width: 100%;
}

#lightTable .lightTableContent #multiupload{
    height: 100px;
    width: 100px;
}


#lightTable .lightTableContent #multiupload .k-widget.k-upload{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    width: 100px;
    border:none;
}

#lightTable .lightTableContent #multiupload .k-widget.k-upload .k-dropzone{
    height: 100px;
    padding: 0;
    width: 100px;
    border:none;
}

#lightTable .lightTableContent #multiupload .k-widget.k-upload .k-dropzone .k-button.k-upload-button{
    background: url("../images/mediabox_lighttable_uploadbutton_bg.png") no-repeat transparent;
    border-width: 0;
    height: 100px;
    padding: 0;
    width: 100px;
    border:none;
}

#lightTable .lightTableContent #multiupload .k-widget.k-upload .k-dropzone .k-button.k-upload-button span{
    display:none
}

#lightTable #tile.childTile{
    min-height: 0px;
}

#lightTableTile{
    float: left;
    margin-left: 20px;
    width: calc(100% - 360px);
}

#lightTable .lightTableContent #multiupload{
    float:left;
}

.lightTableContent .k-dropzone em{
    display: block;
    margin: 0 auto;
    position: relative;
    top: -75px;
    width: 84px;
}

.lightTableContent #multiupload .k-upload-files{
    height: 40px !important;
    overflow: hidden;
    position: relative;
    top: -41px;

}

.lightTableRestContent{
    margin-left:240px;
}

/* ### content ### */

#changeView button{
    min-height: 28px;
    min-width: 32px;
}

.marginauto{margin:0 auto;}

div#information div.headline span{
    font-weight: bold;
    display:block;
    margin-bottom:10px;
    margin-top:15px;
}


div.informationContent span.title{
    min-width:120px;
    display:inline-block;
    margin-right:20px;
}

div.informationContent span.value{;
    display:inline-block;

}

.downloadBlock {
    margin: 5px 0;
    position: relative;
}



.downloadBlock .label {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 100px;
}

.downloadBlock .imagesize {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 140px;
}

.downloadBlock a{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    font-family: "Open Sans";
    padding:0px 6px 5px;
    text-decoration: none;
    cursor: pointer;
}

.downloadBlock span.icon{
    height: 16px;
    right: 2px;
    top: 8px;
    width: 16px;
}

.downloadBlock .buttonLabel {
    display: inline-block;
    position: relative;
    text-align: left;
    top: 4px;
    vertical-align: top;
    width: 66px;
}


.downloadInfo {
    background: url("../images/css_sprite.png") no-repeat scroll 0 -401px transparent;
    display: inline-block;
    height: 26px;
    margin-left: 20px;
    margin-top: -1px;
    position: absolute;
    top: 3px;
    width: 27px;
}

.downloadInfoText{
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #dddddd;
    display: none;
    height: auto;
    margin-left: 20px;
    padding: 10px;
    position: absolute;
    top: 32px;
    width: auto;
}

.downloadInfoText.open{
    display:inline-block;
}

#selectPixel{
    margin-right: 7px;
    display: inline-block;
    height: 22px;
}

#dpi {
    width: 60px !important;
    margin-right: 8px !important;
}

span.desc {
    color: #999999;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    top: -9px;
}

.preVersion h6{
    margin:3px 0;
}

#documents{
    position: relative;
}

#documents #changeView{
    display: block;
    position: absolute;
    right: 0;
    top: 41px;
}

.documents_folder #tile #container .item{
    float: left;
    width: 100px;
    height: 115px;
    margin-bottom:10px;
    cursor:pointer;
}

.documents_folder #tile #container .item .checkbox{
    background: url("../images/mediabox_checkbox_bg.png") transparent;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    display: none;
}

.documents_folder #tile #container .item .checkbox input{
    display: block;
    margin: 4px auto 0;
}

.documents_folder #tile #container .item .image{
    background: none repeat scroll 0 0 #eeeeee;
    height: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    line-height:97px;
}


.documents_folder #tile #container .item .image > img {
    display: inline-block;
    vertical-align: middle;
}

.documents_folder #tile #container .item .desc {
    font-size: 12px;
    height: 20px;
    margin-top: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.documents_folder #tile #container .item .desc a{white-space: nowrap;}

.documents_folder #tile #container .item.image .image > img {
    max-height: 100%;
    max-width: 100%;
}

#tile{
    min-height: 500px;
}


/* ### previews ### */

audio{
    height:40px;
    width: 100%;
}

video{
    background-color:#000000;
}

.mediaBox .currentVersion.textPreview{
    height: auto;
    max-height: none;
}

/* ### verantwortlicher ### */
.single_container.single_relation table tr td{
    vertical-align: top;
    height: 16px;
    line-height: 1.2;
    padding: 0;

}


div.forumImage{
    max-height: 90px;
    max-width: 90px;
    overflow: hidden;
}

div.forumImage img{
    width: 90px;
    height: auto;
}

/* ###  bugfixex ### */

#dashboard .widget table.data_table tr th{
    padding-bottom: 7px;
    padding-top: 8px;
}

body #filter_link{
    margin-top: 0;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: -33px;

}

#main_toolbar{
    min-height:27px;
    margin: 0 0 15px;
}

ul#extendedfilter label{
    margin-left:5px;
}



.k-grid-content input.selector{
    position: relative;
    top:1px;
}


div#main_content div.collapsable_container{
    position: relative;
    top: -4px;
}

div#main_content div.collapsable_container div.vo{
    /*margin-bottom: -7px;*/
    position: relative;
}

div#main_content div.collapsable_container div.vo:not(:first-of-type){
    margin-top: 10px;
}

div#main_content div.collapsable_container div.vo a.trigger{
    position: absolute;
    right: 0;
    top: -5px;
}

div#main_content div.collapsable_container div.vo:not(:first-of-type) a.trigger{
	top: 15px;
}



div#main_content div.collapsable_container .collapsable:last-of-type{
    margin-bottom: 0 !important;
}

div#main_content div.collapsable_container .collapsable .ezxmltext-field{
    position: relative;
    left: 2px;
    margin: -2px 0 0;
    /*line-height: 22px;*/
}

div#main_content div.collapsable_container .collapsable > table{
    /*margin: 10px 0 -7px -3px;*/
    margin: 10px 0 -7px 0;
}

.remove_ws{
    font-size: 0;
}

.simple_box{
    position: relative;
    width: calc(50% - 10px);
    height: 200px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 13px;
}

.simple_box:nth-of-type(odd){
    margin-right: 20px;
}

.simple_box *{
    font-family: "Open Sans";
    box-sizing: border-box;
}

.simple_box .headline.gray{
    position: absolute;
    top: 0;
    width: 100%;
    height: 32px;
    background-color: #EEE;
    border-bottom: 1px solid #ddd;
}

.simple_box .headline.gray h5{
    padding: 6px 10px 6px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.simple_box .box_content {
    position: absolute;
    top: 32px;
    width: 100%;
    height: calc(100% - 32px);
    padding: 8px 10px 10px 10px;
    overflow-y: auto;
}

.simple_box .box_content .ezxmltext-field ul:first-child {
    margin-top: 0;
}

.simple_box .box_content table.details tr td:first-child{
    min-width: 104px;
    padding-right: 10px;
}

.content-edit .simple_box {
    width: auto;
    height: auto;
    margin-top: 10px;
}

.content-edit .simple_box .box_content {
    position: relative;
    height: auto;
    margin-top: 32px;
    top: 0;
}

body.content_edit .simple_box .form_line {
    padding-left: 195px;
    max-width: 689px;
}

h4.relation_heading{
    margin: 26px 0 6px;
}

h4.relation_heading.nomargintop{
    margin-top: -5px;
}


#favourite_section,
#extendedfilter{
    font-size: 12px;
}

.searchblock ul#extendedfilter {
	padding: 6px 10px 6px 10px;
}

.collapsable_task_tab .data_table td:first-child,
.collapsable_task_tab .data_table th:first-child{
    padding-left: 10px;
}

.ib_tab .collapsable_task_tab .data_table th:first-of-type {
	width: auto !important;
	white-space: nowrap;
}



div.faq_entry input.selector{
    position: relative;
    top: 2px;
}


#dashboard_settings label{
    position: relative;
    top:-1px;
}


body .k-popup-message{
    padding:0 10px;
    text-align: left;
}

body .k-edit-form-container .k-edit-buttons{
    text-align: left;
}

table#forum_table input{
    position: relative;
    left:8px;
}

.collapsable table tr td:first-child,
.notcollapsale table tr td:first-child{
    min-width: 80px;
    padding-right:10px;
}

.favourite_block li.hide{
    display: none;
}

.favourite_headline.favtrigger{
    cursor: pointer;
}

/*
#treemenu span.icon{
    display: block;
    float: left;
    width: 20px;
}

#treemenu span.name{
    display: block;
    float: left;
    margin-left: 25px;
    margin-top: -16px;
}*/

div.searchblock #extendedfilter_alphabet a{
    margin-top:0;
}

.single_container a.blue.vo1.inline_block{
    display:block;
    margin-top:-4px;
    margin-bottom:-1px;
}

.singleRelationHeadline{
    border-bottom: 0 solid #FFFFFF;
    /*height: 33px;*/
    width: 100%;
}



div.single_relation_group .single_tab .single_container.single_relation{
    border: 1px solid #ddd;
    border-top: none;
}

/* ### MediaBOX ### */

.mediaBox #imagewidth,
.mediaBox #dpi,
.mediaBox #imageheight{
    margin-right: 8px;
    width: 80px;
}

#imageheight,
#imagewidth{
    margin-right:85px !important;
}

.documentViewButtons{
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #ddd;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 9px;
    white-space: nowrap;
}

.documentViewButtons > span{
    display: inline-block;
    margin-right: 10px;
	font-size: 11px;
}

.documentViewButtons button{
    border-right: medium none;
    height: 26px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 10px 3px;
    top: -6px;
}

.mediaBox h3.line{
    background: transparent url('../images/h1_border.png') bottom repeat-x;
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-size: 18px;
}

.mediaBox div.currentVersion.file img,
.mediaBox div.currentVersion.file div.message{
    float:left;
}

.mediaBox div.currentVersion.file div.message{
    margin: 45px 0 0 10px;
}

.mediaBox div.preVersion.file img{
    width: auto;
}

.mediaBox h4.line{
    margin-bottom:5px;
}

.marginauto{margin:0 auto;}
.preVersion img{
    margin-bottom: -3px;
    margin-right:20px;
    max-width: 90%;

}

div#information div.headline span{
    font-weight: bold;
    display:block;
    margin-bottom:0px;
    margin-top:15px;
    font-size:14px;
}


div.informationContent span.title{
    min-width:127px;
    display:inline-block;
    margin-right:20px;
    vertical-align: top;
}

div.informationContent span.value{;
    display:inline-block;
    width:50%;
    vertical-align: top;

}

div.informationContent.description span.value p{margin: 0;}

.downloadBlock {
    margin: 0px 0px 20px 0px;
}

.downloadBlock .label {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 100px;
}

.downloadBlock .imagesize {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 140px;
}

. mediaBox .downloadBlock a{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    font-family: "Open Sans";
    padding:0px 6px 5px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.downloadBlock span.icon{
    height: 16px;
    right: 2px;
    top: 8px;
    width: 16px;
}

.downloadBlock .buttonLabel {
    display: inline-block;
    position: relative;
    text-align: left;
    top: 4px;
    vertical-align: top;
    width: 62px;
}

span.desc {
    color: #999999;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    top: -9px;
}

.preVersion h6{
    font-size:12px;
    margin:3px 0;
}

.mediaBox h3.line{
    margin-bottom:8px;
    margin-top:0px;
    font-size:16px;
    padding-bottom:6px;
}

.mediaBox #information > div:first-child span
{
    margin-top: -3px;
}

.mediaBox #information{
    margin-bottom:10px;
}

.mediaBox .currentVersion{
    overflow:hidden;
    margin-bottom:11px;

}

.mediaBox .preVersion{
    /*max-height:132px;*/
    min-height:100px;
    overflow:hidden;

}

.mediaBox #downloadButton{
    margin-top:-5px;
    padding-top:10px;
}

.mediaBox div#information div.headline span{
    font-family: Inika;
}

.mediaBox #information,
.mediaBox #downloadButton,
.mediaBox #exifInformation{
    margin-bottom:20px;
}

.mediaBox svg text{
    display:none;
}

.mediaBox svg g text{
    display:block;
}

.mediaBox .versionImageBlock{
    width: calc(100% - 18px);
}

.forum_reply .author{
    padding-right: 30px !important;
    max-width: 90px;
    min-width: 90px;
    width: 90px;
}




/* bugfix */

.k-recur-end-never,
.k-recur-end-count,
.k-recur-month-radio,
.k-recur-year-radio,
.k-recur-end-until{
    margin-right: 8px;
    position: relative;
    top: 1px;
}

body.calendar .k-edit-form-container .k-recur-view .k-edit-field .k-reset{
    position: relative;
    /*top: -4px;*/
}

.k-recur-weekday{
    margin-right:7px;
}

body.calendar .k-edit-form-container .k-recur-view .k-edit-field .k-check{
    position: relative;
    top: -1px;
    margin-right: 11px;
}

body.calendar .k-edit-form-container .k-recur-view .k-edit-field .k-check .k-recur-weekday-checkbox{
    margin-right: 1px;
}

body.calendar  .k-recur-view .k-numeric-wrap.k-state-default,
body.calendar  .k-recur-view .k-widget.k-numerictextbox.k-recur-count
{
    margin-right:5px;
}



#main_content .float_container h5.f_left,
.details_table_headline{
    margin: 0;
    padding-top: 6px;
    max-width: 90%;

}

/*#main_content .float_container h5.f_left.reduced_padding,*/
/*.details_table_headline{*/
    /*padding-top: 1px;*/
/*}*/

#main_content .float_container h5.f_left.reduced_padding,
.details_table_headline{
    padding-top: 20px;
}

#main_content .float_container:first-child h5.f_left.reduced_padding{
    padding-top: 1px;
}

div#main_content div.collapsable table td.details_table_headline{
    font-family: Inika;
    padding-top: 20px;
}

#main_content > .ezxmltext-field > *:first-of-type{
    margin-top: 0;
    padding-top: 0;
}

#main_content > .ezxmltext-field table{
    margin-bottom: 13px;
}

.no_p_metrics .ezxmltext-field p:first-child,
.no_p_metrics_p .ezxmltext-field p:first-child{
    padding-top: 0;
    margin-top: 0;
}

.no_p_metrics .ezxmltext-field p:last-child,
.no_p_metrics_b .ezxmltext-field p:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}


div#main_content div.notcollapsale div > table{
    margin: 8px 0 14px;
}

div#main_content div.notcollapsale table td,
div#main_content div.collapsable table td{
    vertical-align: top;
    padding-top:1px;
}

div#main_content div.notcollapsale table td ul,
div#main_content div.collapsable table td ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#main_content div.notcollapsale table td ul li,
div#main_content div.collapsable table td ul li{
}

button#settings_done{
    height: 17px;
    padding-bottom: 7px;
    padding-top: 1px;
    margin-bottom:13px;
}


.button_wrapper button{
    margin-bottom:5px;
}


#filterLink {
    position: relative;
}

#scheduler .k-event-actions:first-child{
    margin: 0 4px 0 2px;
}




#dashboard_settings h3{
    background: transparent url('../images/h1_border.png') bottom repeat-x;
    margin: 0 0 -5px;
    padding-bottom: 5px;
    font-size: 18px;
}

#dashboard_settings .widgetSelector{
    margin-left:0;
}

button#settings_close{
    height: 17px;
    padding-bottom: 7px;
    padding-top: 1px;
    margin-left:10px;
}

#dashboard_settings_wnd_title{
    left:20px;
}

#extendedfilter_alphabet{
    padding-left:5px;
}

div.searchblock #extendedfilter_alphabet a.alphabet.clear{
    margin:0 0 10px;
}

div.searchblock #extendedfilter_alphabet a.alphabet.clear span.icon{
    background-position: 1px 4px;
    background-size: 170px auto;
    height: 16px;
    top: 1px;
    width: 16px;
    left:-1px;
}


/* ### task ### */
div#main_content div.collapsable_container a.blue.trigger.open span.icon
{
    padding-right: 6px;
}

#main_content.news.image_adapt_width img{
    width:100%;
    height:auto;
}

#main_content .ezxmltext-field img{width: auto !important;}

/* ### css bugfixing th ### */

#relations,
#main_content{
    margin-top:-1px;
}


#relations .single_relation_group .single_tab .single_container.single_relation .content table{
    margin-top: 7px;
}

#activities .single_container .content{
    margin-top:7px;
    margin-bottom:9px;
}


#activities .singleRelationHeadline{
    height: 30px;
}

#activities .single_tab .single_container div .ezxmltext-field{
    line-height:22px;
}

h1{
    padding-right: 170px;
}

/* css bugfix th 2.6.2014 */

#dashboard .widget.news article div.headline{
    margin-top:-7px;
}

#dashboard .k-scheduler-content .k-event .label span{
    margin-left:0;
}

#dashboard ul.k-reset.k-header.k-toolbar{
    margin-bottom:0;
}

#dashboard .k-scheduler-toolbar,
#dashboard .k-scheduler-footer{
    padding: 6px;
}

#dashboard_settings ul{
    margin-bottom:15px;
}

.button_wrapper button{
    margin-right:5px;
}

.documents_folder .k-grid-header col:first-child,
.documents_folder .k-grid-content col:first-child{
    width:46px !important;
}

.documents_folder .k-grid-header table th:first-child,
.documents_folder .k-grid-content table td:first-child{
    padding-right:0px;
}

.documents_folder .k-grid-header table th:nth-child(2),
.documents_folder .k-grid-content table td:nth-child(2){
    padding-left:4px;
}

.favourite_block.treemenu ul.nomargin{
    padding: 2px 10px 4px 6px;
}

.favourite_block.treemenu ul span.k-in{
    margin-left: -2px;
}

.favourite_block.treemenu .root_node{
	padding: 5px 5px 10px;
}

#treemenu.k-treeview .k-item{
    margin-top:4px;
}

#treemenu.k-treeview .k-item:first-child{
    margin-top:-1px;
}

.k-grid-header .k-header.k-custom-filter .k-icon{
    top:-1px;
}

/* css bugfix th 3.6.2014 */


div.searchblock #extendedfilter_alphabet a.alphabet,
div.searchblock #extendedfilter_alphabet span.alphabet {
    padding: 1px 5px 0 !important;
}


div.contactPersonDetails{
    margin-top:-4px;
}

div.contactPersonDetailsBlock span.contactPersonPhone{
    position: relative;
    top:-2px;
}

div.contactPersonDetailsBlock span.contactPersonDepartment{
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -3px;
    word-break: break-all;
}

div.contactPersonDetails2{
    margin-top:4px;
}

div#main_content.knowledgeContent,
div#main_content.newsDetails{
    margin-top: -5px;
}

.blue_link_area .line{
    margin-bottom:-4px;
}

.blue_link_area p {
    margin: 10px 0 0;
}

.blue_link_area .content-view-embed .class-image,
.ezxmltext-field .content-view-embed .class-image{
	margin-top: 10px;
	margin-bottom: 10px;
}

.ib_tab.open .button_wrapper.f_left {
    float: right;
    margin-right: 12px;
    margin-left:0;

}

#smallNews .news_item div:first-child{
}

.news_item div:nth-child(2){
    position: relative;
    top: -3px;
}

#forum_table.data_table th:first-of-type{
    min-width: 33px;
    width: 33px;
}

#forum_table.data_table td{
    text-align: left;
    vertical-align: top;
}

#forum .data_table .checker{
    width:23px;
    min-width:23px;
    max-width:23px;
}

#forum .data_table td.messages button{
    margin-bottom: 15px;
    margin-top: 3px;
}

#forum label.message_title{
    margin-top:14px;
    margin-bottom:12px;
}

#forum .data_table .messages p{
    line-height:22px;
}

#forum .blockquote-body .author{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom:10px;
}

#forum .blockquote-body{
    padding: 0 10px 3px;
}

#forum blockquote{
    padding-bottom:6px;
}

.close_topic .icon,
button.move .icon{
    left:8px;
}

/** css bugfixing th 4.6.2014 ***/

.k-scheduler-agendaview.k-scheduler-agenda  .k-scheduler-content .k-scheduler-table .k-scheduler-timecolumn{
    border-left-width:1px;
}

#main_content.detailHigher{
    margin-top:-7px;
}

#main_content.detailHigher .ezxmltext-field p:first-child{
    margin-top:4px;
}

.settings_usergroup .button_wrapper button {
    margin-right:1px;
}

.settings_usergroup button .icon,
.settings_usergroup  .trigger button .icon{
    height: 16px;
    left: 6px;
    position: absolute;
    top: 7px;
    width: 16px;
}

.settings_usergroup  #grid tr td:first-child,
.settings_usergroup #grid .list tr td:first-child{
    padding: 10px 2px 10px 4px;
}

.settings_usergroup #grid tr td{
    padding: 5px 7px 5px 4px;
}

.settings_usergroup #grid tr td img{
    margin-top: 2px;
}


.settings_usergroup .k-grid-header th.k-header{
    padding: 5px 2px 5px 4px;
}

.ib_tab .data_table td.selector,
.ib_tab .data_table td:first-child{
    padding: 8px 5px 9px 8px;
    width: 20px;
}

.ib_tab .collapsable_task_tab .data_table td.selector,
.ib_tab .collapsable_task_tab .data_table td:first-child{
	padding: 5px 0 5px 10px;
}

.ib_tab .data_table th:first-child {
    padding: 5px 0 6px 8px;
	/*width: 80px;*/
}


.ib_tab .data_table th:first-of-type{
    min-width: 0;
}

#forum_table.data_table input.selector{
    position: relative;
    top:-2px;
}

/* ### css bugfixing th 5.6.2014 ### */

#main_content.detailHigher .float_container h5.f_left.reduced_padding{
    padding-top:2px;
}

.settings_profile #main_content.detailHigher{
    margin-top: -11px;
}

.settings_profile div#main_content div.notcollapsale div > table {
    margin: 2px 0px 16px 0px;
}

.settings_profile .employeePicture{
    position: relative;
    top: 10px;
}

/* ### css bugfixing th 11.06.2014 ### */

#grid th.k-header  > input.k-input,
#grid th.k-header  > span{
    margin-left: 8px;

}

#grid .k-header.k-grid-toolbar:after{
    clear: none;
}

.documents_folder #grid table th:nth-child(2) > input.k-input{
    margin-left:0px;
}

#griod th.k-header > span.k-dropdown{
    margin-top:1px;
}

.k-event.paddingTitleLabel .event_titlebar{
    display: block;
    padding-left: 20px;
}

.k-scheduler-content .k-event .label span{
    margin-left: 0px !important;
}

#faq ul.faq_top{
    margin-top: -5px;
}

#faq ul.faq_bottom .faq_entry div.content{
    padding: 0 0 0 23px;
}


div.faq_entry div.headline {
    margin-bottom: -12px;
}


#main_content .ib_tab.open .button_wrapper.f_left {
    float: left;
    margin-left: 10px;
    margin-right: 0px;
}

.k-edit-form-container .k-edit-buttons.k-state-default .k-button:last-child{
    /*margin-top:8px;*/
}

.k-button.k-scheduler-delete{
}

#dashboard .k-scheduler-toolbar .k-link,
#dashboard .k-scheduler-footer .k-link{
    padding:0 10px;
}

.widget.news a img{
    border: 1px solid #dddddd;
}

#forum .author_postcount{
    font-size:12px;
}



.k-grid-content .folder.icon{
    position: relative;
    padding-left:20px;
    top:4px;
    left:-2px;
    background-position: -240px -1px;
}

.k-grid-content .folder.empty.icon{
    background-position: -240px -60px;

}

.k-scheduler-datecolumn strong, .k-scheduler-datecolumn em, .k-scheduler-datecolumn span, .k-scheduler-timecolumn div {
    position: relative;
}

.k-scheduler-datecolumn strong{
    top:-6px;
}

.k-scheduler-datecolumn em{
    top:-4px;
}

.k-scheduler-datecolumn span{
    top:-4px;
}

.k-scheduler-timecolumn div{
    top:-2px;
}

/* ### css bugfix input in th 20.06.2016 ### */

.k-grid-header .k-header #check-all{
    margin-left:0;
}


/** toolbar **/

.button_wrapper *,
.k-button{
	outline: none !important;
}

div#toolbar{
    background: transparent none;
    border: none;

}

div#toolbar div.k-button{
    display: none;
}

div#toolbar a.k-button{
    margin-right: 5px;
}

div#toolbar a.k-split-button-arrow{
    margin-left: -5px;
    border-left: none;
}

div#toolbar .is_disabled a.k-split-button-arrow{display: none;}

div.k-animation-container.k-split-wrapper ul.k-split-container{
    padding: 0;
}

div.k-animation-container.k-split-wrapper ul.k-split-container a.k-button{
    border: none;
    display: block;
    text-align: left;
    white-space: nowrap;
}


/* ### email ### */

.favourite_block.exchangeSections .favourite_headline h5{
	position: relative;
}

.favourite_block.exchangeSections .favourite_headline h5 span.fa{
	position: absolute;
	left: 13px;
	font-size: 15px;
	top: 8px;
}

/*.favourite_block.exchangeSections .favourite_headline h5.mails.icon{*/
    /*background-position: -226px -172px;*/
/*}*/

/*.favourite_block.exchangeSections .favourite_headline h5.calendar.icon{*/
    /*background-position: -226px -207px;*/
/*}*/

/*.favourite_block.exchangeSections .favourite_headline h5.contacts.icon{*/
    /*background-position: -226px -242px;*/
/*}*/

/*.favourite_block.exchangeSections .favourite_headline h5.tasks.icon{*/
    /*background-position: -226px -277px;*/
/*}*/

.favourite_block.exchangeSections .favourite_headline{
    background-color: #fff;
    cursor:pointer;
}

.favourite_block.exchangeSections .favourite_headline.active{
    background-color: #eee;
}

div#exchangeCalendar div#scheduler{
    height:700px !important;
}

div#exchangeCalendar .k-floatwrap.k-header.k-scheduler-toolbar{
    height:35px !important;
}


div.searchblock #extendedfilter_alphabet span.alphabet
{
    font-size:12px;
}

/* ### exchange calendar ### */

#exchange_calendar .k-floatwrap:after,
#exchange_calendar .k-slider-items:after,
#exchange_calendar .k-grid-toolbar:after{
    clear: right;
}

#forum .data_table .messages p{
    margin-top: 12px;
}

#dashboard .k-scheduler-table td,#dashboard .k-scheduler-table th{
    padding-left:3px;
    padding-right:3px;
}

#dashboard .k-reset.k-header.k-toolbar.k-scheduler-views{
    float:left;
    margin-top:5px;
}

.k-widget.k-datepicker.k-header.date.k-input.filter{
    width:102px !Important;
}

body:not(.documents_folder) .k-widget.k-dropdown.k-header.select.filter-dropdown.filter{
    width:72px !Important;
}


/* ### exchange mail client ### */

#mail_info{
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    padding: 4px 10px 6px;
    margin-bottom: 20px;
}

#mail_info .break{
    clear: right;
    height: 2px;
}

#mail_info .break:last-child{height: 0;}

#mail_info label{
    width: 80px;
    float: left;
    color: #666;
}

#mail_info div.form_line{
    padding-left:80px;

}

#mail_info div.form_line input.box{
    padding:0 10px;

}

#mail_info ul{
    list-style: none outside none;
    margin: 0 0 0 90px;
    padding: 0;
    display: table;
}

#mail_info ul li{
    margin-right: 10px;
    float: left;
}

#mail_info ul li.attachment{
    padding-left: 36px;
}

#mail_info .attachment img{
    left: 15px;
    top: 2px;
}

#mail_info .attachment .attachment_selector{
    left: -5px;
	top: 4px;
}

div#exchange_mail.details #mail_body{margin-top: 20px;}

div#exchange_mail.details .external_data_hint{
    font-size: 13px;
    padding: 0 10px;
    background: #FEF893 none;
    border: 1px solid #FFE100;
    line-height: 30px;
    color: #2E2E2E;
    margin: 5px 0;
}

div#exchange_mail.details .external_data_hint a{
    color: #2E2E2E;
    font-weight: bold;
}

.exchangeSections #contacts.favourite_headline,
.exchangeSections #tasks.favourite_headline,
.exchangeSections #calendar.favourite_headline{
    border-top: 1px solid #ddd;
}
body #exchangeContent  #filter_link{
    margin-top: 0;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 4px;
}

#exchangeContent {
    position: relative;
}

input#saveAsTitle,
#addfolder_window #folder_name{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	padding: 3px;
	box-sizing: border-box;
}


/* ### th ### */

.grid250p{
    width: 261px;
}

.single_relation .mt5 td:first-child{
    width:62px !important;
}


.settings_usergroup #grid th.k-header > input.k-input,
.settings_usergroup #grid th.k-header > span{
    margin-left:0 !important;
}


.ib_tab th:last-child {
    min-width: 30px;
    padding-right: 5px;
}

#exchangeContent .right_col
{
    margin-left:10px;
}

#exchangeContent div.k-grid-header, div.k-grid-footer{padding-right: 0 !important;}

#exchangeContent .k-grid-content{
    height:570px !important;
}

#exchangeContent .importantInformations{
    background-color: #eeeeee;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top:10px;
    margin-bottom:20px;
    width:auto;
}
#exchangeContent .importantInformations table{
    margin:0 !important;
}

#exchangeContent .normalInformation h2{
    font-size:13px;
    font-weight:bold;
    line-height:16px;
    padding:0;
    margin:0;
}

#exchangeContent .normalInformation {
    margin-left: 10px;
}

/* mail composer */

#exchange_mail.compose{}

#exchange_mail.compose section#mail_info{
    /*background: #eee none;*/
    /*border: 1px solid #ddd;*/
    border-bottom: none;
    margin-bottom: 0;
}

#exchange_mail.compose section#mail_info ul{margin: 5px 0 5px 100px;}

#exchange_mail.compose table.k-editor,
#exchange_mail.compose .k-editor .k-editable-area{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#exchange_mail.compose .k-editor .k-editable-area{padding: 5px;}

/** set relations window **/

.exchangeContent.set_relations div.warning,
.exchangeContent.set_relations div.message-confirmation{
    margin: 10px 0;
}


#grid:not(.group_employees) .k-grid-content {
    height: 570px !important;
}

.ib_tab.open .collapsable_tab {
    height: auto !important;
}


/*.k-tooltip-validation.k-invalid-msg{*/
    /*display:none !important;*/
/*}*/

.k-scheduler-edit-form .k-button.k-scheduler-delete{
    margin-top: -8px;
}


.k-edit-field input:required:invalid {
    border: 1px solid #d70100;
    box-shadow: none;
}


#smallNews .news_item h3.headline{
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}


#faq  .ezxmltext-field > ul:first-child ,
#faq  .ezxmltext-field > ol:first-child {
    margin-top: 16px;
}

.blue_link_area{
    margin-bottom:0 !important;
}

.settings_usergroup button.inactive span.icon{
    opacity: 0.2;
}

ul.k-upload-files{
    height: auto !important;
}

.single_container.single_relation table td a{
    color: #066aa5;
}

.employeePicture{
    position: relative;
    top: 9px;
}

#main_content .add_info .ib_tab.open h5{
    font-weight: bold;
}

.k-widget.k-window .k-edit-field > span:nth-child(3){
    margin-left:10px;
}

.k-scheduler-edit-form.k-scheduler-timezones .k-scheduler-canceltimezone{
    margin-top: -8px !important;
    margin-left: 6px !important;
}

.k-treeview-lines .break_word span.name{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.single_tab.open .collapsable_activity_tab{
    border-top:none !important;
	height: inherit !important;
}


#forum_table th, #forum_table td {
    padding: 5px 7px 6px !important;
}

#forum_table.data_table th:first-of-type{
    padding: 5px 0 6px !important;

}

button.redirect_to_parent{
    padding:2px 7px 3px !important;
}

.k-scheduler-edit-form .k-edit-form-container .k-edit-buttons.k-state-default{
    padding-bottom: 2px;
    padding-top: 10px;
}

.k-scheduler-edit-form .k-edit-form-container .k-edit-buttons.k-state-default .k-button{
    margin-right:8px;
}

body.dashboard div.k-window-content{
    height:auto !important;
}


body.dashboard .k-scheduler-content,
body.dashboard .k-scheduler-times{
    overflow:visible;

}

body.dashboard .k-scheduler-layout{
    display: block;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}


#histogrammLoader{
    position: relative;
    top: 155px;
    width: 100%;
}

#histogrammLoader .histogrammLoader{
    height: 100px !important;
    position: absolute !important;
}

.currentVersion img{
    display: block;
    margin: 0 auto;
    width:100%;
}


.currentVersion.file img{
    display: block;
    margin: 0 auto;
    width:auto !Important;
}

.currentVersion img.moreThan1000{
    width:100%;
    max-width: 1000px !important;

}

div#dashboard div#bookingScheduler{height:auto !important;}


.roles ul.main > li{
    font-weight:bold;
    margin-top:10px;
    margin-bottom:5px;
}

.roles ul.second li{
    padding-left:10px;
    font-weight:normal;
}

.employeeGrid{
    margin-top:10px;
}

.employeeGrid h2{
    color: #333;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 5px;
    background: url("../images/h1_border.png") repeat-x scroll center bottom transparent;
    width: 100%;
}


.employeeGrid .empty-grid h2{
    background:none;
}

.employeeGrid #employee_toolbar{
    float:right;
}


/*** Login page ***/

div#user_login div.warning p{margin: 0;}

div#user_login div.left{width:480px;}
div#user_login div.right{margin-left: 500px;}
div#user_login div.form_line{padding-left: 120px;}

div#user_login div.buttonblock div.form_line,
div#forgotpassword div.buttonblock div.form_line{padding-left: 0;}
div#user_login div.buttonblock, div#forgotpassword div.buttonblock {margin: 20px 0 0;}

div#user_login input.box, div#forgotpassword input.box {width: 230px;}


/*** gantt view ***/

#ganttChart div.ganttview-block-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 12px;
    margin-top: 5px;
}

/*** for foundation menu ***/

body:not(.login) header.float_container{overflow: visible;}

ul.menu.submenu.is-dropdown-submenu{
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
}

.menu.vertical > li:hover{
	background-color: #EEEEEE;
}

.menu.vertical > li:hover > a,
.menu.vertical > li a:hover{
	text-decoration: none;
	font-weight: bold !important;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #333;
}


.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #333 transparent transparent;
}


.user_img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*** GENERAL FIXES ***/

html .k-widget.k-datepicker.k-header .k-picker-wrap.k-state-default{
	height: 27px;
}

#workflow-menu button .icon, #workflow-menu .buttonstyle .icon {
	top: 2px;
	left: 6px;
}

/*** WEBKIT / CHROME FIXES */
html.webkit #grid .k-header .k-datepicker input.k-input{
    border-bottom: 1px solid #dddddd;
}

html.webkit,
div#main_content div.collapsable_container {
    position: relative;
    top: -2px;
}


html.webkit #relations{
    margin-top: 4px;
}

html.webkit .documentViewButtons{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 22px;
    position: relative;
    top: 3px;
}

html.webkit .documentViewButtons > span{
    line-height: 20px;
    height: 20px;
    font-size: 11px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
    color: #000000;
}

html.webkit .documentViewButtons > button{
    position: relative;
    top: 3px;
    width: 27px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: -3px 0 0;
    border-left: 1px solid #DDD;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

html.webkit .documentViewButtons > button span{
    position: absolute;
    left: 5px;
    top: 2px;
}

html.webkit div#main_content div.collapsable_container a.blue.trigger.open span.icon {
    background-position: -179px -31px;
}

html.webkit div#main_content div.collapsable_container a.blue.trigger span.icon {
    background-position: -181px -1px;
}

html.webkit .button_wrapper button.setGroupStatus .icon,
html.webkit .button_wrapper button.setUserStatus .icon {
	background-position: -5px -1px;
	top: 2px;
	left: 8px;
}

html.webkit .button_wrapper button.setGroupPolicies .icon {
	background-position: -2px -2px;
	left: 6px;
}

html.webkit .button_wrapper button.policyManager .icon{
	/*left: 8px;*/
	left: 6px;
	top: 2px;
}

html.webkit button.create .icon,
html.webkit button.createFile .icon,
html.webkit button.create_ib_event .icon,
html.webkit button.createUser .icon,
html.webkit button.create_relation .icon,
html.webkit button.multiupload .icon,
html.webkit button.multiupload_btn .icon,
html.webkit .trigger button.create .icon,
html.webkit button.create_folder span,
html.webkit button.create_template .icon{
	left: 8px;
	top: 1px;
}

html.webkit button.update .icon,
html.webkit button.editCurrentObject .icon,
html.webkit button.updateUserGroup .icon,
html.webkit .trigger button.update .icon {
	left: 7px;
	top: 1px;
}

html.webkit button.moveButton .icon,
html.webkit button.moveUser .icon,
html.webkit button.move .icon,
html.webkit .trigger button.move .icon {
	left: 6px;
	top: 1px;
}

html.webkit button.delete .icon,
html.webkit button.deleteUserGroup .icon,
html.webkit .trigger button.delete .icon,
html.webkit button.toggle_bookmark.delete_bookmark .icon,
html.webkit button.delete_group_employee .icon{
	top: 1px;
	left: 8px;
}

html.webkit button.print .icon,
html.webkit .trigger button.print .icon,
html.webkit button.cancel .icon{
	top: 1px;
	left: 7px;
}

html.webkit.k-webkit .k-event-actions:first-child {
	margin-top: 0;
}

html.webkit .k-sprite.mail_compose {
	top: 2px;
}

html.webkit button.add_group_employees .icon{
	top: 4px;
	left: 6px;
}

html.webkit button.create_docsfolder .icon{
	top: 1px;
	left: 5px;
}

html.webkit .settings_trash button.empty .icon,
html.webkit button.createoo .icon{
	top: 2px;
}

html.webkit .settings_linkmanagment button.edit .icon,
html.webkit button.project_phase .icon{
	top: 3px;
}

html.webkit button.project_phase .icon,
html.webkit button.new_project_phase .icon,
html.webkit button.edit_project_phase .icon{
	left: 8px;
}

html.webkit button.new_project_phase .icon,
html.webkit button.edit_project_phase .icon{
	top: 1px;
}


/*** FIREFOX FIXES ***/

html.ff button.create .icon,
html.ff button.createFile .icon,
html.ff button.create_ib_event .icon,
html.ff button.createUser .icon,
html.ff button.create_relation .icon,
html.ff button.multiupload .icon,
html.ff button.multiupload_btn .icon,
html.ff button.new_project_phase .icon,
html.ff button.edit_project_phase .icon,
html.ff .trigger button.create .icon,
html.ff button.create_folder span{
	left: 8px;
	/*top: 1px;*/
}

html.ff #action_icons{
	top: 7px;
}

html.ff button.updateUserGroup .icon,
html.ff button.toggle_bookmark .icon{
	left: 6px;
}

html.ff .k-event-actions:first-child {
	margin-top: 0;
}

html.ff .k-sprite.mail_compose {
	top: 2px;
}

html.ff button.add_group_employees .icon{
	top: 5px;
	left: 9px;
}

html.ff button.create_docsfolder .icon{
	top: 2px;
	left: 7px;
}

html.ff .documentViewButtons {
	height: 23px;
	line-height: 23px;
	position: relative;
	top: 2px;
}

html.ff .documentViewButtons button{
	height: 25px;
}

html.ff .documentViewButtons button .icon{
	left: 7px;
	top: 3px;
}

html.ff .documentViewButtons > span {
	position: relative;
	top: -2px;
}

html.ff .settings_trash button.empty .icon,
html.ff .settings_trash button.remove .icon,
html.ff .settings_systemerrors button .icon {
	top: 3px;
}

html.ff .settings_trash button.restore .icon{
	top: 4px;
	left: 6px;
}

html.ff .settings_lastchanged button.versioncontrol .icon{
	top: 4px;
	/*left: 8px;*/
}

html.ff button.policyManager .icon{
	left:6px;
}

html.ff .settings_linkmanagment button.edit .icon,
html.ff .button_wrapper button.project_phase .icon{
	top: 4px;
}

html.ff .button_wrapper button.setGroupPolicies .icon{
	top: 5px;
	left: 7px;
}

html.ff button.cancel .icon{
	top: 1px;
	left: 7px;
}

html.ff body:not(.mobileview) #notification_icon {
	/*top: 2px;*/
}

html.ff #select_language .arrow {
	top: 6px;
	right: -8px;
}

html.ff #select_language {
	right: 118px;
}

html.ff body:not(.mobileview) #notification {
	right: 150px;
}

html.ff .icon.search {
	right: 183px;
}

/*** IE FIXES ***/


html.ie .documentViewButtons{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 22px;
	position: relative;
	top: 3px;
}

html.ie .documentViewButtons > span{
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 10px;
	color: #000000;
}

html.ie .documentViewButtons > button{
	position: relative;
	top: 3px;
	width: 27px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: -3px 0 0;
	border-left: 1px solid #DDD;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

html.ie .documentViewButtons > button span{
	position: absolute;
	left: 5px;
	top: 2px;
}


html.ie button .icon,
html.ie button.edit_project_phase .icon,
html.ie button.cancel .icon{
	top: 1px;
}

html.ie button.delete .icon,
html.ie button.createoo .icon,
html.ie button.updateoos .icon,
html.ie button.update .icon,
html.ie .settings_trash button.empty .icon{
	top: 2px;
}

html.ie .settings_lastchanged button.versioncontrol .icon,
html.ff button.project_phase .icon,
html.ff button.createoo .icon{
	top: 3px;
}

html.ie button.setGroupPolicies .icon{
	top: 4px;
}

html.ie button.move .icon,
html.ie button.createoo .icon,
html.ie button.setGroupPolicies .icon{
	left: 4px;
	/*top: 1px;*/
}

html.ie button.create_docsfolder .icon{
	left: 5px;
	/*top: 1px;*/
}

html.ie button.toggle_bookmark .icon,
html.ie button.delete .icon,
html.ie button.check .icon,
html.ie button.policyManager .icon{
	left: 6px;
	/*top: 1px;*/
}

html.ie button.print .icon,
html.ie button.cancel .icon{
	left: 7px;
	/*top: 1px;*/
}

html.ie button.create .icon,
html.ie button.createFile .icon,
html.ie button.create_ib_event .icon,
html.ie button.createUser .icon,
html.ie button.create_relation .icon,
html.ie button.update .icon,
html.ie button.editCurrentObject .icon,
html.ff button.project_phase .icon,
html.ff button.edit_project_phase .icon,
html.ie button.multiupload .icon,
html.ie button.multiupload_btn .icon,
html.ie .trigger button.create .icon,
html.ie button.create_folder span{
	left: 8px;
	/*top: 1px;*/
}

html.ie .simple_box .box_content {
	padding: 7px 10px 10px 10px;
}

html.ie .single_tab.ib_tab .trigger h5{
	height: 28px;
	padding-top: 7px;
	padding-bottom: 0;
}

/*** EDGE FIXES ***/
html.k-edge .simple_box .headline.gray h5,
html.ie .simple_box .headline.gray h5{
	padding: 5px 10px 7px;
}

html.k-edge .simple_box .box_content,
html.ie .simple_box .box_content{
	padding: 7px 10px 10px 10px;
}

/*** WINDOWS GENERAL FIXES ***/

html.win h1{
	margin: 1px 0 7px !important;
}


/*** WINDOWS CHROME/WEBKIT FIXES ***/

html.win.webkit button.toggle_bookmark .icon,
html.win.webkit button.check .icon {
	top: 1px;
	left: 7px;
}

html.win.webkit .close_topic .icon{
	top: 2px;
	left: 6px;
}

html.win.webkit .settings_trash button.remove .icon,
html.win.webkit .settings_systemerrors button .icon{
	top: 2px;
}

html.win.webkit .settings_trash button.restore .icon{
	top: 3px;
}

html.win.webkit .settings_lastchanged button.versioncontrol .icon{
	top: 3px;
}

html.win.webkit .button_wrapper button.setGroupPolicies .icon{
	top: 2px;
}


/*** NOT YET TESTED ON MAC FIREFOX FIXES ***/

html.ff .simple_box .headline.gray h5{
	padding: 5px 10px 7px;
}

html.ff .simple_box .box_content {
	padding: 7px 10px 10px 10px;
}

/*** WINDOWS FIREFOX FIXES ***/

html.win.ff h1{
	margin: -1px 0 9px !important;
	padding-bottom: 4px;
}

html.win.ff button .icon{
	top: 2px;
}

html.win.ff button.createoo .icon{
	top: 3px;
}

html.win.ff .k-toolbar .k-button .fa.k-sprite, .k-popup .k-button .fa.k-sprite {
	vertical-align: bottom;
}

html.win.ff button.update .icon,
html.win.ff button.editCurrentObject .icon,
html.win.ff button.updateUserGroup .icon,
html.win.ff .trigger button.update .icon {
	left: 9px;
}

html.win.ff .button_wrapper button.setGroupStatus .icon,
html.win.ff .button_wrapper button.setUserStatus .icon,
html.win.ff .button_wrapper button.setUserStatus .icon{
	top: 6px;
	left: 6px;
}


html.win.ff .button_wrapper button.setAssignment .icon{
	left: 3px;
	top: 5px;
}

html.win.ff button.delete .icon,
html.win.ff button.update .icon,
html.win.ff button.print .icon,
html.win.ff button.check .icon,
html.win.ff button.deleteUserGroup .icon,
html.win.ff button.deleteUserGroup .icon,
html.win.ff button.updateUserGroup .icon{
	left: 6px;
}

html.win.ff button.move .icon,
html.win.ff button.setGroupPolicies .icon{
	left: 4px;
}

html.win.ff .button_wrapper button.setGroupStatus .icon{
	left: 3px;
	top: 5px;
}

html.win.ff button.toggle_bookmark .icon,
html.win.ff button.check .icon {
	top: 3px;
}

html.win.ff button.add_group_employees .icon{
	top: 5px;
	left: 9px;
}

html.win.ff .documentViewButtons {
	/*height: 22px;*/
	height: 24px;
	line-height: 22px;
	/*top: 1px;*/
	top: 2px;
}

html.win.ff .documentViewButtons button{
	height: 24px;
}

html.win.ff .documentViewButtons button .icon{
	top: 3px;
}

html.win.ff .documentViewButtons > span {
	top: -1px;
}

html.win.ff .settings_trash button.remove .icon,
html.win.ff .settings_systemerrors button .icon{
	top: 3px;
	left: 6px;
}

html.win.ff div.k-animation-container.k-split-wrapper ul.k-split-container {
	margin-top: 0;
}

html.win.ie h1 {
	margin-bottom: 8px !important;
}

/*** MAC OS FIREFOX FIXES */

html.mac.ff div.faq_entry input.selector{
    position: relative;
    top:-1px;
}

html.mac.ff #topmenu li a{
    bottom:4px;
}

html.mac.ff button#settings_done{
    height: 17px;
    padding-bottom: 4px;
    padding-top: 3px;
}

html.mac.ff .close_topic .icon{
    top:4px;
}

html:not(.mac) ul#extendedfilter label{
    position: relative;
    top:-2px;
}


html.mac .k-grid-content input.selector{
    top: 0;
}


html.mac #documents .icon.documents.unlocked {
    background-position: -80px -118px;
}

html.mac button .icon,
html.mac .trigger button .icon,
html.mac .buttonstyle .icon{
    top: 2px;
}

html.mac h1 time {
    line-height: 30px;
}



.gecko .searchblock div.searchoptions div.searchoption input[type="radio"],
.ie .searchblock div.searchoptions div.searchoption input[type="radio"],
.webkit.win .searchblock div.searchoptions div.searchoption input[type="radio"]{
    top: 1px;
}


/** K3 Grid Layout
    author: Peter Rang <peter.rang@k3-innovationen.de>
    version: beta
 **/

body.waiting *{
    cursor: wait !important;
}

/** Basic grid **/
.grid5{ width: 5%;}
.grid10{width: 10%;}
.grid15{width: 15%;}
.grid20{width: 20%;}
.grid25{width: 25%;}
.grid30{width: 30%;}
.grid33{width: 33.33333333333333333333%}
.grid35{width: 35%}
.grid40{width: 40%;}
.grid45{width: 45%;}
.grid50{width: 50%;}
.grid55{width: 55%;}
.grid60{width: 60%;}
.grid65{width: 65%;}
.grid70{width: 70%;}
.grid75{width: 75%;}
.grid80{width: 80%;}
.grid85{width: 85%;}
.grid90{width: 90%;}
.grid95{width: 95%;}
.grid100{width: 100%;}

.grid300p{ width: 300px;}
.grid250p{ width: 250px;}
.grid200p{ width: 200px;}
.grid150p{ width: 150px;}
.grid100p{ width: 100px;}
.grid80p{ width: 80px;}
.grid75p{ width: 75px;}
.grid50p{ width: 50px;}



.minus20{
    padding-right: 20px;
}

.grid100important{width: 100% !important;}

.grid_container_even>div:nth-child(odd) { padding-right: 10px; clear: left;}
.grid_container_even>div:nth-child(even) { padding-left: 10px; }

.grid_container_third>div{ padding-right: 10px; }
.grid_container_third>div:nth-child(3n+2) { padding-left: 10px;}
.grid_container_third>div:nth-child(3n+3){ padding: 0 0 0 10px;}


/** vertical offset (margin-bottom) **/
.vo1{margin-bottom: 1%;}
.vo2{margin-bottom: 2%;}
.vo3{margin-bottom: 3%;}
.vo4{margin-bottom: 4%;}
.vo5{ margin-bottom: 5%;}
.vo10{ margin-bottom: 10%;}
.vo15{ margin-bottom: 15%;}
.vo20{ margin-bottom: 20%;}
.vo25{ margin-bottom: 25%;}
.vo30{ margin-bottom: 30%;}
.vo35{margin-bottom: 35%;}
.vo40{ margin-bottom: 40%;}
.vo50{ margin-bottom: 50%;}
.vo60{ margin-bottom: 60%;}
.vo70{ margin-bottom: 70%;}
.vo80{margin-bottom: 80%;}
.vo90{ margin-bottom: 90%;}
.vo100{margin-bottom: 100%;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}

.mb1{margin-bottom: 1px;}
.mb2{margin-bottom: 2px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb12{margin-bottom: 12px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}

.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}



/** horizontal offset (margin-left) **/
.ho1{margin-left: 1%;}
.ho2{margin-left: 2%;}
.ho3{margin-left: 3%;}
.ho4{margin-left: 4%;}
.ho5{ margin-left: 5%;}
.ho10{ margin-left: 10%;}
.ho15{ margin-left: 15%;}
.ho20{ margin-left: 20%;}
.ho25{ margin-left: 25%;}
.ho30{ margin-left: 30%;}
.ho35{margin-left: 35%;}
.ho40{ margin-left: 40%;}
.ho50{ margin-left: 50%;}
.ho60{ margin-left: 60%;}
.ho70{ margin-left: 70%;}
.ho80{margin-left: 80%;}
.ho90{ margin-left: 90%;}
.ho100{margin-left: 100%;}



/** text-align **/
.al_left{ text-align: left;}
.al_right{text-align: right;}
.al_center{text-align: center;}

.val_top{vertical-align: top;}
.val_middle{vertical-align: middle;}



/**float **/
.f_left{float: left;}
.f_right{float: right;}
.float_container{overflow: hidden;}
.break{clear: both;}
.break.right{clear: right;}



/** box model **/
.border_box{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}



/** word break **/
.break_word{
    /*word-wrap: break-word !important;
    word-break: break-all !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
    white-space: pre-wrap; /* css-3 *
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 *
    white-space: -pre-wrap; /* Opera 4-6 *
    white-space: -o-pre-wrap; /* Opera 7 */
}



/** center **/

.center_rel{
    position: relative;
    margin-right: auto;
    margin-left: auto;
}


/** style annihilation **/
.nometrics{
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
.nomargin{ margin: 0 !important;}
.nopadding{ padding: 0 !important;}
.noborder{ border: 0 !important;}
.nofloat{ float: none !important;}
.nodeco{ text-decoration: none !important; list-style: none !important;}
.nostyle,
.nostyle li{ list-style: none; list-style-type: none; }
.nomargintop{ margin-top: 0;}

.noselect{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.p10{padding: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}

.p20{padding: 20px;}
.pl20{padding-left: 20px;}
.pr20{padding-right: 20px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}

.mr10{margin-right: 10px;}

/** miscellaneous **/

.invisible{ visibility: hidden;}

.hidden, .hide{ display: none;}
.hiddenExcl{ display: none !important;}

.inline_list li,
.inline
{ display: inline;}

.inline_block{ display: inline-block;}
.block{display: block;}

.inline_box{
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}


.pos_abs{ position: absolute;}
.pos_rel{ position: relative;}


.gradient{
    filter: none;
}

.normal{font-weight: normal;}
.bold{font-weight: bold;}
.semi_bold{font-weight: 600;}
.italic{font-style: italic;}
.centered,
.k-grid-header th.k-header.centered{
	text-align: center;
}

input{
    text-overflow: clip !important;
}


.image_adapt_width img{
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
}

.left_fix{
    right: 2px;
}

.top_position_fix{
    bottom: 3px;
}

.nowrap{white-space: nowrap !important;}

.nominheight{min-height: 0 !important;}

/* Servermanager */
div#grid.hasDetail {
    min-height: 0;
}

div#grid.hasDetail .k-grid-content {
    height: auto !important;
}


/*** detail views ***/

.collapsable table td{
    vertical-align: top;
}

.collapsable table td.progress_value.value:after{
    content: "%";
}

.collapsable table td.image figure{
    margin: 0;
}

.collapsable table td.image figure img{
    max-width: 300px;
    max-height: 300px;
}


/*** treemenu ***/

.favourite_block.treemenu ul #treemenu ul{
    border-top: 0;
}


.treemenu a{
    font-size: 12px !important;
    padding-left: 18px;
    position: relative;
    display: inline-block;
    width: calc(100% - 18px);

}

.treemenu .k-in{
    display:block;
    width: calc(100% - 8px);
}

.treemenu h5 a{
    font-size: 13px !important;
}



.treemenu a.selected{
    color: #066AA5;
    font-weight: bold;
    text-decoration: underline;
}

.treemenu .k-treeview .k-in,
.treemenu .k-treeview .k-in.k-state-selected,
.treemenu .k-treeview .k-in.k-state-focused,
.treemenu .k-state-hover{
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
    background-color: transparent;
    padding: 2px 4px 2px 3px !important;
}


/*** multiupload ***/

#multiupload_window{
	padding-left: 0;
	padding-right: 0;
}

#tabstrip_multiupload{
	background-color: #FFF;
	border: none;
}

#tabstrip_multiupload .k-tabstrip-items{
	border-bottom: 1px solid #dbdbde;
	padding: 0 .44em;
}

#tabstrip_multiupload li.k-state-active{
	border-bottom-color: #FFFFFF !important;
}

#tabstrip_multiupload .k-tabstrip-items .k-loading{
	border-top: none !important;
}

#multiupload_window .k-tabstrip>.k-content{
	border: none;
	padding: 10px .44em;
}

#multiupload_window h1{
	padding: 0;
	background: none;
	margin-bottom: 0 !important;
}

#multiupload_window .ezxmltext-field p:first-of-type{
	margin-top: 3px;
}

div.multiupload_file_selector .k-upload-empty,
div.multiupload_file_selector .k-button{
    border-radius: 0;
}

div.multiupload_file_selector .k-upload-empty {
    border-width: 1px;
    background: #EEE none;
}

div.multiupload_file_selector .k-button{
    width: auto;
}

div.multiupload_file_selector .k-button span{
    white-space: nowrap;
}

div.multiupload_file_selector .k-button span.k-icon{
    margin-top: -3px;
    margin-right: 3px;
}

div.multiupload_file_selector .k-button span.k-icon.k-retry{
    margin-top: -7px;
    margin-right: 18px;
}

div.multiupload_file_selector .k-button span.k-icon.k-i-folder-up{
    margin-top: -1px;
}

div.multiupload_file_selector .file-icon{
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin: 0;
}

div.multiupload_file_selector .img-file { background-image: url('/bundles/k3intranetboxmultiupload/images/jpg.png') }
div.multiupload_file_selector .doc-file { background-image: url('/bundles/k3intranetboxmultiupload/images/doc.png') }
div.multiupload_file_selector .pdf-file { background-image: url('/bundles/k3intranetboxmultiupload/images/pdf.png') }
div.multiupload_file_selector .xls-file { background-image: url('/bundles/k3intranetboxmultiupload/images/xls.png') }
div.multiupload_file_selector .zip-file { background-image: url('/bundles/k3intranetboxmultiupload/images/zip.png') }
div.multiupload_file_selector .default-file { background-image: url('/bundles/k3intranetboxmultiupload/images/default.png') }

div.multiupload_file_selector li.k-file .file-wrapper .k-upload-action{
    position: absolute;
    top: 0;
    right: 0;
}

div.multiupload_file_selector li.k-file div.file-wrapper{
    position: relative;
}

div.multiupload_file_selector li.k-file h4.file-heading{
	margin: 0 20px 0 0;
    line-height: 1.5em;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

div.multiupload_file_selector #uploader_back_btn{
    margin-left: 10px;
}

div.multiupload_file_selector .k-upload-status {
	right: 7px;
}

.file-wrapper .k-upload-status {
	top: 3px;
	right: 2px;
}


/*** smb shares ***/

#documents li.smbshare.connection_error .k-link,
#grid_smb_manage .connection_error,
.k-tabstrip li.k-item .connection_error{
	color: #ff0000 !important;
}

#documents label.connection_error{
	font-size: 15px;
}

#grid_smb_manage .smbname,
#grid_smb_manage .smbpath{
	width: 250px !important;
	min-width: 250px !important;
}

#grid_smb_manage .smbfirstcol{
	width: 1px !important;
}

#grid_smb_manage th.smbfirstcol{
	width: 1px !important;
	font-size: 0 !important;
}

#grid_smb_manage .smbfirstcol input{
	display: none;
}

#grid_smb_manage.k-grid tbody .k-button{
	min-width: inherit;
}

#grid_smb_manage.k-grid tbody .k-button .k-icon{
	margin: 0;
}

#grid_smb_manage .fa.fa-circle{
	color: green;
	margin-left: 12px;
}

#grid_smb_manage .fa.fa-circle.connection_error{
	color: #ff0000;
}


/*** suggestions ***/

#main_content.ib_suggestion table .ezxmltext-field p:first-child {
	margin-top: 0 !important;
}


/*** dashboard ***/

#dashboard{
    position: relative;
    margin: -10px;
}

#dashboard .dragndrop{
    padding: 10px 10px 10px 0;
}

#dashboard .column:first-of-type .dragndrop{
    padding: 10px 0 10px 10px;
}

#dashboard .grid50{
    min-width: 50%;
}

#dashboard .grid50 .widget{
    margin: 0 0 30px 10px;
}

#dashboard .grid50:first-child .widget{
    margin: 0 10px 20px 0;
}

#dashboard div.ui-state-highlight{
    background: #EEE !important;
    border: 1px dashed #DDDDDD;
    margin: 0 0 20px 10px;
}

#dashboard .grid50:first-child div.ui-state-highlight{
    margin: 0 10px 20px 0;
}

#dashboard .dialog{
    position: absolute;
    right: 0;
    top: -16px;
    height: 16px;
}

#dashboard .widget{
    position: relative;
}

#dashboard .widget h2{
    font-size: 18px;
    position: relative;
}

#dashboard.moveable .widget h2{
    cursor: move;
}

#dashboard .widget h2 span{
    cursor: pointer;
    position: absolute;
    width: 11px;
    height: 11px;
    right: 0;
    top: 7px;
}

#dashboard .widget h2 span.widgetlist{
    /*right: 21px;*/
    top: 6px;
    width: 13px;
    height: 12px;
}

#dashboard .widget h2 span.move{
    cursor: move;
    /*right: 44px;*/
    top: 5px;
    width: 15px;
    height: 15px;
}

#dashboard .widget h2 span.settings{
    width: 18px;
    height: 19px;
    top: 2px;
}

#dashboard .widget h2 span.control_1{
    right: 0;
}

#dashboard .widget h2 span.control_2{
    right: 21px;
}

#dashboard .widget h2 span.control_3{
    right: 44px;
}

#dashboard .widget h2 span.show_on_hover{
    display: none;
}

#dashboard .widget h2:hover span.show_on_hover{
    display: block;
}

#dashboard .widget h2 span.hide_on_hover{
    display: block;
}

#dashboard .widget h2:hover span.hide_on_hover{
    display: none;
}

#dashboard .widget .widget_content{
    padding: 10px 10px 0;
    margin-top: 10px;
    border: 1px solid #DDDDDD;
}

#dashboard .widget .widget_content ul:not(.k-tabstrip-items){
    margin: 0 0 10px;
}

#dashboard .widget table.data_table{
    width: 100%;
}

#dashboard .widget table.data_table tr th{
    font-weight: bold;
    white-space: nowrap;
}

#dashboard .widget table.data_table tr th,
#dashboard .widget table.data_table tr td{
    padding-right: 10px;
}

#dashboard .widget#k3IntranetBOXKnowledgeBundle-item_list tr th:last-of-type,
#dashboard .widget table.data_table tr td.user_image.val_top {
    padding-right: 0;
}

#dashboard .widget table.data_table tr th:first-of-type,
#dashboard .widget table.data_table tr td:first-of-type,
table.data_table.padding_first tr th:first-of-type,
table.data_table.padding_first tr td:first-of-type{
    padding-left: 10px;
    /*white-space: nowrap;*/
}

#dashboard .widget.ui-sortable-helper{
    background-color: rgba(255,255,255,0.9);
}

#dashboard .widget td.status{
    width: 45px;
}

#dashboard p.smalltext{
    margin: 4px 0;
}

#dashboard .widget.news .widget_content{
    padding: 0;
}

#dashboard .widget.news article{
    padding: 10px;
}

#dashboard .widget.news article time{
    font-family: Inika, Arial, sans-serif;
    font-size: 14px;
}

#dashboard .widget.news article div.image,
#dashboard .widget.news article div.headline{
    /*margin-bottom: 10px;*/
}

#dashboard .widget.news article div.image{
    width: 130px;
    max-height: 80px;
    overflow: hidden;
}

#dashboard .widget.news article div.headline{
    margin-left: 130px;
}

#dashboard .widget.noborder .widget_content{
    border: 0;
    padding: 0;
}

#dashboard .widget.documents tr td:first-of-type{
    width: 20px;
}

/*#dashboard .widget.knowledge th:first-of-type,*/
/*#dashboard .widget.knowledge tr td:first-of-type,*/
#dashboard .widget.documents tr td.filename{
    width: 75%;
}

#dashboard .widget.knowledge th:last-of-type, #dashboard .widget.knowledge tr td:last-of-type {
    width: 50px;
}

#dashboard .widget.tasks tr td:first-of-type,
#dashboard .widget.projects tr td:first-of-type{
    width: 65px;
}

#dashboard .widget.tasks tr td.name,
#dashboard .widget.projects tr td.name{
    width: 45%;
}

#dashboard .widget.tasks tr.activity td{
    padding-top: 0 !important;
}

#dashboard .widget.faq li{
    line-height: 1.4em;
}

#dashboard .widget.knowledge td.user_image,
#dashboard .widget.birthday_list td.user_image{
    padding-top: 9px;
}

#dashboard .widget.knowledge td.user_image img,
#dashboard .widget.birthday_list td.user_image img{
    width: 40px;
}

#dashboard .widget.calendar .k-scheduler{height: auto !important;}

#dashboard .nodata{
    padding: 10px;
    background-color: rgba(4,107,165,0.05);
    position: relative;
    color: #046BA5;
    font-size: 13px;
}

#dashboard .nodata label{
    margin-right: 10px;
    line-height: 2.5em;
}

#dashboard .nodata .button_wrapper{
    display: inline-block;
    vertical-align: middle;
}

#dashboard .nodata .button_wrapper button{
    background-color: #046BA5;
    border: 1px solid #046BA5;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 7px;
    margin: 0;
}

#dashboard .nodata .button_wrapper button span.icon{
    display: none;
}

/*body.dashboard .k-tooltip-content{
    background-color: #FFFFFF !important;
    line-height: 120px !important;
}*/

#dashboard .widget.calendar .k-scheduler-content {
    height: auto !important;
}

#dashboard .widget.birthday_list td.user_image{
	width: 40px;
}

#dashboard .widget.birthday_list td.date{
	width: 100px;
}

#dashboard .widget.polls .vote_status,
#grid .vote_status{
	position: relative;
	padding-left: 15px;
}

#dashboard .widget.polls .vote_status .fa,
#grid .vote_status .fa{
	position: absolute;
	left: 0;
	top: 3px;
}

#dashboard .widget.category_subscription span.remove_category{
	cursor: pointer;
	font-size: 15px;
	margin-right: 10px;
}

#dashboard .widget.category_subscription .tabname{
	display: none;
}

#dashboard .widget.category_subscription .k-state-active .tabname{
	display: inline-block;
	margin-left: 10px;
}

#dashboard .widget.category_subscription .show_all_items_link{
	margin-bottom: 0;
}

#dashboard .widget.category_subscription h3{
	margin: 10px 0 0;
}

#dashboard .widget.category_subscription td.subscription_item{
	position: relative;
	cursor: pointer;
}

#dashboard .widget.category_subscription td.subscription_item a,
#dashboard .widget.category_subscription td.subscription_item .smalltext{
	position: relative;
	padding-left: 20px;
}

#dashboard .widget.category_subscription td.subscription_item a{
	display: block;
}

#dashboard .widget.category_subscription td.subscription_item span.icon{
	position: absolute;
	top: 9px;
}

#dashboard .widget.category_subscription #store_category_selection{
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 6px 6px 6px 0;
	height: 14px;
}

#dashboard .widget.category_subscription .add_categories_dialog{
	padding-right: 90px;
}

#dashboard .widget.category_subscription .k-multiselect.k-header{
	height: 26px;
	background-color: transparent;
}

#dashboard .widget.category_subscription .k-multiselect-wrap{
	top: -10px;
}

/*** CALENDAR ***/

#categories label{
    display: inline-block;
    height: 22px;
    margin-left: 7px;
    margin-right: 26px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

div.ib_event-template .label{
    font-weight: bold;
}

div.ib_event-template span.category_name{
    font-size: 0.9em;
    margin-top: 3px;
}

div#scheduler th.current_time{
    background-image: url('../images/schedulerTimeslot.png');
    background-repeat: repeat-x;
}

div#scheduler .k-event.na a.k-link.k-event-delete{
    display: none !important;
}

div#scheduler .k-event.selected{
    border: 3px solid #066AA5 !important;
}

div#scheduler{
    height:auto !important;
}

div.k-scheduler-edit-form .required_hint{
	margin: 0 10px 10px;
	color: #d70100;
}

div.k-event div.attachment,
div.k-scheduler-edit-form div.attachment{
    padding-left: 20px;
    min-height: 16px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.k-scheduler-edit-form input.k-textbox {
    text-indent: 0;
    width: 100%;
}

div.k-scheduler-edit-form div.attachment{
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.k-event div.attachment img,
div.k-scheduler-edit-form div.attachment img{
    position: absolute;
    left: 0;
    top: 0;
}

div.k-scheduler-edit-form div.attachment img{
    left: 12px;
}

div.k-scheduler-edit-form div.attachment button{
    width: 10px;
    height: 16px;
    background: transparent none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
}

div.k-scheduler-edit-form div.attachment button .icon{
    background-image: url('../images/calremdoc.png');
    width: 8px;
    height: 8px;
    background-position: 0 0;
    left: 0;
    top: 5px;
}

div.k-scheduler-edit-form .location input.k-input{
    width: 100%;
}

div.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete {
    float: none;
}

.k-scheduler-edit-form .k-edit-label.uploaded_files {
    padding-top: 0;
}

/*body.documents_folder div.k-widget.k-window{
    height:auto !important;
}*/

label.message_title{
    margin-top:12px;
}

ul.faq_top a.blue{
    color: #0c6ca7;
}

#main_content.news img,
.news_loader{
    border: 1px solid #DDD;
}

.grid_container_even .news_item{
    margin-bottom: 20px;
}


#main_content.news .news_item > .ellipsis{
    height: 202px;
    overflow: hidden;
}

#main_content.news #smallNews .news_item > .ellipsis{
    height: 80px;
}

.news_loader .trigger{
    position: relative;
    top: -3px;
}

#smallNews{
    margin: 20px 0 10px;
}

#smallNews .news_item{
    height: 100px;
}

#main_content.news .ezxmltext-field p:first-of-type{
    margin-top: 0;
}






.blue_link_area{
    margin-bottom:-4px;
}

div#grid .k-pager-wrap{
    clear:none;
}

#main_content.detailHigher .ezxmltext-field p:first-child{
    margin-top: 11px !important;
}

#relations .collapsable_tab .data_table td{
    /*padding:4px 0 5px 0;*/
    vertical-align: top;
}


#relations .collapsable_tab .data_table td{
    min-width: 60px;
    width:auto !important;

}


#relations .collapsable_tab .data_table td.selector{
    min-width: 20px;
    width:20px !important;
    position: relative;
}

#relations .collapsable_tab .data_table input.selector{
    margin: 0;
    top: 9px;
    position: absolute;
}


.settings_usergroup table td:last-child img{
    margin-left:-5px;
}

.settings_usergroup td > a {
    position: relative;
    top: -1px;
}

.contactPersonDepartment{
    width:100%;
}

div.contactPersonDetailsBlock > div.contactPersonDetails{
    width:70%;
}

.news_item time{
    font-family: Inika;
}

#linktonextnews .trigger .icon{
    right: -1px;
    top: 4px;
}

.ib_tab .singleRelationHeadline > .icon.arrow.f_right {
    right: 8px;
    top: 7px;
}

.k-widget.k-window .k-edit-form-container .k-edit-buttons.k-state-default .k-button:first-child{
    margin-bottom:8px;
}

.k-button.k-scheduler-cancel {
    margin-top: -8px !important;
}

.k-widget.k-window .k-edit-form-container .k-edit-buttons.k-state-default .k-button.k-scheduler-AktuellesEreignisbearbeiten,
.k-widget.k-window .k-edit-form-container .k-edit-buttons.k-state-default .k-button.k-scheduler-Editcurrentoccurence{
    margin-bottom:0 !important;
}


/*** group users (departments, teams) ***/

#manage_groupusers{position: relative;}

#manage_groupusers .k-widget{
	margin-right: 100px;
	margin-bottom: 5px;
}

#manage_groupusers div.button_wrapper{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

#manage_groupusers div.button_wrapper button{
	margin: 0;
	padding: 6px 7px 6px 25px;
}



/*** users and groups in settings section ***/

#usergroups .k-state-active .k-link{font-weight: bold;}

#usergroups .data_table th.selector{
	width: 40px;
}

#usergroups .button_wrapper{
	margin-top: 10px;
}

#usergroups .tab_usergroups .data_table td.name,
#usergroup #grid tbody tr td:nth-child(2){
	position: relative;
	padding-left: 20px;
}

#usergroup #grid tbody tr td:nth-child(2){
	padding-left: 25px;
}

#usergroups .tab_usergroups .data_table td.name img,
#usergroup #grid tbody tr td:nth-child(2) img{
	position: absolute;
	top: 4px;
	left: -3px;
}

#usergroup #grid tbody tr td:nth-child(2) img{
	top: 9px;
	left: 3px;
}

#usergroups .data_table .ezxmltext-field p{
	margin: 0;
}

#move_users .k-dropdown{
	width: 100%;
}

#move_users div#loading img {
	margin-top: 0;
}



/*** set roles management ***/

#set_roles .data_table .pr10{
	padding-right: 10px;
}

#set_roles .data_table td.selector {
	width: 100px;
	padding: 5px 0;
}

#set_roles .k-item .data_table tr:hover{
	background: #dddddd;
}

#clearcache_hint{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 15px;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}

#clearcache_hint p{
	margin: 0 0 10px;
}

#clearcache_hint button{
	font-size: 15px;
	color: #000000;
}



/*** policy manager ***/

.settings_roles.view .data_table ul,
.settings_roles.edit .data_table ul{
	margin: 0;
	padding-left: 20px;
}

/*** only office create new file ***/

#ooffice-form label input{
    margin-left: 21px;
    width: 267px;
}

#ooffice-form label select{
    margin-left: 10px;
}

#ooffice-form label{
    display: block;
    margin-bottom: 10px;
}

#ooffice-submit-cancel{
    margin-top: 10px;
}

#ooffice-loading{
    margin-left: 5px;
    height: 20px;
    display:none;
    vertical-align: bottom;
}

#ooffice-new-filename{
    font-weight: bold;
}

div.k-window{
    box-shadow: 3px 3px 6px #4d4e4f;
    /*border-width: 1px;*/
    /*border-color: #000000;*/
}

#ooffice-submit-cancel input{
    margin-right: 5px;
}


/*** manage translations ***/

.data_table th.language,
.data_table td.language{
	padding-left: 10px;
}

/*html[lang='en'] .data_table th:first-of-type {*/
    /*min-width: 110px;*/
/*}*/

html[lang='en'] .data_table th.date {
    min-width: 110px;
}

html[lang='de'] .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline-block;
}

html[lang='de'] .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
}

/* servermanager */
table.alternate tr:nth-of-type(2n) {
    background-color: #F3F3F3;
}

#passwordswindow .k-widget.k-dropdown {
    margin: 10px 0 20px;
    display: block;
}

#copypasswordsform div.k-widget.k-multiselect {
    margin: 10px 0 20px;
}

#copypasswordsform span.k-dropdown,
#copypasswordsform span.k-dropdown-wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ipaddress_check.warning {
    margin: 10px 0;
    padding: 0px 7px;
}

/*#newformtemplateform .formrow {*/
    /*padding: 10px 0;*/
/*}*/

#newformtemplateform .formrow label {
    width: 45%;
    float: left;
    padding: 0 0 10px;
}

#newformtemplateform .formrow .form_line {
    width: 55%;
    float: left;
    padding: 0 0 10px;
}

#newformtemplateform .formrow .form_line input {
    padding-left: 2px;
}

#newformtemplateform .formrow .form_line input#number {
    width: calc(100% - 29px);
}

#newformtemplateform .formrow .form_line input#start {
    width: 30px;
    margin-left: 2px;
}

/* Organigrams */

.diagram.legend {
    margin-top: 20px;
}

.diagram.legend .box {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.diagram.legend .label {
    margin-right: 20px;
}

.diagram.legend .box.department {
    background-color: #066AA5;
}

.diagram.legend .box.team {
    background-color: #333333;
}

.diagram.legend .box.info {
    background: url('/bundles/k3intranetboxbasic/images/info.jpg');
}

.diagram.legend span.text {
    display: block;
    margin-top: 10px;
}

.orgdoc_spacer {
    width: 100%;
    padding-top: 10px;
    /*border-top: #ddd 1px solid;*/
}

#informationWindow #documents.information_orgdoc h3 {
    margin-bottom: 0;
}

#documents.information_orgdoc .filename a.documents {
    padding-left: 10px;
}

#documents.information_orgdoc .filename .documents .icon {
    width: 16px;
    height: 20px;
    margin-right: 10px;

    vertical-align: bottom;
}

#documents.information_orgdoc ul {
    list-style: none;
    padding: 0;
}

#diagram.organigram,
#diagram.orgdoc,
#diagram_loader{
    height: 600px;
	width: 100%;
}


/*** polls ***/

#poll_options ul{
	margin-top: 0;
}

#poll_options ul,
#poll_options ul li{
	padding: 0;
	list-style: none;
}

.type_poll .blue_link_area p{
	margin: 0 0 10px 0;
}

.type_poll .icheckbox_intranetbox16-calendarbundle,
.type_poll .iradio_intranetbox16-calendarbundle{
	top: -2px;
}

/*** relation tabstrip ***/

#relation_list_kendo_tabs {
    border: none;
    background: transparent;
}

#relation_list_kendo_tabs ul li .k-loading {
    border: none;
}

#relation_list_kendo_tabs .ib_tab .data_table {
    border-top: 1px solid #ddd;
}

#relation_list_kendo_tabs .ib_tab.k-content {
    height: auto !important;
}

#relation_list_kendo_tabs .ib_tab .button_wrapper,
#relation_list_kendo_tabs .ib_tab .k-multiselect {
    margin-left: 0;
}

#relation_list_kendo_tabs #article_comments_full .grey_box_body {
    border-top: none;
}

/*#relation_list_group div.k-content {*/
    /*padding: 0;*/
    /*border: none;*/
/*}*/

#submenu .dropdown.menu .is-dropdown-submenu li a {
    padding: 0.7rem 1rem;
}

/* new toolbar */

.k-toolbar.button_wrapper a.k-button {
	padding: 2px 7px;
}

.button_wrapper.k-toolbar {
	/*margin-left: -8px;*/
	background: none;
	border: none;
	min-height: 0;
	line-height: normal;
}

.button_wrapper.k-toolbar:not(#main_toolbar) {
	margin-bottom: 10px;
}

.right_col #main_toolbar {
	min-height: 0;
	/*margin-left: -9px;*/
	margin-bottom: 20px;
}

.k-toolbar.button_wrapper a.k-button {
	padding: 2px 7px;
	font-size: 11px;
	line-height: 1.52em;
	height: 23px;
}

.k-toolbar .k-button .fa.k-sprite, .k-popup .k-button .fa.k-sprite {
	vertical-align: middle;
    top: 0;
    left: 2px;
}

.k-toolbar .k-button .fa.k-sprite.fa-pencil-square-o, .k-popup .k-button .fa.k-sprite.fa-pencil-square-o {
    top: 1px;
}

.k-toolbar .k-button, .k-toolbar .k-split-button, .k-toolbar .k-button-group, .k-toolbar .k-widget, .k-toolbar .k-textbox, .k-toolbar label, .k-toolbar .k-separator {
	vertical-align: top !important;
}

.k-toolbar .k-button .k-icon, .k-toolbar .k-button .k-sprite, .k-overflow-container .k-button .k-icon, .k-overflow-container .k-button .k-sprite {
	margin-top: -15px;
}

div.k-animation-container.k-split-wrapper ul.k-split-container {
	margin-top: 3px;
}

div.k-animation-container.k-split-wrapper ul.k-split-container a.k-button {
	font-size: 11px;
}

.k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active {
	background-color: #eeeeee !important;
}

.k-toolbar .k-overflow-anchor {
	height: 23px !important;
	width: 23px !important;
	border-width: 1px !important;
	padding: 0 !important;
}

.k-toolbar .k-button.k-overflow-anchor .k-icon {
	vertical-align: top;
	margin-top: 3px;
}

.k-overflow-container .k-item {
	font-size: 11px;
	padding: 0;
	line-height: 1.52em;
	height: 23px;
}

.k-overflow-container {
	margin-top: 4px !important;
}

.k-overflow-container .k-item .k-sprite.fa {
	margin-top: -4px;
}

.k-toolbar.button_wrapper > :nth-child(2) {
	margin-left: 0;
}

.folder-tiles .folder-open {
    display: inline-block;
    width: 138px;
    height: 128px;
    border-style: solid;
    border-color: rgb(221,221,221);
    border-width: 0.666667px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mac .folder-tiles .folder-open {
    height: 127px;
}

.folder-tiles .folder-pic {
    height: 80px;
    overflow: hidden;
}

.folder-tiles .folder-pic img {
    margin: auto;
    display: block;
}

.folder-tiles .folder-image-default {
    background-image: url('/bundles/k3intranetboxbasic/images/logo_new.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 40px;
    opacity: 0.4;
    /*height: 100%;*/
}

.folder-tiles .folder-project-count {
    float: left;
}

.folder-tiles .folder-tile-base {
    float: right;
    position: relative;
}

.folder-tiles .folder-tile-base::after {
    clear: both;
}

.folder-tiles .folder-row-1 {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.folder-tiles .folder-icon {
    position: absolute;
    left:0;
    bottom: 2.5px;
}

.folder-tiles .folder-row-1 .folder-name {
    padding-left: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-weight: bold;*/
}

.folder-tiles .folder-project-count {
    margin-top: 1px;
    margin-left: 10px;
    font-size: 0.8em;
}

.mac .folder-tiles .folder-project-count {
    margin-top: 2px;
}

.folder-tiles .folder-tile-base {
    margin-top: 0;
    margin-right: 10px;
}

.mac .folder-tiles .folder-tile-base {
    margin-top: -1px;
}

.folder-tiles .folder-tile-remove {
    font-size: 1.3em;
    position: absolute;
    right: 0;
    top: 0.5px;
}

.folder-tiles .folder-tile-base .folder-tile-update {
    position: absolute;
    right: 18px;
    top: 4px;
}

.folder-tiles .folder-text-blue {
    color: #066AA5;
}

.folder-tiles a:hover {
    text-decoration: none;
}

.folder-tiles .folder-opacity, .opacity-40 {
    opacity: 0.4;
}

.fa.font-size-13 {
    font-size: 13px;
}

.fa.fa-color-grey {
    color: rgb(158,158,158);
}

.position-relative {
    position: relative;
}

.position-tree-menu {
    position: absolute;
    left: 10px;
    top: 10px;
}

.position-relations {
    position: absolute;
    left: -17px;
    top: 2px;
}

.icon.pre_header.position-tasks {
    position: absolute;
    left: 8px;
    top: 10px;
}

.ibox-search-position {
    position: absolute;
    right: 16px;
    top: 10.5px;
}

.z-index-10 {
    z-index: 10;
}

input.no-focus-outline:focus {
    outline: none;
}

.no-background-important {
    background: none !important;
}

.padding-left-side-block {
    padding: 6.5px 10px 5px 27px !important;
}

.ibox-folder-black {
    color: rgb(102,102,102);
}

.ibox-folder-grey {
    color: rgb(204,204,204);
}

.ibox-folder-blue, a.selected span.fa-folder {
    color: rgb(6,106,165);
}

div.image .folder-documents-tile {
    font-size: 20px;
    padding-top: 40px;
}

.folder-table-positioning {
    top: 4px !important;
}

.position-top-left-zero, .single_tab h5.icon.position-top-left-zero {
    top: 0;
    left: 0;
}

.position-left-18 {
    left: 18px;
}

.position-left-15 {
    left: 15px;
}

.ezxmltext-field .embed_file_with_icon {
    display: inline-block;
    padding-bottom: 3px;
}

.ezxmltext-field .embed_file_with_icon img {
    padding-right: 5px;
    padding-bottom: 3px;
}

div#loading i {
    /*background-color: #FFFFFF;*/
    color: rgb(102,102,102);
    left: 50%;
    margin-left: -42px;
    margin-top: -24px;
    position: fixed;
    top: 50%;
    /*width: 48px;*/
    /*height: 48px;*/
    z-index: 1000000;
}

body>div#loading.wait_msg div i {
    position: absolute;
    left: 47px;
    top: 39px;
}

div#loading, .news_loader.loading, div#loading i {
    cursor: wait;
}

/*toolbar project phases override*/
div#main_toolbar_project_phase_group_wrapper span.k-sprite.k-icon {
    color: rgb(0, 0, 0);
}

/*** manage cars ***/

#grid span.car_model{
	position: relative;
	padding-left: 30px;
}

#grid span.car_model img{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 20px;
	max-height: 20px;
}

/*fa-line-chart*/

div#main_toolbar_project_phase_group_wrapper span.k-sprite.k-icon:before {
    content: "\f201";
}

/*toolbar project phases override end*/

/*status icons override*/

/*fa*/

#dashboard .icon.inprogress,
#dashboard .icon.new[title="Neu"],
#dashboard .icon.feedback,
#dashboard .icon.solved,
#dashboard .icon.finished,
#dashboard .icon.rejected,
#dashboard .icon.feedback[title="In Prüfung"],
#dashboard .icon.settings,
.icon[class*="selection"][title="In Prüfung"],
.ezcca-edit-datatype-ezmatrix button.button.rows_remove span.icon,
.ezcca-edit-datatype-ezmatrix button.button.rows_add span.icon,
#treemenu_holder #treemenu .icon.ib_folder_documents,
.icon.attachment,
.icon[class*="selection"][title="In Bearbeitung"],
.icon[class*="selection"][title="Neu"],
.icon[class*="selection"][title="Feedback"],
.icon[class*="selection"][title="Gelöst"],
.icon[class*="selection"][title="Erledigt"],
.icon[class*="selection"][title="Zurückgewiesen"],
.icon[class*="selection"][title="undefined"],
div.collapsable_task_tab table span.icon.finished[title="Erledigt"],
div.collapsable_task_tab table span.icon.feedback[title="In Prüfung"],
div.collapsable_task_tab table span.icon.inprogress[title="In Bearbeitung"],
div.collapsable_task_tab table span.icon.new[title="Neu"],
div.collapsable_task_tab table span.icon.feedback[title="Feedback"],
div.collapsable_task_tab table span.icon.solved[title="Gelöst"],
div.collapsable_task_tab table span.icon.rejected[title="Abgewiesen"],
#activities span.icon[title="In Bearbeitung"],
#activities span.icon[title="Neu"],
#activities span.icon[title="Feedback"],
#activities span.icon[title="Gelöst"],
#activities span.icon[title="Abgewiesen"],
#activities span.icon[title="In Prüfung"],
#activities span.icon[title="Erledigt"] {
    background: none;
    height: auto;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*fa-cogs*/

#dashboard .icon.inprogress,
.icon[class*="selection"][title="In Bearbeitung"],
div.collapsable_task_tab table span.icon.inprogress[title="In Bearbeitung"], #activities span.icon[title="In Bearbeitung"] {
    color: rgb(6, 106, 165);
}

#dashboard .icon.inprogress:before,
.icon[class*="selection"][title="In Bearbeitung"]:before,
div.collapsable_task_tab table span.icon.inprogress[title="In Bearbeitung"]:before,
#activities span.icon[title="In Bearbeitung"]:before {
    content: "\f085";
}

/*fa-star*/

#dashboard .icon.new[title="Neu"],
.icon[class*="selection"][title="Neu"],
.icon[class*="selection"][title="undefined"],
div.collapsable_task_tab table span.icon.new[title="Neu"],
#activities span.icon[title="Neu"],
#activities span.icon[title="Erledigt"] {
    color: rgb(247,203,56);
}

#dashboard .icon.new[title="Neu"]:before,
.icon[class*="selection"][title="Neu"]:before,
.icon[class*="selection"][title="undefined"]:before,
div.collapsable_task_tab table span.icon.new[title="Neu"]:before,
#activities span.icon[title="Neu"]:before {
    content: "\f005";
}

/*fa-commenting-o*/

#dashboard .icon.feedback,
.icon[class*="selection"][title="Feedback"],
div.collapsable_task_tab table span.icon.feedback[title="Feedback"],
#activities span.icon[title="Feedback"] {
    color: rgb(219, 74, 55);
}

#dashboard .icon.feedback:before,
.icon[class*="selection"][title="Feedback"]:before,
div.collapsable_task_tab table span.icon.feedback[title="Feedback"]:before,

#activities span.icon[title="Feedback"]:before {
    /*content: "\f06e";*/
    content: "\f27b";
}

/*fa-check*/

#dashboard .icon.solved,
.icon[class*="selection"][title="Gelöst"],
div.collapsable_task_tab table span.icon.solved[title="Gelöst"],
#activities span.icon[title="Gelöst"] {
    /*color: rgb(72, 200, 90);*/
    color: rgb(66, 180, 73);
}

#dashboard .icon.solved:before,
.icon[class*="selection"][title="Gelöst"]:before,
div.collapsable_task_tab table span.icon.solved[title="Gelöst"]:before,
#activities span.icon[title="Gelöst"]:before {
    content: "\f00c";
}

/*fa-check-square-o*/

#dashboard .icon.finished,
.icon[class*="selection"][title="Erledigt"],
div.collapsable_task_tab table span.icon.finished[title="Erledigt"],
#activities span.icon[title="Erledigt"],
#activity_toolbar_check_overflow span.fa,
#activity_toolbar_check span.fa {
    /*color: rgb(72, 200, 90);*/
    color: rgb(66, 180, 73);
}

#dashboard .icon.finished:before,
.icon[class*="selection"][title="Erledigt"]:before,
div.collapsable_task_tab table span.icon.finished[title="Erledigt"]:before,
#activities span.icon[title="Erledigt"]:before,
#activity_toolbar_check_overflow span.fa:before,
#activity_toolbar_check span.fa:before {
    content: "\f046";
}

/*fa-reply*/

#dashboard .icon.rejected,
.icon[class*="selection"][title="Zurückgewiesen"],
div.collapsable_task_tab table span.icon.rejected[title="Abgewiesen"],
#activities span.icon[title="Abgewiesen"] {
    color: rgb(219, 74, 55);
}

#dashboard .icon.rejected:before,
.icon[class*="selection"][title="Zurückgewiesen"]:before,
div.collapsable_task_tab table span.icon.rejected[title="Abgewiesen"]:before,
#activities span.icon[title="Abgewiesen"]:before {
    content: "\f112";
}

/*fa-eye*/

#dashboard .icon.feedback[title="In Prüfung"],
.icon[class*="selection"][title="In Prüfung"],
div.collapsable_task_tab table span.icon.feedback[title="In Prüfung"],
#activities span.icon[title="In Prüfung"] {
    color: rgb(6, 106, 165);
}

#dashboard .icon.feedback[title="In Prüfung"]:before,
.icon[class*="selection"][title="In Prüfung"]:before,
div.collapsable_task_tab table span.icon.feedback[title="In Prüfung"]:before,
#activities span.icon[title="In Prüfung"]:before {
    content: "\f06e";
}

/*fa-cog*/

#dashboard .icon.settings {
    color: rgb(221, 221, 221);
}

#dashboard .icon.settings:before {
    content: "\f013";
}

/*fa-times*/

.ezcca-edit-datatype-ezmatrix button.button.rows_remove span.icon {
    color: rgb(219, 74, 55);
}

/*survey content-edit*/
.ezcca-edit-datatype-ezmatrix button.button.rows_remove span.icon,
.ezcca-edit-datatype-ezmatrix button.button.rows_add span.icon {
    top: 3px;
}

.ezcca-edit-datatype-ezmatrix button.button.rows_remove span.icon:before {
    content: "\f00d";
}

/*fa-plus*/

.ezcca-edit-datatype-ezmatrix button.button.rows_add span.icon {
    color: rgb(66, 180, 73);
}

.ezcca-edit-datatype-ezmatrix button.button.rows_add span.icon:before {
    content: "\f067";
}

/*fa-folder*/

#treemenu_holder #treemenu .icon.ib_folder_documents {
    color: rgb(102,102,102);
}

#treemenu_holder #treemenu .icon.ib_folder_documents {
    top: 3px;
}

#treemenu_holder #treemenu .icon.ib_folder_documents:before {
    content: "\f07b";
}

/*fa-paperclick*/

.icon.attachment {
    color: rgb(66, 180, 73);
}

.icon.attachment {
    font-size: 15px;
}

.icon.attachment:before {
    content: "\f0c6";
}

/*status icons override: end*/

/*file-icons override*/

/*fa*/

span.icon.documents.file,
span.icon.documents.unlocked:not(.loading),
span.icon.documents.locked:not(.loading),
a.embed_file_with_icon span,
#tile #container span.tile-icon,
span.icon.documents.ib_folder_documents {
    background: none !important;
    height: auto;

    /*display: inline-block;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*do not show img and in tiles*/
a.embed_file_with_icon img, #tile #container span.tile-icon + img {
    display: none !important;
}

#tile #container span.tile-icon{
    font-size: 33px;
    vertical-align: middle;
}

a.embed_file_with_icon span {
    top: -2px;
    margin-right: 5px;
}

span.icon.documents.file {
    top: 3px;
    left: 1px;
}

#k3IntranetBOXDocumentsBundle-item_list span.icon.documents.file {
    top: -1px;
}

.mac span.icon.documents.file {
    top: 0;
    left: 1px;
    font-size: 15px;
}

#documents span.icon.documents.unlocked:not(.loading),
span.icon.documents.locked:not(.loading) {
    font-size: 21px !important;
    left: 23px !important;
}

#documents span.icon.documents.unlocked.loading,
span.icon.documents.locked.loading {
    background-color: white;
}

#documents span.icon.documents.unlocked.loading:before,
span.icon.documents.locked.loading:before {
    content: '';
}

/*fa-file*/

span.icon.documents.file,
a.embed_file_with_icon span,
a.embed_file_with_icon.other_file,
#tile #container span.tile-icon.file {
    color: rgb(114, 108, 105);
}

span.icon.documents.file:before,
a.embed_file_with_icon span:before,
a.embed_file_with_icon.other_file:before,
#tile #container span.tile-icon.file:before {
    content: "\f15b";
}



/*fa-file-text-o*/

span.icon.documents.txt,
a.embed_file_with_icon.txt span,
#tile #container span.tile-icon.txt {
    color: rgb(114, 108, 105);
}

span.icon.documents.odt,
a.embed_file_with_icon.odt span,
#tile #container span.tile-icon.odt{
    color: rgb(98, 187, 227);
}

span.icon.documents.ods,
a.embed_file_with_icon.ods span,
#tile #container span.tile-icon.ods {
    color: rgb(204, 168, 107);
}

span.icon.documents.txt:before,
span.icon.documents.odt:before,
span.icon.documents.ods:before,
a.embed_file_with_icon.txt span:before,
a.embed_file_with_icon.odt span:before,
a.embed_file_with_icon.ods span:before,
#tile #container span.tile-icon.txt:before,
#tile #container span.tile-icon.ods:before,
#tile #container span.tile-icon.odt:before {
    content: "\f0f6";
}

/*fa-file-word-o*/

span.icon.documents.doc,
span.icon.documents.docx,
a.embed_file_with_icon.docx span,
a.embed_file_with_icon.doc span,
#tile #container span.tile-icon.doc,
#tile #container span.tile-icon.docx {
    color: rgb(48, 141, 184);
}

span.icon.documents.doc:before,
span.icon.documents.docx:before,
a.embed_file_with_icon.docx span:before,
a.embed_file_with_icon.doc span:before,
#tile #container span.tile-icon.doc:before,
#tile #container span.tile-icon.docx:before {
    content: "\f1c2";
}

/*fa-file-excel-o*/

span.icon.documents.xlsx,
span.icon.documents.xls,
a.embed_file_with_icon.xlsx span,
a.embed_file_with_icon.xls span,
#tile #container span.tile-icon.xlsx,
#tile #container span.tile-icon.xls{
    color: rgb(11, 142, 54);
}

span.icon.documents.xlsx:before,
span.icon.documents.xls:before,
a.embed_file_with_icon.xlsx span:before,
a.embed_file_with_icon.xls span:before,
#tile #container span.tile-icon.xlsx:before,
#tile #container span.tile-icon.xls:before {
    content: "\f1c3";
}

/*fa-file-powerpoint-o*/

span.icon.documents.pptx,
span.icon.documents.ppt,
a.embed_file_with_icon.pptx span,
a.embed_file_with_icon.ppt span,
#tile #container span.tile-icon.pptx,
#tile #container span.tile-icon.ppt {
    color: rgb(228, 98, 13);
}

span.icon.documents.pptx:before,
span.icon.documents.ppt:before,
a.embed_file_with_icon.pptx span:before,
a.embed_file_with_icon.ppt span:before,
#tile #container span.tile-icon.pptx:before,
#tile #container span.tile-icon.ppt:before {
    content: "\f1c4";
}

/*fa-file-pdf-o*/

span.icon.documents.pdf,
a.embed_file_with_icon.pdf span,
#tile #container span.tile-icon.pdf {
    color: rgb(190, 23, 23);
}

span.icon.documents.pdf:before,
a.embed_file_with_icon.pdf span:before,
#tile #container span.tile-icon.pdf:before {
    content: "\f1c1";
}

/*fa-file-o*/

span.icon.documents.indd,
a.embed_file_with_icon.indd span,
#tile #container span.tile-icon.indd {
    color: rgb(173, 32, 101);
}

span.icon.documents.psd,
a.embed_file_with_icon.psd span,
#tile #container span.tile-icon.psd {
    color: rgb(48, 141, 184);
}

span.icon.documents.ai,
a.embed_file_with_icon.ai span,
#tile #container span.tile-icon.ai {
    color: rgb(228, 98, 13);
}

span.icon.documents.tiff,
a.embed_file_with_icon.tiff span,
#tile #container span.tile-icon.tiff {
    color: rgb(46, 140, 184);
}

span.icon.documents.indd:before,
span.icon.documents.psd:before,
span.icon.documents.ai:before,
span.icon.documents.tiff:before,
a.embed_file_with_icon.indd span:before,
a.embed_file_with_icon.psd span:before,
a.embed_file_with_icon.ai span:before,
a.embed_file_with_icon.tiff span:before,
#tile #container span.tile-icon.indd:before,
#tile #container span.tile-icon.psd:before,
#tile #container span.tile-icon.ai:before,
#tile #container span.tile-icon.tiff:before {
    content: "\f016";
}

/*fa-file-video-o*/

span.icon.documents.flv,
a.embed_file_with_icon.flv span,
#tile #container span.tile-icon.flv {
    color: rgb(243, 185, 17);
}

span.icon.documents.mp4,
a.embed_file_with_icon.mp4 span,
#tile #container span.tile-icon.mp4 {
    color: rgb(75, 66, 148);
}

span.icon.documents.mov,
a.embed_file_with_icon.mov span,
#tile #container span.tile-icon.mov {
    color: rgb(20, 123, 122);
}

span.icon.documents.avi,
a.embed_file_with_icon.avi span,
#tile #container span.tile-icon.avi {
    color: rgb(152, 175, 28);
}

span.icon.documents.flv:before,
span.icon.documents.mp4:before,
span.icon.documents.mov:before,
span.icon.documents.avi:before,
a.embed_file_with_icon.flv span:before,
a.embed_file_with_icon.mp4 span:before,
a.embed_file_with_icon.mov span:before,
a.embed_file_with_icon.avi span:before,
#tile #container span.tile-icon.flv:before,
#tile #container span.tile-icon.mp4:before,
#tile #container span.tile-icon.mov:before,
#tile #container span.tile-icon.avi:before {
    content: "\f1c8";
}

/*fa-file-audio-0*/

span.icon.documents.wav,
a.embed_file_with_icon.wav span,
#tile #container span.tile-icon.wav {
    color: rgb(48, 141, 184);
}

span.icon.documents.wma,
a.embed_file_with_icon.wma span,
#tile #container span.tile-icon.wma {
    color: rgb(222, 22, 118);
}

span.icon.documents.wav:before,
span.icon.documents.wma:before,
a.embed_file_with_icon.wav span:before,
a.embed_file_with_icon.wma span:before,
#tile #container span.tile-icon.wav:before,
#tile #container span.tile-icon.wma:before {
    content: "\f1c7";
}

/*fa-file-archive-o*/

span.icon.documents.zip,
span.icon.documents.rar,
a.embed_file_with_icon.zip span,
a.embed_file_with_icon.rar span,
#tile #container span.tile-icon.zip,
#tile #container span.tile-icon.rar {
    color: rgb(114, 108, 105);
}

span.icon.documents.zip:before,
span.icon.documents.rar:before,
a.embed_file_with_icon.zip span:before,
a.embed_file_with_icon.rar span:before,
#tile #container span.tile-icon.zip:before,
#tile #container span.tile-icon.rar:before {
    content: "\f1c6";
}

/*fa-lock*/

span.icon.documents.unlocked {
    color: rgb(221, 221, 221);
}

span.icon.documents.locked {
    color: rgb(247,203,56);
}

span.icon.documents.unlocked:before,
span.icon.documents.locked:before {
    content: "\f023";
}

/*file-icons overrride end*/

/*search, content browse icons, notification and workflowbox-icons override*/

/*fa*/

#notification_container span.icon,
#search_results span.icon,
#search #class_left_col span.icon,
#treemenu.k-treeview span.icon.ib_projects_folder,
#grid.k-widget span.icon.documents.ib_projects_folder,
#grid.k-widget span.icon.documents.ib_module,
#grid.k-widget span.icon.documents.ib_project,
#grid .icon.documents.ib_milestone,
#grid .icon.documents.ib_task,
#grid.k-widget span.icon.documents.ib_tasks_folder,
#grid.k-widget span.icon.documents.ib_knowledge_folder,
#treemenu .icon.ib_tasks_folder,
#treemenu .icon.ib_knowledge_folder,
#grid.k-widget span.icon.documents.ib_knowledge,
#grid.k-widget span.icon.documents.ib_forum,
#grid.k-widget span.icon.documents.ib_forum_topic,
#grid.k-widget span.icon.documents.ib_faq_folder,
#grid.k-widget span.icon.documents.ib_faq,
.content-browse #documents .icon.documents.ib_folder_documents,
#treemenu .icon.ib_folder_documents,
#tabstrip_category_subscription span.icon{
    background: none !important;
    height: auto;
    color: rgb(114, 108, 105);

    /*display: inline-block;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#treemenu.k-treeview span.icon.ib_projects_folder {
    top: 3px;
}

#grid.k-widget span.icon.documents.ib_tasks_folder,
#grid.k-widget span.icon.documents.ib_knowledge_folder,
#grid.k-widget span.icon.documents.ib_forum,
#grid.k-widget span.icon.documents.ib_forum_topic,
#grid.k-widget span.icon.documents.ib_faq_folder,
#grid.k-widget span.icon.documents.ib_faq,
.content-browse #documents .icon.documents.ib_folder_documents,
.content-browse #documents .icon.documents.file {
    top: 12px;
}

#grid.k-widget span.icon.documents.ib_knowledge_folder,
#grid.k-widget span.icon.documents.ib_faq_folder {
    padding-left: 0;
}

#grid.k-widget span.icon.documents.ib_knowledge {
    top: 11px;
}

#grid.k-widget span.icon.documents.ib_projects_folder,
#grid.k-widget span.icon.documents.ib_module,
#grid.k-widget span.icon.documents.ib_project,
#grid .icon.documents.ib_milestone,
#grid .icon.documents.ib_task {
    padding: 0;
    top: 12px !important;
}

#search #class_left_col span.icon {
    top: -1px;
    left: 2px;
    margin-right: -2px;
}

#search_results span.icon {
    top: -3px;
    left: 0;
    margin-right: 5px;
    width: auto;
}

div#content_search div.previewImg + div.objectInfo {
    position: relative;
    top: 5px;
}

#search_results div.leftCol {
    margin-right: 10px;
}

div#search .favourite_block ul {
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 4px;
}

#search .favourite_block li span.icon {
    width: 18px;
    text-align: center;
}

#search .favourite_block li span.icon + a {
    padding-left: 10px;
}

div#search .favourite_block li {
    margin-bottom: 5px;
}

#notification_container span.icon {
    top: 0;
    left: 1px;
    margin-right: 5px;
    width: auto;
}

div#notification_container div.objectInfo > span:not(.icon) {
    top: 0;
}

/*fa-bar-chart*/

#notification_container span.icon.ib_project:before,
#search_results span.icon.ib_project:before,
#search #class_left_col span.icon.ib_project:before,
#tabstrip_category_subscription span.icon.ib_project:before,
#grid.k-widget span.icon.documents.ib_project:before {
    content: "\f080";
}

/*fa-file*/

#notification_container span.icon.file:before,
#search_results span.file.icon:before,
#tabstrip_category_subscription span.file.icon:before,
#search #class_left_col span.icon.file:before {
    content: "\f15b";
}

/*fa-folder*/

#notification_container span.icon.ib_folder_documents:before, #search_results span.icon.ib_folder_documents:before,
#search #class_left_col span.icon.ib_folder_documents:before,
#notification_container span.icon.ib_faq_folder:before,
#search_results span.icon.ib_faq_folder:before,
#search #class_left_col span.icon.ib_faq_folder:before,
#notification_container span.icon.ib_projects_folder:before,
#search_results span.icon.ib_projects_folder:before,
#search #class_left_col span.icon.ib_projects_folder:before,
#notification_container span.icon.ib_knowledge_folder:before,
#search_results span.icon.ib_knowledge_folder:before,
#search #class_left_col span.icon.ib_knowledge_folder:before,
#notification_container span.icon.ib_taks_folder:before,
#search_results span.icon.ib_tasks_folder:before,
#search #class_left_col span.icon.ib_tasks_folder:before,
#treemenu.k-treeview span.icon.ib_projects_folder:before,
#grid.k-widget span.icon.documents.ib_projects_folder:before,
#grid.k-widget span.icon.documents.ib_module:before,
#grid.k-widget span.icon.documents.ib_tasks_folder:before,
#grid.k-widget span.icon.documents.ib_knowledge_folder:before,
#treemenu .icon.ib_tasks_folder:before,
#treemenu .icon.ib_knowledge_folder:before,
#grid.k-widget span.icon.documents.ib_faq_folder:before,
span.icon.documents.ib_folder_documents:before,
#treemenu .icon.ib_folder_documents:before {
    content: "\f07b";
}

/*fa-car*/

#notification_container span.icon.ib_event_car:before,
#search_results span.icon.ib_event_car:before,
#search #class_left_col span.icon.ib_event_car:before,
#notification_container span.icon.ib_car:before,
#search_results span.icon.ib_car:before,
#search #class_left_col span.icon.ib_car:before {
    content: "\f1b9";
}

/*fa-calendar*/

#notification_container span.icon.ib_event_room:before,
#search_results span.icon.ib_event_room:before,
#search #class_left_col span.icon.ib_event_room:before,
#notification_container span.icon.ib_event_illness:before,
#search_results span.icon.ib_event_illness:before,
#search #class_left_col span.icon.ib_event_illness:before {
    content: "\f073";
}

/*fa-calendar-plus-o*/

#notification_container span.icon.ib_event_vacation:before, #search_results span.icon.ib_event_vacation:before,
#search #class_left_col span.icon.ib_event_vacation:before,
#notification_container span.icon.ib_event:before,
#search_results span.icon.ib_event:before,
#search #class_left_col span.icon.ib_event:before {
    content: "\f271";
}

/*fa-building*/

#notification_container span.icon.ib_company:before,
#search_results span.icon.ib_company:before,
#tabstrip_category_subscription span.icon.ib_company:before,
#search #class_left_col span.ib_company.icon:before {
    content: "\f1ad";
}

/*fa-users*/

#notification_container span.icon.user_group:before,
#search_results span.icon.user_group:before,
#tabstrip_category_subscription span.icon.user_group:before,
#search #class_left_col span.icon.user_group:before {
    content: "\f0c0";
}

/*fa-image-o*/

span.icon.documents.file.image:before,
#notification_container span.icon.image:before,
#search_results span.icon.image:before,
#tabstrip_category_subscription span.icon.image:before,
#search #class_left_col span.icon.image:before {
    content: "\f1c5";
}

/*fa-user*/

#notification_container span.icon.user:before,
#search_results span.icon.user:before,
#search #class_left_col span.icon.user:before,
#tabstrip_category_subscription span.icon.user:before,
#notification_container span.icon.ib_contact:before,
#search_results span.icon.ib_contact:before,
#tabstrip_category_subscription span.icon.ib_contact:before,
#search #class_left_col span.icon.ib_contact:before {
    content: "\f007";
}

/*fa-check-square-o*/

#notification_container span.icon.ib_task_history:before,
#search_results span.icon.ib_task_history:before,
#tabstrip_category_subscription span.icon.ib_task_history:before,
#search #class_left_col span.icon.ib_task_history:before {
    content: "\f046";
}

/*fa-cutlery*/

#notification_container span.icon.ib_canteen_day:before,
#search_results span.icon.ib_canteen_day:before,
#search #class_left_col span.icon.ib_canteen_day:before,
#notification_container span.icon.ib_canteen_schedule:before,
#search_results span.icon.ib_canteen_schedule:before,
#search #class_left_col span.icon.ib_canteen_schedule:before {
    content: "\f0f5";
}

/*fa-th-large*/

#notification_container span.icon.ib_module:before,
#search_results span.icon.ib_module:before,
#tabstrip_category_subscription span.icon.ib_module:before,
#search #class_left_col span.icon.ib_module:before {
    content: "\f009";
}

/*fa-tasks*/

#notification_container span.icon.ib_task:before,
#search_results span.icon.ib_task:before,
#search #class_left_col span.icon.ib_task:before,
#tabstrip_category_subscription span.icon.ib_task:before,
#grid .icon.documents.ib_task:before {
    content: "\f0ae";
}

/*fa-pencil-square*/

#notification_container span.icon.ib_faq:before,
#search_results span.icon.ib_faq:before,
#search #class_left_col span.icon.ib_faq:before,
#tabstrip_category_subscription span.icon.ib_faq:before,
#grid.k-widget span.icon.documents.ib_faq:before {
    content: "\f14b";
}

/*fa-pencil-square-o*/

#notification_container span.icon.ib_forum_reply:before,
#search_results span.icon.ib_forum_reply:before,
#tabstrip_category_subscription span.icon.ib_forum_reply:before,
#search #class_left_col span.icon.ib_forum_reply:before {
    content: "\f044";
}

/*fa-calendar*/

#notification_container span.icon.ib_event_room:before,
#search_results span.icon.ib_event_room:before,
#search #class_left_col span.icon.ib_event_room:before {
    content: "\f073";
}

/*fa-sticky-noe*/

#notification_container span.icon.ib_forum_topic:before,
#search_results span.icon.ib_forum_topic:before,
#tabstrip_category_subscription span.icon.ib_forum_topic:before,
#search #class_left_col span.icon.ib_forum_topic:before {
    content: "\f249";
}

/*fa-forumbee*/

#notification_container span.icon.ib_forum:before,
#search_results span.icon.ib_forum:before,
#search #class_left_col span.icon.ib_forum:before,
#tabstrip_category_subscription span.icon.ib_forum:before,
#grid.k-widget span.icon.documents.ib_forum:before {
    content: "\f211";
}

/*fa-file-text*/

#notification_container span.icon.ib_knowledge:before,
#search_results span.icon.ib_knowledge:before,
#tabstrip_category_subscription span.icon.ib_knowledge:before,
#search #class_left_col span.icon.ib_knowledge:before,
#grid.k-widget span.icon.documents.ib_knowledge:before,
#grid.k-widget span.icon.documents.ib_forum_topic:before {
    content: "\f15c";
}

/*fa-square*/

#notification_container span.icon.ib_bulletin_board:before,
#search_results span.icon.ib_bulletin_board:before,
#tabstrip_category_subscription span.icon.ib_bulletin_board:before,
#search #class_left_col span.icon.ib_bulletin_board:before {
    content: "\f0c8";
}

/*fa-book*/

#notification_container span.icon.ib_orgdoc:before,
#search_results span.icon.ib_orgdoc:before,
#search #class_left_col span.icon.ib_orgdoc:before {
    content: "\f02d";
}

/*fa-line-chart*/

#notification_container span.icon.ib_milestone:before,
#search_results span.icon.ib_milestone:before,
#tabstrip_category_subscription span.icon.ib_milestone:before,
#search #class_left_col span.icon.ib_milestone:before,
#grid .icon.documents.ib_milestone:before {
    content: "\f201";
}

/*fa-building-o*/

#notification_container span.icon.ib_room:before,
#search_results span.icon.ib_room:before,
#search #class_left_col span.icon.ib_room:before {
    content: "\f0f7";
}

/*fa-newspaper-0*/

#notification_container span.icon.ib_news:before,
#search_results span.icon.ib_news:before,
#search #class_left_col span.icon.ib_news:before,
#tabstrip_category_subscription span.icon.ib_news:before{
    content: "\f1ea";
}

/*fa-id-card*/

#notification_container span.icon.ib_job:before,
#search_results span.icon.ib_job:before,
#tabstrip_category_subscription span.icon.ib_job:before,
#search #class_left_col span.icon.ib_job:before {
    content: "\f2c2";
}

/*fa-pie-chard*/

#notification_container span.icon.ib_poll:before,
#search_results span.icon.ib_poll:before,
#tabstrip_category_subscription span.icon.ib_poll:before,
#search #class_left_col span.icon.ib_poll:before {
    content: "\f200";
}

/*search and notification icons override end*/

/*dashboard icons override*/

/*fa*/
#dashboard span.icon.move.show_on_hover.control_1,
#dashboard span.icon.widgetlist.show_on_hover.control_2,
#dashboard span.icon.toggle.show_on_hover.control_3 {
    background: none !important;
    height: auto;
    color: rgb(114, 108, 105);

    /*display: inline-block;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#dashboard span.icon.move.show_on_hover.control_1,
#dashboard span.icon.widgetlist.show_on_hover.control_2,
#dashboard span.icon.toggle.show_on_hover.control_3 {
    font-size: 14px;
}

#dashboard span.icon.widgetlist.show_on_hover.control_2 {
    right: 24px;
    top: 5.5px;
    font-size: 15px;
}

#dashboard span.icon.toggle.show_on_hover.control_3 {
    right: 46px;
    top: 5.5px;
    /*font-size: 15px;*/
}

/*fa-arrows*/

#dashboard span.icon.move.show_on_hover.control_1:before {
    content: "\f047";
}

/*fa-th-list*/

#dashboard span.icon.widgetlist.show_on_hover.control_2:before {
    content: "\f00b";
}

/*fa-arrow-chevron-o-up*/

#dashboard span.icon.toggle.show_on_hover.control_3:before {
    content: "\f139";
}

/*fa-arrow-chevron-o-down*/

#dashboard span.icon.toggle.show_on_hover.control_3.is_hidden:before {
    content: "\f13a";
}

/*dashboard icons override end*/

/*various navigation-arrows override*/

/*fa*/

div#to_top div.icon,
.trigger.open .icon.arrow,
.trigger .icon.arrow,
html div#main_content div.collapsable_container a.blue.trigger.open span.icon,
html div#main_content div.collapsable_container a.blue.trigger span.icon,
#linktonextnews span.icon,
#activities .collapsable_activity_tab span.icon,
span#sortStatusAvailability,
span#sortStatusCars,
span#sortStatusRooms {
    background: none !important;
    height: auto;

    /*display: inline-block;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ib_tab .trigger.open .icon.arrow.f_right,
.ib_tab .trigger .icon.arrow.f_right {
    font-size: 16px;
    top: 7px !important;
    color: rgb(158, 158, 158);
}

html div#main_content div.collapsable_container a.blue.trigger{
    top: 1px;
}

html div#main_content div.collapsable_container a.blue.trigger.open span.icon,
html div#main_content div.collapsable_container a.blue.trigger span.icon {
    top: 2px;
    font-size: 16px;
    margin-right: -6px;
    color: rgb(158, 158, 158);
}

/*rotate arrow of #linkstonews and further rules*/

#linktonextnews span.trigger span.icon {
    color: rgb(158, 158, 158);
    font-size: 22px;
    right: 3px;
    top: 3px;
    /* FF3.5+ */
    -moz-transform: rotate(90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(90.0deg);
    /* Standard */
    transform: rotate(90.0deg);
}

/*fa-circle-arrow-up*/

div#to_top div.icon,
span#sortStatusAvailability,
span#sortStatusCars,
span#sortStatusRooms {
    font-size: 22px;
    color: rgb(158, 158, 158);
}

span#sortStatusAvailability,
span#sortStatusCars,
span#sortStatusRooms {
    top: -1px;
}

div#to_top div.icon:before,
#linktonextnews span.icon:before,
span#sortStatusAvailability:before,
span#sortStatusCars:before,
span#sortStatusRooms:before {
    content: "\f01b";
}

/*fa-chevron-circle-o-up*/

.trigger.open .icon.arrow {
    top: 1px; !important;
}

.trigger.open .icon.arrow:before,
html div#main_content div.collapsable_container a.blue.trigger.open span.icon:before {
    content: "\f139";
}

/*fa-chevron-circle-o-down*/

.trigger .icon.arrow {
    top: 1px; !important;
}

.trigger .icon.arrow:before,
html div#main_content div.collapsable_container a.blue.trigger span.icon:before {
    content: "\f13a";
}

/*fa-arrow-right*/

#activities .collapsable_activity_tab span.icon {
    color: rgb(158, 158, 158);
}

#activities .collapsable_activity_tab span.icon:before {
    content: "\f061"
}

/*various navigation-arrows override end*/

/*kendo override*/

/*override spinner*/

/*fa*/

div.k-loading-image,
div#treemenu span.k-icon.k-plus.k-i-loading,
div#treemenu .k-icon.k-i-loading {
    background: none !important;
    color: rgb(158, 158, 158);

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.k-loading-image {
    font-size: 4em;
    text-align: center;
    overflow: hidden;
}

div#treemenu span.k-icon.k-plus.k-i-loading,
div#treemenu .k-icon.k-i-loading {
    /*width: auto;*/
    height: auto;
    margin: 0;
    margin-top: 4px;
    left: -3px;
    top: -2px;
    color: rgb(158, 158, 158);

    /*fa-spin*/
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

div#treemenu span.k-icon.k-plus.k-loading {
    left: 1px;
}

div#treemenu .k-icon.k-i-loading {
    margin: 0;
}

/*fa-refresh*/

div#treemenu span.k-icon.k-plus.k-i-loading:after,
div#treemenu .k-icon.k-i-loading:after {
    content: "\f021";
}

div.k-loading-image:before {
    content: "\f021";

    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

div.k-loading-image:before {
    position: absolute;
    top: 42%;
}

#dashboard div.k-loading-image:before {
    top: 15%;
}

/*override spinner end*/

/*documents loading override and load more in search results*/

/*fa*/
#documents .icon.documents.loading,
div.loadMore div.loading,
#diagram_loader #loading {
    background: none !important;
    color: rgb(158, 158, 158);

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*do not show loading pic for more search results*/
div.loadMore div.loading img,
#diagram_loader #loading img {
    display: none;
}

#documents .icon.documents.loading {
    font-size: 19px !important;
    width: auto;
    height: auto;
    margin: 0 !important;
    left: 22px !important;
    color: rgb(158, 158, 158);
}

/*position spinner in "Organigrame"*/

#diagram_loader #loading {
    position: static;
}

#diagram_loader #loading:before {
    position: absolute;
    left: 45%;
    top: 30%;
}

/*fa-spin*/

#documents .icon.documents.loading,
div.loadMore div.loading,
#diagram_loader #loading:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

/*fa-fw*/

#documents .icon.documents.loading,
div.loadMore div.loading,
#diagram_loader #loading {
    width: 1.28571429em;
    text-align: center;
}

/*fa-4x*/

div.loadMore div.loading,
#diagram_loader #loading {
    font-size: 4em;
}

/*fa-refresh*/

#documents .icon.documents.loading:before,
div.loadMore div.loading:before,
#diagram_loader #loading:before {
    content: "\f021" !important;
}

/*documents loading override end*/

/*override nav icons table*/

/*fa*/
span.k-icon.k-i-seek-w,
span.k-icon.k-i-arrow-w,
span.k-icon.k-i-arrow-60-left,
span.k-icon.k-i-arrow-e,
span.k-icon.k-i-arrow-60-right,
span.k-icon.k-i-seek-e,
span.k-icon.k-i-excel,
span.k-icon.k-i-reload {
    background: none !important;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/*no background in kendo icons, only fonts*/
.k-icon {
    background: none !important;
}

/*overwrite font in content edit*/
body.content_edit .context-attributes span.k-icon.k-i-arrow-60-down,
body.content_edit .context-attributes span.k-icon.k-i-arrow-60-up,
body.content_edit .context-attributes span.k-icon.k-i-calendar,
body.content_edit .context-attributes span.k-icon.k-i-close,
body.content_edit .context-attributes span.k-icon.k-i-clock {
    font: 16px/1 WebComponentsIcons;
}

body.content_edit .k-multiselect-wrap.k-floatwrap,
#editTaskWindow .k-multiselect-wrap.k-floatwrap,
#templateSettingsWindow .k-multiselect-wrap.k-floatwrap,
#newTaskWindow .k-multiselect-wrap.k-floatwrap {
    padding: 0;
}

span.k-icon.k-i-seek-w,
span.k-icon.k-i-arrow-w,
span.k-icon.k-i-arrow-60-left,
span.k-icon.k-i-arrow-60-right,
span.k-icon.k-i-arrow-e,
span.k-icon.k-i-seek-e,
span.k-icon.k-i-reload{
    visibility: hidden;
}

span.k-icon.k-i-seek-w:before,
span.k-icon.k-i-arrow-w:before,
span.k-icon.k-i-arrow-60-left:before,
span.k-icon.k-i-arrow-e:before,
span.k-icon.k-i-arrow-60-right:before,
span.k-icon.k-i-seek-e:before {
    position: absolute;
    visibility: visible;
    top: 1px;
    left: 3px;
}

div#tabstrip span.k-icon.k-i-arrow-60-right:before,
#dashboard span.k-icon.k-i-arrow-60-right:before {
    left: 0;
    top: -2px;
}

span.k-icon.k-i-seek-w:before,
span.k-icon.k-i-seek-e:before,
span.k-icon.k-i-arrow-w:before,
span.k-icon.k-i-arrow-e:before {
    left: -1px;
}

#grid .k-icon.k-i-arrow-w:before {
    left: -3px;
}

li.k-header.k-nav-prev span.k-icon.k-i-arrow-w:before,
li.k-header.k-nav-prev span.k-icon.k-i-arrow-60-left:before {
    top: -2px;
    left: -2px;
}

li.k-header.k-nav-next span.k-icon.k-i-arrow-e:before {
    top: -2px;
    left: 1px;
}

div#tabstrip li.k-header.k-nav-prev span.k-icon.k-i-arrow-w:before,
div#tabstrip li.k-header.k-nav-prev span.k-icon.k-i-arrow-60-left:before {
    top: 14px;
    left: 80px;
}

div#tabstrip li.k-header.k-nav-prev span.k-icon.k-i-arrow-60-left:before {
    top: -2px;
    left: 0;
}

span.k-icon.k-i-reload:before {
    position: absolute;
    /*top: 11px;*/
    visibility: visible;
}

/*table span.k-icon.k-i-reload:before {*/
    /*top: 4px;*/
    /*left: 6px;*/
/*}*/

#dashboard table .k-task span.k-icon.k-i-reload:before {
    left: -2px;
}

span.k-icon.k-i-excel {
    color: rgb(11, 142, 54);
}

span.k-icon.k-i-arrow-w:before,
span.k-icon.k-i-arrow-60-left:before {
    left: 1px;
}

span.k-icon.k-i-excel:before {
    position: absolute;
    top: 10px;
    left: 13px;
}

span.k-icon.k-i-excel:before {
    content: "\f1c3";
}

/*fa-step-backward*/

span.k-icon.k-i-seek-w:before,
span.k-icon.k-i-seek-60-left:before {
    content: "\f048";
}

/*fa-backward*/

span.k-icon.k-i-arrow-w:before,
span.k-icon.k-i-arrow-60-left:before {
    content: "\f04a";
}

/*fa-forward*/

span.k-icon.k-i-arrow-e:before,
span.k-icon.k-i-arrow-60-right:before {
    content: "\f04e";
}

/*fa-step-forward*/

span.k-icon.k-i-seek-e:before {
    content: "\f051";
}

/*fa-refresh*/

span.k-icon.k-i-reload:before {
    content: "\f021";
}

/*override nav icons table end*/

/*kendo override end*/

/*override calendar icons*/

#openAppointmentsTable .k-button.approve span.icon,
#openAppointmentsTable .k-button.reject span.icon,
th.k-slot-cell span.icon.onlinestatus[title="online"],
th.k-slot-cell span.icon.onlinestatus[title="offline"],
th.k-slot-cell span.icon.onlinestatus[title="abwesend"],
th.k-slot-cell span.icon.onlinestatus[title="frei"],
th.k-slot-cell span.icon.onlinestatus[title="belegt"],
th.k-slot-cell span.icon.informationCar,
span.icon.triggerInformationEmployee,
span.icon.triggerDropdownEmployee,
span.icon.toggleFavorite.not_favorite,
span.icon.toggleFavorite.favorite,
#sortFavorites[title="Favoriten anzeigen"],
#sortFavorites[title="alle anzeigen"] {
    background: none;
    background-position: 0 0 !important;
}

#openAppointmentsTable .k-button.approve span.icon,
#openAppointmentsTable .k-button.reject span.icon {
    width: 13.5px;
}

th.k-slot-cell span.icon.onlinestatus[title="online"],
th.k-slot-cell span.icon.onlinestatus[title="offline"],
th.k-slot-cell span.icon.onlinestatus[title="abwesend"],
th.k-slot-cell span.icon.onlinestatus[title="frei"],
th.k-slot-cell span.icon.onlinestatus[title="belegt"] {
    width: 13px !important;
    height: 13px !important;
    top: 0.5px;
    left: -1px;
}

th.k-slot-cell span.icon.onlinestatus[title="frei"],
th.k-slot-cell span.icon.onlinestatus[title="belegt"] {
    margin-left: 0;
}

th.k-slot-cell span.icon.informationCar,
span.icon.triggerInformationEmployee,
span.icon.triggerDropdownEmployee,
span.icon.toggleFavorite.not_favorite,
span.icon.toggleFavorite.favorite {
    width: 12px !important;
    height: 12px !important;
}

#sortFavorites[title="Favoriten anzeigen"],
#sortFavorites[title="alle anzeigen"] {
    width: 14px;
}

#openAppointmentsTable .k-button.approve span.icon,
#openAppointmentsTable .k-button.reject span.icon {
    top: 6px;
}

#openAppointmentsTable .k-button.approve span.icon,
th.k-slot-cell span.icon.onlinestatus[title="online"],
th.k-slot-cell span.icon.onlinestatus[title="frei"] {
    background: 0 url(../images/icon_approve.svg) no-repeat;
}

#openAppointmentsTable .k-button.reject span.icon,
th.k-slot-cell span.icon.onlinestatus[title="belegt"],
th.k-slot-cell span.icon.onlinestatus[title="offline"] {
    background: 0 url(../images/icon_reject.svg) no-repeat;
}

span.icon.triggerInformationEmployee,
th.k-slot-cell span.icon.informationCar {
    background: 0 url(../images/icon_contact.svg) no-repeat;
}

span.icon.triggerDropdownEmployee {
    background: 0 url(../images/icon_department.svg) no-repeat;
}

span.icon.toggleFavorite.not_favorite,
#sortFavorites[title="Favoriten anzeigen"] {
    background: 0 url(../images/icon_favorite_inactive.svg) no-repeat;
}

span.icon.toggleFavorite.favorite,
#sortFavorites[title="alle anzeigen"] {
    background: 0 url(../images/icon_favorite_active.svg) no-repeat;
}

th.k-slot-cell span.icon.onlinestatus[title="abwesend"] {
    background: 0 url(../images/icon_away.svg) no-repeat;
}

/*override calendar icons end*/

/*override workflowbox-icons*/

/*fa*/

#workflow-box #workflow-templates-grid .title-holder:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#workflow-box #workflow-templates-grid .title-holder,
#workflow-box #workflow-templates-grid .folder,
#workflow-editor-menu #functional-btns .edit-btn,
#workflow-box #workflow-container #workflow-editor-menu .back-btn,
#workflow-box #workflow-container #workflow-editor-menu .save-btn {
    background: none !important;
}

/*fa-folder*/

#workflow-box #workflow-templates-grid .title-holder:before {
    content: "\f07b";
}

#workflow-box #workflow-templates-grid .title-holder:before {
    content: "\f07b";
    color: rgb(102,102,102);
    position: absolute;
    left: 3px;
    top: 1px;
}

#workflow-box #workflow-container #workflow-menu .back-btn.buttonstyle {
    top: 1px;
}

#workflow-box #workflow-container #workflow-menu .new-btn.buttonstyle,
#workflow-box #workflow-container #workflow-menu button,
#workflow-box #workflow-container #workflow-menu .back-btn.buttonstyle,
#workflow-editor-menu #functional-btns .edit-btn,
#workflow-box #workflow-container #workflow-editor-menu .back-btn,
#workflow-box #workflow-container #workflow-editor-menu .save-btn {
    padding-left: 0 !important;
}

#workflow-box #workflow-container #workflow-menu span.fa,
#workflow-editor-menu #functional-btns .edit-btn span,
#workflow-box #workflow-container #workflow-editor-menu .back-btn span,
#workflow-box #workflow-container #workflow-editor-menu .save-btn span {
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    top: 1px;
}

#workflow-box #workflow-container #workflow-menu button[disabled="disabled"] {
    opacity: 0.6;
}

/*override workflowbox-icons end*/

/*** favorites lists page ***/

#favorites_list .data_table{
	margin-bottom: 20px;
}

#favorites_list .data_table tr th{
	padding-left: 10px;
}

#favorites_list .data_table tr td:first-child{
	text-align: left;
	width: 35px !important;
	vertical-align: top;
}

#favorites_list .data_table tr td p.smalltext{
	margin: 0;
}

#favorites_list span.fa-trash{
	font-size: 17px;
	padding: 3px 10px 0;
	cursor: pointer;
}

/** this file contains print statements **/

@media print {

	/* ### visibility hidden ### */
	input.selector,
	input.selector,
	div#faq .grid35.f_right h4{
		visibility: hidden !important;
	}

	/* ### display none ### */
	/*figure.small_image,*/
	button,
	.button_wrapper,
	aside,
	#submenu,
	#topmenu ul,
	a.trigger,
	img,
	#search .favourite_block,
	li.more_content_links span.icon.ib_faq_folder,
	table.forum_reply td.checker,
	table.forum_reply th.checker,
	table.forum_reply td.author a img,
	.k-grid input,
	#filter_link,
	.k-pager-wrap,
	.k-grid thead tr:nth-of-type(2),
	.k-grid .k-dropdown .k-select,
	#main_toolbar,
	#header_searchbar,
	#news_loader,
	#sticky_nav,
	#downloadButton,
	.downloadHeadline,
	nav.top-bar,
	#action_icons,
	#notification{
		display:none !important;
	}

	/* ### width 100percent ### */
	div#main_content,
	#relations,
	.single_relation_group,
	.add_info .ib_tab,
	div#main_content div.collapsable_container{
		width:100%;
	}

	/* ### height 100percent ### */
	.collapsable,
	.collapsable_tab,
	.collapsable_task_tab,
	.collapsable_activity_tab,
	.single_relation{
		height: 100% !important;
	}


	/* ### special settings ### */

	body{
		background: 0 !important;
	}

	header{
		padding: 0 20px;
	}

	header header{
		padding: 0;
	}

	#page{
		margin: 0;
	}


	.right_col{
		margin-left: 0 !important;
		/*width: 650px;*/
		width: 100%;
	}

	a#logo{margin: 10px 0 0 0;}


	a#logo img{
		display:block !important;

	}

	#further_information,
	#article_comments_full{
		margin-top:20px !important;
		/*float:left;*/
		float: none;
		width: 100%;
	}

	#createCommentForm{
		display: none;
	}

	img{
		display: inherit !important;
	}

	div.single_relation_group .single_tab .single_container.single_relation,
	.ib_tab .trigger{
		border:none !important;
	}

	#main_content,
	#relations{
		float: none;
		clear:both;
	}

	div#activities .ib_tab {
		margin-left: -22px;
	}

	table.forum_reply td, table.forum_reply th{
		padding:5px !important;
	}

	.k-grid .k-dropdown .k-dropdown-wrap{
		padding-right: 0;
	}

	.k-grid .k-dropdown{
		border: none;
		background: none;
	}

	.add_info h4{
		margin-bottom:-9px !important;
		margin-top:-20px !important;
	}

	.currentVersion img,
	.preVersion img{
		display:block !important;
	}


	#main_content.mediaBox div.grid50.f_left,
	#main_content.mediaBox div.grid100.f_left{
		float:none !Important;
	}

	#selectPixel{
		margin-right:58px;
	}

	#container .item img{
		display:block !Important;
	}

	#documents {
		position: relative;
		width: 700px !important;
	}

	.documents_folder #tile #container .item {
		cursor: pointer;
		float: left;
		height: 115px;
		left: 0 !important;
		margin-bottom: 10px;
		margin-right: 20px !important;
		position: relative !important;
		top: 0 !important;
		width: 100px;
	}

	.documents_folder #tile #container .item .image{
		display: table-cell;
	}

	.documents_folder #tile #container .item .image img{
		margin:0 auto !important;
	}



}
/*
This file contains the IntranetBOX responsive styles
for small screens.
This is not the mobile style sheet */

body{
    min-width: 780px;
}

@media (max-width: 1150px){
    #page{
        margin: 0;
    }

    #content{
        padding: 20px 10px;
    }

    /*#header_searchbar {*/
        /*right: 10px;*/
    /*}*/

    #topmenu ul{
        margin: 15px 10px 0 10px;
    }

    #submenu ul{
        margin: 10px 0 10px 10px;
    }

    .ib_tab.open .button_wrapper.f_left{
        float: left;
        margin-left: 10px;
        margin-right: 95px;
    }

    button.sidebar_open, button.sidebar_closed {
        left: 0;
    }
}

@media (max-width: 1200px) {
    #activities .author_link .icon,
    #sticky_nav,
    .sticky{
       display: none !important;
    }

    #main_content .float_container h5.f_left{
        max-width: 85%;
    }

    .employeePicture {
        position: absolute;
        right: 0px;
        top: 28px;
    }
    #main_content {
        position: relative;
    }

     #main_content.news .grid250p.inline_box.f_left.image_adapt_width{
         width:120px !important;
     }

}


@media (max-width: 1024px){
#page{
    width: 993px !important;
    min-width: 993px !important;
}

.tabletwide .single_container.single_relation .content.float_container .f_left.grid70.pos_rel.top_position_fix{
    width: 69% !important;
}

.relation_list_group .k-widget.k-multiselect{
    margin-left: 9px;
}


}

/** this file contains the css sprite styles **/
/* @author: Peter Rang <peter.rang@k3-innovationen.de */

.icon,
.k-button .k-sprite,
.buttonstyle .icon{
    display: inline-block;
    background: 0 url(../images/css_sprite.png) no-repeat;
    position: relative;
}

.favourite_block div.icon{
    width: 20px;
    height: 20px;
    background-position: -180px -60px;
    top: 5px;
    right: 5px;

}

.trigger .icon {
    width: 20px;
    height: 20px;
    background-position: -180px 0;
    top: 5px;
    right: 5px;
}

.ib_tab .trigger > .icon.arrow.f_right{top:5px;right: 5px;}
.ib_tab .singleRelationHeadline >  .icon.arrow.f_right{right: 8px;}

.news_loader .trigger .icon{
    background-position: 0 -282px;
}

#linktonextnews  .icon{
    background-position: 0 -316px;
}

div#main_content div.collapsable_container a.blue.trigger span.icon {
    background-position: -181px 0;
}

div#main_content div.collapsable_container a.blue.trigger.open span.icon {
    background-position: -179px -30px;
}

button.redirect_to_parent .icon {
    width:0;
}

.trigger h5.icon{
    width: 80%;
}

tr .icon,
.author_link .icon{
    width: 20px;
    height: 20px;
}

tr .icon.width16{
    width: 16px;
}

.open .trigger .icon.arrow,
.trigger.open .icon.arrow,
#to_top .icon{
    background-position: -179px -30px;
}

.favourite_headline .icon.arrow.open{
    background-position: -180px -90px;
}

#to_top .icon{
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 102;
    width: 20px;
    height: 20px;
}

/** workaround to prevent icon slipping for german text */
/*.trigger.open .icon{
    margin-right: 5px;
}*/




button .icon,
.trigger button .icon,
.buttonstyle .icon{
    width: 16px;
    height: 16px;
    /*top: 3px;*/
    /*right: 2px;*/
    position: absolute;
    top: 4px;
    left: 10px;
}

.reloader .icon{
    background-position: -180px -30px;
    height: 20px;
    margin-right: 5px;
    top: 4px;
    width: 20px;
}

button.update .icon,
button.editCurrentObject .icon,
button.updateUserGroup .icon,
.trigger button.update .icon{
    background-position: -120px -148px;
}

button.createoo .icon {
    background-position: 0px -152px;
    top: 1px;
    left: 5px;
}

button.updateoo .icon{
    background-position: -235px -250px;
    top: 1px;
    left: 5px;
}

button.updateoos .icon{
    background-position: -120px -325px;
    top: 1px;
    left: 5px;
}

button.copy .icon{
    background-position: -123px -356px;
}

button.create .icon,
button.createFile .icon,
button.create_ib_event .icon,
button.createUser .icon,
button.create_relation .icon,
button.multiupload .icon,
button.multiupload_btn .icon,
.trigger button.create .icon,
button.create_template .icon{
    background-position: -120px 4px;
}

button.create.add_employees .icon{
	top: 5px;
}

button:disabled .icon{
    opacity: 0.2;
}

button.create_docsfolder .icon{background-position: -240px 1px;}

button.print .icon,
.trigger button.print .icon{
    background-position: -120px -27px;
}

button.toggle_bookmark .icon,
button.check .icon{
    background-position: -120px -268px;
}

button.delete .icon,
button.deleteUserGroup .icon,
.trigger button.delete .icon,
button.toggle_bookmark.delete_bookmark .icon{
    background-position: -120px -178px;
}

button.project_phase .icon,
.trigger button.project_phase .icon,
button.toggle_gantt .icon {
    background-position: -120px -240px;
    /*position: relative;*/
    top: 5px;
}

button.edit_project_phase .icon,
button.new_project_phase .icon,
.trigger button.edit_project_phase .icon{
    background-position: -120px -208px;
}

button.moveButton .icon,
button.moveUser .icon,
button.move .icon,
.trigger button.move .icon{
    background-position: -182px -177px;
}

.favourite_block .favourite_headline h5.icon,
.grey_box .headline h5.icon {
    background-position: -170px -109px;
    /*background: none;*/
}

.single_tab.open h5.icon,
.single_tab h5.icon{
    background-position: -166px -108px;
}

.single_tab h5.icon{
    top: -1px;
}

.icon_link{background-position: -180px -180px;}

.author_link .icon.icon_link {
    display: block;
    float: left;
    height: 12px;
    margin-top: 3px;
}

.icon.new,
.icon.selection0,
#documents .icon.selection0,
#documents .icon.class_image.selection3{
	background-position: 0 -180px;
}
.icon.rejected,
.icon.false,
.icon.selection1{
	background-position: 0 3px;
}
.icon.finished,
.icon.true,
.icon.checked,
.icon.selection2,
#documents .icon.selection3,
#documents .icon.class_image.selection6{
	background-position: 0 -60px;
}
.icon.feedback,
.icon.selection3,
#documents .icon.selection2,
#documents .icon.class_image.selection5{
	background-position: 0 -149px;
}
.icon.inprogress,
.icon.selection5,
#documents .icon.selection1,
#documents .icon.class_image.selection4{
	background-position: 0 -28px;
}

.icon.attachment{background-position: 0 -250px;}
.icon.sources{background-position: 0 -213px;}

.icon.searchbutton{background-position: -180px -147px;}

/* paginator icons */
#article_comments_full .paginator .icon{
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 4px;
}
.paginator .first_page .icon{background-position: -184px -272px;}
.paginator .prev_page .icon{background-position: -183px -244px;}
.paginator .next_page .icon{background-position: -179px -211px;}
.paginator .last_page .icon{background-position: -184px -302px;}

/* treemenu icons */

.treemenu span.icon{
    display: inline-block;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    background: none; !important;
}

.treemenu .icon{background-position: -240px -1px;}

.treemenu .icon.no_children{background-position: -240px -60px;}

.treemenu a.selected .icon{background-position: -240px -31px !important;} /* overrides even "no_children" class... */

/* docuemnts icons */
#documents .icon.image{background: transparent none !important;} /* images will have a preview image that is not loaded via css */
#documents .icon.ib_folder_documents{background-position: -240px 2px;}

.icon.ib_faq_folder{background-position: -240px -1px; top: 2px;}

.close_topic .icon {background-position: -122px -406px;}

.reply .icon{background-position: -125px -425px;}

.pointable .icon:not(.disabled){
    cursor: pointer;
}

/* dashboard headline */

#dashboard .icon.move{
    background-position: -179px -355px;
}

#dashboard h2:hover .icon.move{
    background-position: -179px -382px;
}

#dashboard .icon.toggle{
    background-position: -181px -409px;
}

#dashboard h2:hover .icon.toggle{
    background-position: -181px -459px;
}

#dashboard .icon.toggle.is_hidden{
    background-position: -181px -432px;
}

#dashboard h2:hover .icon.toggle.is_hidden{
    background-position: -181px -486px;
}

#dashboard .icon.settings{
    background-position: -240px -90px;
}

#dashboard .icon.widgetlist{
    background-position: -240px -150px;
}

.searchblock .search_headline h5.icon {
    background-position: -170px -109px;
    /*background: none;*/
}

.icon.ib_faq_folder{
    width:20px;
    height:14px;
}

#documents .icon.documents{
    background: url('../images/docicons_sprite.png') no-repeat -120px -120px;
}


#documents .icon.documents.has_image{
    background-image: none;
}

#documents .icon.documents.pdf{
    background-position: 0 0;
}

#documents .icon.documents.doc,
#documents .icon.documents.docx{
    background-position: 0 -40px;
}

#documents .icon.documents.xls,
#documents .icon.documents.xlsx{
    background-position: -80px -40px;
}

#documents .icon.documents.ppt,
#documents .icon.documents.pptx{
    background-position: -117px -38px;
}

#documents .icon.documents.locked{
    background-position: -40px -120px;
    margin-left: 5px;
}

#documents .icon.documents.unlocked{
    background-position: -80px -120px;
    margin-left: 5px;
}

#documents .icon.documents.loading{
    /*background: url("../images/loading16.gif") no-repeat center center !important;*/
    background: url("../images/loading16.gif") no-repeat center center;
}

#documents .selector{
    height: 20px;

}

#documents .icon.ib_folder_documents{
    background: url('../images/css_sprite.png') -240px 2px;
}

.icon.ib_projects_folder.empty,
.icon.ib_tasks_folder.empty,
.icon.ib_knowledge_folder.empty,
.icon.ib_folder_documents.empty,
#documents .icon.ib_folder_documents.empty{
	background-position: -240px -60px;
}

#documents .icon.ib_folder_documents.empty{
	background-position: -240px -58px;
}


.icon.pre_header{
    position: absolute;
    top: 4px;
    left: 10px;
}


a.download .icon{
    background-position: -121px -458px;
}

button.create_folder span{
    background-position: -120px 4px;
}


/*** exchange bundle ***/

.k-sprite.mail_compose{background-position: -120px 0;}
.k-sprite.mail_reply{
    background-position: -120px -480px;
    width: 20px;
}
.k-sprite.mail_reply_all{background-position: -120px -500px;}
.k-sprite.mail_forward{background-position: -120px -520px;}
.k-sprite.mail_send{background-position: -120px -540px;}
.k-sprite.mail_cancel{background-position: -120px -180px;}
.k-sprite.mail_store_group{background-position: -120px -559px;}
.k-sprite.mail_store{background-position: -120px -577px;}
.k-sprite.mail_store_attachments{background-position: -120px -600px;}


.icon.selection_{
    background:none;
}

.content-browse button.cancel span.icon{
    background-position: -120px -178px;
}
.documentViewButtons #gridView span.icon{
    background-position: -120px -640px;
}

.documentViewButtons #tileView span.icon{
    background-position: -118px -618px;
    /* ### */
}
#notification_icon{
    background-position:  -60px -373px;
}

#notification_icon.has_notifications{
    background-position: -40px -367px;
}

/*** legacy mode icons ***/

.settings_trash button .icon,
.settings_systemerrors button .icon,
.settings_lastchanged button .icon,
.settings_linkmanagment button .icon{left: 5px;}

.settings_trash button.empty .icon {
    background-position: -235px -327px;
    top: 3px;
}

.settings_trash button.restore .icon {
    background-position: -118px -297px;
}

.settings_trash button.remove .icon,
.settings_systemerrors button .icon{
    background-position: -117px -179px;
}

.settings_lastchanged button.versioncontrol .icon {
    background-image: url("/extension/k3.intranetbox.layout/design/k3/images/icon_versioncontrol.png");
    background-position: -1px -3px;
}

.settings_linkmanagment button.edit .icon {
    background-position: -117px -150px;
}

div.content-browse .icon.back{
    width: 16px;
    height: 16px;
    background-position: -180px -600px;
    top: 6px;
    left: 3px;
}

button.policyManager .icon{
	background-position: -123px -405px;
}

button.add_group_employees .icon{
	background-position: -120px -327px;
}

button.delete_group_employee .icon{
	background-position: -120px -178px;
}



/*** contenttype icons ***/

.icon.contenttype,
.content_browse #documents .icon.contenttype.image,
.content_browse .treemenu span.icon.ib_folder_documents{background: 0 url('../images/classicons_sprite.png') no-repeat !important;}

.content_browse #documents .icon.contenttype.image.user_group,
.icon.contenttype.user_group{background-position: -16px -15px !important;}
.content_browse #documents .icon.contenttype.image.ib_department,
.icon.contenttype.ib_department{background-position: -16px -15px !important;}
.content_browse #documents .icon.contenttype.image.ib_task,
.icon.contenttype.ib_task{background-position: -78px -14px !important;}
.content_browse #documents .icon.contenttype.image.ib_tasks_folder,
.icon.contenttype.ib_tasks_folder{background-position: -39px -13px !important;}
.content_browse #documents .icon.contenttype.image.ib_task_history,
.icon.contenttype.ib_task_history{background-position: -17px 7px !important;}
.content_browse #documents .icon.contenttype.image.ib_faq,
.icon.contenttype.ib_faq{background-position: -119px -15px !important;}
.content_browse #documents .icon.contenttype.image.ib_faq_folder,
.icon.contenttype.ib_faq_folder{background-position: -39px -13px !important;}
.content_browse #documents .icon.contenttype.image.ib_forum,
.icon.contenttype.ib_forum{background-position: -20px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_forum_reply,
.icon.contenttype.ib_forum_reply{background-position: -38px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_forum_topic,
.icon.contenttype.ib_forum_topic{background-position: -59px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_event,
.icon.contenttype.ib_event{background-position: -79px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_company,
.icon.contenttype.ib_company{background-position: -58px -16px !important;}
.content_browse #documents .icon.contenttype.image.user,
.icon.contenttype.user{background-position: -97px 6px !important;}
.content_browse #documents .icon.contenttype.image.ib_news,
.icon.contenttype.ib_news{background-position: -118px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_folder_documents,
.icon.contenttype.ib_folder_documents{background-position: -39px -13px !important;}
.content_browse #documents .icon.contenttype.image.ib_team,
.icon.contenttype.ib_team{background-position: 3px -15px !important;}
.content_browse #documents .icon.contenttype.image.ib_knowledge,
.icon.contenttype.ib_knowledge{background-position: 2px 4px !important;}
.content_browse #documents .icon.contenttype.image.ib_knowledge_folder,
.icon.contenttype.ib_knowledge_folder{background-position: -39px -13px !important;}
.content_browse #documents .icon.contenttype.image.ib_milestone,
.icon.contenttype.ib_milestone{background-position: -18px -55px !important;}
.content_browse #documents .icon.contenttype.image.ib_project,
.icon.contenttype.ib_project{ background-position: -39px 6px !important;}
.content_browse #documents .icon.contenttype.image.ib_projects_folder,
.icon.contenttype.ib_projects_folder{background-position: -39px -13px !important;}
.content_browse #documents .icon.contenttype.image.ib_module,
.icon.contenttype.ib_module{ background-position: -39px -13px !important;}
.content_browse #documents .icon.contenttype.image.file,
.icon.contenttype.file{ background-position: -76px 6px !important;}
.content_browse #documents .icon.contenttype.image.image,
.icon.contenttype.image{ background-position: -117px 7px !important;}
.content_browse #documents .icon.contenttype.image.ib_roombooking_event,
.icon.contenttype.ib_roombooking_event{ background-position: -36px -55px !important;}
.content_browse #documents .icon.contenttype.image.ib_event_car,
.icon.contenttype.ib_event_car{ background-position: -77px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_event_room,
.icon.contenttype.ib_event_room{ background-position: -77px -35px !important;}
.content_browse #documents .icon.contenttype.image.ib_event_vacation,
.icon.contenttype.ib_event_vacation{ background-position: -77px -35px !important;}

.content_browse .treemenu span.icon.ib_folder_documents{
    background-position: -40px -19px !important;
}
.content_browse .treemenu span.icon.ib_folder_documents.empty{
    opacity: 0.5;
    -moz-opacity: 0.5;
}


/*** search class icons ***/
#search li .icon, .tile .icon{background: transparent url('../images/search_class_icons.png') 0 0 no-repeat;}
#search li .icon.user_group, .tile .icon.user_group{background-position: -16px -15px;}
#search li .icon.ib_department, .tile .icon.ib_department{background-position: -16px -15px;}
#search li .icon.ib_task, .tile .icon.ib_task{background-position: -78px -14px;}
#search li .icon.ib_tasks_folder, .tile .icon.ib_tasks_folder{background-position: -98px -15px;}
#search li .icon.ib_task_history, .tile .icon.ib_task_history{background-position: -17px 7px;}
#search li .icon.ib_faq, .tile .icon.ib_faq{background-position: -119px -15px;}
#search li .icon.ib_faq_folder, .tile .icon.ib_faq_folder{background-position: 0 -35px;}
#search li .icon.ib_forum, .tile .icon.ib_forum{background-position: -20px -35px;}
#search li .icon.ib_forum_reply, .tile .icon.ib_forum_reply{background-position: -38px -35px;}
#search li .icon.ib_forum_topic, .tile .icon.ib_forum_topic{background-position: -59px -35px;}
#search li .icon.ib_event, .tile .icon.ib_event{background-position: -79px -35px;}
#search li .icon.ib_contact, .tile .icon.ib_contact{background-position: -100px -35px;}
#search li .icon.ib_company, .tile .icon.ib_company{background-position: -58px -16px;}
#search li .icon.user, .tile .icon.user{background-position: -97px 6px;}
#search li .icon.ib_news, .tile .icon.ib_news{background-position: -118px -35px;}
#search li .icon.ib_folder_documents, .tile .icon.ib_folder_documents{background-position: -36px -13px;}
#search li .icon.ib_team, .tile .icon.ib_team{background-position: 3px -15px;}
#search li .icon.ib_knowledge, .tile .icon.ib_knowledge{background-position: 2px 4px;}
#search li .icon.ib_knowledge_folder, .tile .icon.ib_knowledge_folder{background-position: -58px -55px;}
#search li .icon.ib_milestone, .tile .icon.ib_milestone{background-position: -18px -55px;}
#search li .icon.ib_project, .tile .icon.ib_project{ background-position: -39px 6px;}
#search li .icon.ib_projects_folder, .tile .icon.ib_projects_folder{ background-position: 0 -55px;}
#search li .icon.ib_module, .tile .icon.ib_module{ background-position: -57px 9px;}
#search li .icon.file, .tile .icon.file{ background-position: -76px 6px;}
#search li .icon.image, .tile .icon.image{ background-position: -117px 7px;}
#search li .icon.ib_roombooking_event, .tile .icon.ib_roombooking_event{background-position: -36px -55px;}

.icon.search{background: transparent url('../images/css_sprite.png') -201px -150px no-repeat; height: 18px; width: 18px; top: 4px; right: 183px;}

.icon.search.no_language{
    right: 145px;
}

/*** manual icons (no sprites available yet...) ***/
.button_wrapper button.setGroupStatus .icon,
.button_wrapper button.setUserStatus .icon,
.button_wrapper button.setAssignment .icon{
	background: transparent url('../images/usergroupicons/icon_change.png') 0 -4px no-repeat;
	left: 3px;
	top: 5px;
}

.button_wrapper button.setAssignment .icon{
    background-position: 0 -3px;
    top: 4px;
}

.button_wrapper button.setGroupPolicies .icon{
	background: transparent url('../images/usergroupicons/icon_grouprights.png') 0 -4px no-repeat;
}

/*status icons*/
.icon.onlinestatus {
    height: 12px;
    width: 12px;
}

.calendar.availability .icons .triggerInformationEmployee {
    background-position: -20px -622px;
}

#select_status .icon.onlinestatus.status0{
    background-position: -20px -640px;
}

#select_status .icon.onlinestatus.status1{
    background-position: -20px -660px;
}

#select_status .icon.onlinestatus.status2{
    background-position: -20px -680px;
}

.icon.onlinestatus.status0 {
    background-position: -20px -540px;
}

.icon.onlinestatus.status1 {
	background-position: -20px -560px;
}

.icon.onlinestatus.status2 {
	background-position: -20px -580px;
}

.icon.favorite{
    background-position: -39px -185px;
}

.icon.not_favorite{
    background-position: -22px -185px;
}

.icon.triggerDropdownEmployee {
    background-position: -20px -600px;
}

.icon#sortFavorites,
.icon#sortStatusAvailability,
.icon#sortStatusCars,
.icon#sortStatusRooms{
    height: 19px;
    width: 19px;
    float: right;
    cursor: pointer;
}


.icon#sortStatusAvailability,
.icon#sortStatusCars,
.icon#sortStatusRooms {
    background-position: -180px 0;
}

.icon#sortFavorites {
    background-position: -19px -181px;
    margin-right: 35px;
}

/*** header actions ***/



.icon.logout{
    background-position: -60px -400px;
    height: 19px;
    width: 18px;
    cursor: pointer;
}

.icon.help{
    background-position: -40px -401px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

/* Servermanager */

#grid td span.icon.cross.red,
#grid td span.icon.checkmark {
    position: relative;
    width: 12px;
    height: 12px;
}

#grid td span.icon.cross.red {
    background-position: -20px -580px;
}

#grid td span.icon.checkmark {
    background-position: -20px -540px;
}

/* adaptions for font awesome */

.k-toolbar .k-button .fa.k-sprite,
.k-popup .k-button .fa.k-sprite {
    font-size: 13px;
    line-height: normal;
    background: none;
    margin-top: auto;
    margin-bottom: auto;
}

html.mac .k-toolbar .k-button .fa.k-sprite,
html.mac .k-popup .k-button .fa.k-sprite {
	margin-top: -3px;
}

/*html.mac.ff .k-toolbar .k-button .fa.k-sprite,
html.mac.ff .k-popup .k-button .fa.k-sprite {
	margin-top: 0;
}*/

.fa.red {
    color: #db4a37;
}

.fa.green {
    color: #42B449;
}

.fa.blue {
    color: #066AA5;
}

.k-toolbar .k-split-button-arrow.k-button span.k-icon {
    margin-bottom: auto;
    margin-top: auto;
}

/*
    This is a css file
*/

body:not(.mobileview) #notification{
    position: absolute;
    /*top: 48px;*/
    top: 9px;
    /*right: 20px;*/
    right: 149px;
    z-index: 4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

body:not(.mobileview) #notification_icon{
    /*width: 20px;*/
    /*height: 20px;*/
    width: 18px;
    height: 18px;
    right: 4px;
    top: 3px;
}

body:not(.mobileview) #notification.no_language {
    right: 115px;
}

body:not(.mobileview) #notification.no_language #notification_icon {
    right: 0;
}

/*body:not(.mobileview) #notification_icon.no_language{*/
    /*right: -34px;*/
/*}*/

body:not(.mobileview) #notification_icon.has_notifications{
    height: 24px;
    top: -3px;
    width: 20px;
    /*height: 20px;*/
    /*right: 0;*/
    /*top: 0;*/
}

.notification_stream_container{
    position: absolute;
    z-index: 5;
    max-height: 400px;
    overflow: hidden;
    width: 330px;
    background: white;
    border: 1px solid #ddd;
    display: inline-block;
}

.mobileview .notification_stream_container{
    left: 50%;
    margin-left: -165px;
    top: 45px;
}

#notifications_show_all{
    top: 7px;
    right: 9px;
    padding: 1px 6px;
}

.mobileview #notifications_show_all{display: none;}

.notification_stream_container > div.headline{height: 33px;}
.notification_stream_container > div.headline h3{
    font-size: 18px;
    padding: 4px 9px 0;
}

.mobileview .notification_stream_container > div.headline h3{
    line-height: 33px;
    padding: 0 10px;
    font-family: Inika, Arial, sans-serif;
    text-align: left;
}

.notification_stream_container .notification_stream{
    max-height: 367px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.notification_stream .notification_item time{
    display: block;
    font-size: 10px !important;
}

/*.mobileview .notification_stream .notification_item time{
    font-size: 14px !important;
    line-height: 14px;
    text-align: left;
}*/

.notification_stream .notification_item *:not(time){
    font-size: 11px !important;
}

/*.mobileview .notification_stream .notification_item *:not(time),*/
.mobileview .notification_stream .notification_item *{
    font-size: 14px !important;
    line-height: 14px;
    text-align: left;
}

.notification_stream .notification_item{
    background-color: #EEEEEE;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
}

.notification_stream .notification_item article{
    padding: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.notification_stream .notification_user{width: 40px;}
.notification_stream .notification_text{margin-left: 50px;}

.mobileview .notification_stream .notification_text{
    line-height: 1.2em;
    color: #333;
}

.mobileview .notification_stream .notification_user{
    float: left;
}

.notification_stream_container .icon{
    position: absolute !important;
    right: 0;
    top: 0;
}

.notification_stream_container .loading,
.notification_stream_container .nodata{
    text-align: center;
    font-size: 10px;
    padding: 10px;
}

.notification_stream_container .nodata{font-size: 12px;}


/*** subpage ***/

/*#notifications_all.notification_stream .notification_item{*/
    /*border-right: 1px solid #FFFFFF;*/
/*}*/

#notifications_all .filters{
    padding: 8px 10px 1px;
}

#notifications_all .filters li{
    width: 340px;
    font-size: 12px;
    padding-bottom: 7px !important;
}

#notifications_all .filters ul:first-of-type{
    margin: 0 0 28px 0;
    padding-left: 0;
    padding-right: 0;
}

#notifications_all .filters ul:last-of-type li{width: 170px;}

#notifications_all .filters li label{
    cursor: pointer;
}

#notifications_all .filters li input{
    margin-left: 0;
    margin-right: 9px;
}

#notifications_all .filters h2{
    background: transparent url("/bundles/k3intranetboxbasic/images/h1_border.png") left top repeat-x;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 4px;
    margin-top: 7px;
}






/*** OSLO STYLE ***/

#notification_container .tile{
    border: 1px solid #aaa;
    margin: 0 20px 20px 0;
    width: 238px;
    background-color:#fff;
}


#notification_container .previewImg img {
    display: block;
    margin: 0 auto;
}

#notification_container .tile.detail{
    border: 1px solid #aaa;
    margin-bottom: 20px;
    width: 498px;
    float:left;
}


#notification_container .tile .previewImg{
    border-bottom:1px solid #aaa
}

#notification_container .tile .content{
    padding: 7px 10px 0;
    position: relative;
}

#notification_container .tile .showDetail {
    position: absolute;
    right: 0;
    top: 0;
    background: url("/extension/k3.intranetbox.layout/design/k3/images/icon_search_plus.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #aaa #aaa;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    height: 12px;
    padding: 0;
    width: 12px;
    display: block;
}


#notification_container .tile .showDetail.minus {
    background: url("/extension/k3.intranetbox.layout/design/k3/images/icon_search_minus.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#notification_container .tile .link{
    float:left;
}

#notification_container .leftCol {
    float: left;
    margin-right: 5px;
}

#notification_container .time {
    margin-left: 10px;
}

#notification_container .tile .link a{
    color:#066AA5;
    text-decoration: underline;
}

#notification_container .tile .relevance{
    float:right;
}

#notification_container .tile .author,
#notification_container .tile .tags{
    padding-bottom: 6px;
}

#notification_container .objectInfo.image.icon {
    padding-left: 25px;
}

#notification_container .main h2{
    font-size: 15px;
    max-height: 44px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification_stream .icon,
#notification_container .icon{
    height: 20px;
    width: 20px;
    display: inline-block;
}

#notification_container .objectInfo{
    padding-bottom: 8px;
}

#notification_container .objectInfo.message{
    padding-bottom: 26px;
}

#notification_container .objectInfo.message p{
    margin-top: 7px;
    margin-bottom: 0;
}

.right_col div#notification_container {
    width: 100% !important;
}

div#notification_container .objectInfo > span:not(.icon){
    display: inline-block;
    position: relative;
    top: -3px;
}


#notification_container .rightCol {
    position: relative;
    top: -4px;
    margin-left: 40px;
}

#notification_container .publishedDate {
    font-size: 12px;
}

#notification_container .objectDetail {
    padding-top: 8px;
}

#notification_container .loadMore{
    float: left;
    height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    padding:10px 0 20px;
}

#notification_container .loadMore button{
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    width: 100%;
}


#notification_container .noMoreObjects{
    background-color: #eee;
    cursor: pointer;
    padding: 2px 0;
    float:left;
    width:100%;
    border: 1px solid #ddd;
    text-align: center;
}

#notification_container li .icon {
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
}

#notification_container li.author{
    margin-bottom:10px;
}

#notification_container li .link{
    margin-left: 7px;
    position: relative;
    top: -6px;
}

#notification_container .authorImg,
#notification_container .authorImg * {
    height: 30px;
    width: 30px;
}

#notification_container .authorImg a{
    display: inline-block;
}





@media(max-width: 345px){

    .mobileview .notification_stream_container {
        width: auto;
        left: -2.8125rem;
        right: -2.8125rem;
        margin-left: 0;
    }

}