/* @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%;
}
