.offlineMode { position: fixed; top: 0; width: calc(100% - 250px); padding: 18px 0; margin-left: 250px; font-size: 12px; text-align: center; box-shadow: #000 0 0 5px 1px; background-color: #bb0000; color: #fff; z-index: 100001; }
.offlineMode.green { background-color: #00bb22; }
.offlineMode a { color: #fff; font-weight: 600; text-decoration: underline; }

html, body { height: 100%; }
body { font-family: 'Poppins', sans-serif; background-color: #fff; }
.form-group { margin-bottom: 10px; }

/********/
/* CHAT */
/********/
.drift-widget-controller { background-color: #c52222 !important; }
.drift-conductor-item { left: 0; right: initial; }
.drift-conductor-item, .drift-conductor-item iframe, .drift-frame-controller, .drift-conductor-item iframe { display: none; }
.chat-container { position: fixed; left: 8px; bottom: 24px; z-index: 2147483647; }
.chat-container .custom-chat-icon { display: block; height: 56px; width: 56px; cursor: pointer; -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,.16); -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,.16); box-shadow: 0 0 8px 4px rgba(0,0,0,.16); border: 2px solid #fff; padding: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); background: rgb(80, 98, 106) none repeat scroll 0% 0%; text-align: center; }
.chat-container .custom-chat-icon .drift-widget-controller-icon { padding-top: 13px; }

/*********/
/* POPUP */
/*********/
#coreVisible {
	width: 100%;
	padding: 10px;
	border: 0;
}

#core {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url('../images/px-black-80.png');
	z-index: 100000;
}

#core > .box {
	position: relative;
	width: 400px;
	margin: 100px auto;
}
#core > .box.previewDocument, #core > .box.boxBulletin, #core > .box.boxNewBulletin, #core > .box.boxModifyBulletin, #core > .box.boxPhotoday {
	width: calc(100% - 100px);
	margin: 50px auto;
}
#core > .box.boxServoSession, #core > .box.boxNewServoSession, #core > .box.boxModifyServoSession {
	width: calc(100% - 100px);
	margin: 50px auto;
}
#core > .box.boxModifyBulletin {
	float: left;
	width: 100%;
}
#core > .box.boxModifyServoSession {
	float: left;
	width: 100%;
}
#core > .box.boxPhotoday {
	width: calc(100% - 50px);
}
#core > .box.boxPhotoday .content > .popupGroup { padding-bottom: 20px; }
#core > .box.boxModifyBulletin, #core > .box.boxModifyServoSession, #core > .box.boxPhotoday img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
#core > .box.boxPhotoday #btnClose, .btnCloseTab { width: auto; padding: 5px 75px; }
#core > .box.previewDocument .content > img {
	float: left;
	margin: 10px;
	max-width: calc(100% - 20px);
}
#core > .box > .iconClose, #core .secondaryPopup .iconClose {
	position: absolute;
	right: 10px;
	margin-top: 10px;
	cursor: pointer;
	width: 17px;
	height: 17px;
	background: url('../images/sprites.png?time=20210401') -146px -20px;
}
#core .secondaryPopup .box { position: relative; }
#core .secondaryPopup .iconClose {
	right: 30px;
	margin-top: 6px;
	z-index: 2;
}
#core > .box > .content, #core > .box > .loadingBar {
	display: none;
	float: left;
	width: 100%;
	padding: 25px;
	background-color: #fff;
	overflow-y: auto;
}
#core > .box > .content, #core > .box > .loadingBar { text-align: center; }
#core > .box > .content > header {
	float: left;
	width: 100%;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: #aaa 1px dashed;
}

.popupGroup {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.popupGroup > .popupContent {
	float: left;
	width: 100%;
}
.popupGroup > button, #core > .box > .content button.btnClose.btnCancel, .btnCloseTab {
	width: 100%;
	margin-top: 5px;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	border: none;
}
.popupGroup > button { background: url('../images/search-button-apex.png?time=20210412') repeat top; }
.popupGroup > button:hover, .popupGroup > button:focus { background: #c52222; }

#core > .box > .content button.btnClose {
	width: 200px;
	margin-top: 10px;
	padding: 10px 0;
	font-size: 14px;
	color: #ffffff;
	background: #dadada;
}
form .btnCloseTab, form .btnCloseTab:hover, form .btnCloseTab:focus { background: #dadada; }

.popupForm {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}
.popupForm label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: normal;
}
.popupForm label > span {
	float: left;
	width: 200px;
	padding: 5px 8px 0 0;
	text-align: right;
}
.popupForm label > div, .folderSelector {
	float: left;
	width: calc(100% - 200px);
	text-align: left;
}
.popupForm label textarea { width: 100%; height: 66px; }
.popupForm label > div.datePickerContainer { position: relative; }
.popupForm label > div.datePickerContainer > .datePicker { width: 106px; }
.popupForm label > div.datePickerContainer > .datePickerIcon {
	position: absolute;
	top: 4px;
	left: 81px;
	width: 21px;
	height: 21px;
	background: url('../images/sprites.png?time=20210401') -136px -38px;
}
.popupForm label > div > .finePrint {
	margin: 2px 0 0 0;
	font-style: italic;
	font-size: 11px;
}
.popupForm label > div > input {
	width: 100%;
	padding: 5px;
}
.popupForm label > div > input[type='file'] {
	opacity: 0;
	position: absolute;
	width: 100%;
	padding: 4px;
	border: #999 1px dashed;
	cursor: pointer;
}
.popupForm .fileContainer {
	position: relative;
	float: left;
	width: 100%;
}
.popupForm .fileContainer > span {
	display: none;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 7px;
	right: 7px;
	background: url('../images/sprites.png?time=20210401') -25px -70px;
	cursor: pointer;
	z-index: 10;
}
.popupForm label > div > input, .popupForm label > div > select, .folderSelector {
	height: 30px;
	font-size: 12px;
}

/****************/
/* PROGRESS BAR */
/****************/
#progressbar > div.ui-widget-header { width: 0; height: 30px; border-color: #ffa600; background: #ffa600 url("../images/progressbar_orange.jpg") 50% 50% repeat-x; }
.ui-progressbar .ui-progressbar-value { margin: -1px 0; }
.progressbar-indet > div.ui-widget-header { background: #a6f5d9 url("../images/progressbar_green.jpg") 50% 50% repeat-x; }
.progressbar { height: 30px; }
.ui-progressbar .ui-progressbar-value { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); }


/*************/
/* STRUCTURE */
/*************/
.widthWhole { float: left; width: 100%; }
#wrapper {
	float: left;
	width: 100%;
	min-height: 100%;
	height: 100%;
	padding-bottom: 40px;
	background-size: 100% 100%;
}
#wrapper.login, #wrapper.recover_account { background: url('../images/background-login.jpg') no-repeat; background-size: cover; background-attachment: fixed !important; }
#wrapper > .content.login, #wrapper > .content.recover_account {
	width: 600px;
	margin: 15% auto 0 auto;
}
#wrapper .bodyContent {
	float: right;
	width: 100%;
	padding: 90px 50px 75px 50px;
}
#wrapper.home { padding-bottom: 0; }
#wrapper.home .bodyContent { float: left; display: inline-flex; min-height: 100%; padding: 70px 0 0 0; background: url('../images/background-landing.jpg') no-repeat; background-size: cover; background-attachment: fixed !important; }
#wrapper .bodyContent > header {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	font-size: 24px;
	color: #afafaf;
}
#wrapper .bodyContent > header > a { color: inherit; }
#wrapper .bodyContent > header > a:last-child { color: #303030; }
#wrapper .content.login > .bodyContent, #wrapper .content.recover_account > .bodyContent { width: 100%; }
#wrapper.recover_account > .bodyContent { float: none; width: 650px; margin-left: auto; margin-right: auto; }
#wrapper .bodyContent .landing-page { display: flex; float: left; width: 100%; height: 100%; }
#wrapper .bodyContent .landing-page-blocks {
	float: left;
	width: calc(100% - 300px);
	padding: 0 25px;
}
#wrapper .bodyContent .landing-page-blocks .welcome-back-bar { float: left; width: 100%; margin-top: 15px; margin-bottom: 20px; }
#wrapper .bodyContent .landing-page-right {
	float: left;
	width: 300px;
	background-color: rgba(0,0,0,0.75);
}
#wrapper .bodyContent .landing-page-right > .feedBox:first-child { margin-top: 18px; }
#wrapper .bodyContent .landing-page .welcome-bar { float: left; }
#wrapper .bodyContent .landing-page .back-to-site { float: right; }
#wrapper .bodyContent .landing-page .back-to-site a { text-decoration: none; color: inherit; }
.fLeftW100 { float: left; width: 100%; }
#wrapper .bodyContent .landing-page-blocks .top-left {
	float: left;
	width: calc((100% / 3) * 2);
}
#wrapper .bodyContent .landing-page-blocks .top-right {
	float: left;
	width: calc(100% / 3);
}
#wrapper .bodyContent .landing-page-blocks .top-left .block-google {
	float: left;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background-color: #5a5a5a;
}
#wrapper .bodyContent .landing-page-blocks .top-left .block-google form {
	float: left;
	width: calc(100% - 75px);
	margin: 0;
	padding: 10px 10px 0 20px;
}
#wrapper .bodyContent .landing-page-blocks .block-google form label { float: left; width: 100%; }
#wrapper .bodyContent .landing-page-blocks .block-google img { height: 36px; }
#wrapper .bodyContent .landing-page-blocks .block-google input { width: calc(100% - 38px - 50px); margin: 0 25px; border: 0; background-color: #fff; }
#wrapper .bodyContent .landing-page-blocks .block-dashboard { float: right; padding: 0 0 0 20px; }
#wrapper .bodyContent .landing-page-blocks .block-dashboard img { max-width: 100%; max-height: 350px; }
#wrapper .bodyContent .btnSearchGoogle {
	float: right;
	width: 75px;
	height: 58px;
	margin: 0;
	padding: 17px 20px 4px 20px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	border: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #8b8b8b;
	color: #fff;
}
#wrapper .bodyContent .block-weather-clock-notes { float: left; width: 100%; margin: 15px 0 10px 0; padding: 10px; background-color: #fff; border-radius: 10px; }
#wrapper .bodyContent .block-weather { float: left; width: 30%; height: 200px; }
#wrapper .bodyContent .block-weather header { margin-bottom: 10px; font-weight: 600; font-size: 18px; color: #686868; }
#wrapper .bodyContent .block-clock { float: left; width: 30%; height: 200px; text-align: center; }
#wrapper .bodyContent .block-clock header { font-size: 18px; }
#wrapper .bodyContent .block-clock .clockAnalog { position: relative; display: inline-block; }
#wrapper .bodyContent .block-clock .clockAnalog .whiteCircleClock { position: absolute; width: 8px; height: 8px; left: calc(50% - 4px); top: calc(50% - 4px); background: #fff; border-radius: 10px; z-index: 2; }
#wrapper .bodyContent .block-clock .clockDigital { float: left; width: 100%; padding: 10px; }
#wrapper .bodyContent .block-clock #clockText { float: left; width: 100%; font-size: 80px; line-height: 80px; font-weight: 200; }
#wrapper .bodyContent .block-clock .clockDate { float: left; width: 100%; font-size: 28px; font-weight: 700; color: #000; }
#wrapper .bodyContent .block-clock .clockDay { float: left; width: 100%; font-size: 26px; font-weight: 700; color: #e45229; }
#wrapper .bodyContent .block-notepad { float: left; width: 40%; height: 200px; text-align: center; }
#wrapper .bodyContent .block-notepad header { margin-bottom: 10px; font-weight: 600; font-size: 18px; color: #686868; }
#wrapper .bodyContent .block-notepad .notepad { position: relative; display: inline-block; width: 230px; height: 154px; padding: 10px 12px 10px 18px; font-size: 12px; background: url('/public/images/icon-notepad.png') no-repeat; }
#wrapper .bodyContent .block-notepad .notepad textarea { float: left; width: 100%; height: 130px; padding-right: 5px; overflow: auto; resize: none; border: 0; background: transparent; scrollbar-color: #5391c4 #5391c466; scrollbar-width: thin; }

#wrapper .bodyContent .block-weather-clock header,
#wrapper .bodyContent .block-calendar { float: left; width: 50%; padding: 10px; }
#wrapper .bodyContent .block-calendar header { margin-bottom: 15px; font-weight: 600; font-size: 18px; color: #686868; }
#wrapper .bodyContent .block-calendar .ui-datepicker table { margin: 0; }
#wrapper .bodyContent .block-calendar > .datepicker { float: left; width: 100%; height: 225px; }
#wrapper .bodyContent .block-calendar .ui-datepicker-header { display: none; }
#wrapper .bodyContent .block-calendar .ui-datepicker-inline { float: left; width: 100%; border: 0; border-radius: 0; }
#wrapper .bodyContent .block-calendar .ui-datepicker th { display: table; float: left; width: calc(100% / 7); height: 20px; text-align: center; font-weight: 700; font-size: 10px; text-transform: uppercase; }
#wrapper .bodyContent .block-calendar .ui-datepicker td { display: table; float: left; width: calc(100% / 7); height: 40px; border: #000 1px solid; opacity: 1; border-right: 0; border-bottom: 0; }
#wrapper .bodyContent .block-calendar .ui-datepicker tr:last-of-type { border-bottom: #000 1px solid; }
#wrapper .bodyContent .block-calendar .ui-datepicker tr:first-of-type { border-bottom: 0; }
#wrapper .bodyContent .block-calendar .ui-datepicker td:last-of-type { border-right: #000 1px solid; }
#wrapper .bodyContent .block-calendar .ui-state-default,
#wrapper .bodyContent .block-calendar .ui-widget-content .ui-state-default,
#wrapper .bodyContent .block-calendar .ui-widget-header .ui-state-default
{
	display: table-cell;
	vertical-align: top;
	font-size: 10px;
	border: 0;
	text-align: left;
	background: transparent;
}
#wrapper .bodyContent .landing-block { float: left; text-decoration: none; color: inherit; }
#wrapper .bodyContent .landing-block > div { width: 100%; }
#wrapper .bodyContent .long-thin { width: calc((100% / 4) - 20px); margin: 10px; padding: 15px; border-radius: 5px; text-align: center; }
#wrapper .bodyContent .long-thin > div { display: flex; flex-direction: row; }
#wrapper .bodyContent .long-thin img { height: 60px; margin-right: 8px; }
#wrapper .bodyContent .long-thin span { width: 100%; text-align: left; align-self: center; color: #fff; font-weight: 600; }
#wrapper .bodyContent .short-thick { position: relative; width: calc((57% / 4) - 20px); height: 200px; margin: 10px; text-align: center; border-radius: 5px; }
#wrapper .bodyContent .short-thick img { display: inline-block; height: 60px; margin-top: 55px; }
#wrapper .bodyContent .files-and-folders { position: relative; width: 253px; height: 200px; margin: 10px; background: url('/public/images/icon-landing-big-folder.png'); background-size: contain; background-repeat: no-repeat; }
#wrapper .bodyContent .short-thick span,
#wrapper .bodyContent .files-and-folders span
{
	position: absolute; bottom: 15px; left: 0; text-align: center; width: 100%; font-weight: 600; color: #204466;
}

#wrapper .bodyContent .photo-day { position: relative; width: calc(43% - 20px - 253px - 20px); height: 200px; margin: 10px; padding: 10px; font-size: 12px; background: #fff; -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.3); box-shadow: 0 0 5px 3px rgba(0,0,0,0.3); cursor: pointer; }
#wrapper .bodyContent .photo-day .photoDayImage { float: left; width: 100%; height: 180px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
#wrapper .bodyContent .photo-day .photoDayImage img { max-width: 100%; max-height: 100%; }
#wrapper .bodyContent .photo-day .photoDayText { position: absolute; bottom: 8px; width: calc(100% - 20px); background-color: #fff; padding-top: 4px; }
#wrapper .bodyContent .photo-day .photoDayText span { margin-left: 2px; }

#wrapper.home .feedBox { float: left; width: calc(100% - 30px); margin: 7.5px 15px 7.5px 15px; padding: 15px 15px; border-radius: 5px; -webkit-box-shadow: 3px 3px 5px 0 #000; box-shadow: 3px 3px 5px 0 #000; }

#wrapper.home .feedTW { background-color: #01d6fe; }
#wrapper.home .feedTW header { float: left; width: 100%; margin-bottom: 15px; }
#wrapper.home .feedTW header img { float: left; height: 30px; margin-right: 10px; }

#wrapper.home .feedHealth { background-color: #fff; }
#wrapper.home .feedHealth header { float: left; width: 100%; margin-bottom: 15px; }
#wrapper.home .feedHealth header img { float: left; height: 80px; margin-right: 10px; }
#wrapper.home .feedHealth .feedContent .item { float: left; width: calc(100% - 20px); margin: 10px 0; font-size: 12px; color: #333; text-decoration: none; }
#wrapper.home .feedHealth .feedContent .item:first-child { margin-top: 0; }
#wrapper.home .feedHealth .feedContent .item .title { float: left; width: 100%; font-weight: 600; font-size: 14px; }
#wrapper.home .feedHealth .feedContent .item .date { float: left; width: 100%; font-size: 11px; margin-top: 2px; }

#wrapper.home .feedBulletin, #wrapper.home .feedEuronews { position: relative; float: left; width: calc(100% - 30px); margin: 7.5px 15px 7.5px 15px; padding: 15px 15px; border-radius: 5px; background: #fff; -webkit-box-shadow: 3px 3px 5px 0 #000; box-shadow: 3px 3px 5px 0 #000; }
#wrapper.home .feedBulletin { cursor: pointer; padding: 2px 0 5px 0; }
#wrapper.home .feedBulletin .feedImage, #wrapper.home .feedEuronews .feedImage { float: left; width: 75px; margin-right: 15px; }
#wrapper.home .feedBulletin .feedImage img, #wrapper.home .feedEuronews .feedImage img { float: left; max-width: 100%; }
#wrapper.home .feedEuronews .feedContent { float: left; width: calc(100% - 90px); }
#wrapper.home .feedEuronews .feedContent header { float: left; width: 100%; font-weight: 600; }
#wrapper.home .feedEuronews .feedText a { color: inherit; }
#wrapper.home .feedBulletin .feedContent { float: left; width: 100%; margin: 0; padding: 0 6px; text-align: center; color: #000; border-radius: 2px; }
#wrapper.home .feedBulletin .feedContent header { float: left; width: 100%; font-size: 20px; line-height: 24px; font-weight: 600; }
#wrapper.home .feedBulletin .feedContent header span { margin-right: 5px; }
#wrapper.home .feedBulletin .feedContent .feedBulletinImage { float: left; width: 100%; max-height: 100px; height: 100px; margin: 3px 0; }
#wrapper.home .feedBulletin .feedContent .feedText { font-size: 12px; }
#wrapper.home .feedBulletin .feedContent .feedBulletinTitle { font-weight: 600; font-size: 14px; padding: 0 8px; }

#wrapper.home .feedServoSession { position: relative; float: left; width: calc(100% - 30px); margin: 7.5px 15px 7.5px 15px; padding: 15px 15px; border-radius: 5px; background: #fff; -webkit-box-shadow: 3px 3px 5px 0 #000; box-shadow: 3px 3px 5px 0 #000; }
#wrapper.home .feedServoSession { cursor: pointer; padding: 2px 0 5px 0; }
#wrapper.home .feedServoSession .feedImage { float: left; width: 75px; margin-right: 15px; }
#wrapper.home .feedServoSession .feedImage img { float: left; max-width: 100%; }
#wrapper.home .feedServoSession .feedContent { float: left; width: 100%; margin: 0; padding: 0 6px; text-align: center; color: #000; border-radius: 2px; }
#wrapper.home .feedServoSession .feedContent header { float: left; width: 100%; font-size: 20px; line-height: 24px; font-weight: 600; }
#wrapper.home .feedServoSession .feedContent header span { margin-right: 5px; }
#wrapper.home .feedServoSession .feedContent .feedServoSessionImage { float: left; width: 100%; max-height: 100px; height: 100px; margin: 3px 0; }
#wrapper.home .feedServoSession .feedContent .feedText { font-size: 12px; }
#wrapper.home .feedServoSession .feedContent .feedServoSessionTitle { font-weight: 600; font-size: 14px; padding: 0 8px; }

#wrapper.home .feedFood { float: left; width: calc(100% - 30px); margin: 7.5px 15px 7.5px 15px; padding: 15px 15px; border-radius: 5px; text-align: center; background: #5fa88d; -webkit-box-shadow: 3px 3px 5px 0 #3c8067; box-shadow: 3px 3px 5px 0 #3c8067; text-decoration: none; color: inherit; }
#wrapper.home .feedFood img { height: 60px; margin-right: 8px; }
#wrapper.home .feedFood span { color: #fff; font-weight: 600; }

#wrapper.home .icon-settings { display: none; position: absolute; right: 5px; top: 5px; }
#wrapper.home .notepad .icon-settings { right: -5px; top: -8px; }
#wrapper.home .icon-settings img { width: 20px; }
#wrapper.home .feedBulletin:hover .icon-settings { display: block; }
#wrapper.home .feedServoSession:hover .icon-settings { display: block; }
#wrapper.home .block-photo-day:hover .icon-settings { display: block; }
#wrapper.home .notepad:hover .icon-settings { display: block; }

#wrapper .bodyContent .block-weather .weatherLeft { float: left; width: 75px; text-align: right; }
#wrapper .bodyContent .block-weather .weatherRight { float: right; }
#wrapper .bodyContent .block-weather .weatherIcon { text-align: center; }
#wrapper .bodyContent .block-weather .weatherTime { margin: 25px 0 56px 0; font-size: 10px; font-weight: 600; color: #8e8e8e; }
#wrapper .bodyContent .block-weather .weatherCity { font-size: 10px; text-align: center; }
#wrapper .bodyContent .block-weather .weatherType { margin: 25px 0 56px 0; font-size: 10px; font-weight: 600; color: #000; }
#wrapper .bodyContent .block-weather .weatherDegrees { font-weight: 600; font-size: 60px; color: #000; text-align: center; }
#wrapper .bodyContent .block-weather .weatherDegrees span { font-size: 18px; color: #8e8e8e; margin-left: -24px; }

.bulletinContent { margin-top: 10px; }
.bulletinImage img { max-width: 100%; }

.servoSessionContent { margin-top: 10px; }
.servoSessionImage img { max-width: 100%; }


/********/
/* MENU */
/********/
#div-nav {
	position: fixed;
	float: left;
	width: 100%;
	height: 70px;
	top: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #b5362f;
	z-index: 9;
}
#div-nav > .navbar {
	float: left;
	width: 200px;
	margin: 0;
	color: #fff;
	background-color: transparent;
	border: none;
}
.navbar .companyLogo { margin: 10px 20px; }
.navbar .companyLogoHover { margin: 10px 20px; position: absolute; opacity: 0; }
.nav>li>a:focus, .nav>li>a:hover { color: inherit; background-color: inherit; }
.nav>li>a:focus .companyLogo, .nav>li>a:hover .companyLogo { position: absolute; opacity: 0; }
.nav>li>a:focus .companyLogoHover, .nav>li>a:hover .companyLogoHover { position: inherit; opacity: 1; }

.nav > li {
	float: left;
	width: 100%;
}
.nav > li > a {
	float: left;
	width: 100%;
	padding: 20px 10px 20px 20px;
	color: #fff;
}
.nav > li > a > img {
	float: left;
	height: 50px;
}
.nav > li > a > div {
	float: left;
}
.nav > li > a.subSection {
	display: none;
	padding: 10px 40px 20px 40px;
	background-color: #383838;
}
.nav > li.selected > a.subSection { display: block; }
.nav > li.selected > a.subSection > div { padding-bottom: 1px; }
.nav > li.selected > a.subSection.selected > div {
	padding-bottom: 0;
	border-bottom: 1px solid;
}
.nav > li > a.subSection > div { margin-left: 33px; }
.nav > li > a > span { float: left; margin-right: 10px; }
.nav > li > a.navHome > span { width: 18px; height: 20px; background: url('../images/sprites.png?time=20210401') -116px -156px; margin-right: 7px; margin-left: 3px; }
.nav > li > a.navHome > div { width: calc(100% - 28px); }
.nav > li > a.navDashboard > span { width: 18px; height: 17px; background: url('../images/sprites.png?time=20210401') -107px -118px; }
.nav > li > a.navDashboard > div { margin-top: -2px; }
.nav > li > a.navFilesAndFolders > span { width: 14px; height: 15px; margin-right: 14px; background: url('../images/sprites.png?time=20210401') -114px 0; }
.nav > li > a.navUsers > span { width: 14px; height: 16px; margin-right: 14px; background: url('../images/sprites.png?time=20210401') -129px 0; }
.nav > li > a.navSettings > span { width: 17px; height: 19px; margin-right: 11px; background: url('../images/sprites.png?time=20210401') -144px 0; }
.nav > li > a.navPest > span { width: 35px; height: 35px; margin-left: -10px; background-image: url(../images/pest-icon.png); background-position: center; background-size: contain; background-repeat: no-repeat; margin-right: 7px; }
.nav > li > a.navPest > div { width: calc(100% - 35px); margin-top: 6px; }
.nav > li > a.navKitchen > span { width: 15px; height: 18px; margin-right: 13px; background: url('../images/sprites.png?time=20210401') -90px -136px; }
.nav > li > a.navKitchen > div { width: calc(100% - 35px); }
.nav > li > a.navAccident > span { width: 18px; height: 18px; background: url('../images/sprites.png?time=20210401') -107px -136px; }
.nav > li > a.navAccident > div { width: calc(100% - 35px); }

.right-side-menu {
	float: right;
	width: calc(100% - 200px);
	color: #fff;
}
.right-side-menu .top-search-bar {
	position: relative;
	float: left;
	height: 40px;
	margin: 15px 15px 0 15px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	cursor: pointer;
}
.right-side-menu .top-search-bar .likePlaceholder {
	position: absolute;
	top: 11px;
	left: 11px;
	font-size: 12px;
	pointer-events: none;
}
.right-side-menu .top-search-bar > input {
	float: left;
	width: 195px;
	height: 40px;
	margin-right: 45px;
	padding: 5px 10px 6px 10px;
	color: #fff;
	font-weight: 600;
	background-color: transparent;
	font-size: 12px;
	border-radius: 5px 0 0 5px;
	border: none;
}
.right-side-menu .top-search-bar > input::-ms-input-placeholder, .right-side-menu .top-search-bar > input:-ms-input-placeholder, .right-side-menu .top-search-bar > input::placeholder {
	opacity: 1;
	color: #fff;
}
.right-side-menu .top-search-bar > .btnSearch {
	float: left;
	width: 30px;
	height: 40px;
	position: relative;
	border: none;
	cursor: pointer;
}
.right-side-menu .top-search-bar > .btnSearch > span {
	float: left;
	width: 21px;
	height: 20px;
	margin: 10px 4px 0 4px;
	background: url('../images/sprites.png?time=20210401') -96px -16px;
}

.right-side-menu .top-user-bar {
	float: left;
}

.right-side-menu .navbar-user {
	position: relative;
	float: left;
	height: 40px;
	margin: 15px 0 0 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	cursor: pointer;
}
.right-side-menu .navbar-user > .details {
	float: right;
	height: 36px;
	margin-top: 14px;
	padding: 0 10px;
	font-size: 12px;
}
.right-side-menu .navbar-user > .details > span {
	float: right;
	width: 11px;
	height: 7px;
	margin: 6px 0 0 6px;
	background: url('../images/sprites.png?time=20210401') -96px -37px;
}
.right-side-menu .navbar-user > .details > div { float: right; }

.right-side-menu .navbar-user > .user-section {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	padding: 0 10px;
	background: url('../images/px-black-60.png');
	z-index: 1000;
}
.right-side-menu .navbar-user > .user-section > div { float: right; }
.right-side-menu .navbar-user > .user-section > div > a {
	float: right;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	color: #fff;
}
.right-side-menu .find-location {
	float: left;
	margin: 15px 0 0 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.right-side-menu .find-location > header {
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin: 9px 5px 0 15px;
}
.right-side-menu .find-location > .rowInputs {
	float: left;
}
.right-side-menu .find-location > .rowInputs > select {
	float: left;
	min-width: 120px;
	max-width: 190px;
	height: 30px;
	font-size: 12px;
	margin: 5px 10px 5px 5px;
	padding: 3px 10px;
	color: #000;
	border-radius: 0;
	border: none;
	background-color: #fff;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-image: url('../images/icon-select-down-arrow.png?time=20210413');
	background-position-x: calc(100% - 10px);
	background-position-y: 10px;
}
.right-side-menu .find-location > .rowInputs > .btnLocation,
.right-side-menu .top-search-bar .btnSearchGo {
	float: left;
	height: 40px;
	margin: 0;
	padding: 9px 20px 4px 20px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	border: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #7b1c18;
}
.right-side-menu .find-location > .rowInputs > .btnLocation:focus, .right-side-menu .find-location > .rowInputs > .btnLocation:hover { background-color: #c52222; }
.right-side-menu .find-location > .rowInputs > .btnSearchGo:focus, .right-side-menu .find-location > .rowInputs > .btnSearchGo:hover { background-color: #c52222; }
.right-side-menu .find-location > .rowInputs > .btnLocation .arrowButton {
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-left: 6px;
	background: url('../images/sprites.png?time=20210401') -111px -37px;
}
.right-side-menu .navbar-icons { float: right; margin: 10px 15px 0 0; }
.right-side-menu .navbar-icons .icon-send-question,
.right-side-menu .navbar-icons .icon-users,
.right-side-menu .navbar-icons .icon-clients,
.right-side-menu .navbar-icons .icon-logout {
	float: left;
	font-size: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
}
.right-side-menu .navbar-icons img { height: 32px; }
.right-side-menu .navbar-icons span { margin-top: 4px; display: inline-block; }

.pest_index_header+.bodyContent{
	padding: 0!important;
}
.pest_index_header .app_choice{
	margin-top: 50px;
}
.pest_index_header .app_choice h1{
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: rgba(0,0,0,0.6);
	margin: 0 20px;
	padding: 10px;
	font-size: 28px;
	margin-bottom: 75px;
}
.pest_index_header .app_choice a{
	display: block;
	margin: auto;
	width: 135px;
}
.pest_index_header .app_choice img{
	max-width: 135px;
}
.pest_index_header .app_choice #doc_store_link{
	margin-bottom: 75px;
}
.pest_index{
	margin-top: 50px;
}
.pest_index img{
	height: 130px;
}
.pest_index h1{
	background-color: rgba(0,0,0,0.6);
	margin: 0 20px;
	text-transform: uppercase;
	color: white;
	padding: 10px;
	font-size: 28px;
	margin-bottom: 20px;
}
.pest_btn_group{
	display: table;
	margin: auto;
}
.pest_btn_group.first{
	margin-bottom: 65px;
}
.pest_btn_group a:first-child{
	margin-right: 20px;
}
.pest_btn_group.first a{
	margin: 0;
}

/*********************/
/* DRAG AND DROP BOX */
/*********************/
.rightSide {
	float: right;
	width: 200px;
}

.rightSide .dragAndDrop {
	position: relative;
	float: right;
	width: 100%;
	height: 300px;
	border: #d5d5d5 2px dashed;
	text-align: center;
	cursor: pointer;
}
.rightSide .dragAndDrop > .handleDragAndDrop {
	position: absolute;
	float: left;
	width: 100%;
	height: 300px;
	opacity: 0;
}
.rightSide .dragAndDrop > .handleDragAndDrop > div { display: none; }
.rightSide .dragAndDrop > span {
	display: inline-block;
	width: 55px;
	height: 66px;
	margin-top: 50px;
	background: url('../images/sprites.png?time=20210401') -40px 0;
}
.rightSide .dragAndDrop > .title {
	display: inline-block;
	width: 100%;
	padding: 0 35px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.rightSide .dragAndDrop > .title_mobile {
	display: none;
	width: 100%;
	padding: 0 35px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.rightSide .dragAndDrop > .browseFiles {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid;
}
.rightSide .dragAndDrop > .finePrint {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 10px;
	text-decoration: underline;
	text-align: center;
	color: #9aa4a7;
}

.dcr .rightSide, .dashboard .rightSide { float: right; width: 350px; }
.dcr .rightSide > .dragAndDrop, .dashboard .rightSide > .dragAndDrop { height: 250px; }

/***************/
/* LIKE SELECT */
/***************/
.likeSelect { float: left; }
.likeSelect > .selectedOption { float: left; }
.likeSelect > .likeOptions {
	display: none;
	position: absolute;
	text-align: right;
	background-color: #f6f6f6;
}
.likeSelect > .likeOptions > div {
	float: left;
	width: 100%;
	padding: 5px;
}


/**********/
/* ERRORS */
/**********/
.errorHandler {
	float: left;
	width: 100%;
	margin-top: 2px;
	color: #ff0000;
	font-size: 12px;
	font-weight: 600;
}


/**************/
/* RESPONSIVE */
/**************/
@media (min-width: 769px){
	.navbar-toggle { display: block; }
}

@media (max-width: 1499.9px){
	.navbar .companyLogo, .navbar .companyLogoHover { margin-left: 5px; }
	#div-nav > .navbar { width: 180px; }
	.right-side-menu { width: calc(100% - 180px); }
	#wrapper .bodyContent .landing-page-blocks { padding: 0 10px; }
	.right-side-menu .top-search-bar > input { width: 180px; margin-right: 0; }
	#wrapper .bodyContent .block-clock { padding: 0 10px; }
	#wrapper .bodyContent .long-thin { width: calc((100% / 4) - 10px); margin: 10px 5px; padding: 15px 5px 15px 10px; font-size: 12px; }
	#wrapper .bodyContent .long-thin img { height: 50px; }
	#wrapper .bodyContent .photo-day, #wrapper .bodyContent .short-thick, #wrapper .bodyContent .files-and-folders { width: calc(100% / 3 - 20px); }
	#wrapper .bodyContent .files-and-folders { background-position: center; }
	#clockid { max-width: 100%; }
	#wrapper .bodyContent .block-weather .weatherDegrees { font-size: 48px; margin-top: 15px; }
	#wrapper .bodyContent .block-weather .weatherIcon img { max-height: 50px; margin-top: 5px; }
	#wrapper .bodyContent .block-weather .weatherDegrees span { margin-left: -19px; }
}
@media (max-width: 1199.9px){
	#div-nav > .navbar { width: 180px; }
	.right-side-menu { width: calc(100% - 180px); }
	#wrapper .bodyContent .landing-page-blocks { width: calc(100% - 250px); }
	#wrapper .bodyContent .landing-page-right { width: 250px; }
	.right-side-menu .find-location > .rowInputs > select { max-width: 120px; }
	.right-side-menu .find-location > .rowInputs > .btnLocation, .right-side-menu .top-search-bar .btnSearchGo { padding: 9px 15px 4px 15px; }
	.right-side-menu .navbar-icons { margin-right: 5px; }
	.right-side-menu .navbar-icons .icon-send-question, .right-side-menu .navbar-icons .icon-users, .right-side-menu .navbar-icons .icon-clients, .right-side-menu .navbar-icons .icon-logout { margin: 0 -1px; }
	.right-side-menu .navbar-icons .icon-users { margin: 0 12px 0 2px; }
	.navbar .companyLogo, .navbar .companyLogoHover { margin: 10px; }
	#wrapper .bodyContent .landing-page-blocks .top-left { width: 100%; }
	#wrapper .bodyContent .landing-page-blocks .top-right { width: 100%; text-align: center; }
	#wrapper .bodyContent .landing-page-blocks .block-dashboard { float: none; padding: 0; }
	#wrapper.home .feedBulletin, #wrapper.home .feedServoSession, #wrapper.home .feedEuronews, #wrapper.home .feedBox { width: calc(100% - 20px); margin: 7.5px 10px 7.5px 10px; }
	#wrapper.home .feedHealth header img { height: 60px; }
	#wrapper.home .feedHealth .feedContent .item { width: 100%; }
	#wrapper.home .feedBulletin .feedImage, #wrapper.home .feedServoSession .feedImage, #wrapper.home .feedEuronews .feedImage { width: 60px; margin-right: 12px; }
	#wrapper.home .feedEuronews .feedContent { width: calc(100% - 72px); }
	#wrapper .bodyContent .long-thin img { height: 40px; }
}
@media (max-width: 1079.9px){
	#div-nav > .navbar { width: 145px; }
	.right-side-menu { width: calc(100% - 145px); }
	.navbar .companyLogo, .navbar .companyLogoHover { height: 38px; margin-top: 16px; }
	.offlineMode { position: fixed; top: 0; width: calc(100% - 175px); padding: 18px 0; margin-left: 175px; }
	.nav > li > a { padding: 20px 5px 20px 8px; }
	.nav > li > a > span { margin-right: 5px; }
	.nav > li > a.navHome > span { margin-top: 2px; margin-right: 2px; }
	.nav > li > a.navHome > div { width: calc(100% - 23px); }
	.nav > li > a.navFilesAndFolders > span { margin-right: 6px; margin-left: 3px; }
	.nav > li > a.navUsers > span { margin-right: 6px; margin-left: 3px; }
	.nav > li > a.navKitchen > span { margin-right: 10px; margin-left: 3px; }
	.nav > li > a.navPest > span { width: 29px; margin-left: -9px; margin-right: 5px; }
	.nav > li > a.subSection > div { margin-left: 5px; }
	.rightSide { width: 100%; margin-top: 20px; }
	/*#wrapper:not(.dcr) .rightSide .dragAndDrop > .title { display: none; }*/
	.rightSide .dragAndDrop { height: 225px; }
	.rightSide .dragAndDrop > .browseFiles > span { display: none; }
	#boxLogin{float: none!important; max-width: 370px; margin: auto;}
	.rightSide .dragAndDrop > .title_mobile {display: inline-block;}
	.rightSide .dragAndDrop > .title {display: none;}
	.popupForm label > span{text-align: left;}
	.popupForm label > span { width: 100%; }
	.popupForm label > div, .folderSelector{ width: 100%; }
	.notepad { height: 142px; }
	.notepad img { position: absolute; left: 0; top: 0; max-width: 100%; }
	#myNotePad { height: 120px; }
	#wrapper .bodyContent .block-clock { padding: 10px; }
	#wrapper .bodyContent .block-clock .clockAnalog { max-width: 115px; max-height: 115px; }
	#wrapper .bodyContent .block-clock #clockid { max-width: 115px; max-height: 115px; }
	#wrapper .bodyContent .landing-page-blocks { padding: 0 10px; }
	#wrapper .bodyContent .block-clock .clockAnalog .whiteCircleClock { width: 5px; height: 5px; left: calc(50% - 3px); top: calc(50% - 3px); }
	#wrapper .bodyContent .block-weather header { font-size: 16px; }
	#wrapper .bodyContent .block-notepad header { font-size: 16px; }
	.right-side-menu .find-location > header { font-size: 12px; margin: 11px 5px 0 15px; }
}
@media (max-width: 991.9px){
	#wrapper .bodyContent .landing-page-blocks { width: calc(100% - 200px); }
	#wrapper .bodyContent .landing-page-right { width: 200px; }
	#wrapper.home .feedBox.feedTW { padding: 4px; }
	#wrapper.home .feedBox.feedTW header { padding: 5px 0 0 5px; margin-bottom: 8px; }
	#wrapper.home .feedBox.feedTW .feedContent { float: left; width: 100%; }
	#wrapper.home .feedBox.feedTW .feedContent iframe { min-width: inherit !important; }
	#wrapper.home .feedBulletin, #wrapper.home .feedServoSession, #wrapper.home .feedEuronews, #wrapper.home .feedBox { padding: 10px; }
	#wrapper.home .feedBulletin { padding: 2px 10px; }
	#wrapper.home .feedServoSession { padding: 2px 10px; }
	#wrapper.home .feedEuronews .feedContent { width: 100%; margin-top: 10px; }
	#wrapper.home .feedHealth .feedContent .item .title { font-size: 12px; }
	#wrapper.home .feedHealth .feedContent .item .date { font-size: 10px; }
	#wrapper.home .feedHealth .feedContent .item { margin: 5px 0; }
	#wrapper.home .feedEuronews .feedContent { font-size: 12px; }
	.right-side-menu .find-location { display: none; }
	#wrapper .bodyContent .block-notepad .notepad { background-size: contain; height: 142px; }
	#wrapper .bodyContent .long-thin { width: calc((100% / 2) - 10px); }
	.right-side-menu .navbar-icons .icon-send-question, .right-side-menu .navbar-icons .icon-users, .right-side-menu .navbar-icons .icon-clients, .right-side-menu .navbar-icons .icon-logout { margin: 0 10px; }
	#wrapper.home .feedBulletin .feedContent { width: calc(100% + 27px); margin: 0 0 0 -13px; }
	#wrapper.home .feedBulletin .feedContent header span { font-size: 18px; }
	#wrapper.home .feedBulletin .feedContent header { font-size: 18px; }
	#wrapper.home .feedBulletin .feedContent .feedText { font-size: 11px; }
	#wrapper.home .feedServoSession .feedContent { width: calc(100% + 27px); margin: 0 0 0 -13px; }
	#wrapper.home .feedServoSession .feedContent header span { font-size: 18px; }
	#wrapper.home .feedServoSession .feedContent header { font-size: 18px; }
	#wrapper.home .feedServoSession .feedContent .feedText { font-size: 11px; }
}
@media (max-width: 767.9px){
	.offlineMode { position: absolute; top: 50px; width: 100%; padding: 12px 0; margin-left: 0; box-shadow: none; font-size: 10px; }
	#wrapper .bodyContent .landing-page { display: block; }
	#wrapper .bodyContent .landing-page-blocks { width: 100%; margin: 10px 0 15px 0; padding-bottom: 15px; }
	#wrapper .bodyContent .landing-page-blocks .top-right { margin-top: 8px; margin-bottom: 10px; }
	#wrapper .bodyContent .landing-page-right { width: 100%; padding-top: 10px; }
	#wrapper.home .feedBox.feedTW { padding: 10px; }
	#wrapper.home .feedBox.feedTW header { padding: 0; margin-bottom: 10px; }
	#wrapper.home .feedEuronews .feedContent { width: calc(100% - 72px); margin-top: 5px; }
	#wrapper .bodyContent .block-weather, #wrapper .bodyContent .block-clock { width: 50%; }
	#wrapper .bodyContent .block-notepad { width: 100%; height: 185px; margin-top: 15px; }
	#wrapper .bodyContent .photo-day, #wrapper .bodyContent .short-thick, #wrapper .bodyContent .files-and-folders { width: calc(100% / 2 - 10px); margin: 8px 5px; font-size: 12px; }
	#wrapper.home .feedBulletin .feedContent { width: calc(100% + 6px); margin: 10px 0 10px -3px; }
	#wrapper.home .feedServoSession .feedContent { width: calc(100% + 6px); margin: 10px 0 10px -3px; }
	.right-side-menu .navbar-icons img { height: 30px; }
	.right-side-menu .navbar-icons .icon-send-question, .right-side-menu .navbar-icons .icon-users, .right-side-menu .navbar-icons .icon-clients, .right-side-menu .navbar-icons .icon-logout { width: auto; }
	.right-side-menu .navbar-icons .icon-send-question { width: 58px; }
	.right-side-menu .navbar-icons .icon-send-question span, .right-side-menu .navbar-icons .icon-users span, .right-side-menu .navbar-icons .icon-logout span { display: block; margin-top: 5px; }
	.right-side-menu .navbar-icons .icon-send-question span { display: block; margin-top: 2px; line-height: 12px; }
	.filesListContainer{
		width: 100%!important;
		margin-bottom: 20px;
	}
	.rightSide.noSelect{
		width: 100%;
	}
	.filter_container{
		float: none!important;
		margin-top: 10px;
	}
	.filter_result{
		width: calc(100% - 50px);
	}
	.right-side-menu .top-search-bar { display: none; }
	.right-side-menu .top-search-bar > input{
		border: 1px solid #afafaf;
		border-right: none;
		width: calc(100% - 50px);
	}
	#wrapper .bodyContent{
		padding-top: 75px;
	}
	#hamburger_button{
		position: absolute;
		width: 35px;
		top: 8px;
		left: 25px;
		z-index: 9999;
	}
	#wrapper{
		padding-bottom: 0;
	}
	#core > .box { width: calc(100% - 40px) !important; }
	#core > .box.boxImage { width: calc(100% - 100px) !important; }
	.filename .customTooltip{
		display: none!important;
	}
}

@media (max-width: 499.9px){
	#div-nav > .navbar { width: 120px; }
	.right-side-menu { width: calc(100% - 120px); }
	.navbar .companyLogo, .navbar .companyLogoHover { height: 34px; margin: 18px 5px 0 5px; }
	.right-side-menu .navbar-icons .icon-send-question, .right-side-menu .navbar-icons .icon-users, .right-side-menu .navbar-icons .icon-clients, .right-side-menu .navbar-icons .icon-logout { margin: 0 5px; }
	.right-side-menu .navbar-icons img { height: 25px; }
	#wrapper .bodyContent .landing-page-blocks .welcome-back-bar { margin-top: 5px; margin-bottom: 10px; font-size: 12px; }
	#wrapper .bodyContent .block-weather, #wrapper .bodyContent .block-clock { width: 100%; }
	#wrapper .bodyContent .block-weather .weatherLeft { width: 40%; }
	#wrapper .bodyContent .block-weather .weatherRight { width: 60%; }
	#wrapper .bodyContent .block-clock header { display: none; }
	#wrapper .bodyContent .block-clock { height: auto; }
	#wrapper .bodyContent .long-thin { width: calc(100% - 10px); }
	#wrapper .bodyContent .photo-day, #wrapper .bodyContent .short-thick, #wrapper .bodyContent .files-and-folders { width: calc(100% - 10px); }
	h4 { font-size: 14px; }
}

@media (max-width: 350.9px){
	.right-side-menu .navbar-icons .icon-send-question, .right-side-menu .navbar-icons .icon-users, .right-side-menu .navbar-icons .icon-clients, .right-side-menu .navbar-icons .icon-logout { margin: 0 2px; }
}

/***********/
/* GENERAL */
/***********/
#coreFrame { display: none; opacity: 0; width: 1px; height: 1px; }
.clearLeft { clear: left; }
.likeNoDisabled { color: #000; background-color: #fff; border: #999 1px solid; }
.noPadding { padding: 0; }
.noPaddingL { padding-left: 0; }
.noPaddingR { padding-right: 0; }
.noSelect { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.pRelative { position: relative; }
ul, li { list-style: none; padding: 0; margin: 0; }

/**********/
/* FILTER */
/**********/
.filter_container{
	float: right;
}
.filter_result{
	border-radius: 5px 0px 0px 5px;
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #d5d5d5;
	position: relative;
	float: left;
	border-right: 0;
}
.filter_button{
	float: right;
	height: 29px;
	width: 50px;
	border-radius: 0px 5px 5px 0px;
	background: url('../images/search-button-apex.png?time=20210412') repeat top;
}

.filter_button > span{
	float: left;
	width: 21px;
	height: 20px;
	margin: 4px 14px;
	background: url('../images/sprites.png?time=20210401') -96px -16px;
}

.clearfix > .filter_container{
	margin-bottom: 20px;
}