html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
.acimg {
position: relative;
}
.acimg-span{
position: absolute;
top: 10px;
}
.acimg img{
position: relative;
top: -10px;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *::after, *::before {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.4rem;
font-family: "ms sans serif";
color: #3e454c;
background-color: #E8E9EA;
max-width: 1400px;
margin: auto;
overflow: hidden;
}
body::after {
clear: both;
content: "";
display: table;
}
a {
color: #1784c7;
text-decoration: none;
}
.file-info {
padding: 12px;
color: #A9727A;
background-color: #FFEDEF;
word-wrap: break-word;
font-size: 12px;
margin-bottom: 2px;
}
input {
font-size: 1.4rem;
font-family: "ms sans serif";
}
.input-tumb {
display: none;
}
.tumb {
position: relative;
display: inline-block;
width: 45px;
height: 24px;
cursor: pointer;
border-radius: 1.5em;
transition: 350ms;
background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #ddd;
box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}
.tumb::after {
position: absolute;
content: '';
width: 18px;
height: 18px;
top: 2.5px;
left: 3px;
border-radius: 50%;
transition: 250ms ease-in-out;
background: white;
}
.tumb::before {
position: absolute;
content: '';
width: 38px;
height: 18px;
top: 3px;
left: 4px;
border-radius: 0.75em;
transition: 250ms ease-in-out;
background-color: #B4C1CA;
}
.input-tumb:checked + .tumb::before {
background-color: #15C51D;
}
.input-tumb:checked + .tumb::after {
left: 24px;
}
.tumb2 {
position: relative;
display: inline-block;
width: 45px;
height: 24px;
cursor: pointer;
border-radius: 1.5em;
transition: 350ms;
background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #ddd;
box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}
.tumb2::after {
position: absolute;
content: '';
width: 18px;
height: 18px;
top: 2.5px;
right: 3px;
border-radius: 50%;
transition: 250ms ease-in-out;
background: white;
}
.tumb2::before {
position: absolute;
content: '';
width: 38px;
height: 18px;
top: 3px;
right: 4px;
border-radius: 0.75em;
transition: 250ms ease-in-out;
background-color: #15C51D;
}
.input-tumb:checked + .tumb2::before {
background-color: #B4C1CA;
}
.input-tumb:checked + .tumb2::after {
right: 24px;
}
.thumb-optimize {
float: right;
position: relative;
bottom: 3px;
}
.panel-middle {
position: relative;
top: 55px;
margin-left: 260px;
box-sizing: border-box;
overflow-y: auto;
z-index: 2;
height: 92vh;
}
@media only screen and (min-width: 1400px) {
/*.panel-middle {
position: relative;
top: 0px;
height: 90vh;
margin-left: 260px;
box-sizing: border-box;
overflow-y: auto;
z-index: 2;
}*/
}
.cd-main-header {
position: fixed;
max-width: 1400px;
width: 100%;
z-index: 100;
top: 0;
height: 55px;
background: #3e454c;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cd-main-header::after {
clear: both;
content: "";
display: table;
}
.cd-logo {
float: left;
display: block;
width: 260px;
text-align: center;
height: 55px;
line-height: 55px;
border-right: 1px #5C676D solid;
}
.cd-logo span{
background-image: url(images/logo.png);
background-size: 130px;
width: 130px;
height: 27px;
display: inline-block;
position: relative;
top: 7px;
}
.cd-nav {
display: none;
}
@media only screen and (min-width: 768px) {
.cd-nav {
display: block;
float: right;
height: 100%;
}
}
.cd-top-nav > li > a::before {
display: none;
}
.cd-top-nav > li a {
padding: 0 0.7em;
line-height: 55px;
}
.account {
padding: 0 0.9em;
background-color: #33383e;
color: white;
float: right;
}
.cd-top-nav span{
position: relative;
}
.cd-top-nav div{
position: absolute;
display: inline-block;
top: -10px;
right: 3px;
}
.cd-top-nav div{
display: inline-block;
position: relative;
left: 7px;
}
.cd-top-nav a:hover {
color: #838FF7;
}
@media only screen and (min-width: 768px) {
.cd-top-nav {
height: 100%;
}
.cd-top-nav a{
color: #ffffff;
}
.cd-top-nav button{
display: block;
font-size: 1.4rem;
color: #ffffff;
background: none;
border: none;
position: relative;
top: 13px;
margin-left: 4px;
margin-right: 4px;
}
.cd-top-nav button i{
color: #81909A;
}
.cd-top-nav > li {
display: inline-block;
margin-right: 1em;
height: 100%;
}
}
.cd-side-nav {
position: absolute;
z-index: 1;
left: 0;
top: 0;
padding: 45px 0 0;
background-color: #2c3136;
visibility: hidden;
opacity: 0;
overflow: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-side-nav-optimize {
overflow: auto;
height: 91.3vh;
position: relative;
top: -10px;
}
.cd-side-nav-optimize::-webkit-scrollbar { height: 10px; width: 10px; }
.cd-side-nav-optimize::-webkit-scrollbar-button { display: none; }
.cd-side-nav-optimize::-webkit-scrollbar-track { background-color: #3A4448; }
.cd-side-nav-optimize::-webkit-scrollbar-track-piece { background-color: #292D2F; }
.cd-side-nav-optimize::-webkit-scrollbar-thumb { height: 50px; background-color: #3A4448; border-radius: 4px; }
.cd-side-nav-optimize::-webkit-scrollbar-corner { background-color: #3A4448; }
.cd-side-nav-optimize::-webkit-resizer { background-color: #3A4448; }
.cd-side-nav-optimize::scrollbar { height: 6px; }
.cd-side-nav-optimize::scrollbar-button { display: none; }
.cd-side-nav-optimize::scrollbar-track { background-color: #3A4448; }
.cd-side-nav-optimize::scrollbar-track-piece { background-color: #292D2F; }
.cd-side-nav-optimize::scrollbar-thumb { height: 50px; background-color: #3A4448; border-radius: 4px; }
.cd-side-nav-optimize::scrollbar-corner { background-color: #3A4448; }
.cd-side-nav-optimize::resizer { background-color: #3A4448; }
.cd-side-nav .cd-label, .cd-side-nav a, .cd-side-nav button{
display: block;
padding: 1.3em 17%;
}
.cd-side-nav .cd-label {
font-weight: bold;
color: #5C676D;
font-size: 12px;
letter-spacing: 1.5px;
margin-top: 10px;
}
.cd-side-nav a, .cd-side-nav button{
position: relative;
color: #ffffff;
font-size: 1.2rem;
background: none;
border: none;
}
.has-children > span {
color: #5C676D;
position: absolute;
z-index: 1;
left: 14px;
top: 50%;
transform: translateY(-50%);
}
.cd-side-nav {
position: relative;
float: left;
top: auto;
width: 260px;
max-height: 100vh;
padding-top: 55px;
visibility: visible;
opacity: 1;
overflow: visible;
max-height: none;
margin-top: 12px;
}
.cd-side-nav .menu-active > a {
box-shadow: inset 5px 0 0 #838FF7;
background-color: #33383e;
}
.cd-side-nav > ul {
padding: 0.6em 0;
}
.cd-side-nav > ul > li > a, .cd-side-nav > ul > li > button{
padding: 1.2em 1.2em 1.2em 45px;
text-align: left;
border-bottom: none;
font-size: 1.2rem;
}
.cd-side-nav .cd-label {
display: block;
padding: 1em 18px;
}
.has-children ul {
position: relative;
width: 100%;
display: none;
background-color: #1c1f22;
}
.has-children:hover {
background-color: #33383e;
}
.has-children {
position: relative;
}
.has-children-active {
background-color: #1F2223;
}
.has-children-active a, .has-children-active button{
color: #A4ADB1;
font-size: 1.2rem;
}
.list-body6 .has-children {
background-color: white;
border-bottom: 1px #ECF0F2 solid;
}
.list-body6 .has-children:hover {
background-color: #E6F0F5;
}
.list-body6 .has-children a {
display: block;
padding: 15px;
position: relative;
left: 27px;
color: #60899B;
}
.info_error_or_success {
position: fixed;
top: 55px;
right: 68px;
left: 328px;
box-sizing: border-box;
color: white;
z-index: 100;
-webkit-transition: width .4s ease-in-out;
-moz-transition: width .4s ease-in-out;
-ms-transition: width .4s ease-in-out;
-o-transition: width .4s ease-in-out;
transition: width .4s ease-in-out;
animation: stop 12s normal forwards ease-in-out;
}
.error_red {
background-color: #FF6F78;
}
.success_green {
background-color: #4DD374;
}
.striples_info {
padding: 10px 40px 10px 15px;
box-sizing: border-box;
width: 100%;
position: relative;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;
background-image: -webkit-gradient(linear, left top, right bottom,
color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent),
color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)),
color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent),
to(transparent));
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
transparent 75%, transparent);
animation: striples_info 3s linear infinite;
}
.info_close {
position: absolute;
right: 10px;
z-index: 101;
top: 49%;
transform: translateY(-49%);
}
@keyframes striples_info {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
@keyframes stop {
0% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
z-index: -1;
}
}
.hover {}
.hover:hover {
background-color: #F4F7F9;
}
.button-o {
background: none;
border: none;
font-size: 13px;
padding: 9px 1.2em;
line-height: 18px;
outline: none;
display: inline-block;
}
.button {
background-color: #2FC692;
border: none;
color: white;
font-weight: bold;
font-size: 13px;
padding: 9px 1.2em;
line-height: 18px;
border-radius: 8px;
margin-top: 2px;
margin-bottom: 2px;
outline: none;
display: inline-block;
}
.button2 {
background-color: #F76277;
border: none;
color: white;
font-weight: bold;
font-size: 13px;
padding: 9px 1.2em;
line-height: 18px;
border-radius: 8px;
margin-top: 2px;
margin-bottom: 2px;
outline: none;
display: inline-block;
}
.button3 {
background-color: #4EACF7;
border: none;
color: white;
font-weight: bold;
font-size: 13px;
padding: 9px 1.2em;
line-height: 18px;
border-radius: 8px;
margin-top: 2px;
margin-bottom: 2px;
outline: none;
display: inline-block;
}
.btn-page-o {
background-color: white;
border: 1px #DADFE1 solid;
color: #899398;
font-weight: bold;
font-size: 13px;
height: 39px;
padding: 0 1.2em;
line-height: 39px;
border-radius: 8px;
outline: none;
display: inline-block;
margin-right: 6px;
}
.btn-page {
background-color: #2FC692;
border: none;
color: white;
font-weight: bold;
font-size: 13px;
height: 39px;
position: relative;
bottom: 1px;
padding: 0 1.2em;
line-height: 39px;
border-radius: 8px;
outline: none;
display: inline-block;
margin-right: 6px;
}
.button:hover, .button2:hover, .button3:hover, .btn-page:hover {
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.4);
}
.button-optimize {
float: right;
position: relative;
bottom: 9px;
margin-left: 5px;
}
.button-optimize-div {
display: none;
}
@media (max-width: 1000px) {
.button-optimize {
float: none;
margin-right: 5px;
margin-left: 0px;
margin-top: 5px;
position: relative;
bottom: -5px;
}
.button-optimize-div {
display: block;
}
}
.list-body {
background: white;
margin: 18px 18px 0 18px;
box-shadow: 0px 0px 5px 0px rgba(158,160,183,0.1);
border-radius: 7px;
word-wrap: break-word;
overflow: hidden;
}
.list-optimize {
display: inline-block;
width: 27%;
box-sizing: border-box;
vertical-align: top;
position: relative;
right: 30px;
border-radius: 0px;
margin-top: 18px;
float: right;
}
.list-body6 {
display: inline-block;
width: 47.4%;
box-sizing: border-box;
vertical-align: top;
word-wrap: break-word;
overflow: hidden;
margin-left: 18px;
margin-top: 18px;
border-radius: 7px;
}
.list-body2 {
display: inline-block;
width: 70%;
box-sizing: border-box;
vertical-align: top;
word-wrap: break-word;
overflow: hidden;
float: left;
}
.list-body3 {
background: white;
box-shadow: 0px 0px 5px 0px rgba(158,160,183,0.1);
word-wrap: break-word;
overflow: hidden;
}
.list-body4 {
background: white;
box-shadow: 0px 0px 5px 0px rgba(158,160,183,0.1);
word-wrap: break-word;
overflow: hidden;
margin-bottom: 18px;
padding: 17px;
}
.list-menu {
padding: 17px;
background: white;
word-wrap: break-word;
border-top: 1px #E1E7EA solid;
position: relative;
top: -1px;
color: #465860;
width: 100%;
box-sizing: border-box;
}
.list-optimize a{
color: #425C68;
}
.list {
padding: 17px;
border-radius: 7px;
box-shadow: 0px 0px 5px 0px rgba(158,160,183,0.1);
margin: 18px 18px 0 18px;
background-color: white;
color: #465860;
word-wrap: break-word;
}
.list-menu-active {
box-shadow: -5px 0 0 inset #838FF7;
background-color: #F2F2FF;
}
.ajax_indication {
position: fixed;
font-size: 70px;
color: #6093E6;
left: 57%;
top: 57%;
transform: translate(-57%, -57%);
}
.ajax_indication > span{
font-size: 20px;
color: #59636A;
display: block;
margin-top: 10px;
}
#modal-fixed {
background-color: white;
max-width: 600px;
min-width: 300px;
max-height: 800px;
min-height: 190px;
z-index: 103;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 36px 37px rgba(0, 0, 0, 0.03);
display: block;
}
#modal-fixed2 {
background-color: rgba(70, 75, 75, 0.8);
z-index: 102;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
}
.modal-fixed-content {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
color: #546E7A;
}
.navigation {
background-color: white;
padding: 12px;
box-sizing: border-box;
box-shadow: -3px 5px 7px -5px rgba(0, 0, 0, .2);
font-size: 18px;
color: #9CACBF;
}
.navigation a{
color: #6093E6;
}
.navigation a:hover{
color: #2F65B7;
}
.desktop-info-optimize {
height: 400px;
position: relative;
width: 720px;
display: inline-block;
white-space: normal;
}
.desktop-info2 {
height: 150px;
position: relative;
width: 217px;
border-radius: 15px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.2);
background-color: white;
display: inline-block;
margin-top: 20px;
margin-left: 20px;
vertical-align: top;
overflow: hidden;
}
.desktop-info2 div{
font-size: 38px;
color: #6093E6;
vertical-align: top;
position: absolute;
left: 50%;
top: 45%;
transform: translate(-50%, -45%);
}
.desktop-info2 small{
font-size: 16px;
color: #9CACBF;
vertical-align: top;
position: absolute;
left: 50%;
top: 70%;
transform: translate(-50%, -70%);
}
.desktop-info2 span{
font-size: 16px;
background-color: #6093E6;
color: white;
vertical-align: top;
position: absolute;
left: -35px;
top: -35px;
width: 90px;
height: 90px;
border-radius: 80%;
}
.desktop-info2 span i{
position: absolute;
left: 45px;
top: 45px;
z-index: 1;
}
.desktop-speed {
height: 345px;
position: relative;
width: 333px;
border-radius: 15px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.2);
background-color: white;
display: inline-block;
margin-top: 20px;
margin-left: 20px;
vertical-align: top;
}
.desktop-speed div{
font-size: 18px;
color: #95ABB5;
padding: 12px;
}
.desktop-speed i{
position: relative;
bottom: 2.5px;
}
.desktop-info {
background-image: url(images/d.png);
background-size: 700px;
height: 175px;
position: relative;
width: 700px;
border-radius: 15px;
margin-top: 20px;
margin-left: 20px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.2);
display: inline-block;
vertical-align: top;
}
.desktop-info div{
background-color: rgba(40, 70, 90, 0.3);
height: 130px;
width: 450px;
position: absolute;
bottom: 0;
left: 30px;
border-radius: 20px 20px 0 0;
}
.desktop-info div > span{
padding: 15px;
display: inline-block;
color: white;
font-size: 25px;
text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.desktop-info div > span > p{
color: white;
font-size: 14px;
display: block;
margin-top: 10px;
text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.desktop-info div > span > p > small{
color: white;
display: block;
margin-top: 10px;
text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.custom-checkbox > input {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-checkbox > span {
display: inline-flex;
align-items: center;
user-select: none;
color: #4F5659;
}
.custom-checkbox > span::before {
content: '';
display: inline-block;
width: 18px;
height: 18px;
flex-shrink: 0;
flex-grow: 0;
border: 1px solid #BBC8CE;
border-radius: 0.25em;
margin-right: 0.5em;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.custom-checkbox > input:not(:disabled):not(:checked)+span:hover::before {
border-color: #6093E6;
}
.custom-checkbox > input:not(:disabled):active+span::before {
background-color: #6093E6;
border-color: #6093E6;
}
.custom-checkbox > input:focus+span::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox > input:focus:not(:checked)+span::before {
border-color: #6093E6;
}
.custom-checkbox > input:checked+span::before {
border-color: #6093E6;
background-color: #6093E6;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox>input:disabled+span::before {
background-color: #6093E6;
}
.custom-radio > input {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-radio > span {
display: inline-flex;
align-items: center;
user-select: none;
color: #4F5659;
}
.custom-radio > span::before {
content: '';
display: inline-block;
width: 18px;
height: 18px;
flex-shrink: 0;
flex-grow: 0;
border: 1px solid #BBC8CE;
border-radius: 100%;
margin-right: 0.5em;
background-repeat: no-repeat;
background-position: center center;
background-size: 40% 40%;
}
.custom-radio > input:not(:disabled):not(:checked)+span:hover::before {
border-color: #6093E6;
}
.custom-radio > input:not(:disabled):active+span::before {
background-color: #6093E6;
border-color: #6093E6;
}
.custom-radio > input:focus+span::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-radio > input:focus:not(:checked)+span::before {
border-color: #6093E6;
}
.custom-radio > input:checked+span::before {
border-color: #6093E6;
background-color: #6093E6;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio > input:disabled+span::before {
background-color: #6093E6;
}
.form-control-textarea {
outline: none;
box-sizing: border-box;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding: 12px;
width: 100%;
color: #4E738E;
overflow: hidden;
margin-top: 5px;
resize: vertical;
}
.form-control-100 {
height: 40px;
outline: none;
box-sizing: border-box;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
width: 100%;
color: #4E738E;
overflow: hidden;
position: relative;
z-index: 2;
margin-top: 5px;
}
.form-control-50 {
height: 40px;
outline: none;
box-sizing: border-box;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
width: 100%;
color: #4E738E;
overflow: hidden;
position: relative;
z-index: 2;
margin-top: 5px;
}
.form-control-30 {
height: 40px;
outline: none;
box-sizing: border-box;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
width: 300px;
color: #4E738E;
overflow: hidden;
position: relative;
z-index: 2;
margin-top: 5px;
}
.form-control-page {
height: 40px;
outline: none;
box-sizing: border-box;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
width: 180px;
color: #4E738E;
overflow: hidden;
position: relative;
z-index: 2;
margin-top: 5px;
}
.form-control-20 {
height: 40px;
outline: none;
box-sizing: border-box;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
width: 200px;
color: #4E738E;
overflow: hidden;
position: relative;
z-index: 2;
margin-top: 5px;
}
input:placeholder {
color: #6B7B87;
}
.form-control-100-modify-select {
height: 40px;
outline: none;
box-sizing: border-box;
background-color: white;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
padding-top: 14px;
width: 100%;
color: #4E738E;
overflow: hidden;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
position: relative;
z-index: 2;
background: none;
margin-top: 5px;
}
.form-control-50-modify-select {
height: 40px;
outline: none;
box-sizing: border-box;
background-color: white;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
padding-top: 14px;
width: 100%;
color: #4E738E;
overflow: hidden;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
position: relative;
z-index: 2;
background: none;
margin-top: 5px;
}
.form-control-30-modify-select {
height: 40px;
outline: none;
box-sizing: border-box;
background-color: white;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
padding-top: 14px;
width: 300px;
color: #4E738E;
overflow: hidden;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
position: relative;
z-index: 2;
background: none;
margin-top: 5px;
}
.form-control-20-modify-select {
height: 40px;
outline: none;
box-sizing: border-box;
background-color: white;
border-radius: 10px;
border: 2px #E9EFF2 solid;
padding-left: 37px;
padding-right: 15px;
padding-top: 14px;
width: 200px;
color: #4E738E;
overflow: hidden;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
position: relative;
z-index: 2;
background: none;
margin-top: 5px;
}
.form-control-100-optimize {
margin-bottom: 20px;
position: relative;
width: 80%;
}
.form-control-page-optimize {
margin-bottom: 20px;
position: relative;
width: 180px;
display: inline-block;
}
.form-control-50-optimize {
margin-bottom: 20px;
position: relative;
width: 50%;
}
.form-control-30-optimize {
margin-bottom: 20px;
position: relative;
width: 300px;
}
.form-control-20-optimize {
margin-bottom: 20px;
position: relative;
width: 200px;
}
.form-control-100-modify-select-optimize {
margin-bottom: 20px;
position: relative;
overflow: hidden;
width: 80%;
}
.form-control-50-modify-select-optimize {
margin-bottom: 20px;
position: relative;
overflow: hidden;
width: 50%;
}
.form-control-30-modify-select-optimize {
margin-bottom: 20px;
position: relative;
overflow: hidden;
width: 300px;
}
.form-control-20-modify-select-optimize {
margin-bottom: 20px;
position: relative;
overflow: hidden;
width: 200px;
}
.form-control-modify-select-appearance {
position: absolute;
right: 16px;
color: #4E738E;
top: 50%;
transform: translateY(-50%);
}
.form-control-title {
color: #6093E6;
position: absolute;
left: 39px;
top: 10px;
font-size: 12px;
font-weight: bold;
z-index: 1;
}
#form-control-info {
color: #6093E6;
position: absolute;
left: 0;
top: 17px;
width: 40px;
text-align: center;
z-index: 3;
}
.input-info {
position: absolute;
z-index: 3;
bottom: 53px;
background: rgba(100,100,100,1);
left: 0;
right: 0;
display: none;
border-radius: 7px;
padding: 8px;
box-sizing: border-box;
color: white;
font-size: 12px;
}
.form-control-textarea:focus, .form-control-100-modify-select:focus, .form-control-50-modify-select:focus, .form-control-20-modify-select:focus, .form-control-30-modify-select:focus, .form-control-100:focus, .form-control-50:focus, .form-control-30:focus, .form-control-20:focus, .form-control-page:focus {
border: 2px #6093E6 solid;
background: none;
}
.tr {
position: relative;
}
.tr:hover:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 10px solid rgba(100,100,100,1);
left: 40px;
top: -14px;
}
.form-control-100-optimize:hover .input-info, .form-control-50-optimize:hover .input-info, .form-control-30-optimize:hover .input-info, .form-control-20-optimize:hover .input-info {
display: block;
}
#password-checkbox {
color: #4F5659;
position: absolute;
right: 1px;
top: 0;
height: 40px;
line-height: 39px;
width: 40px;
text-align: center;
z-index: 2;
}
.list-title {
background-color: #F1F8FB;
border-bottom: 0px;
margin-bottom: 0px;
font-weight: bold;
}
.count {
background-color: #ABBDC6;
border-radius: 20px;
color: white;
font-size: 11px;
padding: 4px 1em;
line-height: 25px;
font-weight: bold;
}
.list2 {
text-align: center;
background: white;
border-top: 1px #E1E7EA solid;
height: 210px;
position: relative;
color: #7E8F96;
box-sizing: border-box;
}
.list2 span{
left: 50%;
top: 40px;
transform: translateX(-50%);
position: absolute;
z-index: 1;
font-size: 17px;
width: 90%;
box-sizing: border-box;
display: inline-block;
}
.list2 div{
left: 50%;
top: 125px;
transform: translateX(-50%);
position: absolute;
z-index: 1;
font-size: 17px;
width: 90%;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
}
a {
text-decoration: none;
color: #519ED7;
}
.panel-top-optimize {
position: absolute;
left: 280px;
z-index: 102;
color: white;
bottom: 0;
}
.panel-top-optimize i{
color: #838FF7;
}
.panel-top-admin-button {
margin-left: 5px;
font-weight: bold;
font-size: 13px;
display: inline-block;
background-color: #4E5D63;
padding: 0 2.5em;
border-radius: 7px 7px 0 0;
height: 40px;
line-height: 40px;
color: #DDE5E8;
}
.panel-top-site-button {
font-weight: bold;
color: white;
font-size: 13px;
display: inline-block;
background-color: #25292B;
padding: 0 2.5em;
border-radius: 7px 7px 0 0;
height: 40px;
line-height: 40px;
}
.panel-top-site-button:hover{
background-color: #30353A;
}
.modal-scroll {
overflow-y: auto;
height: 222px;
}
.modal_title {
padding: 12px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
color: #4E5C63;
font-size: 16px;
font-weight: bold;
}
.modal_foot {
padding: 12px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
text-align: center;
}
.modal_center_open {
display: none !important;
}
.modal_center_close {
display: none !important;
}
.modal_phone_center {
background-color: rgba(25, 30, 30, 0.7);
z-index: 101;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.modal_center {
border-radius: 15px;
box-sizing: border-box;
background-color: white;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 102;
min-width: 290px;
max-width: 300px;
min-height: 200px;
max-height: 350px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
overflow: hidden;
animation-name: modal_center_close;
animation-duration: 0.4s;
}
.modal_center.modal_center_active {
animation-name: modal_center_open;
animation-duration: 0.4s;
}
.modal_phone_center.modal_center_no_active {
animation-name: modal_show_center;
animation-duration: 0.4s;
}
@keyframes modal_center_open {
from {
top: -50%;
}
to {
top: 50%;
}
}
@keyframes modal_center_close {
from {
top: 50%;
}
to {
top: -50%;
}
}
@keyframes modal_show_center {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.modal_bottom_open {
display: none !important;
}
.modal_bottom_close {
display: none !important;
}
.modal_phone {
background-color: rgba(25, 30, 30, 0.7);
z-index: 101;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.file-error {
padding: 10px;
color: #E66F80;
text-align: center;
}
.file-upload {
padding: 10px;
margin-top: 5px;
}
.file-upload-progress {
background-color: #B0C2CE;
height: 20px;
border-radius: 5px;
overflow: hidden;
box-sizing: border-box;
position: relative;
}
.file-upload-progress-ind {
background-color: #687C8A;
height: 20px;
box-sizing: border-box;
width: 40%;
}
.file-upload-progress-ind-num {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 10px;
font-weight: bold;
color: white;
}
.modal_bottom_title2 {
padding: 20px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
color: #4E5C63;
font-size: 16px;
font-weight: bold;
}
.modal_bottom_foot {
position: absolute;
bottom: 0;
padding: 10px;
width: 100%;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
color: #4E5C63;
text-align: center;
}
.modal_bottom_title {
height: 85px;
overflow-y: auto;
padding-left: 2px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
color: #4E5C63;
white-space: nowrap;
}
.modal_bottom_title_active {
color: #53a5e0;
}
.modal_bottom_icons_circle {
height: 55px;
width: 55px;
line-height: 55px;
background-color: #E9EDEF;
border-radius: 100%;
display: inline-block;
text-align: center;
position: absolute;
top: 8px;
left: 50%;
transform: translateX(-50%);
}
.modal_bottom_title_text {
position: absolute;
bottom: 1px;
font-size: 11px;
font-weight: bold;
left: 50%;
transform: translateX(-50%);
}
.modal_bottom_icons_optimize {
height: 80px;
width: 75px;
display: inline-block;
text-align: center;
position: relative;
}
.modal_bottom {
border-radius: 25px 25px 0 0;
height: 380px;
box-sizing: border-box;
background-color: white;
position: fixed;
bottom: 0;
z-index: 102;
width: 100vw;
max-width: 650px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
animation-name: modal_bottom_close;
animation-duration: 0.4s;
overflow: hidden;
}
.modal_bottom.modal_bottom_active {
animation-name: modal_bottom_open;
animation-duration: 0.4s;
}
.modal_phone.modal_bottom_no_active {
animation-name: modal_show;
animation-duration: 0.4s;
}
@keyframes modal_bottom_open {
from {
bottom: -280px;
}
to {
bottom: 0;
}
}
@keyframes modal_bottom_close {
from {
bottom: 0;
}
to {
bottom: -280px;
}
}
@keyframes modal_show {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.upload-container {
height: 80px;
margin-top: 10px;
margin-left: 5px;
margin-right: 7px;
margin-bottom: 7px;
color: #1f3c44;
text-align: center;
box-sizing: border-box;
outline: none;
}
.upload-container-n {
border: 2px dashed #E9EDEF;
}
.upload-container-a {
border: 2px dashed #53a5e0;
}
.upload-container-button {
font-weight: bold;
color: #53a5e0;
padding: 8px 4em;
background-color: #E9EDEF;
border-radius: 8px;
line-height: 22px;
display: inline-block;
position: relative;
top: 9px;
border: 2px #E9EDEF solid;
}
.upload-container span{
font-weight: bold;
font-size: 12px;
position: relative;
top: 11px;
color: #4F595F;
}
.upload-container-button:hover {
background-color: white;
border: 2px #53a5e0 solid;
}
.upload-container input[type=file] {
width: 0.1px;
height: 0.1px;
opacity: 0;
position: absolute;
z-index: -10;
}
.upload-attachments-result {
overflow-x: auto;
white-space: nowrap;
padding: 3px;
box-sizing: border-box;
margin-bottom: 10px;
}
.upload-attachments-result::-webkit-scrollbar { height: 6px; }
.upload-attachments-result::-webkit-scrollbar-button { display: none; }
.upload-attachments-result::-webkit-scrollbar-track { background-color: #909DA7; }
.upload-attachments-result::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.upload-attachments-result::-webkit-scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.upload-attachments-result::-webkit-scrollbar-corner { background-color: #909DA7; }
.upload-attachments-result::-webkit-resizer { background-color: #909DA7; }
.upload-attachments-result::scrollbar { height: 6px; }
.upload-attachments-result::scrollbar-button { display: none; }
.upload-attachments-result::scrollbar-track { background-color: #909DA7; }
.upload-attachments-result::scrollbar-track-piece { background-color: #ffffff; }
.upload-attachments-result::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.upload-attachments-result::scrollbar-corner { background-color: #909DA7; }
.upload-attachments-result::resizer { background-color: #909DA7; }
.modal-bottom-button2 {
background-color: white;
font-weight: bold;
color: #53a5e0;
padding: 11px 7em;
background-color: #E9EDEF;
border-radius: 7px;
border: none;
outline: none;
}
.modal-bottom-button {
background-color: white;
font-weight: bold;
color: #53a5e0;
padding: 11px 2.5em;
background-color: #E9EDEF;
position: relative;
top: 7px;
border-radius: 7px;
border: none;
outline: none;
}
.modal-container {
max-height: 285px;
overflow: auto;
}
.modal_bottom_title2 button {
background: none;
border: none;
color: #42738A;
position: relative;
bottom: 2px;
float: right;
}
.panel-left-foot {
padding: 15.5px;
background-color: #212526;
color: #7D898E;
font-size: 12px;
display: block;
border: none;
width: 100%;
box-sizing: border-box;
text-align: left;
}
#panel-top-modal {
z-index: 101;
position: absolute;
top: 65px;
right: 27px;
background-color: #3A474C;
width: 250px;
}
#panel-top-modal:after {
content: '';
border: 9px solid transparent;
border-bottom: 9px solid #3A474C;
position: absolute;
top: -18px;
right: 25px;
z-index: 101;
}
#panel-top-modal a{
color: white;
padding: 12px;
box-sizing: border-box;
border-bottom: 1px #5E7178 solid;
display: block;
}
#panel-top-modal i{
color: #79858A;
}
#panel-top-modal a:hover {
background-color: #3D5159;
}
.rang {
text-align: center;
position: relative;
}
.rang-title {
display: inline-block;
width: 100%;
box-sizing: border-box;
margin-bottom: -30px;
margin-top: -10px;
position: relative;
bottom: 17px;
}
.rang-number {
text-align: center;
border-width: 0;
font-size: 20px;
font-weight: 900;
background-color: #fff;
color: #0093d7;
width: 100%;
}
.rang-slider[type=range] {
width: 400px;
-webkit-appearance: none;
margin-top: 40px;
}
.rang-slider[type=range]:focus {
outline: none;
}
.rang-slider[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 20px;
border-radius: 25px;
background: #0093d7;
cursor: pointer;
}
.rang-slider[type=range]::-webkit-slider-thumb {
width: 50px;
height: 20px;
margin-top: 0;
border-radius: 25px;
background: #ffc815;
-webkit-appearance: none;
cursor: pointer;
}
.rang-slider[type=range]:focus::-webkit-slider-runnable-track {
background: #a3cd3b;
}
.meter {
display: block;
width: 273px;
height: 155px;
margin: 0 auto;
position: relative;
bottom: 28px;
}
.rang-upd {
position: absolute;
bottom: -35px;
left: 0;
font-size: 12px;
color: #3A474C;
width: 330px;
}
.rang-sec-comment {
position: relative;
font-size: 18px;
top: -12px;
color: white;
background-color: #58D7AB;
border-radius: 10px;
padding: 5px 2em;
display: inline-block;
}
.rang-upd {
position: relative;
top: -5px;
font-size: 12px;
color: #3A474C;
width: 330px;
display: block;
}
.rang-sec {
font-size: 15px;
color: #3A474C;
font-weight: bold;
position: relative;
top: -20px;
display: block;
}
.meter-left {
transform: skewX(-2deg) skewY(1deg);
stroke-width: 32;
stroke-dashoffset: 253;
stroke-dasharray: 120 400;
stroke: #FF675C;
fill: none;
}
.meter-center {
stroke-width: 42;
stroke-dashoffset: 128;
stroke-dasharray: 120 400;
stroke: #FFF27B;
fill: none;
}
.meter-right {
transform: skewX(2deg) skewY(1deg);
stroke-width: 52;
stroke-dashoffset: 5;
stroke-dasharray: 120 400;
stroke: #3CE6D4;
fill: none;
}
.meter-clock {
transform: rotate(-54deg);
transform-origin: 137px 147px;
fill: #515E5A;
}
.meter-circle {
fill: #515E5A;
}
.back_or_forward {
display: inline-block;
padding: 10px 2.5em;
background-color: #6093E6;
color: white;
margin-bottom: 20px;
}
.back_or_forward:hover {
background-color: #6093E6;
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.4);
}
.info {
display: inline-block;
padding: 1px 1.2em;
line-height: 17px;
color: white;
border-radius: 10px;
font-size: 11px;
font-weight: bold;
margin-top: 4px;
margin-bottom: 4px;
}
.gray {
background-color: #859BA6;
}
.green {
background-color: #5FE1AF;
}
.blue {
background-color: #5FC5E1;
}
.red {
background-color: #FF7891;
}
b {
font-weight: bold;
}
.desktop-vidget {
color: #CFD8DC;
overflow: hidden;
width: 337.5px;
min-height: 180px;
background-color: white;
border-radius: 15px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.2);
background-color: white;
margin-bottom: 22px;
margin-left: 20px;
margin-right: 1px;
page-break-inside: avoid;
break-inside: avoid;
float: left;
}
.desktop-vidget-title {
font-size: 18px;
color: white;
padding: 12px;
background-color: #6093E6;
}
.desktop-vidget i{
position: relative;
bottom: 2.5px;
}
.desktop-middle-vidjet {
column-gap: 0.2em;
-moz-column-gap: 0.2em;
-webkit-column-gap: 0.2em;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
width: 1075px;
margin-top: -10px;
margin-bottom: 1px;
}
.alpha-installer-icons {
display: inline-block;
width: 70px;
}
.alpha-installer-info {
display: inline-block;
width: 70%;
vertical-align: top;
}
.alpha-installer-info div{
margin-bottom: 7px;
}
.alpha-installer-container {
height: 400px;
overflow: auto;
}
.alpha-installer-container::-webkit-scrollbar { width: 9px; }
.alpha-installer-container::-webkit-scrollbar-button { display: none; }
.alpha-installer-container::-webkit-scrollbar-track { background-color: #909DA7; }
.alpha-installer-container::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.alpha-installer-container::-webkit-scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.alpha-installer-container::-webkit-scrollbar-corner { background-color: #909DA7; }
.alpha-installer-container::-webkit-resizer { background-color: #909DA7; }
.alpha-installer-container::scrollbar { height: 6px; }
.alpha-installer-container::scrollbar-button { display: none; }
.alpha-installer-container::scrollbar-track { background-color: #909DA7; }
.alpha-installer-container::scrollbar-track-piece { background-color: #ffffff; }
.alpha-installer-container::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.alpha-installer-container::scrollbar-corner { background-color: #909DA7; }
.alpha-installer-container::resizer { background-color: #909DA7; }
.comments-list-avatar {
width: 50px;
display: inline-block;
}
.comments-list-text {
width: 76%;
display: inline-block;
vertical-align: top;
}
.comments-list-text div{
margin-top: 5px;
margin-bottom: 4px;
}
.comments-list-text-optimize {
display: block;
margin-top: 10px;
}
.time {
font-size: 12px;
color: #92989B;
}
.comments-list-menu {
position: absolute;
right: 0;
top: 8px;
padding: 7px 1.5em;
}
.comments-list-like {
position: absolute;
right: -5px;
bottom: -2px;
font-size: 14px;
}
.comments-list-time {
display: block;
margin-top: 12px;
margin-left: 54px;
position: relative;
}
.comments-list-like-b {
width: 30px;
text-align: center;
display: inline-block;
height: 20px;
line-height: 20px;
}
.comments-reply-text {
display: inline-block;
position: relative;
left: 7px;
}
.comments-reply-optimize {
margin-left: 48px;
margin-top: 5px;
padding: 7px;
}
.comments-reply-ot {
position: relative;
left: -5px;
color: #58A2DC;
}
.comments-reply-avatar {
display: inline-block;
width: 32px;
vertical-align: top;
}
.modal-bottom-button {
background-color: white;
font-weight: bold;
color: #53a5e0;
padding: 11px 2.5em;
background-color: #E9EDEF;
position: relative;
top: 18px;
border-radius: 7px;
border: none;
outline: none;
}
.modal-bottom-button-at {
background-color: #26C47A;
font-weight: bold;
color: white;
padding: 11px 2.5em;
background-color: #3ACD9A;
position: relative;
top: 18px;
border-radius: 7px;
border: none;
margin-left: 5px;
outline: none;
}
.modal-bottom-container {
overflow-x: auto;
height: 243px;
}
.modal-bottom-container2 {
padding: 5px;
box-sizing: border-box;
}
.modal-bottom-container::-webkit-scrollbar { width: 6px; }
.modal-bottom-container::-webkit-scrollbar-button { display: none; }
.modal-bottom-container::-webkit-scrollbar-track { background-color: #909DA7; }
.modal-bottom-container::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.modal-bottom-container::-webkit-scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.modal-bottom-container::-webkit-scrollbar-corner { background-color: #909DA7; }
.modal-bottom-container::-webkit-resizer { background-color: #909DA7; }
.modal-bottom-container::scrollbar { width: 6px; }
.modal-bottom-container::scrollbar-button { display: none; }
.modal-bottom-container::scrollbar-track { background-color: #909DA7; }
.modal-bottom-container::scrollbar-track-piece { background-color: #ffffff; }
.modal-bottom-container::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.modal-bottom-container::scrollbar-corner { background-color: #909DA7; }
.modal-bottom-container::resizer { background-color: #909DA7; }
.attachments-photos-checkbox {
display: none;
}
.attachments-photos-label {
display: inline-block;
}
.attachments-photos-img {
border-radius: 7px;
display: inline-block;
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
box-shadow: 0px 0px 3px 0px rgba(70,90,90,0.3);
}
.attachments-files-name {
font-size: 13px;
font-weight: bold;
vertical-align: top;
position: relative;
left: 6px;
top: 8px;
}
.attachments-files-img {
border-radius: 7px;
display: inline-block;
box-sizing: border-box;
width: 60px;
height: 60px;
overflow: hidden;
box-shadow: 0px 0px 3px 0px rgba(70,90,90,0.3);
}
.checkbox-optimize2 {
position: relative;
}
.checkbox-optimize {
display: inline-block;
max-width: 25%;
position: relative;
border-right: 4px white solid;
border-left: 4px white solid;
border-top: 3px white solid;
border-bottom: 3px white solid;
}
@media screen and (max-width: 400px) {
.checkbox-optimize {
max-width: 25%;
}
}
.checkbox-op-file {
position: absolute;
top: 27px;
left: 27px;
border: 5px #7DFFC2 solid;
background-color: #26C47A;
width: 40px;
height: 40px;
line-height: 32px;
border-radius: 100%;
text-align: center;
color: white;
z-index: 1;
}
.checkbox-op-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 5px #7DFFC2 solid;
background-color: #26C47A;
width: 40px;
height: 40px;
line-height: 32px;
border-radius: 100%;
text-align: center;
color: white;
}
.check-close {
display: none;
}
.bclose {
display: none;
}
.comments {
position: relative;
box-sizing: border-box;
overflow: hidden;
width: 100%;
box-sizing: border-box;
}
.comments div{
margin-right: 51px;
box-sizing: border-box;
}
.comments-textarea {
width: 100%;
box-sizing: border-box;
background-color: #E6F0F5;
border: 2px #E6F0F5 solid;
padding-top: 11px;
padding-bottom: 11px;
padding-left: 43px;
padding-right: 72px;
border-radius: 10px;
outline: none;
resize: none;
font-size: 13px;
overflow: hidden;
display: inline-block;
}
.comments-textarea:focus {
border: 2px #6093E6 solid;
background-color: white;
}
.comments-textarea::placeholder {
color: #627D89;
}
textarea {
font-family: 'Roboto', Tahoma;
}
.comments-button {
background-color: #3A474C;
width: 45px;
height: 41px;
line-height: 41px;
border: none;
color: white;
border-radius: 10px;
position: absolute;
top: 0;
right: 0;
display: inline-block;
outline: none;
z-index: 1;
font-size: 15px;
}
.comments-attachments {
width: 43px;
height: 41px;
line-height: 41px;
border: none;
color: #627D89;
position: absolute;
top: 0;
left: 0;
display: inline-block;
outline: none;
text-align: center;
font-size: 22px;
z-index: 1;
}
.comments-bb {
width: 35px;
height: 41px;
line-height: 41px;
color: #627D89;
position: absolute;
top: 0;
right: 53px;
display: inline-block;
outline: none;
text-align: center;
font-size: 17px;
z-index: 1;
}
.comments-smiles {
width: 35px;
height: 41px;
line-height: 41px;
color: #627D89;
position: absolute;
top: 0;
right: 88px;
display: inline-block;
outline: none;
text-align: center;
font-size: 23px;
z-index: 1;
}
.panel-bottom-comments {
background-color: #fff;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
box-sizing: border-box;
padding: 10px 10px 6px; 10px;
z-index: 100;
margin: auto;
position: fixed;
bottom: 0;
right: 15px;
left: 260px;
box-sizing: border-box;
}
.img {
border-radius: 4px;
margin: 2px;
border: 1px #E9F0F4 solid;
}
.files-ext {
display: inline-block;
width: 70px;
vertical-align: top;
position: relative;
}
.files-info {
display: inline-block;
width: 70%;
vertical-align: top;
position: relative;
top: 5px;
font-size: 12px;
}
.file-download {
display: inline-block;
float: right;
width: 19px;
height: 19px;
line-height: 19px;
color: white;
background-color: #3ED57C;
text-align: center;
border-radius: 100%;
position: absolute;
bottom: 3px;
right: -5px;
}
.smiles-show {
background-color: white;
position: relative;
height: 270px;
margin-top: -10px;
margin-right: -10px;
margin-bottom: 10px;
margin-left: -10px;
border-bottom: 1px #EAEEF5 solid;
}
.smiles-show-title {
background-color: #6990DC;
height: 50px;
overflow: hidden;
position: relative;
}
.smiles-show-title-ob {
width: 50px;
height: 50px;
display: inline-block;
color: rgba(255,255,255,0.9);
position: relative;
}
.smiles-show-title-ob:hover {
background: rgba(200,200,200,0.5);
}
.smiles-show-title-ob i{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.smiles-show-title-ob img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: 32px;
}
.ssop {
position: absolute;
background: rgba(50,50,50,0.15);
color: white;
}
.smiles-show-title-ob-op::-webkit-scrollbar { height: 0px; width: 0px; }
.smiles-show-title-ob-op::scrollbar { height: 0px; width: 0px; }
.smiles-show-title-ob-op {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
margin-right: 100px;
margin-left: 50px;
position: relative;
}
.smiles_info {
background-color: #EEF4FB;
padding: 12px;
font-weight: bold;
}
.smile {
margin: 5px;
vertical-align: top;
display: inline-block;
}
.smile img{
max-width: 65px;
}
.smiles_list {
padding: 8px;
overflow-x: auto;
overflow-y: auto;
height: 200px;
}
.bb-show {
background-color: #F6F8FB;
position: relative;
margin-top: -10px;
margin-right: -10px;
margin-bottom: 10px;
margin-left: -10px;
}
.bb-show-ob {
width: 50px;
height: 50px;
display: inline-block;
color: #596674;
position: relative;
}
.bb-show-ob-op::-webkit-scrollbar { height: 0px; width: 0px; }
.bb-show-ob-op::scrollbar { height: 0px; width: 0px; }
.bb-show-ob-op {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
margin-right: 100px;
margin-left: 50px;
position: relative;
}
.bb-show-ob i{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.ssop2 {
position: absolute;
background: #DFE6EF;
color: #596674;
}
.bb-show-ob:hover {
background: #DFE6EF;
}
.reply {
margin-bottom: 9px;
}
.reply-close {
float: right;
padding: 5px 0.5em;
position: relative;
bottom: 6px;
}
.modal_comments_open {
display: none !important;
}
.modal_comments_close {
display: none !important;
}
.modal_phone_comments {
background-color: rgba(25, 30, 30, 0.7);
z-index: 10;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.modal_comments {
border-radius: 15px;
box-sizing: border-box;
background-color: white;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 90;
width: 600px;
height: 450px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
overflow: hidden;
animation-name: modal_comments_close;
animation-duration: 0.4s;
}
.modal_comments.modal_comments_active {
animation-name: modal_comments_open;
animation-duration: 0.4s;
}
.modal_phone_comments.modal_comments_no_active {
animation-name: modal_show_comments;
animation-duration: 0.4s;
}
@keyframes modal_comments_open {
from {
top: -50%;
}
to {
top: 50%;
}
}
@keyframes modal_comments_close {
from {
top: 50%;
}
to {
top: -50%;
}
}
@keyframes modal_show_comments {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.modal_comments_optimize {
height: 60vh;
overflow-x: hidden;
overflow-y: auto;
}
.files-info-list {
min-width: 250px;
margin-top: 5px;
}
.modal_comments_optimize::-webkit-scrollbar { width: 6px; }
.modal_comments_optimize::-webkit-scrollbar-button { display: none; }
.modal_comments_optimize::-webkit-scrollbar-track { background-color: #909DA7; }
.modal_comments_optimize::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.modal_comments_optimize::-webkit-scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.modal_comments_optimize::-webkit-scrollbar-corner { background-color: #909DA7; }
.modal_comments_optimize::-webkit-resizer { background-color: #909DA7; }
.modal_comments_optimize::scrollbar { width: 6px; }
.modal_comments_optimize::scrollbar-button { display: none; }
.modal_comments_optimize::scrollbar-track { background-color: #909DA7; }
.modal_comments_optimize::scrollbar-track-piece { background-color: #ffffff; }
.modal_comments_optimize::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 4px; }
.modal_comments_optimize::scrollbar-corner { background-color: #909DA7; }
.modal_comments_optimize::resizer { background-color: #909DA7; }
.captcha1 {
border: 2px #9EE6CB solid;
height: 35px;
outline: none;
line-height: 32px;
display: inline-block;
border-radius: 10px 0 0 10px;
padding-left: 10px;
padding-right: 10px;
width: 100px;
margin-bottom: 20px;
vertical-align: top;
}
.captcha2 {
border: 2px #9EE6CB solid;
background-color: #9EE6CB;
height: 35px;
line-height: 38px;
display: inline-block;
border-radius: 0 10px 10px 0;
width: 80px;
text-align: center;
position: relative;
left: -5px;
margin-bottom: 20px;
vertical-align: top;
}
.mail-message-scrollheight {
width: 34px;
height: 34px;
box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
border-radius: 100%;
position: fixed;
bottom: 73px;
right: 12px;
display: inline-block;
background-color: white;
color: #3A474C;
border: none;
outline: none;
}
.search-main-optimize {
position: relative;
margin-top: 13px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.search-main {
background-color: #ECF0F1;
color: #5D6B6F;
border-radius: 15px;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 48px;
border: none;
box-sizing: border-box;
display: block;
outline: none;
width: 100%;
}
.search-main-button {
background: none;
border: none;
color: #5D6B6F;
position: absolute;
right: 12px;
top: 8px;
outline: none;
}
/*
------------------
Version 25.05.2023
------------------
*/
.textarea-attachments {
border-radius: 100%;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
background-color: #EAF1F5;
display: inline-block;
color: #727E87;
margin-right: 7px;
}