html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}

body {
    background: #090909 url(../../../img/background.jpg) no-repeat top center fixed;
}

.dhx_dataview_default_item_selected .dhx_red{
    color:#ff0000;
}
.dhx_dataview_item .dhx_red{color:#ff0000;}
.dhx_list_item .dhx_strong2 {
  font-weight: bold;
}

.dhx_dataview_default_item {
    font-size: 10px !important;
}
.dhx_dataview_default_item_selected {
    font-size: 10px !important;
}


.dhx_toolbar_dhx_web div.dhx_toolbar_btn.dhxtoolbar_btn_over {
    background-color: #ffb361 !important;
    color: #000000 !important;
} 

.dhxform_obj_dhx_web input.dhxform_textarea:focus, .dhxform_obj_dhx_web textarea.dhxform_textarea {
  border-color: #ffb361;
} 
textarea:focus, input:focus{
    border-color: #ffb361;
    box-shadow: 0 1px 1px #ffb361 inset, 0 0 8px #ffb361;
    outline: 0 none;

}
    /*
.dhxtoolbar_btn_def {
    background: white;
}     */

span.right {
    float: right;
}

span.logoutBtn {
    padding-top: 0px;
    float: right;
}

span.logoL {
    padding-top: 4px;
    float: left;
}

span.logoR {
    float: right;
    padding-top: 4px;
}
            /*
div.list_border {
    height: 45px;
    width: 152px;

}             */

a.logoutBtn { 
    font-weight: normal;
    display: inline-block;
    margin-right: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #787878;

}
    
a.logoutBtn:hover {    
    background-color: #8e8f90;
    cursor:default;
}

img.logoutImg {
    float: left;
    margin-top: 4px;
    margin-right: 2px;
}

/*
a.logoutBtn:link {text-decoration: none;} 
a.logoutBtn:visited {text-decoration: none;} 
a.logoutBtn:active {text-decoration: none;} 
a.logoutBtn:hover {text-decoration: none; background-color:yellow;color:blue;}
  */
img.prof_img {
    position: relative;
    float: left;
    margin-right: 10px;
}

/* contact photo in grid */
img.contact_photo {
	position: relative;
	border: 1px solid white;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	margin: 4px;
	background-color: white;
}

span.right_id {
    float:right;
}

div.statusbubble {
    padding: 4px;
    text-align: center;
    min-width: 18px;
    height: 18px;
    //border-radius: 15px;
    float:right;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: inset -2px -2px 4px rgba(0,0,0,.5);
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);  
    background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.3) 0%, transparent 100%);
}

div.statusbubbleOK{
    //border: 1px solid #cc7a00 ;
    background: #cc7a00;
}

div.statusbubbleNOK{
    border: 1px solid #800000;
    background: #cc0000;
}

span.man {
    color: orange;    
}

span.statusicon {
    float:right;
}

img.statusicon {
    width: 32px;
    height: 32px;
}

/*div.gridbox_dhx_web.gridbox table.obj.row20px tr.rowselected td {
	background-color: rgb(225, 244, 255)!important;
	border-right-color: rgb(225, 244, 255)!important;
}*/

/* contact photo in form */
img.form_photo {
	position: relative;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 1px solid #cecece;
}

/* events dataview */
div.event_image {
	text-align: center;
}
div.event_title {
	font-size: 19px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
div.event_date {
	font-size: 14px;
	margin: 5px 0px;
}
div.event_place {
	font-size: 12px;
	margin: 5px 0px;
}
/*.dhx_dataview .dhx_dataview_default_item,
.dhx_dataview .dhx_dataview_default_item_selected {
	border-width: 0px !important;
} */

/* settings dataview */
div.settings_image {
	float: left;
	width: 120px;
}
div.settings_title {
	position: absolute;
	top: 14px;
	left: 120px;
	font-size: 18px;
	font-weight: bold;
}
div.settings_descr {
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
}

/* cancel button in form */
.dhxform_obj_dhx_web div.gray_btn div.dhxform_btn {
	background-color: #c0c0c0;
}

/* hide toolbar borders for phone */
body.device_type_phone div.dhx_cell_toolbar_def {
	border-width: 0px !important;
}
/* events item sizes for phone/tablet */
body.device_type_phone div.event_image img,
body.device_type_tablet div.event_image img {
	width: 100%;
	max-width: 100%;
}
body.device_type_phone div.event_title,
body.device_type_tablet div.event_title {
	font-size: 14px;
	margin: 6px 0px 3px 0px;
}
body.device_type_phone div.event_date,
body.device_type_tablet div.event_date {
	font-size: 13px;
	margin: 3px 0px;
}
body.device_type_phone div.event_place,
body.device_type_tablet div.event_place {
	font-size: 12px;
	margin: 3px 0px;
}
/* settings for phone */
body.device_type_phone div.settings_image img {
	width: 80px;
	max-width: 80px;
}
body.device_type_phone div.settings_title {
	left: 100px;
	top: 9px;
}
/* wrap in form */
.dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link,
.dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:visited,
.dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:active,
.dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:hover {
	white-space: normal!important;
}
/* form parent div */
div.form_div {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: auto;
}
div.form_div > div {
	margin-bottom: 20px !important;
}

/* dataview selection */
/*.dhx_dataview_default_item_selected {
	background-color: #e1f4ff !important
} */

.dhxform_obj_dhx_web div.dhxform_img.btn2state_0 {
    background-image: url("../../imgs/toggle_off.png");
    width: 42px;
    height: 24px;
}
.dhxform_obj_dhx_web div.dhxform_img.btn2state_1 {
    background-image: url("../../imgs/toggle_on.png");
    width: 42px;
    height: 24px;
}
.dhxform_obj_dhx_web div.disabled div.dhxform_img.btn2state_0 {
    background-image: url("../../imgs/toggle_off_dis.png");
    width: 42px;
    height: 24px;
}
.dhxform_obj_dhx_web div.disabled div.dhxform_img.btn2state_1 {
    background-image: url("../../imgs/toggle_on_dis.png");
    width: 42px;
    height: 24px;
}

div.labelthin div.dhxform_txt_label2 {
    font-weight: normal;
}

div.logo { 
    padding-top: 5px;
    padding-left: 3px; 
    background: #090909 url(../../../img/background-page.gif) repeat;

}

div.headerright {
    padding-top: 2px;
    padding-right: 10px;
    float: right;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    color:  #4d4d4d;
}

  .ueber_bg{
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(../../../img/background.jpg) no-repeat top center fixed; 
  }
  
.tst {
    background-color: transparent !important;
}