/*
*************1 -FONT 
*************2 -COLORS 
*************3 -TAGS ZK
*************4 -COMMONS 
*************5 - LEGAL POPUP
*************6 - COOKIES
*************7 - REQUIREMENTS.ZUL TEMPORAL
*************8 - FORMS
*************9 - FORM MANAGEMENT
*************10 - GROUPS

COLORS
GREENS

#9AAE04
#6CA328
#B3D248
#81BE79
#E9F0C7

BLUES

#212B40
#0094DA
#6BC7DC

GREYS
#333333
#666666
#999999
#E1E1E1
#e9e9e9
#C8C1B9

FONT
Open Sans, Arial

*/

/*-----ckEditor-----*/
div.formAnswerScaleDiv+div.z-ckeditor>div>div>span.cke_top {
	display: none !important;
}

div.formAnswerScaleDiv+.z-ckeditor {
	width: 8rem !important;
	brackground: red !important;
	margin-left: 3rem;
}

div.formAnswerScaleDiv+div.z-ckeditor>div>div>div.cke_contents {
	height: 4rem !important;
}

div.formAnswerScaleDiv+div.z-ckeditor>div>div>span.cke_bottom {
	display: none !important;
}

.formAnswerScaleDiv>span>p {
	margin-top: 0rem;
}

.borderGreen {
	border: 1px solid green;
}

.borderBlue {
	background-color: #8080ff !important;
}

/* Download https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin*/
/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
		url('./fonts/roboto-v20-latin-regular.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/roboto-v20-latin-regular.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'),
		url('./fonts/roboto-v20-latin-italic.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/roboto-v20-latin-italic.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('./fonts/roboto-v20-latin-500.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/roboto-v20-latin-500.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('./fonts/roboto-v20-latin-700.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/roboto-v20-latin-700.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*Download https://fonts.googleapis.com/icon?family=Material+Icons*/
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/*1 -FONT */
html, body {
	height: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
}

html {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
}

#contentBody {
	display: inline;
}

.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif !important;
}

.title1 {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	color: #333333;
	font-size: 19px;
}

.title2 {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}

.title3 {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	color: #333333;
	font-size: 15px;
}
.titleModal {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.title2 {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}

.title4 {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.paragraph {
	color: #333333;
	font-size: 18px;
	font-family: AvenirLTProBlack, Arial, Helvetica Neue, Helvetica,
		sans-serif;
}

.titleRoom {
	color: #404040;
	font-size: 18px;
	font-family: AvenirLTProBlack, Arial, Helvetica Neue, Helvetica,
		sans-serif;
}

.infoText {
	color: #4f4f4f;
	font-size: 11px !important;
	margin-top: -1%;
}

.titleSmall {
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/*2 -COLORS*/
.grey1 {
	color: #333333 !important;
}

.grey2 {
	color: #666666 !important;
}

.grey3 {
	color: #999999 !important;
}

.bgGrey {
	background-color: #E1E1E1;
}
/*SCROLL MOBILE*/
::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

/*3 -TAGS ZK*/
.z-textbox {
	border: 1px solid #999999 ! important;
	border-radius: 0 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
}

.z-combobox-button {
	border: 1px solid #999999 ! important;
}

.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input,
	.z-spinner-input, .z-doublespinner-input {
	border: 1px solid #999999 ! important;
	border-radius: 0 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
}

.z-window {
	background: white !important;
}

.buttonBlack {
	background: #555555;
	border-color: #555555 !important;
}

.buttonBlack[disabled] {
	background: #333333;
	border-color: #333333 !important;
}

.buttonBlack:hover {
	background: #333333;
	border-color: #333333 !important;
}

.buttonBlack:focus {
	background: #333333;
	border-color: #333333 !important;
	color: #ffffff;
}

.buttonPrm {
	height: 37px;
	min-width: 110px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-shadow: none;
	padding: 10px;
	margin: 15px 15px 15px 0px;
}

.pac-container {
	z-index: 1111111;
}

.z-datebox-input, .z-datebox-button, .z-timebox-input {
	border-radius: 0px !important;
}

.z-combobox-button, .z-bandbox-button, .z-datebox-button,
	.z-timebox-button, .z-spinner-button, .z-doublespinner-button {
	border-radius: 0px !important;
}

.z-datebox input {
	min-width: 157px;
}

.z-loading {
	background: white none repeat scroll 0 0 !important;
	font-size: 22px;
	height: 12vh;
	left: 40vw !important;
	min-height: 114px;
	min-width: 326px;
	padding: 36px 2vw 2vh;
	position: fixed;
	top: 44vh !important;
	width: 20vw;
}

.z-apply-loading-icon, .z-loading-icon, .z-renderdefer {
	background: white url("/remotehs-web/images/loading.gif") repeat scroll
		0 0/cover;
	height: 64px !important;
	margin-top: -8% !important;
	transform: scale(0.5) !important;
	width: 64px !important;
}

.z-loading-indicator, .z-apply-loading-indicator {
	border: none !important;
}

.z-tabs-content {
	border-bottom: none !important;
}

.z-tab {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

.z-tab-selected {
	border: none !important;
	border-bottom: 3px solid #9AAE04 !important;
}

.z-tabbox-icon {
	border: none !important;
	background: none !important;
	color: #9AAE04;
}

/*4 -COMMONS */
.textAlignCenter {
	text-align: center;
}

.textAlignLeft {
	text-align: left !important;
}

.floatLeftTable {
	background-color: #eeeeee;
	margin-bottom: 2%;
	padding: 10% 10% 15% 10%;
	margin-top: 19%;
	width: 50%;
}

/*.floatLeftTable{
      float: left;
    width: 15%;
    background-color: #eeeeee;
    margin-bottom: 2%;
    padding: 3%;
    
    
    float: left;
    width: 40%;
    background-color: #eeeeee;
    margin-bottom: 2%;
    }*/
.panelTableBox {
	width: fit-content;
	/*  margin-left: auto;
    margin-right: auto; */
	background-color: #eeeeee;
}

.panelTableColumn {
	padding-top: 10%;
	padding-bottom: 0%;
	/* float: left; */
	margin-left: 3%;
}

.panelTableColumnAppointment {
	padding-bottom: 0%;
	/* float: left; */
	margin-left: 8px;
}

.panelTableColumnReAppointment {
	padding-bottom: 0%;
	/* float: left; */
	margin-left: 0px;
}

.fontLastValue {
	font-size: 15px;
	font-weight: bold;
	color: grey;
}

.panelTableHeader {
	padding-bottom: 0%;
	border-bottom: 1px solid lightgray;
}

.panelTableOutbox {
	width: 50%;
	background-color: #eeeeee;
	/* margin-top: 4%; */
	float: right;
}

.platformConfigurationOptions {
	width: 20%;
	float: left;
}

.platformConfigurationContent {
	width: 80%;
	float: right;
}

.inputPopUpIdentification {
	width: 100%;
}

.inputPopUpIdentification input {
	width: 100%;
}

/*VIDEO*/
.deleteChat {
	float: right;
	margin-left: 3%;
	margin-top: -0.33%;
	width: 21px;
}

.contentChatNotefull {
	float: left;
	margin-left: 5%;
	margin-top: 0;
	width: 89%;
}

.webCamFullExternal {
	float: left;
	margin: 0 auto 0 0.3%;
	text-align: center;
	width: 98.5%;
}

.mainDivExternal {
	border: 1px solid #999999;
	margin: 0 auto;
	min-height: 537px !important;
	padding-top: 19% !important;
	width: 90%;
}

.webCam100 {
	background: #e1e1e1 none repeat scroll 0 0 !important;
	border: 1px solid #999999 !important;
	float: left;
	margin-bottom: 3%;
	margin-left: 0 !important;
	min-width: 265px;
	text-align: center;
	width: 61%;
}

.icoTelecare {
	margin-right: 3%;
	margin-top: -1px;
	width: 23px;
}

.chatInactive {
	margin: 10vh auto;
	min-width: 23% !important;
	opacity: 0.5;
	width: 139px;
}

.chatInactive img {
	margin-left: 23%;
	opacity: 0.6;
	position: relative;
	width: 53%;
}

.chatInactive span {
	color: black !important;
	font-size: 16px;
	font-weight: bold !important;
	margin-left: 23%;
	margin-top: 7%;
	opacity: 0.6 !important;
}

.chatText {
	width: 100%;
	border: 1px solid #fafafa !important;
	border-bottom: none !important;
}

.chatText input {
	border: 1px solid #fafafa;
}

.textBoxChat {
	height: 60px;
	width: 100%;
}

.acceptVideo {
	color: white;
	padding: 17px;
	text-align: center;
}

.acceptVideo span {
	font-size: 17px;
}

.acceptVideo a {
	font-size: 17px;
	text-decoration: underline !important;
}

.localVideo {
	float: right !important;
	margin-bottom: 1%;
	margin-right: 1% !important;
	margin-top: -7.8%;
	min-width: 255px !important;
	position: relative;
	width: 30%;
	z-index: 2 !important;
}

.localVideo100 {
	float: right !important;
	margin-bottom: 1%;
	margin-right: 1% !important;
	margin-top: -22.9%;
	position: relative;
	width: 30%;
	z-index: 2 !important;
}

.webrtcat_localVideo_all {
	margin-left: -18.4%;
	margin-top: -25.1%;
	position: absolute;
	width: 38.7%;
}

#webrtcat_remoteVideo {
	margin-top: 1%;
	padding: 0 !important;
	height: 450px;
	z-index: 1 !important;
	max-width: -webkit-fill-available;
}

.personsChat {
	display: block;
	font-size: 15px;
	font-weight: bold !important;
	padding: 0.5%;
	text-align: center;
}

/* .contentChatNote { */
/* 	margin-bottom: 3%; */
/* 	float: right; */
/* 	margin-right: 3%; */
/* 	width: 34%; */
/* } */
.contentChatNote {
	margin-bottom: 3%;
	float: right;
	width: 37%;
}

/*GO TOP*/
.go-top {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 1em;
	color: #ffffff;
	display: none;
	font-size: 11px;
	opacity: 0.5;
	padding: 1em;
	position: fixed;
	right: 1em;
	text-decoration: none;
	z-index: 999999 !important;
}

.go-top img {
	width: 2.5em;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.professionalCalling img {
	background: white none repeat scroll 0 0;
	border-radius: 50px;
	margin: 20px;
	height: 88px;
	width: 88px;
}

.professionalCalling.z-div {
	display: block;
	width: 100% !important;
}

.webCamFull {
	background: black none repeat scroll 0 0;
	left: 0;
	padding-bottom: 40%;
	padding-left: 15%;
	padding-right: 25%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 70%;
}

/*FIN VIDEO*/
.dropChat {
	cursor: pointer;
}

.z-messagebox-button z-button {
	padding: 2%;
}

.z-messagebox-button {
	padding: 2%;
}

.z-messagebox-button {
	min-width: 87px;
	padding: 11px;
	height: 40px;
	border: solid 1px #999999 !important;
	background: white !important;
	font-size: 14px;
}

.z-messagebox-button:hover {
	background: #f1f1f1 !important;
	height: 40px;
}

.z-window-close {
	background: white none repeat scroll 0 0 !important;
	border-radius: 0 !important;
}

*:focus {
	outline: 0 !important;
}

.squareBorder {
	border: 1px solid #999999;
	padding-bottom: 0;
}

/*POP UP*/
.windowsGeneric50Scroll {
	max-height: 86%;
	overflow-y: scroll;
	top: 5% !important;
	width: 50%;
}

.windowsGeneric50 {
	top: 5% !important;
	width: 50%;
}

.windowsAppointment40 {
	top: 30% !important;
	width: 40%;
}

.windowsAppointment30 {
	top: 30% !important;
	width: 30%;
}

.windowsGeneric40 {
	top: 5% !important;
	width: 40%;
}

.windowsGeneric20 {
	top: 20% !important;
	width: 20%;
}

.windowsGeneric60Scroll {
	max-height: 95%;
	overflow-y: scroll;
	top: 5% !important;
	width: 60%;
}

.windowsGeneric60Scrollform {
	max-height: 95%;
	overflow-y: scroll;
	top: 5% !important;
	width: 60%;
	margin-left: auto;
	margin-right: auto
}

.windowsGeneric60 {
	max-height: 86%;
	top: 5% !important;
	width: 60%;
}

.windowsGeneric80 {
	top: 5% !important;
	width: 80%;
	position: fixed;
}

.windowsGeneric80Scroll {
	top: 5% !important;
	width: 80%;
	position: fixed;
	max-height: 86%;
	overflow-y: scroll;
}

.windowsGeneric100 {
	top: 0% !important;
	left: 0% !important;
	width: 100%;
}

.windowsGeneric100Scroll {
	top: 0% !important;
	left: 0% !important;
	width: 100%;
	max-height: 86%;
	overflow-y: scroll;
}


fix bug scroll horizontal with popup
.z-modal-mask {
	width: 99% !important;
}

.windowsFixed {
	position: fixed !important;
}

.z-window-noborder.z-window-noheader>.z-window-content {
	margin: -5px;
}

.z-window-noborder>.z-window-content {
	margin: -5px;
}

.z-grid-body, .z-grid-header {
	width: 100% !important;
}

.peopleWindowImageAddress {
	margin: 0 auto;
	width: 172px;
}

.buttonUpload img, .buttonUploadCenter img {
	height: 22px;
	line-height: 20px !important;
}

.buttonUpload {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	color: #666666;
	font-size: 14px;
}

.buttonUploadCenter {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	color: #666666;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

.peopleWindowImageContainerPerson {
	background: white none repeat scroll 0 0;
	border: 1px solid #cfcfcf;
	float: left;
	font-size: 0 !important;
	height: 166px;
	margin: 5px auto;
	overflow: hidden;
	position: relative;
	width: 90%;
}

.verticalCenterHelper {
	/*rrogergo - centra verticalmente, dentro de un contenedor de altura definida en px, un elemento inline o inline-block con propiedad "vertical-align: middle" situado a su lado*/
	width: 0px;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.windowImage {
	max-width: 100%;
	max-height: 100%;
	/* 	-webkit-transition: all 1s ease; */
	/* 	-moz-transition: all 1s ease; */
	/* 	-o-transition: all 1s ease; */
	/* 	-ms-transition: all 1s ease; */
	/* 	transition: all 1s ease; */
}

.windowImage500 {
	max-width: 80%;
	max-height: 500px;
	/* 	-webkit-transition: all 1s ease; */
	/* 	-moz-transition: all 1s ease; */
	/* 	-o-transition: all 1s ease; */
	/* 	-ms-transition: all 1s ease; */
	/* 	transition: all 1s ease; */
}

/* .windowImage:hover { */
/* 	max-width: 100%; */
/* 	max-height: 100%; */
/* 	transform: scale(1.5); */
/* 	-moz-transform: scale(1.5); */
/* 	-webkit-transform: scale(1.5); */
/* 	-o-transform: scale(1.5); */
/* } */

/* .windowImage500:hover { */
/* 	max-width: 80%; */
/* 	max-height: 500px; */
/* 	transform: scale(1.1); */
/* 	-moz-transform: scale(1.1); */
/* 	-webkit-transform: scale(1.1); */
/* 	-o-transform: scale(1.1); */
/* } */

/*security.zul and userGuide*/
.menuItem:hover {
	font-weight: bold !important;
	text-decoration: none !important;
}

.z-button {
	border-radius: 0px !important;
}

.z-button:focus {
	outline: 0 !important;
	border-color: none !important;
	box-shadow: none !important;
}

.mainAppResponsive {
	display: none !important;
	line-height: 30px !important;
}

.mainAppDisplay {
	display: inline !important;
}

.input {
	width: 156px !important;
}

.dateInput, .dateInput input {
	width: 100%;
}

.dateInputSmall input {
	min-width: 123%;
}

.dateInput .z-doublespinner-button {
	margin-left: -24px;
}

.dateInputGraphic, .dateInputGraphic input {
	width: 20%;
}

.buttonWidth {
	min-height: 45px;
	min-width: 123px;
	padding: 1em;
}

.buttonWidth2 {
	min-height: 45px;
	min-width: 158px;
	padding: 1em;
}

.smallButtonWidth {
	min-height: 30px;
	min-width: 100px;
}

.inputBig {
	width: 240px !important;
}

.inputSmall {
	min-width: 24px;
	width: 3%;
}

a:hover, a:active, a:focus {
	outline: 0 !important;
}

.button {
	background: #9AAE04 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0;
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: none !important;
}

.buttonCIDI {
	background: #1976B3 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0;
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: none !important;
}

.cancel:hover {
	background: white none repeat scroll 0 0 !important;
	border: none !important;
}

.cancel {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #333333 !important;
	text-decoration: -moz-anchor-decoration;
}

.centerText {
	text-align: center !important;
}

.centerElement {
	margin: 0 auto;
}

.noMargin {
	margin: 0 !important;
}

.noMargin>input {
	margin: 0 !important;
}

.noBorder {
	border: none !important;
}

div .button:hover, .button:focus {
	background: #e9f0c7 none repeat scroll 0 0 !important;
	color: #333333 !important;
}

div .cancel:hover {
	background: none !important;
}

.noDisplay {
	display: none;
}

.inputNoBorder {
	background: transparent none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none !important;
}

.displayBlock {
	display: block;
	padding-top: 1%;
}

.displayBlockText {
	display: block;
	padding-top: 0.5%;
	clear: both;
}

.clearBoth {
	clear: both;
}

.blockSpace {
	float: left;
	padding: 6px;
}

.spaceWhite:after {
	content: "\00a0" !important;
}

.nonSpaceLabel>label {
	padding: 0;
}

.nonSpace {
	padding: 0 !important;
}

.space {
	padding: 2%;
}

.space1 {
	padding: 1%;
}

.space2 {
	padding: 2%;
}

.space3 {
	padding: 3%;
}

.space4 {
	padding: 4%;
}

.space5 {
	padding: 0.5%;
}
.space6 {
	padding: 0.5%;
	margin: -1% 0% 1% 6%; 
	font-style: italic;
}
.space7 {
	padding: 0.5%;
	margin: -1% 0% 1% 6%; 
	border: 1px solid;
	border-left: 1px;
    border-right: 1px;
    border-bottom: 1px
}
.spaceRadio {
	padding: 0.5%;
	margin: -1% -38% 1% 6%;
}

.spaceText1 {
	padding-top: 1%;
	padding-bottom: 1%;
}


.spaceSelector {
	padding: 2%;
}


.spaceText {
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

.spaceLine {
	padding-top: 2%;
	padding-bottom: 2%;
}

.spaceTop {
	padding-top: 2%;
}

.spaceTopDate {
	padding-top: 4%;
}

.spaceLeft {
	padding-left: 2%;
}

.spaceLeft10 {
	padding-left: 10%;
}

.spaceLeftRem {
	padding-left: 1rem;
}

.spaceRight10 {
	padding-right: 10%;
}

.spaceRight5 {
	padding-right: 2%;
}

.spaceRight {
	padding-right: 2%;
}

.spaceRight1 {
	padding-right: 1%;
}

.spaceBottom {
	padding-bottom: 2%;
}

.spaceLeftRight {
	padding-left: 1%;
	padding-right: 1%;
}

.marginLeftRight {
	margin-left: 2%;
	margin-right: 2%;
}

.marginLine {
	margin: 2%;
}

.marginText {
	margin: 1%;
}

.marginTop {
	margin-top: 1% !important;
}

.minMarginTop {
	margin-top: -5px;
}

.marginBottom {
	margin-bottom: 1%;
}

.marginBottom2 {
	margin-bottom: 2%;
}

.marginBottomBig {
	margin-bottom: 4%;
}

.marginAuto {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

.marginLeft {
	margin-left: 1%;
}

.marginRight {
	margin-right: 1%;
}

.marginRight2 {
	margin-right: 2%;
}

.marginRight05 {
	margin-right: 0.5%;
}

.marginRightButton {
	margin-right: 3%;
}

.marginTopButton {
	margin-top: 3%;
}

.marginBottomButton {
	margin-bottom: 3%;
}

.marginLeftButton {
	margin-left: 3%;
}

.marginLeftFilter {
	margin-left: 5%;
}

.marginRightFilter {
	margin-right: 5%;
}

.marginLeftRem2 {
	margin-left: 2rem;
}

.marginLeftRem6 {
	margin-left: 6rem;
}

.paddingTopRem5 {
	padding-top: 5rem;
}

.decorationLink {
	text-decoration: none !important;
}

.left {
	float: left;
}

.labelMargin {
	margin-top: 4px;
}

.labelFilter {
	margin-top: 2px;
	min-width: 150px;
	width: 50%;
}

.labelFilter10 {
	min-width: 73px;
	width: 10%;
}

.labelFilterMin {
	margin-right: 7px;
	min-width: 37px;
	width: 7%;
}

.labelFilter2 {
	min-width: 220px;
	width: 40%;
}

.right {
	float: right;
}

.white {
	color: white;
}

.all8 {
	min-width: 96px;
	width: 8%;
	float: left;
}

.all10 {
	width: 10%;
}

.diaryContent .nicEdit-main {
	margin: 0 !important;
	min-height: 435px !important;
}

.ellipseText350 {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.all10maxEllipsis {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	width: 10%;
	padding: 14px;
}

.all20 {
	min-width: 120px;
	width: 20%;
}

.all20maxEllipsis {
	max-width: 120px;
	width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.all21 {
	width: 21%;
}

.all24 {
	min-width: 210px;
	width: 24%;
}

.all25 {
	width: 25%;
}

.all29 {
	width: 29%;
}

.all30 {
	width: 30%;
}

.all33 {
	width: 33%;
}

.all30Min {
	width: 30%;
	min-width: 250px;
}

.all35 {
	width: 35%;
}

.all40 {
	min-width: 209px;
	width: 34%;
}

.all45 {
	width: 45%;
}

.all47 {
	width: 47%;
}

.all48 {
	width: 48%;
}

.all50 {
	width: 50%;
}

.all60 {
	width: 59%;
}

.all65 {
	width: 65%;
}

.all70 {
	width: 70%;
}

.all79 {
	width: 79% !important;
}

.all75 {
	width: 75%;
}

.all80 {
	width: 80%;
}

.all90 {
	width: 90%;
}

.all95 {
	width: 95%;
}

.all98 {
	width: 98%;
}

.all97 {
	width: 97%;
}

.all985 {
	width: 98.5%;
}

.all100 {
	width: 100%;
}

.all100Important {
	width: 100% !important;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

.minHeight2 {
	height: 2rem;
}

.oblique {
	font-style: oblique;
}

.colums2 {
	margin-left: 1%;
	width: 49%;
}

.titleDiv {
	border: 1px solid #999999;
	height: 40px;
	margin: 0;
	padding: 8px;
}

.minContent {
	background-color: #ffffff;
	min-height: 750px;
}

.underline {
	text-decoration: underline;
}

.underlineHover:hover {
	text-decoration: underline;
}

.resizeNone {
	resize: none;
}

.borderRadiusNone {
	border-radius: 0 px !important;
}

.lineTitle {
	border-bottom: 6px solid #9AAE04;
	width: 100%;
}

.lineTitleAppointmentRequest {
	border-bottom: 1px solid #000000;
	width: 100%;
}

.radioRed {
	background: red;
	border-radius: 20px;
	float: left;
	margin-left: 2%;
	margin-top: 2.2%;
	padding: 5px;
}

.radioGreen {
	background: green;
	border-radius: 20px;
	float: left;
	margin-left: 2%;
	margin-top: 2.2%;
	padding: 5px;
}

.uppercase {
	text-transform: uppercase;
}

.z-textbox:focus {
	box-shadow: none !important;
	outline: 0 none !important;
}

/*message notification*/
.z-notification {
	left: 53vw !important;
	position: fixed !important;
	right: 0 !important;
}

.z-notification-close {
	padding: 15px 17px !important;
}

.z-notification-content {
	border-radius: 0 !important;
	box-shadow: none !important;
	clear: both;
	font-size: 18px;
	margin-top: 5px;
	min-height: 90px;
	padding: 27px 39px 32px 60px;
	width: 100% !important;
}

.spinnerInput .z-spinner-button, .z-combobox-button, .z-datebox-button {
	border: 1px solid #999999;
	margin-left: -24px;
}

.z-notification .z-notification-icon {
	font-size: 35px !important;
	line-height: 22px;
}

.z-drop-content {
	width: auto !important;
}

.z-notification-close:hover {
	background: none !important;
}

.z-notification-close .z-notification-icon {
	margin-left: -2px !important;
}

.z-icon-times-circle {
	position: absolute !important;
	top: 34px !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	background-color: inherit !important;
}

.icoSmall {
	height: 22px !important;
	margin-left: 35px;
	width: 22px !important;
}

.infoTooltip {
	position: relative;
	float: right;
}

.infoTooltip .infoTooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 110%;
}

.infoTooltip .infoTooltiptext::after {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
}

.infoTooltip:hover .infoTooltiptext {
	visibility: visible;
}

.dateFilter>.z-datebox-input {
	height: 47px !important;
	margin-top: 10px !important;
}

.dateFilter>.z-datebox-button {
	margin-top: 4px;
	margin: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
}

.groupboxDate>.z-groupbox-content {
	height: auto !important;
	padding: 1rem !important;
}

/**
**	slider*/
.sliderMargin {
	margin-left: 1.5rem;
}

.sliderManagement {
	padding-top: 5rem;
	width: 93% !important;
}

div.sliderManagement>div {
	width: 100% !important;
}

.z-slider-center {
	height: 7px !important;
}

.z-slider-button {
	background-color: red;
}

.z-slider-button {
	width: 10px;
	height: 20px;
}

.imatgeEliminar {
	width: 20px;
	margin-left: 10px;
	margin-top: 3px;
}

.labelFitxer {
	font-size: 14px;
	margin-top: 5px;
	color: black;
}

.labelFitxer:hover {
	color: #0080ff;
}

.z-slider-button:hover {
	pointer-events: none !important;
}
/*
 .z-slider-button:focus{
 pointer-events: auto !important;
 }
 
 .z-slider-buttonactive{
 pointer-events: auto !important;
 }*/
.z-slider-popup {
	display: none !important;
}

.sliderNoValue {
	display: none !important;
}

/* .contentPortalInfo { */
/* 	float: left; */
/* 	margin: 2% 2% 2% 3%; */
/* 	width: 97%; */
/* } */
.imageUser img {
	border-radius: 100px;
	box-shadow: 1px 1px 10px -7px;
	margin: 3%;
	padding: 3%;
	width: 110px;
	height: 110px !important;
}

.imageUser {
	float: left;
	width: 110px;
}

.contentInfoHead a {
	text-decoration: none !important;
}

.contentInfoHead {
	float: left;
	margin-left: 2%;
	margin-top: 1%;
	width: 30%;
}

.peopleIcoWarning {
	height: 11px;
	margin-top: 6px;
	padding-left: 2px;
	padding-right: 5px;
}

.sectionBorder {
	border: 1px solid #cfcfcf;
}

.buttonsReceivers {
	margin-top: -31px;
}

.icoOption {
	border: 1px solid #e1e1e1;
	border-radius: 0 !important;
	float: right;
	height: 110px;
	margin-bottom: 11px;
	margin-left: 11px;
	text-align: center;
	width: 85px;
}

.icoOptionSmall {
	border: 1px solid #e1e1e1;
	border-radius: 0 !important;
	float: right;
	height: 80px;
	margin-bottom: 11px;
	margin-left: 11px;
	text-align: center;
	width: 70px;
}

.icoOption button, .icoOptionSmall button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
}

.icoOption img {
	display: block;
	margin: 0 auto 4px;
	width: 30px;
	padding-top: 8px;
}

.icoOptionSmall img {
	display: block;
	margin: 0 auto 4px;
	padding-top: 8px;
	width: 17px;
}

.icoOption:hover, .icoOptionSmall:hover {
	border-bottom: 6px solid #e1e1e1;
}

.exportIcon {
	float: left;
	margin-left: 1%;
	width: 2%;
}

.addRowButton button {
	background: green none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0 !important;
	color: white !important;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 4px;
	transition: all 1s ease-in-out 0s;
}

.addRowButton>button:hover, addRowButton>button:focus {
	border-left: solid 5px grey !important;
}

.removeIdentificationDocument {
	margin-left: 5px;
	margin-top: 4px;
	transition: all 0.5s ease 0s;
	width: 14px;
}

.selectionButton {
	background-image: url("/remotehs-web/images/image_groups_selection.png")
		!important;
	background-size: cover !important;
	border: medium none;
	cursor: pointer;
	margin: 0 0 0 10px;
}

.selectionButton:hover {
	background-image:
		url("/remotehs-web/images/image_groups_selection_hover.png")
		!important;
	background-size: cover;
}

.inputPopUp {
	min-width: 157px;
	width: 50%;
	float: right;
}

.inputPopUpNotificacions {
	min-width: 157px;
	width: 100%;
	float: left;
	margin-bottom: 3%;
}

.labelInputPopUp {
	float: left;
	font-weight: bold;
	width: 30%;
}

.inputPopUp input {
	width: 100%;
}

.infoForm {
	background: #e1e1e1 none repeat scroll 0 0;
}

.appointmentRequestBorder {
	border: 2px solid;
	border-color: #1976B3;
}

.ckEditorDiv .cke_toolbar_break {
	display: none;
}

/*5 - LEGAL POPUP*/
.legalContent {
	left: 0 !important;
	margin: 0 auto 0 15%;
	position: relative;
	top: 17% !important;
	width: 70%;
	border-radius: 0 !important;
}

.contentLegal {
	padding: 2%;
}

.labelNameLegal {
	float: right;
	padding-bottom: 1%;
	padding-left: 2%;
	width: 50%;
}

.contentInfoUser {
	float: left;
	width: 50%;
}

.contentInfoLegal {
	float: right;
	height: 225px;
	overflow-x: auto;
	padding: 0 2%;
	width: 50%;
}

.contentInfoLegal span {
	font-size: 16px !important;
}

/* .contentButtonsLegal { */
/* 	clear: both; */
/* 	padding-top: 1%; */
/* 	width: 100%; */
/* 	text-align: center; */
/* } */
.lineHeightEm {
	line-height: 1.69em;
}

.formLegal {
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
}

.remember {
	clear: both;
	padding-top: 30px;
}

.remmeber>span {
	margin-left: 1%;
}

.z-popup {
	position: fixed !important;
}

.popUpLegal {
	width: 50% !important;
	left: 25% !important;
	top: 25% !important;
}

.popUpCookie {
	width: 50% !important;
	left: 25% !important;
	top: 5% !important;
}

/*modal confirmation*/
.z-window-content {
	border: solid 1px white !important;
}

.z-window-header {
	color: white !important;
	font-size: 16px !important;
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
	font-weight: bold !important;
}

.z-window-content span {
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue,
		Helvetica, sans-serif;
}

a {
	text-decoration: none !important;
}
/*CAPTCHA SE NECESITA ASI */
.hiddenButton {
	position: fixed;
	top: -200px;
}

/*CSS MessageBox*/
.z-window {
	border-radius: 0px !important;
}

.z-messagebox-window {
	border: medium none !important;
	border-radius: 0;
	margin: 0 !important;
	position: fixed;
	padding: 0px !important;
	box-shadow: none !important;
}

/*************6 - COOKIES*/
#acceptNotice {
	background-color: #9AAE04;
	bottom: 0;
	color: #fff;
	display: none;
	left: 0;
	min-height: 40px;
	padding: 1%;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 9999;
}

.inner {
	width: 100%;
}

.inner a.ok span {
	background: white none repeat scroll 0 0;
	border-radius: 80px;
	clear: both;
	color: black;
	float: left;
	font-size: 14px !important;
	font-weight: bold;
	margin: 17px 5px 5px;
	padding: 9px;
	text-transform: uppercase;
	width: 157px;
}

.inner a.info span {
	color: #e9f0c7 !important;
	font-size: 14px !important;
	margin: 17px 5px 5px;
	padding: 9px;
	text-transform: uppercase;
	width: 157px;
	float: left;
}

.centerButtonsCookie {
	margin: 0 auto;
	width: 350px;
}

.pointer:hover {
	cursor: pointer;
}

/* ************7 - REQUIREMENTS.ZUL TEMPORAL */
.link:hover {
	color: blue;
	text-decoration: underline;
}

/* ************8 - FORMS*/
.formsWindow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none !important;
	left: 0 !important;
	margin-bottom: 2%;
	top: 0 !important;
	width: 100% !important;
}

.contentNewForm {
	background: white none repeat scroll 0 0;
	box-shadow: 1px 1px 22px grey;
	margin: 0 auto;
	min-height: 1000px;
	padding: 3%;
	position: relative;
	top: 11px !important;
	width: 95%;
}

.infoForms {
	background: #e1e1e1 none repeat scroll 0 0;
	border: 1px solid #999999;
}

.buttonForm {
	margin-right: 10%;
	margin-top: 1%;
}

.newForm {
	margin: 0 auto;
	width: 86%;
}

.buttonOkForm {
	border-radius: 0px;
	margin-left: 0px;
	color: white;
	background: #9AAE04;
}

.buttonOkForm:hover {
	background: #E9F0C7;
	color: #333333;
}

.sectionForm {
	background: #e1e1e1 none repeat scroll 0 0 !important;
	min-height: 59px;
	padding: 1% 1% 2%;
}

.editForms {
	float: right;
	line-height: 0;
	margin-top: -1px;
	min-width: 29px;
	padding: 3px;
	position: relative;
	width: 3%;
}

.formHtmlContent p {
	margin: 0;
}

/* .questionBoxResize { */
/*     cursor: move; */
/*     padding: 1% !important; */
/*     text-align: center; */
/* } */
.sectionBoxResize {
	cursor: move;
	padding: 1% !important;
	text-align: center;
	/* 	margin-bottom: -4%; */
	/* 	margin-left: 0.5%; */
	/* 	padding: 1% !important; */
	/* 	text-align: center; */
	/* 	width: 99%; */
	-webkit-animation: showMove 1s;
	animation: showMove 1.5s;
}

.sectionBoxResize img {
	width: 2.5em;
}
@-webkit-keyframes show {
	from { 
		right: 6vw;
	opacity: 0;
}

to {
	right: 3vw;
	opacity: 1;
}
}
@keyframes show {
	from { 
		right: 6vw;
	opacity: 0;
	z-index: 1;
}

to {
	right: 3vw;
	opacity: 1;
}
}

@-webkit-keyframes showMove {
	from { 
		margin-top:-2%;
	opacity: 0;
}

to {
	margin-top: 0%;
	opacity: 1;
}
}
@keyframes showMove {
	from { 
		margin-top: -2%;
	opacity: 0;
	z-index: 1;
}

to {
	margin-top: 0%;
	opacity: 1;
}
}
.moveAnswer {
	cursor: move;
	float: left;
	left: -61%;
	margin-top: -17%;
	padding: 0.5%;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 2em;
}

.optionsForms {
	float: right;
	padding: 3px;
	transition: all 0.5s ease 0s;
	width: 22px;
}

.optionsForms:hover {
	background-color: #E9F0C7;
	border-radius: 12px;
	border: solid 1px #999999;
	box-shadow: 1px 1px 5px #999999;
}

.deleteForms {
	background: #fe2020 none repeat scroll 0 0;
	border: 1px solid #999999;
	color: white;
	display: block;
	font-size: 10px !important;
	padding: 1% 8%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999 !important;
}

.deleteForms::after {
	content: "\00d7";
	font-size: 18px;
}

.deleteFormsSection {
	background: #fe2020 none repeat scroll 0 0;
	border: 1px solid #999999;
	color: white;
	display: block;
	float: right;
	font-size: 10px !important;
	margin-top: -0.5%;
	padding: 0.2% 1%;
	opacity: 0.75;
	transition: all 0.7s ease 0s;
}

.deleteFormsSection:hover {
	opacity: 1;
}

.deleteFormsSection::after {
	content: "\00d7";
	font-size: 18px;
}

.questionBox {
	background: #E1E1E1;
	margin: 0 auto 12px;
	width: 96%;
	padding: 3% 1% 8% !important
}

/* .questionBoxAffirmativeColor { */
/* 	background: #ced7cd; */
/* } */

/* .questionBoxNegativeColor { */
/* 	background: #D7CECD; */
/* } */
.firstTabulation {
	margin-left: 5%;
	width: 93%;
}

.secondTabulation {
	margin-left: 10%;
	width: 88%;
}

.thirdTabulation {
	margin-left: 15%;
	width: 83%;
}

.wrongAnswer {
	border: 5px solid #f47920;
	background-color: #fbe2bf !important;
}

/* .questionBoxResize { */
/* 	cursor: move; */
/* 	margin-left: 0.5%; */
/* 	padding: 1% !important; */
/* 	text-align: center; */
/* 	width: 10%; */
/* } */
.questionBoxResize {
	cursor: move;
	padding: 1% !important;
	text-align: center;
}

.questionBoxResize img {
	margin: 0 auto;
	width: 2em;
}

.addAnswer {
	clear: both;
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin-bottom: 2%;
	margin-left: 6%;
	margin-top: 2%;
	position: relative;
	text-decoration: underline;
	text-transform: uppercase;
}

.answers {
	margin-left: 1%;
	margin-top: 1% !important;
}

.dropNote {
	margin-top: -1%;
	padding: 1% 2%;
}

.bgFormsLight {
	background: #EDEDED;
}

.inputPopUpForms {
	background: transparent none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none !important;
}

.titleNumberQuestion {
	font-size: 17px !important;
	margin-right: 1px;
}

.sectionNumber {
	color: white;
	float: left;
	font-size: 17px !important;
	line-height: 59.5px;
	margin: -1.1% 1% -1.1% -1.1% !important;
	min-height: 100% !important;
	padding-left: 9px;
	padding-right: 12px;
	text-transform: uppercase;
}

.sectionTitle {
	background: transparent none repeat scroll 0 0;
	border: medium none !important;
	box-shadow: none !important;
	line-height: 19px;
	min-height: 50px;
	resize: none !important;
	width: 66%;
}

.editSection {
	float: right;
	margin-top: -3px;
	width: 31px;
	transition: all 0.5s;
}

.editSection:hover {
	background-color: #e9f0c7;
	border: 1px solid #999999;
	border-radius: 12px;
	box-shadow: 1px 1px 5px #999999;
}

/* .sectionBox { */
/* 	padding-bottom: 1%; */
/* 	padding-top: 1%; */
/* } */
.icoDeleteRowCol {
	border: 1px solid #E1E1E1;
	border-radius: 41px;
	height: 16px;
	margin-left: 9px;
	margin-top: 4px;
	padding: 3px;
	width: 16px;
}

.icoDeleteRowCol:hover {
	background-color: #e9f0c7 !important;
	transform: scale(1.2);
	transition: all .3s ease-in-out 0s;
}

.moveAnswerType {
	cursor: move;
	left: 2%;
	margin: 0 auto 0 -6%;
	padding: 0.8%;
	position: relative;
	top: -0.3em;
	transition: all 0.5s ease 0s;
	width: 2em;
}

.moveAnswerContent {
	height: 0;
	width: 100%;
}

.textAnswer {
	background: #ffffff none repeat scroll 0 0;
	margin-bottom: 2%;
	margin-left: 6%;
	margin-top: 2%;
}

.smallSpinner {
	float: left;
	margin-right: 4%;
	margin-left: 4%;
}

.smallSpinner input {
	width: 40px;
}

.selectionAnswer {
	margin-left: 8%;
	margin-top: 1%;
}

.radioAnswer {
	float: left;
	margin-top: -7px;
}

.checkAnswer {
	float: left;
	padding-top: 2px;
}

.spaceRadio {
	margin-left: -15px !important;
}

.spaceRadioLabel {
	margin-left: -10px !important;
}

.selectionLabel {
	margin-left: 6px;
	margin-top: 3px;
}

.gridRowCol {
	border-bottom: medium none;
	border-image: none !important;
	border-left: medium none !important;
	border-right: medium none !important;
	border-top: medium none !important;
	box-shadow: none;
	margin-left: 6%;
}

.gridRowColDisplay {
	margin-top: -4% !important;
}

.marginLeftRadioGroup {
	margin-left: 50px;
}

.marginLeftNumber {
	margin-left: 26px;
}

.marginLeftRadioGroup {
	margin-left: 26px;
}

.marginAnswerDetail {
	margin-top: -20px;
}

.inputPopUpCommon {
	min-width: 132px;
	width: 49%;
}

.inputPopUpCommon input {
	width: 156px;
}

.tableDisplay {
	border-bottom: medium none;
	border-image: none !important;
	border-left: medium none !important;
	border-right: medium none !important;
	border-top: medium none !important;
	box-shadow: none;
	margin-left: 22px;
}

.tableDisplayScale {
	border: 1px solid red;
	display: flex;
}

.marginLeftGrid {
	margin-left: 5px;
}

.marginLeftGridRadio {
	margin-left: 17px;
}

.endMessageForm {
	border: 1px dotted;
	margin-bottom: 5%;
	margin-top: 10%;
	padding: 2%;
}

.questionLabel {
	float: right;
	margin-bottom: 14px;
	width: 92%;
}

.weightingTextbox {
	width: 20px;
}

.spaceRadiobutton {
	padding-bottom: 7px;
	padding-left: 23px;
}

.spaceCheckboxText {
	padding-left: 10px;
}

.formGridScroll {
	overflow-x: scroll;
}

.centerGridColumnRadioDetail {
	transform: translateX(20%);
}

.centerLinearScaleRadioDetail {
	transform: translateX(16%);
}

.centerLinearScaleRadioExecution {
	transform: translateX(2%);
}

.horizontalResize {
	cursor: col-resize;
}

.marginRadiobutton {
	margin-right: 8px;
}

div.responseSeleccio>span {
	position: absolute;
}

.answerImage {
	max-height: 60px;
}

.answerImageDiv {
	min-height: 60px;
}

.answerImageSelection {
	margin-left: 10px;
}

.internalInformationHeader {
	height: 46px;
	border-bottom: 6px solid #9AAE04;
	background: #e1e1e1 none repeat scroll 0 0 !important;
	padding: 10px;
}

.formQuestionImage {
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.formQuestionImageHeight {
	max-height: 200px;
}

.linearScaleContainer {
	min-width: 70px;
	float: left;
	margin-right: 10px;
	min-height: 10rem;
}

.linearScaleContainerNew {
	/* 	min-width :180px !important;
	max-width :200px !important;
	max-height:100px !important;
	float: left;
	margin-right: 10px;
	min-height: 10rem;
	padding-bottom: 18% !important;
    padding-top: 1% !important; */
	min-width: 161px !important;
	max-width: 200px !important;
	max-height: 100px !important;
	float: left;
	margin-right: 57px;
	min-height: 18rem;
	padding-bottom: 21% !important;
	padding-top: 1% !important;
}
/*9 - FORM MANAGEMENT */
.panelOptions {
	transform: scale(1.3);
}

.spaceTableForm td div span {
	margin-right: 7px;
	margin-top: -2px;
}

.spaceTableForm td div {
	line-height: 18px;
	margin: 6px !important;
}

.buttonDeleteForm {
	background-image: url("/remotehs-web/images/backoffice/icoDelete.png")
		!important;
}

.buttonDeleteForm:hover {
	background-image:
		url("/remotehs-web/images/backoffice/icoDeleteHover.png") !important;
	background-color: #e9f0c7;
}

.buttonDuplicateForm {
	background-image:
		url("/remotehs-web/images/backoffice/icoDuplicate.png") !important;
}

.buttonDuplicateForm:hover {
	background-image:
		url("/remotehs-web/images/backoffice/icoDuplicateHover.png")
		!important;
	background-color: #e9f0c7;
}

.buttonTopForm {
	background-image: url("/remotehs-web/images/backoffice/icoTop.png")
		!important;
}

.buttonTopForm:hover {
	background-image: url("/remotehs-web/images/backoffice/icoTopHover.png")
		!important;
	background-color: #e9f0c7;
}

.buttonBottomForm {
	background-image: url("/remotehs-web/images/backoffice/icoBottom.png")
		!important;
}

.buttonBottomForm:hover {
	background-image:
		url("/remotehs-web/images/backoffice/icoBottomHover.png") !important;
	background-color: #e9f0c7;
}

.buttonSearchTemplate {
	background-image:
		url("/remotehs-web/images/backoffice/icoSearchFavorite.png")
		!important;
}

.buttonSearchTemplate:hover {
	background-image:
		url("/remotehs-web/images/backoffice/icoSearchFavoriteHover.png")
		!important;
	background-color: #e9f0c7;
}

.buttonSaveTemplate {
	background-image:
		url("/remotehs-web/images/backoffice/icoAddFavorite.png") !important;
}

.buttonSaveTemplate:hover {
	background-image:
		url("/remotehs-web/images/backoffice/icoAddFavoriteHover.png")
		!important;
	background-color: #e9f0c7;
}

.panelOptions {
	animation: 1.5s ease 0s normal none 1 running show;
	background: white none repeat scroll 0 0 !important;
	border: 1px solid #999999;
	box-shadow: 4px 5px 35px #e1e1e1;
	margin-top: -4.6%;
	min-width: 75px;
	padding: 2.5% 1.8% 1.8%;
	position: absolute;
	right: 2vw;
	width: 6%;
}

.panelOptionsForm {
	margin-top: -6% !important;
}

.panelOptionsSection {
	margin-top: 2.4% !important;
}

/* .panelOptionsQuestion { */
/*     margin-top: -0.8% !important; */
/* } */
.buttonAddForm {
	border-radius: 100px;
	background-image: url("/remotehs-web/images/backoffice/icoAdd.png")
		!important;
	width: 50px;
}

.buttonAddForm:hover {
	background-image: url("/remotehs-web/images/backoffice/icoAddHover.png")
		!important;
	background-color: #e9f0c7;
	box-shadow: 0 3px 6px 1px #333333;
}

.buttonFormsRowCol {
	height: 22px !important;
	margin-bottom: 10px !important;
	margin-right: 10% !important;
	width: 22px !important;
}

/* .buttonFormsBinary { */
/* 	background-image: url("/remotehs-web/images/backoffice/icoAdd.png") !important; */
/* 	border-radius: 100px; */
/* 	height: 22px; */
/* 	width: 22px !important; */
/* } */

/* .buttonFormsBinary:hover { */
/* 	background-image: url("/remotehs-web/images/backoffice/icoAddHover.png") !important; */
/* 	background-color: #e9f0c7; */
/* 	box-shadow: 0 3px 6px 1px #333333; */
/* } */
.contentBackoffice .icoListBox {
	outline: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	width: 40px;
}

.contentBackoffice .icoListBox img {
	height: 18px;
	width: 15px;
}

.listBoxForm {
	border: 1px solid #999999;
	height: 155px;
	margin-bottom: 2%;
	overflow-y: auto;
	width: 97%;
}

.listBoxForm .z-listbox-body {
	max-height: 153px;
	min-height: 153px;
}

.all80Form {
	width: 72% !important;
}

.marginLinearNumber {
	margin-left: 10px;
}

.marginLinearRadio {
	margin-left: 22px;
}

.tableLinearScaleScroll {
	overflow: auto;
	resize: none;
	width: 97%;
}

.tableLinearScale {
	min-width: 1000px;
}

.displayResponsive {
	display: none !important;
}

.elipseText {
	display: inline-block !important;
	overflow: hidden !important;
	text-overflow: "..." !important;
	white-space: nowrap !important;
}

.gridColWidthText {
	width: 138px;
}

.gridColWidthSpinner {
	width: 165px;
}

.formRadiobutton {
	width: 20px;
}

.approved {
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	text-align: center;
}

.notApproved {
	font-size: 18px;
	font-weight: bold;
	background-color: white;
	text-align: center;
}

.notApprovedImage {
	text-align: center;
	padding: 12%;
	margin: 0%;
	background: center;
	background-repeat: no-repeat;
	background-image: url("/remotehs-web/images/notApproved.png");
}

.approvedImage {
	text-align: center;
	padding: 12%;
	margin: 0%;
	background: center;
	background-repeat: no-repeat;
	background-image: url("/remotehs-web/images/approved.png");
}

/*10 - GROUPS*/
.infoButton {
	background-image: url("/remotehs-web/images/image_groups_info.png")
		!important;
	background-size: cover !important;
	border: medium none;
	cursor: pointer;
	margin: 0 0 0 10px;
}

.infoButton:hover {
	background-image:
		url("/remotehs-web/images/image_groups_info_hover.png") !important;
	background-size: cover;
}

.imageGroup {
	margin-bottom: 2%;
	margin-right: 2%;
	width: 58px;
}

.nameGroup {
	line-height: 50px;
}

.groupInfoWindow {
	border-radius: 0 !important;
	width: 60%;
}

/*9 - USER GUIDE*/
.indexUserGuide {
	line-height: 25px;
	width: 18%;
	padding-top: 1%;
}

.indexUserGuide ul {
	padding-left: 20px;
}

.imageUserGuide {
	display: block;
	margin: 2% auto;
	max-width: 100%;
}

.titleContentUserGuide {
	background-color: #e9f0c7 !important;
	min-height: 35px;
	padding: 0.5%;
	width: 100%;
}

.iconUserGuide {
	width: 1.2em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.contentUserGuide {
	padding-left: 2%;
	width: 80%;
	padding-top: 1%;
}

.containerUserGuide {
	background: white none repeat scroll 0 0;
	margin: 0.5% 2%;
	width: 96%;
	padding: 1%;
}

.menuItem:hover {
	font-weight: bold;
	text-decoration: none !important;
}

/** Footer information **/
.commonInformationBackground {
	padding: 1% 2%;
	background-color: #e1e1e1;
	min-height: 78vh;
}

.commonInformationContainer {
	padding: 2%;
	background: white;
	min-height: 78vh;
}

/** User guide **/
/* .userGuideMenuPage { */
/* 	color: black; */
/* } */

/* .userGuideMenuPage:hover { */
/* 	text-decoration: underline !important; */
/* 	font-weight: bold; */
/* } */
.userGuideMenuPage {
	margin-left: 15px;
}

.userGuideMenu {
	width: 300px;
	float: left;
	overflow-y: scroll;
	height: 70vh;
	margin-bottom: unset !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.userGuideContent {
	display: flex;
	padding-left: 30px;
}

.userGuideMenuSelected {
	font-weight: bold;
	text-decoration: underline !important;
}

.widthPatientDisability {
	width: 85%;
	margin-left: 3%;
}

/**RESPONSIVE MOBILE**/
@media only screen and (min-width : 0px) and (max-width : 350px) {
	.z-loading {
		left: -1vw !important;
	}
	.centerButtonsCookie {
		margin: 0 auto;
		width: 63% !important;
	}
	.noDisplayResponsive {
		display: none !important;
	}
	.displayResponsive {
		display: block !important;
	}
	.widthAutoResponsive {
		min-width: auto !important;
		width: auto !important;
	}
	.ellipseText350 {
		width: 90% !important;
	}
	.contentInfoUser {
		width: 100% !important;
	}
	.legalContent {
		left: 0 !important;
		margin: 0 !important;
		position: relative;
		top: 0 !important;
		width: 100%;
		border-radius: 0 !important;
	}
	.labelNameLegal {
		float: right;
		padding-bottom: 1%;
		padding-left: 2%;
		padding-top: 5%;
		width: 100%;
	}
	.contentInfoLegal {
		float: left;
		height: 225px;
		overflow-x: auto;
		padding: 0;
		width: 100%;
	}
	.panelImage{
		height: 200px !important;
	}
	.coverImageWR {
		width: 400px !important;
	}
}

/**RESPONSIVE MOBILE**/
@media only screen and (min-width :350px) and (max-width : 650px) {
	.z-loading {
		left: 15vw !important;
	}
	.noDisplayResponsive {
		display: none !important;
	}
	.displayResponsive {
		display: block !important;
	}
	.widthAutoResponsive {
		min-width: auto !important;
		width: auto !important;
	}
	.ellipseText350 {
		width: 90% !important;
	}
	.contentInfoUser {
		width: 100% !important;
	}
	.legalContent {
		left: 0 !important;
		margin: 0 !important;
		position: relative;
		top: 0 !important;
		width: 100%;
		border-radius: 0 !important;
	}
	.labelNameLegal {
		float: right;
		padding-bottom: 1%;
		padding-left: 2%;
		padding-top: 5%;
		width: 100%;
	}
	.contentInfoLegal {
		float: left;
		height: 225px;
		overflow-x: auto;
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-width : 750px) and (max-width : 1100px) {
	.panelOptions {
		right: -1vw !important;
	}
	.peopleWindowImageContainerPerson {
		background: white none repeat scroll 0 0;
		border: 1px solid #cfcfcf;
		float: left;
		font-size: 0 !important;
		height: 166px;
		margin: 5px auto;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.all100TabletResponsive {
		width: 100%;
	}
	.textAlignTablet {
		text-align: center;
	}
	.contentInfoUser {
		width: 100% !important;
	}
	.legalContent {
		left: 0 !important;
		margin: 0 !important;
		position: relative;
		top: 0 !important;
		width: 100%;
		border-radius: 0 !important;
	}
	.labelNameLegal {
		float: right;
		padding-bottom: 1%;
		padding-left: 2%;
		padding-top: 5%;
		width: 100%;
	}
	.contentInfoLegal {
		float: left;
		height: 225px;
		overflow-x: auto;
		padding: 0;
		width: 100%;
	}
	.platformConfigurationOptions {
		width: 100%;
	}
	.platformConfigurationContent {
		width: 100%;
		float: left;
	}
	.inputPopUp {
		width: 100% !important;
	}
	.all30>.z-datebox>.z-datebox-input {
		min-width: 0px !important;
	}
}
/**RESPONSIVE MOBILE**/
@media only screen and (min-width : 0px) and (max-width : 750px) {
	/*COMMON*/
	.textAlignTablet {
		text-align: center;
	}
	.noSpaceResponsive {
		padding: 0px !important;
	}
	.spaceResponsiveAll {
		padding: 20px;
	}
	.z-notification {
		left: 2px !important;
		position: fixed !important;
		right: 0 !important;
	}
	.allButtonResponsive {
		float: none !important;
		margin-bottom: 10px;
		margin-left: 0 !important;
		margin-top: 10px;
		width: 100% !important;
	}
	.z-window {
		border-radius: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-height: 100%;
		overflow: auto;
		position: fixed !important;
	}
	.noWidth {
		min-width: 0px !important;
		width: 0px !important;
	}
	.all30,
	.all60 {
		width: 100%;
	}
	.allResponsiveCommons {
		width: 100% !important;
	}
	.spaceResponsiveCommons {
		margin-top: 20px !important;
	}
	.spaceResponsive50Commons {
		margin-top: 50px !important;
	}
	.spaceResponsiveCommonsBotTop {
		margin-bottom: 13px;
		margin-top: 13px;
		display: block;
	}
	.windowsGeneric50, .windowsGeneric50Scroll, .windowsGeneric80,
		.windowsGeneric40, .windowsGeneric30 {
		max-height: 100%;
		top: 0% !important;
		width: 100% !important;
		min-width: 0px !important;
	}
	.centerElementResponsive {
		margin: 0 auto;
	}
	.listBandBox100Responsive100>input {
		width: 100% !important;
	}
	.all40Responsive {
		min-width: 209px;
		width: 34%;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a
		{
		padding: 5px 15px 6px 40px !important;
	}
	.dropdown-toggle {
		padding-left: 22px !important;
	}
	.allResponsive100MobileTable {
		width: 100% !important;
	}
	.all100Important {
		width: 100% !important;
	}
	.all95Responsive {
		width: 95% !important;
	}
	.marginLeftResponsive {
		margin-left: 5% !important;
	}
	.dateInput100, .dateInput100 input {
		width: 100%;
	}
	.allButtonResponsive100 {
		float: none !important;
		margin-bottom: 10px;
		margin-left: 0 !important;
		margin-top: 10px;
		width: 100% !important;
		padding: 0px !important;
	}
	.icoOptionSmall {
		width: 100%;
	}
	.icoOption {
		float: left !important;
		height: 55px !important;
		margin-top: 0px !important;
		padding-top: 10px !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	.icoOption img {
		display: inline !important;
		float: left;
		padding-top: 0 !important;
		width: 22px !important;
	}
	.inputPopUp {
		width: 100% !important;
	}

	/*FORMS*/
	.contentNewForm {
		padding: 2% 0 19%;
		position: relative;
		width: 100%;
	}
	/* 	.inputPopUpForms { */
	/* 		width: 100%; */
	/* 	} */
	.sectionTitle {
		clear: both;
		display: block;
		font-size: 15px;
		line-height: 20px;
		margin-top: 4%;
		min-height: 74px;
		padding: 3%;
		resize: none;
		width: 100% !important;
	}

	/* FORM MANAGEMENT */
	.panelOptions {
		border-left: medium none !important;
		border-right: medium none !important;
		bottom: -2px;
		left: 0 !important;
		padding: 3%;
		position: fixed;
		width: 100% !important;
		z-index: 9999;
	}
	.dropNote {
		margin-top: 1%;
	}
	.editForms {
		margin-top: 6px;
		padding: 1px;
		position: relative;
		width: 3%;
	}
	.listBoxForm {
		width: 100%;
	}
	.panelOptionsForm {
		margin-top: -8.5% !important;
	}
	.panelOptionsSection {
		margin-top: 2.6% !important;
	}
	/* 	.panelOptionsQuestion { */
	/* 		margin-top: -6.7% !important */
	/* 	} */
	.sectionNumber {
		font-size: 14px !important;
		line-height: 40px;
	}
	.sectionForm {
		min-height: 44px;
	}
	.smallSpinner input {
		width: 23px;
	}
	.elipseTextResponsive {
		display: inline-block !important;
		overflow: hidden !important;
		text-overflow: "..." !important;
		white-space: nowrap !important;
		width: 79px;
	}
	.gridColResponsive {
		min-width: 196px;
		overflow: auto;
	}
	.inputsAll100 input {
		width: 100% !important;
	}
	.marginLeftResponsive7 {
		margin-left: 7% !important;
	}
	.noWidth {
		min-width: 0px !important;
		width: 0px !important;
	}
	.loginLanguage {
		position: relative;
		overflow-y: visible !important;
		margin-top: -2px;
	}
	.loginLanguage a {
		position: relative;
	}
	.dropdown-menu {
		padding-right: 59px !important;
	}
	.allResponsive100MobileTable {
		width: 100% !important;
	}
	.all100Important {
		width: 100% !important;
	}
	.windowsGeneric50, .windowsGeneric50, .windowsGeneric80,
		.windowsGeneric40 {
		min-width: 789px;
		width: 59%;
	}
	.allButtonResponsive100 {
		float: none !important;
		margin-bottom: 10px;
		margin-left: 0 !important;
		margin-top: 10px;
		width: 100% !important;
		padding: 0px !important;
	}
	.icoOptionSmall {
		width: 100%;
	}
	.icoOption  span {
		margin-top: -31px;
	}
	.icoOption {
		float: left !important;
		height: 55px !important;
		margin-left: 0 !important;
		margin-top: 2% !important;
		padding-top: 10px !important;
		width: 100% !important;
	}
	.icoOption img {
		display: inline !important;
		float: left;
		padding-top: 0 !important;
		width: 22px !important;
		margin-left: 12px;
	}
	.icoOption button img {
		margin-left: -1px;
	}

	/* Forms */
	/* 	.inputPopUpForms { */
	/* 		width: 100%; */
	/* 	} */
	.gridRowCol {
		margin-left: 0%;
	}

	/*telecare*/
	.detailNextAppointment {
		width: 100% !important;
	}
	.contentChatNote {
		width: 97%;
		margin-left: 0%;
	}
	.ellipseText350 {
		width: 80% !important;
	}
	.contentInfoUser {
		width: 100% !important;
	}
	.legalContent {
		left: 0 !important;
		margin: 0 !important;
		position: relative;
		top: 0 !important;
		width: 100%;
		border-radius: 0 !important;
	}
	.labelNameLegal {
		float: right;
		padding-bottom: 1%;
		padding-left: 2%;
		padding-top: 5%;
		width: 100%;
	}
	.contentInfoLegal {
		float: left;
		height: 225px;
		overflow-x: auto;
		padding: 0;
		width: 100%;
	}
	.windowsGeneric60Scroll {
		top: 0 !important;
	}
	.windowsGeneric60 {
		top: 0 !important;
	}
	.platformConfigurationOptions {
		width: 100%;
	}
	.platformConfigurationContent {
		width: 100%;
		float: left;
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1450px) {
	.all100Important {
		width: 100% !important;
	}
	.allButtonResponsive100 {
		float: none !important;
		margin-bottom: 10px;
		margin-left: 0 !important;
		margin-top: 10px;
		width: 100% !important;
		padding: 0px !important;
	}
	.icoOptionSmall {
		width: 100%;
	}
	.icoOption {
		border: 1px solid #e1e1e1;
		border-radius: 0 !important;
		float: left;
		height: 110px;
		margin-left: 0;
		margin-right: 1%;
		margin-top: 2% !important;
		/* 		min-width: 183px !important; */
		text-align: center;
		width: 31%;
	}
	.z-notification {
		left: 15% !important;
		position: fixed !important;
		right: 0 !important;
	}

	/*FORM*/
	.deleteForms {
		padding: 0% 3%;
	}
	.inputPopUp {
		min-width: 200px;
		width: 100% !important;
	}
	.contentBackoffice>.infoForm>.all20>.z-div>.generalInput {
		width: 100% !important;
		min-width: 0px !important;
	}
	.contentBackoffice>.infoForm>.all20>.generalInput {
		width: 100% !important;
		min-width: 0px !important;
	}
}

@media only screen and (min-width : 0px) and (max-width : 850px) {
	.all20 {
		width: 100% !important;
	}
}

/*ONLY CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.labelFilter {
		min-width: 152px;
		width: 36%;
	}
	.minContent {
		background-color: white;
		min-height: 782px !important;
	}
}

/*** custom checkboxes ***/

/*** custom checkboxes ***/
input[type=checkbox] {
	display: none;
} /* to hide the checkbox itself */
input[type=checkbox]+label:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	vertical-align: middle;
}

input[type=checkbox]+label:before {
	content: "\f096";
} /* unchecked icon */
input[type=checkbox]+label:before {
	letter-spacing: 10px;
} /* space between checkbox and label */
input[type=checkbox]:checked+label:before {
	content: "\f046";
} /* checked icon */
input[type=checkbox]:checked+label:before {
	letter-spacing: 10px;
} /* allow space for check mark */
.lrgmStyle {
	font-size: 6px;
}

.marginLeft15 {
	margin-left: 15px;
}

.imageClosePopUp {
	float: right;
	height: 15px;
	margin-top: 5px;
	margin-right: 15px;
}

.addRowButton>button>img {
	width: 16px;
	height: 16px;
}

.custom.z-menubar {
	background: unset !Important;
	/* background-color: transparent !important; */
	border-bottom: unset !important;
	border-top: unset !Important;
}

.custom.z-menubar .z-menu-image {
	/*  max-width: 22px;
	max-height: 21px; */
	min-width: 4px;
	height: 21px;
}

.custom.z-menubar.z-menubar-horizontal li {
	float: right !important;
}

.custom.z-menubar .z-menu-icon.z-icon-caret-down {
	display: none;
}

.custom.z-menubar .z-menu-selected>.z-menu-content {
	border-color: transparent !important;
	background: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.custom.z-menubar .z-menu-content:hover, .custom.z-menubar .z-menu-content:focus
	{
	border-color: transparent !important;
	background: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

/**EHCOSPROD-39615 **/
.movementMargintop {
	margin-top: 20px;
}

.movementSortBy {
	float: left;
	max-width: 100% !important;
	width: 100%;
	margin-top: 5%;
	margin-left: 55px;
	margin-bottom: -10px;
}

.noteCheckConfidencial {
	margin-top: 20px;
}

.chart-tooltip-source {
	background-color: #1e8dffeb;
	color: white;
	padding: 1px 7px;
	border-radius: 6px;
}

.input-full-width .z-combobox-input, .input-full-width.z-bandbox-input,
	.input-full-width .z-datebox-input, .input-full-width .z-timebox-input,
	.input-full-width .z-spinner-input, .input-full-width .z-doublespinner-input,
	.input-full-width .z-combobox, .input-full-width .z-bandbox,
	.input-full-width .z-datebox, .input-full-width .z-timebox,
	.input-full-width .z-spinner, .input-full-width .z-textbox,
	.input-full-width .z-doublespinner {
	width: 100% !important;
}

.chatbotEvaPopUp.windowsGeneric60Scroll {
	max-height: 100% !important;
	overflow-y: unset !important;
}

.chatbotEvaPopUp.windowsGeneric60Scroll .z-window-content {
	padding: 0 !important;
}

.--header

.header--close {
	display: none !Important;
}

.chatbotEvaPopUp .mycustomAction:hover {
	filter: brightness(1.5);
}

.chatbotEvaPopUp .mycustomAction {
	position: absolute;
	z-index: 111;
	right: 0;
	margin: 20px 28px !important;
	zoom: 1.3;
}

.incomingCallPopUp {
	background-color: #83B6D5;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	padding: 20px 40px;
	max-width: 260px;
}

.incomingMailAcceptPopUp {
	background-color: #83B6D5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	padding: 20px 40px;
	max-width: 260px;
}

.incomingGroupCallPopUp {
	background-color: #83B6D5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	padding: 20px 40px;
	max-width: 260px;
}

.buttonMuteCall {
    background-color: #ffffff;
    z-index: 10000;
    width: 260px;
    padding-left: 20px;
    left: -40px;
    right: 25px;
    position: relative;
    height: 34px;
    top: 18px;
}

.incomingCallMuteButton {
    background: #ffffff none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0;
    color: #1976b3 !important;
    font-weight: bold !important;
    left: -37px;
    right: 25px;
    text-align: center;
    width: 234px;
    text-shadow: none !important;
    margin-top: 5px;
}

.incomingChatPopUp {
	background-color: #83B6D5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	padding: 20px 40px;
	max-width: 260px;
}

.incomingCallCaller {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}

.incomingCallLabelCenter {
	display: flex;
	justify-content: left;
	align-items: center;
	padding-bottom: 10px;
}

.incomingMailLabelCenter {
	display: flex;
	justify-content: left;
	align-items: center;
	padding-bottom: 10px;
}

.incomingCallRejectButton {
	background: #5a5256 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0;
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: none !important;
}

.incomingCallAcceptButton {
	background: #1a76b0 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0;
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: none !important;
}

.incomingMailAcceptButton {
	background: #1a76b0 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0;
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: none !important;
}


.incomingChatAcceptButton {
	background: #1a76b0 none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 0;
	color: white !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: none !important;
}

.chatText, .chatContent, .personsChat, .buttonChatClick {
	visibility: visible
}

.chatDisabled.chatText, .chatDisabled.chatContent, .chatDisabled.personsChat,
	.chatDisabled.buttonChatClick
.chatDisabled * {
	visibility: hidden;
}

.radioGroupLabelTitle4 label {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -15px;
	left: 12px;
	width: -webkit-fill-available !important;
}

.line1 {
    margin-top: 2em;
    background-color: #ffffff;
    /*height: 80px;*/
    height: 111px;
    border-radius: 0.5em;
    box-shadow: var(--secondShadow);
    text-align: center;
   /* border: 1px solid #ebebeb;*/
}
.line2{
    margin-top: 1em;
    background-color: #ffffff;
    height: 80px;
    border-radius: 0.5em;
    /*box-shadow: var(--secondShadow);*/
    /*text-align: center;*/
    text-align: inherit;
    /*border: 1px solid #ebebeb;*/
}
.line3 {
    margin-top: 3em;
    background-color: #ffffff;
    /*height: 80px;*/
    height: 111px;
    border-radius: 0.5em;
   /* box-shadow: var(--secondShadow); */
    text-align: center;
   /* border: 1px solid #ebebeb;*/
}
.buttonLine3{
    /*min-height: 45px;*/
    min-width: 123px;
    padding: 10px;
    border-radius: 10.5rem !important;
}

.buttonLine3[disabled] {
	background: #bfbfbf !important;
	opacity: 0.6 !important;
	text-shadow: 0px 0px 30px #fff !important;
}

.buttonLine3:hover {
	background: #bfbfbf !important;
	
}

.buttonLine3:focus {
	background: #bfbfbf;	
	color: #ffffff;
}

* {
    /*Variables*/
    --sideBar: #2f2e41;
    --fontFocus: #36d29e;
    --fontOn: #b1b1b1;
    --shadow: 0px 0px 23px -16px rgba(0, 0, 0, 0.8);
    --backgroundBet: rgb(224, 224, 224);
    /*--secondShadow: 4px 4px 10px -8px rgba(0, 0, 0, 0.6);*/
    --secondShadow: 0px 14px 8px -13px rgba(0, 0, 0, 0.6);
    --sideShadow: 7px 2px 24px -16px rgba(0, 0, 0, 0.75);
    --sideBar: #2f2e41;
}

.colHeight{
	 height: 80px;
}


.intoBox {
    margin-top: 1em;
    background-color: #fffcfc;
    height: 80px;
    border-radius: 0.5em;
   /* box-shadow: var(--secondShadow);*/
    text-align: center;
    border: 1px solid #ebebeb;
}

.contentBoxx{
	padding: 17px;
    display: block;

}

.columna2 {
     margin-top: 2em;
    background-color: #f5f5f5;
    height: 80px;
    border-radius: 1.5em;
    box-shadow: var(--secondShadow);
    text-align: center;
    border: 2px solid #009998;
    width: 31px;
    color: #009998;
    padding: 3px 11px 3px 11px;

}

.formatDate{
	padding: 10px;
	display: block;
    text-transform: uppercase;
    font-size: 13px;
}

.subtitleColumn{
	font-family: 'Roboto', AvenirLTProBlack, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333333;
    font-size: 16px;
}

.insideColumn {
    margin-top: 2em;
    background-color: #ffffff;
    height: 80px;
    border-radius: 0.5em;
    /*box-shadow: var(--secondShadow);*/
    text-align: center;
    /*border: 1px solid #ebebeb;*/
}

.side {
    margin-top: 2em;
    height: 488px;
    border-radius: 0.5em;
    /*background-color: var(--backgroundBet);*/
    /*display: flex;*/
    justify-items: center;
}

.center-panel {
    margin-top: 2em;
    height: 750px;
    background-color: #ffffff;
    border-radius: 0.5em;
    box-shadow: 4px 4px 10px -8px rgba(0, 0, 0, 0.6);
}

.background {
    height: 750px;
    margin-top: 2em;
    margin-left: 5em;
    width: 50%;
    background-color: var(--backgroundBet);
    position: fixed;
    z-index: -1;
}

figure {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: 25%;
    margin-top: 2em;

    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
}

.coverImage {
    width: 100%;
    height: 409px;
    border-radius: 0.5em;
}

.coverImageWR {
	max-width: 600px;
	width:100%;
	height:auto;
	border-radius: 0.5em;
}

.contentCol {
    width: auto;
    height: 100%;
}


.backIframeMode{
/* 	position: absolute; */
	position: relative;
	font-size: 30px;
}

.backIframeMode i {
	font-size: 50px;
    margin-right: 0.5em;
    vertical-align: middle;
}

.notificationConfirmRefuse{
    background: #fcebef;
    margin-top: 1em;
    height: 80px;
    text-align: center;
    border: 2px solid #e87e99;
    height: 60px;
	
}

.embed-container {
    position: relative;
    padding-bottom: 22.25%;
    overflow: hidden;
    margin-bottom: 4%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* fix bottom space*/
@media ( max-width : 992px) {	
	.side.embed-container.panelImage  {
		height: auto !important;
   		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.side.panelJoin  {
		margin-top: 0 !important;
	}
	
	.side.panelJoin .row.box3Wr {
		padding-top: 0 !important;
	}
}

.insertHTMLWR {
	margin-bottom: 3%;
	margin-top: 3%;
	text-align: center;
}

.box1Wr {
	     margin-left: -15px;
}
.box2Wr {
	    margin-left: 15px;
}
.box3Wr {
	    padding: 30px;
}

.pruebaBorder .z-grid {
    border: 3px solid #cfcfcf;
    overflow: hidden;
    zoom: 1;
    border-radius: 16px;
}

.tablePortalMedication {
	/*border-radius: 10px !important;*/ 
	margin-top: 0px !important; 
	margin-bottom: 0px !important;
}

.alignbuttonrightM{
	text-align: right;
}

.linkButtonM{
	color: #4775A7 !important;
	text-decoration-line: underline;
}

.infoGridM{	
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: rgb(0, 0, 0);	
}

.infoGridCursiveM{
	font-size: 13px;
    font-family: Arial, sans-serif;
    color: rgb(0, 0, 0);
    font-style: oblique;
}

.icoMedication{
	max-height: 23px;
    max-width: 23px;
}


.circulo{
    background-color: #ff9847;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
    left: 24px;
}

.circuloLegend{
    background-color: #ff9847;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -4px;
   
}

.circleLegendYellowSmall{
    background-color: #ff9847;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -6px;
   
}

.circleLegendRedSmall{
    background-color: #F80000;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -6px;
   
}

.circleLegendGreenSmall{
    background-color: #128B02;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -6px;
   
}

.circleLegendYellow{
    background-color: #ff9847;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -4px;
}

.circleLegendRed{
    background-color: #F80000;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -4px;
}

.circleLegendGreen{
    background-color: #128B02;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: relative;
        left: 16%;
    bottom: -4px;
}

.dispensationHistory{
 	float: left;
    width: 175px;
    margin-left: -14px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    height: 29px !important;
    font-weight: bold !important;
    text-align: center;
    text-shadow: none !important;
	
}

.dispensationHistory:focus {
	text-shadow: 0px 0px 30px #fff !important;
    font-weight: bold !important;
    text-align: center;
    text-shadow: none !important;
}   

.medicationActiv{
 	float: left;
    width: 175px;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
	height: 29px !important;
    font-weight: bold !important;
    text-align: center;
    text-shadow: none !important;
}

.medicationActiv:focus {
	text-shadow: 0px 0px 30px #fff !important;
    font-weight: bold !important;
    text-align: center;
    text-shadow: none !important;
}   

.legendTreatmentActive{
	font-size: 12px;
    font-style: italic;
}

.pill{
	width: 15px;
	margin-top:-5px;
	cursor: pointer;
}

.attachme-icon-remote  {
	background: transparent;
    padding-left: 30px;
  	height : 4px;
	width: 185px !important;
	top: -13px;
	background-size: 19px, 10px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-image: url(/remotehs-web/images/mail/attach-ico.png);
	border-color:transparent;
	height: 24px;
}
   
.attachme-icon-remote:hover  {
	background: transparent;
    padding-left: 30px;
  	height : 4px;
	width: 185px !important;
	top: -13px;
	background-size: 19px, 10px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-image: url(/remotehs-web/images/mail/attach-ico.png);
	border-color:transparent;
	height: 24px;
}

.attachme-icon-remote:active  {
	background: transparent;
    padding-left: 30px;
  	height : 4px;
	width: 185px !important;
	top: -13px;
	background-size: 19px, 10px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-image: url(/remotehs-web/images/mail/attach-ico.png);
	border-color:transparent;
	height: 24px;
}


.attachme-icon-remote:focus  {
	background: transparent;
    padding-left: 30px;
  	height : 4px;
	width: 185px !important;
	top: -13px;
	background-size: 19px, 10px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-image: url(/remotehs-web/images/mail/attach-ico.png);
	border-color:transparent;
	height: 24px;
}

.form { 
	max-width: 99%; 
	min-width: 1024px; 
	padding: 10px;
	display: block; 
	margin: 20px; 
	background: none;
	border: none;
}
	
.grid {
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 15px 2px;
    justify-items: stretch;
    align-items: center;
}

.cell-1-column {
	grid-column-end: span 1;
	overflow: hidden;
	padding-right: 20px;
}

.cell-2-columns {
	grid-column-end: span 2;
	overflow: hidden;
	padding-right: 20px;
}

.cell-3-columns {
	grid-column-end: span 3;
	overflow: hidden;
	padding-right: 20px;
}

.cell-4-columns {
	grid-column-end: span 4;
	overflow: hidden;
	padding-right: 20px;
}

.cell-5-columns {
	grid-column-end: span 5;
	overflow: hidden;
	padding-right: 20px;
}

.cell-6-columns {
	grid-column-end: span 6;
	overflow: hidden;
	padding-right: 20px;
}

.cell-12-columns {
	grid-column-end: span 12;
	overflow: hidden;
}

.cell-2-rows {
	grid-row-end: span 2;
	overflow: hidden;
	padding-right: 20px;
}

.cell-2-rows input {
	height: 98px;
}

.cell-3-rows {
	grid-row-end: span 3;
	overflow: hidden;
	padding-right: 20px;
}

.cell-3-rows input {
	height: 166px;
}

.label {
	display:inline-block;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 5px;
}

.field {
	width: 100%;
}
			
.form-buttons {
	grid-column-end: span 12;
	overflow: hidden;
	padding-top: 10px;
}

.left-button {
	float: left;
}

.right-button {
	float: right;
}  

/* acordeon botones */
.btn-group {
  display: flex !important;
  column-gap: 0 !important;
  margin: 10px;
  
}

.btn-group > .z-button:first-child {  
  border-radius: 5px 0 0 5px !important;
}

.btn-group > .z-button:last-child {
  border-radius: 0 5px 5px 0 !important;
}

.z-button.big-button {  
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;  
  background: #fbfbfb;
  border: #eeeeee 1px solid;
  color: #606060;
}

.z-button.big-button:hover{  
  color: #1C77B4;
}

.z-button.big-button:focus {  
  color: #1C77B4;
  background: #dfecf4;
}

.btn-group > .z-button.big-button {
  border-right: none;
}
.btn-group > .z-button.big-button:last-child {
  border-right: #eeeeee 1px solid;
}

.fixDivCard > .z-vlayout > .z-vlayout-inner > div {
	display: block !important;
}

.z-treecol {
	background-color: #F0F0F0;
	color: #333333;
	font-weight: bold;
}


.z-treerow .z-treecell {
    overflow: hidden;
    cursor: pointer;
    border-bottom: black solid 1px;
}


.z-tree-icon {
    font-size: 14px;
    color: #636363;
    text-align: center;
    cursor: pointer;
}

/* Ocultar el icono cuando el nodo no tiene hijos */
.z-tree-parent-node-disable .z-tree-icon {
    display: none;
}

