 :root { --placeholder: #9d9999; --color-time-start: #418f98; --color-time-pause: #e4c25f; --color-time-less: #ab4848; --color-time-more: #3d8455; --color-validation-pending: #ab4848; --color-validation-revision: #f38f19; --color-validation-accepted: #204368; --safe-top: 30px; --safe-bottom: 30px; } ::-webkit-scrollbar { width: 12px; height: 12px; background: transparent; } ::-webkit-scrollbar-thumb { border-radius: 7px; background-color: #d0d2d5; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); border: 3px transparent solid; background-clip: padding-box; } ::-webkit-input-placeholder { color:var(--placeholder);font-weight: normal;font-style: normal;font-size: 0.9em; } ::-moz-placeholder { color:var(--placeholder);font-weight: normal;font-style: normal;font-size: 0.9em; } :-ms-input-placeholder { color:var(--placeholder);font-weight: normal;font-style: normal;font-size: 0.9em; } input:-moz-placeholder { color:var(--placeholder);font-weight: normal;font-style: normal;font-size: 0.9em; } html { } body, html { margin: 0px; padding: 0px; font-family: 'Open Sans', sans-serif; font-size: 15px; height:100%; color:#000; } textarea { font-family: 'Open Sans', sans-serif; font-size: 1em; } body { background-color: #fff; } form { margin:0px; padding:0px; } ul { margin: 0px; padding: 0px; overflow: hidden; list-style: none; } a { color: #31779a; text-decoration: none; } a:hover { text-decoration: underline; } .control { height: 100%; } .controlTable { display: table; width: 100%; height: 100%; box-sizing: border-box; } .controlRow { display: table-row; } .controlCell { display: table-cell; position: relative; } .controlInner { height: 100%; padding: 0px; vertical-align: middle; } .controlPanel .controlInner { height: 100%; padding: 35px; } .controlPage { position: relative; margin: 0 auto; background-color: #fff; width: 100%; height: 100%; max-width: 100%; text-align: left; box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 10px 5px; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 5px; overflow: hidden; } .controlContent { position: relative; width: 100%; height: 100%; } .controlReport .controlContent { overflow: auto; overflow-x: auto; } .controlContentOver { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0,0,0,0.3); z-index: 2; visibility: hidden; opacity: 0; -moz-transition: all 500ms; -webkit-transition: all 500ms; } .controlHeader { padding: 20px 20px 20px 20px; text-align: center; vertical-align: middle; z-index: 6; background-color: #fff; } .controlHeaderButton { display: none !important; position: absolute; top: 20px; cursor: pointer; width: 23px; height: 23px; padding: 5px; opacity: 0.6; border-radius: 50%; -moz-transition: all 300ms; -webkit-transition: all 300ms; background-repeat: no-repeat; background-position: center; background-color: rgba(0,0,0,0.1); } .controlHeaderButtonBack { display: none; left: 20px; } .controlHeaderButtonClose { display: none; right: 20px; } .controlHeaderBack:hover { opacity: 1; } .controlHeaderLogo { margin-bottom: 10px; } .controlHeaderLogo img { max-width: 150px; max-height: 10vh; margin-bottom: -4px; } .controlHeaderTitle { color: #2e74c2; margin-top: 40px; font-weight: bolde; font-size: 1.5em; } .controlHeaderPowerby, .controlReportPowerby { font-size: 0.75em; color: rgba(0,0,0,0.5); letter-spacing: 1px; } .controlHeaderPowerby a, .controlReportPowerby a { color: #31779a; } .controlProfileInfos { padding: 0 25px 25px 25px; text-align: left; } .controlProfileInfo { width: 100%; max-width: 250px; display: inline-block; vertical-align: top; text-align: left; margin: 25px 0 0 0; } .controlProfileInfoTitle { font-size: 1em; margin-bottom: 10px; color: rgb(49 119 154 / 79%); font-weight: bold; } .controlProfileInfoRow { margin-bottom: 8px; font-size: 0.9em; } .controlProfileInfoRow:last-child { margin-bottom: 0px; } .controlProfileInfoName { display: inline-block; margin-right: 3px; font-weight: bold; } .controlProfileInfoValue { display: inline-block; } .controlProfile .ag { background: url(../../client/cpanel/images/sprite.png) no-repeat; width:15px; height:15px; display: inline-block; margin-right: 5px; vertical-align: bottom; } .controlProfile .ag_opera { background-position: 0 -392px; } .controlProfile .ag_mozilla, .controlProfile .ag_firefox { background-position: -16px -392px; } .controlProfile .ag_chrome, .controlProfile .ag_chromium { background-position: -32px -392px; } .controlProfile .ag_safari { background-position: -48px -392px; } .controlProfile .ag_yandex { background-position: -128px -392px; } .controlProfile .ag_edge { background-position: -144px -392px; } .controlProfile .ag_webkit { background-position: -48px -392px; } .controlProfile .ag_msie { background-position: -64px -392px; } .controlProfile .ag_mobile, .controlProfile .ag_phone { background-position: -80px -392px; } .controlProfile .ag_tablet { background-position: -96px -392px; } .controlProfile .ag_unrecognized { background-position: -112px -392px; } .controlProfile { } .controlProfileHeader { display: flex; flex-direction: row; color: rgba(0, 0, 0, 0.5); font-size: 1em; position: relative; padding: 10px 15px; background-color: #f9f9f9; z-index: 6; } .controlProfileContent { display: flex; flex-direction: row; align-items: center; width: 100%; } .controlProfileAvatar { vertical-align: middle; margin: 0 15px 0 5px; display: inline-block; width: 45px; height: 45px; border-radius: 50%; background-repeat: no-repeat; background-position: center 5px; background-color: #fff; background-size: 100%; background-image: url(../../control/images/avatar.svg); overflow: hidden; } .controlProfileAvatarPic { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-color: transparent; background-size: 100%; display: block; } .controlProfileData { vertical-align: middle; display: inline-block; } .controlProfileName { font-weight: bold; font-size: 1.1em; color: rgba(0,0,0,0.7); margin-bottom: 5px; } .controlProfileJob { font-size: 0.9em; } .controlProfileButtons { text-align: right; vertical-align: middle; display: flex; flex-direction: row; flex-wrap: nowrap; } .controlProfileButton { display: inline-block; cursor: pointer; margin-left: 12px; width: 30px; height: 30px; padding: 5px; background-repeat: no-repeat; background-position: center; opacity: 0.6; border-radius: 50%; background-color: rgba(0,0,0,0.1); -moz-transition: all 300ms; -webkit-transition: all 300ms; box-sizing: border-box; vertical-align: middle; } .controlProfileButton:hover { background-color: rgba(0,0,0,0.2); } .controlProfileMenu { position: relative; } .controlProfileMenuFloat { visibility: hidden; opacity: 0; position: absolute; background-color: #f9f9f9; left: 0px; z-index: 5; font-size: 0.9em; color: rgba(0, 0, 0, 0.6); box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 10%); -moz-transition: all 500ms; -webkit-transition: all 500ms; overflow: auto; max-height: 60vh; width: 100%; max-width: 550px; z-index: 15; } .controlProfileMenuClose { visibility: hidden; display: flex; flex-direction: row; flex-wrap: nowrap; vertical-align: middle; text-align: center; align-items: center; justify-content: center; position: absolute; top: 10px; right: 10px; cursor: pointer; min-width: 15px; } .controlProfileMenuClose:before { content: '✕'; font-size: 1.5em; width: 100%; height: 100%; } .controlMenuLink { cursor: pointer; padding: 12px 20px; border-top: 1px solid #f1f1f1; font-size: 1em; box-sizing: border-box; -moz-transition: all 300ms; -webkit-transition: all 300ms; } .controlMenuLink:hover { background-color: rgba(0,0,0,0.05); } .controlMenuLinkContent { color: rgba(0,0,0,0.7); } .controlMenuLink:hover .controlMenuLinkContent { color: rgba(0,0,0,1); } .controlMenuLinkIcon { width: 18px; height: 18px; background-size: 100%; display: inline-block; vertical-align: middle; margin-right: 8px; background-position: center; background-repeat: no-repeat; } .controlMenuLinkIcon img { max-width: 100%; max-height: 100%; } .controlMenuLinkIcon .bx { font-size: 1.5em; color: #222; } .controlMenuLinkTitle { display: inline-block; vertical-align: middle; font-size: 1em; } .controlProfileMenuOpened .controlProfileMenuFloat { visibility: visible; opacity: 1; } .controlProfileMenuOpened .controlBodyDisabled { visibility: visible; opacity: 1; } .controlBody { position: relative; height: 100%; } .controlBodyDisabled { visibility: hidden; opacity: 0; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(255,255,255,0.8); z-index: 4; } .controlBodyInner { display: block; position: relative; } .controlAdvice { position: fixed; top: -100px; right: 0px; left: 0px; background-color: #222; padding: 20px; z-index: 9999999; box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3); color: #fff; -moz-transition: all 500ms; -webkit-transition: all 500ms; } .controlAdviceHeader { } .controlAdviceClose { position: absolute; right: 10px; top: 10px; cursor: pointer; } .controlAdviceClose:after { content: '\2715'; color: #fff; font-weight: bold; font-size: 16px; } .controlAdviceBody { display: flex; justify-content: center; gap: 10px; align-items: center; } .controlAdviceEmoji { font-size: 2em; } .controlAdviceMessage { } .controlAdviceFooter { } .controlAdviceShowed { top: 0px; } .controlModal { visibility: hidden; opacity: 0; display: flex; position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(255,255,255,0.8); z-index: 6; justify-content: center; align-items: center; -moz-transition: all 300ms; -webkit-transition: all 300ms; padding: 30px; } .controlModalHeader { position: relative; } .controlModalShow { visibility: visible; opacity: 1; } .controlModalBox { height: 100%; max-width: 100%; max-height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1); min-width: 500px; } .controlModalButtons { position: absolute; right: 5px; top: 7px; z-index: 1; } .controlModalButton { cursor: pointer; width: 25px; height: 25px; background-size: 100%; display: inline-block; vertical-align: middle; margin-right: 3px; } .controlModalBody { height: 100%; position: relative; } .controlModalLoading { display: none; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-image: url(../../control/images/loading.gif); background-repeat: no-repeat; background-position: center; background-color: #fff; opacity: 0.7; } .controlModalIframe { width: 100%; height: 100%; } .controlModalIframe iframe { width: 100%; height: 100%; } .controlLoading { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-image: url(../../control/images/loading.gif); background-repeat: no-repeat; background-position: center; background-color: #fff; opacity: 0.7; } .controlResposeIn { position: relative; height: 100px; overflow: hidden; } .controlResponse { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; padding: 30px; text-align: center; background-color: #fff; } .controlResponseOk { color: green; } .controlResponseError { color: red; } .controlPrint, .controlPrint .control { background-color: #fff; } .controlPrint .controlInner { padding: 0; } .controlPrint .controlPage { border: unset; border-radius: unset; -webkit-box-shadow: unset; box-shadow: unset; max-width: 1000px; } .controlAccessGoogle .controlProfileRefresh { display: none; } @media (orientation: portrait) and (max-width: 800px) { .controlPanel { padding-top: var(--safe-top); padding-bottom: var(--safe-bottom); } .controlInner { padding: unset !important; } .controlContent { padding: unset; } .controlPage { height: 100% !important; border: unset; box-shadow: unset; } .controlHeader { display: none; } .controlLogin .controlHeader { display: block; } .controlHeaderLogo img { max-width: 120px; } .controlProfile { padding: 40px 0 0 0; } .controlProfileHeader { padding: 10px; } .controlProfileButtons { } .controlProfileInner { font-size: 0.8em; } .controlProfileAvatar { padding: 0 0 0 0; width: 40px; height: 40px; } .controlProfileName { font-size: 1em; margin-bottom: 3px; } .controlProfileJob { font-size: 0.8em; } .controlProfileRow { margin-bottom: 3px; } .controlProfileAvatarPic { width: 40px; height: 40px; } .controlProfileMenuFloat { margin: 0 0 0 0; box-shadow: unset; right: 0px; left: 0px; } .controlProfileInfos { } .controlProfileMenuClose { visibility: visible; } .controlProfileMenuOpened .controlProfileMenuFloat { position: fixed; top: var(--safe-top); right: 0px; bottom: 0px; left: 0px; z-index: 6; max-height: unset; } .controlBody { padding: 0px !important; } .controlInfoRow { font-size: 0.8em; margin-top: 3px; } .controlEmbed .controlProfileAvatar, .controlEmbed .controlProfileData { } .controlModal:not(.controlModalPadding) { padding: 0px; } .controlModalPadding { padding: 15px !important; } .controlModalPadding .controlModalButtons { right: 20px; top: 25px; } .controlModalBox { width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; min-width: unset; } } @media (orientation: portrait) and (min-width: 850px) and (min-height: 1250px) { body { zoom: 1.6; } } @media (orientation: portrait) and (min-width: 1200px) and (min-height: 2400px) { body { zoom: 3; } } @media (aspect-ratio: 3/4) or (orientation: portrait) { .slideBack { background-color: #fff; } .slideArea { background-color: #fff; top: var(--safe-top); bottom: var(--safe-bottom); box-shadow: unset; } .slideHeader { } .slideHeaderButtons { right: 0px; box-shadow: unset; padding: 0px 15px; top: 0px; } } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px white inset !important; } .controlLogin { } .controlLogin .controlInner { padding: 0px; } .controlLogin .controlPage { width: 100%; height: unset; border-radius: unset; padding: 20px; text-align: center; max-width: 500px; } .controlLoginError { background-color: #f1c3c3; padding: 10px; position: relative; font-size: 0.9em; border-radius: 3px; box-sizing: border-box; margin: 0 30px; } .controlLoginForm { vertical-align: middle; height: 100%; padding: 30px; } .controlLoginFormBox { padding: 30px 30px 40px 50px; background-color: #f4f4f4; border-radius: 8px; vertical-align: middle; } .controlLoginRow { margin-bottom: 20px; text-align: left; } .controlLoginRowTitle { margin-bottom: 7px; text-align: left; } .controlLoginRowInput { } .controlLoginRowInput input { width: 100%; max-width: 250px; background-color: #fff !important; outline: none; border: 0px; padding: 8px 10px; font-size: 1.2em; border-radius: 5px; box-sizing: border-box; } .controlLoginUnexpire { text-align: left; overflow: hidden; margin-bottom: 15px; } .controlLoginUnexpireInput { float: left; margin: 0 5px 0 0; } .controlLoginUnexpireInput input { zoom: 1.2; } .controlLoginUnexpireTitle { font-size: 0.8em; overflow: hidden; padding: 5px 0 0 0; color: rgba(0,0,0,0.8); } .controlLoginFooter { margin-top: 30px; text-align: left; } .controlLoginSubmit { display: inline-block; vertical-align: middle; } .controlLoginSubmit input[type="submit"] { background-color: #444; color: #fff; outline: none; border: 0px; padding: 10px 18px; border-radius: 25px; font-size: 1em; cursor: pointer; } .controlLoginRecovery { float: right; } .controlLoginRecovery a { font-size: 0.8em; } .controlLoginRecovery a:hover { text-decoration: underline; } @media (orientation: portrait) { .controlLoginForm { padding: 10px; } .controlLoginFormBox { display: block; padding: 30px; border-radius: unset; } .controlLoginSubmit { margin-top: 15px; text-align: left; } } @media (orientation: portrait) and (min-width: 850px) and (min-height: 1250px) { body { zoom: 1.6; } } @media (orientation: portrait) and (min-width: 1200px) and (min-height: 2400px) { body { zoom: 3; } }