header{padding:10px 5px; background-color: #F9F9F9;}
main{min-height: calc(100% - 175px);}
#logo {float:left;}
#field {float:right;width: calc(100% - 92px);height: 27px;text-indent: 10px;font-family: arial,sans-serif;font-size: 1em;color: #333;background: #fff;border: #d9d9d9 solid 1px;border-right: none;margin-left: 15px;padding:0;}
#submit {float:right;cursor: pointer;width: 70px;height: 29px;line-height: 0;font-size: 0;color: transparent;background: url(../img/ico-search.png) center no-repeat #4d90fe;border: #3079ed solid 1px;}

nav li{display: inline-block;}
nav a{display: block;height: 20px;line-height: 20px; font-weight: bold;background-repeat: no-repeat;margin: 10px 10px 0 0;background-position: top 1px left 5px;font-size: 15px;}

#goTop{display: none !important;}

.exo-ipp-close-button-container {
    margin-top: 10px !important;
    margin-right: 5px !important;
    margin-left: 10px !important;
    background: black !important;
	padding: 0 !important;
    filter: invert(1) !important;
}

.exo-ipp-close-button {
    background-color: hsl(0deg 0% 0%) !important;
}

.exo-ipp-container {
    width: 310px !important;
    height: 80px !important;
    background: hsl(0deg 0% 100%) !important;
	margin: 20px  !important;
	border-radius:0  !important;
	border: 1px solid #e2e2e2 !important;
	font-size: 13px !important;
	line-height: 16px;
}

.exo-ipp-text-container {
    margin-left:10px !important;
}

.exo-ipp-image {
    width: 76px !important;
    height: 76px !important;
	margin: 2px 0 2px 2px !important;
	border-radius:0 !important;
}

#user-online, #user-offline{display: block;position: absolute;top:10px;right: 10px;}

#wrapper-min-height{
	min-height: calc(100vh - 265px);
}

.d-zone{
    bottom: 20px;
    right: 20px;
    
    cursor: pointer;
    z-index: 100;
    position: fixed;
    color: initial;
    
    width: 310px !important;
    height: 80px !important;
    background: hsl(0deg 0% 100%) !important;
    border-radius: 0 !important;
    border: 1px solid #e2e2e2 !important;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-zone .d-zone-title{
    font-weight: bold;
    text-decoration: underline;
}
.d-zone .d-zone-description{
    margin: 0 10px 0 10px;
}
.d-zone-close{
    width: 25px;
    height: 25px;
}

.d-zone-image{
	display: block;
	margin: 0 1px;
}


