:root {
    --price_company-color: #00bda5;
    --price_cloud-color: #f5c26b;
    --price_div_features-color: #516f90;
    --price_tech-color: #00a4bd;
    --price_free-color: #8d9eb1;
    --main-blue-color: #31afe1;
    --green-color: #5CB85C;
    --red-color: #be2424;
    --blue-color: #31afe1;
    /*--blue-color: #4a89dc;*/
    /*--blue-color: #f78a63;*/
    --link-dark-blue: #4a89dc;
    --light-blue-color: #d1ecf1;
    --menu-color: #06212a;
    --right-menu-blue-rolor: #5D9CEB;
    --yellow-color: #ffcc00;
    --border-radius: 3px;
    --indent: 15px;
}
html {
    font-size: 10px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.3em;
    line-height: 1.42857143;
    color: #000;
    background-color: #eee;
    margin: 0;
    padding: 0;
    overflow: auto;
}
h1 {
    background: var(--main-blue-color);
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
	padding-top: 4px;
    padding-bottom: 6px;
}
h3 {
    margin-top: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.main_h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
form {
    margin: 0;
}
.google-search {
    width: 20%;
    position: absolute;
    right: 0;
    top: -15px;
}
.icon {
    max-width: 20px;
    margin-left: 2px;
    cursor: pointer;
}
.header {
  	position: fixed;
  	top: 0;
  	z-index: 1000;
  	width: 100%;
  	background-color: var(--main-blue-color);
}
.progress-container {
  	width: 100%;
  	height: 5px;
  	background: var(--main-blue-color);
}
.progress-bar {
  	height: 5px;
	background: #4f7892;
  	width: 0%;
}
.top-menu {
    position: fixed;
    height: 100%;
    width: 207px;
    float: left;
    margin-bottom: 20px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: block;
    background-color: var(--menu-color);
}
.footer,
.top-menu {
    background-color: var(--menu-color);
}
.logoText {
    background-color: var(--menu-color);
    color: #ebf1f1;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    height: 32px;
    border-bottom: 1px solid #f0f8ff;
    padding-left: 20px;
    padding-top: 2px;
}
#logo_text {
    display: block;
    margin-top: 5px;
    padding-top: 2px;
    margin-left: 26px;
    padding-bottom: 3px;
}
#logo_span {
	float: left;
	margin-left: 8%;
	border-right: 3px solid #ddd;
	height: 270px;
}
#logo_img {
	margin: 80px 40px auto 100px;
	width: 330px;
}
#logo_sign {
	margin-left: 38%;
    font-size: 25px;
    color: #fff;
    font-family: Roboto Bold;
}
.container {
    min-height: calc(99vh - 0px);
    max-width: 91%;
    min-width: 40%;
    background-color: #fff;
    margin-left: 207px;
    padding-bottom: 10px;
}
#cover {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 500;
}
.login {
    float: right;
    margin-top: 5px;
    margin-left: 14px;
    margin-right: 15px;
    color: #fff !important;
    font-size: 15px;
}
.form-control:hover {
	animation: shadow-red  0.3s forwards;
}
.form-control:invalid, .form-control:valid {
    background-image: linear-gradient(0deg,#d50000 2px,rgba(213,0,0,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}
.form-control {
    background: no-repeat bottom,50% calc(100% - 1px);
    background-size: 0 100%,100% 100%;
    border: 0;
    transition: background 1s ease-out;
	font-size: 0.9em;
}
.form-login {
	background-color: #fff;
	padding: 10px 10px 10px 30px;
	width: 180px;
	background-size: 0 !important;
	border: 0 !important;
}
#logo_span {
    float: left;
    margin-left: 8%;
    border-right: 3px solid #ddd;
    height: 270px;
}
/*#logo_span img {*/
/*    margin-top: -40px;*/
/*    margin-bottom: -40px;*/
/*    padding-left: 70px;*/
/*}*/
.wrong-login {
    margin-top: 215px;
    /*margin-right: -12px;*/
    margin-left: 44%;
}
.conteiner {
    padding-left: 20px;
}
.paragraph {
    margin-top: 40px;
	margin-bottom: 10px;
    text-align: justify;
}
.copyright {
    color: #23527c;
    margin-left: 15px;
}
.copyright-menu {
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin-left: 30px;
}
.overviewHead:hover {
    background-color: #f4f9f3e6;
}
.footer {
    min-height: 50px;
    top: 0;
    right: 0;
    left: 0;
    max-width: 91%;
    min-width: 40%;
    background-color: #fff;
    margin-left: 207px;
    border-top: 1px solid #ddd;
}
#logo_footer {
    float: left;
    margin-left: 40%;
}
#logo_footer_img {
    width: 35px;
    margin-top: 8px;
}
.footer-div {
    display: block;
    padding-top: 12px;
    text-align: right;
    margin-right: 20px;
}
.footer-copyright,
.footer-link {
    color: var(--main-blue-color);
    font-size: 0.9em;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    padding: 12px 5px 20px 20px;
}
.footer-copyright {
    color: #586069;
    float: left;
    margin-left: 10px;
}
.overview {
    width: 100%;
}
.overviewHead {
    border-radius: 5px;
    background-color: #f4f9f3e6;
    font-weight: 700;
}
.overview tr {
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
}
.add-button {
    background-color: #5cb85c;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.serverDown {
    background-color: red;
}
.padding10 {
    padding: 10px 10px 10px 0;
    border: none;
    width: 15%;
}
.first-collumn {
    padding-left: 15px;
    width: 20%;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu {
    min-height: calc(100vh - 95px);
    font-size: 13px;
}
.menu a {
    background: var(--menu-color);
    color: #fff;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #666;
    transition: 0.5s all;
    cursor: pointer;
}
.sidebar {
    width: 200px;
    margin: 20px;
}
.menu a:hover {
    background: #48505a;
    padding: 10px 0 10px 20px;
    color: #fff;
    border-left: 4px solid var(--main-blue-color);
}
.menu li .v_menu li:first-child a,
.menu li:first-child a {
    border-radius: 3px 3px 0 0;
}
.menu li .v_menu li:last-child a,
.menu li:last-child a {
    border-radius: 0 0 3px 3px;
    border-bottom: 0;
}
.menu li .v_menu li a {
    border-radius: 0;
}
.p_menu {
    position: relative;
}
.v_menu {
    position: absolute;
    width: 100%;
    left: 180px;
    top: -9999px;
    opacity: 0;
    border-left: 10px solid transparent;
    transition: 0.5s opacity;
    z-index: 1001;
}
.v_menu a {
    background-color: #48505a;
}
.p_menu:hover .v_menu {
    opacity: 1;
    top: 0;
}
.p_menu::after {
    content: "";
    position: absolute;
    border: 5px solid;
    border-color: transparent transparent transparent #eee;
    top: 1em;
    right: 0.7em;
    transition: 0.5s;
}
.p_menu:hover::after {
    transform: scaleX(-1);
}
.head-submenu {
    margin-left: 20px;
}
.head-submenu2 {
    margin-left: 0;
}
@keyframes shadow {
    from {
        box-shadow: 0 0 0 red inset;
    }
    50% {
        text-shadow: 0 0 30px #000;
    }
    to {
        box-shadow: 0 -5px 5px -5px #26893c inset;
    }
}
@keyframes shadow-red {
    from {
        box-shadow: 0 0 0 red inset;
    }
    50% {
        text-shadow: 0 0 30px #000;
    }
    to {
        box-shadow: 0 -5px 5px -5px var(--main-blue-color) inset;
    }
}
.form-control:hover {
    animation: shadow-red 0.3s forwards;
}
.form-control:invalid,
.form-control:valid {
    background-image: linear-gradient(0deg, #d50000 2px, rgba(213, 0, 0, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}
.form-control {
    background: no-repeat bottom, 50% calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    transition: background 1s ease-out;
    padding-left: 0;
    padding-right: 0;
}
.ui-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: #f4f9f380 !important;
}
.ui-state-default {
    background-color: #ebf1f1 !important;
}
.ui-state-active {
    background-color: #4a89d8 !important;
    border: none var(--main-blue-color) !important;
}
.arrow:after,
.ui-tooltip {
    background: #33414e !important;
    border: 1px solid #33414e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.ui-tabs-nav {
    border-radius: 0 !important;
    padding-left: 25px !important;
}
.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
    padding-bottom: 10px !important;
}
.ui-tabs {
    padding-left: 0 !important;
    margin-top: -5px !important;
    margin-left: -2px;
}
.ui-widget-header {
    background: var(--main-blue-color) !important;
}
.ui-menu,
.ui-menu-item {
    background: #ebf1f1 !important;
}
.ui-dialog {
    z-index: 1000 !important;
}
.ui-selectmenu-menu,
.ui-selectmenu-open {
    z-index: 1010 !important;
}
.need-field {
    color: red;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
select {
    color: #000;
}
button {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
}
caption {
    color: #777;
    text-align: left;
}
td,
th {
    padding: 0;
    text-align: left;
    min-width: 30px;
}
a,
a:visited {
    text-decoration: underline;
}
a {
    color: #23527c;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.update {
    background-color: #dff0d8 !important;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert a {
    cursor: pointer;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 10px;
}
.added,
.alert-danger,
.alert-info,
.alert-success,
.alert-warning {
    width: 95%;
    display: block;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 400px;
    margin-bottom: -50px;
}
.added,
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-two-rows .fa-exclamation-circle {
    margin-top: 8px;
}
.alert_50 {
    width: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding-right: 10px;
}
.code_div {
    background-color: #ddd;
    padding: 5px 5px 0 10px;
    width: 70%;
    margin-top: 10px;
    word-wrap: break-word;
}
.github_gist {
    margin-top: 10px;
	width: 98%;
}
.changelog {
    margin-bottom: 25px;
}
#features {
    width: 40%;
    padding-right: 20px;
    float: left;
}
.printscreen {
    width: 70%;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
}
.gallery {
    width: 20%;
    margin-right: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
}
.images {
    float: right;
    width: 50%;
    margin-top: 10px;
}
.link_list {
    list-style: disc;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.link_list li {
    list-style: disc;
    margin-left: 24px;
}
.link_list_right {
	margin: 0;
}
.link_list_right li {
	list-style: none;
    margin: 0 0 2px;
}
.link_list_right a {
    padding: 2px 2px 2px 10px;
    width: 100%;
    display: inline-block;
    border: 1px solid transparent;
}
.link_list_right a:hover {
    background-color: #d0e0f6;
    border: 1px solid #95beee;
    border-radius: 5px;
    text-decoration: none;
}
.link_list_active, .link_list_active:hover {
    background-color: var(--main-blue-color);
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}
.interested_links {
    text-align: center;
}
.article_menu {
	position: fixed;
    left: 75%;
	top: 15px;
	background-color: #F6F6F6;
    padding: 30px;
	margin-left: 20px;
	box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
	width: 300px;
}
#article {
	width: 70%;
}
.on-this-page {
	display: none;
    padding-left: 5px;
    padding-bottom: 5px;
}
.links_wrapper {
    margin-left: 20px;
    margin-top: 20px;
}
.links_paragraph {
    width: 70%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.description_list_h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.description_list {
    font-size: 15px;
    color: #aaa;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    width: 45%;
}
.description_list_right {
    float: right;
}
.description_list li {
    padding-bottom: 7px;
}
.gist .blob-wrapper table {
    background-color: #f2f2f2 !important;
}
.gist .gist-data,
.gist .gist-file,
.gist-data {
    border-radius: 0 !important;
}
.gist .gist-meta {
    text-indent: -9999px;
    padding: 0;
    height: 0;
    display: block!important;
}
.price_div {
    float: left;
    width: 340px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 1px;
    margin: 20px;
    height: 255px;
    border-top: 5px solid var(--price_div_features-color);
}
.price_div_features {
    height: 160px;
}
.price_free {
    border-top: 5px solid var(--price_free-color);
}
.price_company {
    border-top: 5px solid var(--price_company-color);
}
.price_tech {
    border-top: 5px solid var(--price_tech-color);
}
.price_cloud {
    border-top: 5px solid var(--price_cloud-color);
}
.price_class {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.price_starting {
    text-align: center;
   // padding-top: 10px;
    color: var(--price_div_features-color);
    border-bottom: 1px solid #ddd;
    width: 360px;
    margin-left: -10px;
    padding-bottom: 10px;
}
.price_features ol {
    height: 125px;
    list-style-type: none;
}
.index_features ol {
    padding-left: 10px;
}
.price_link {
    text-align: center;
    font-size: 15px;
    color: white;
    background-color: #ff7a59;
    width: 268px;
    border-radius: 2px;
    margin-left: 36px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 5px;
}
.price_link button {
    background-color: inherit;
    border-color: inherit;
    border: none;
    cursor: pointer;
    font-size: 15px;
}
.price_link_a, .price_link button {
    color: #f5f5f5;
    text-decoration: none;
}
.price_link_a:hover, .price_link button:hover {
    color: #f5f5f5;
    text-decoration: none;
}
.price_link:hover {
    background-color: #fd8a6f;
}
.page_cloud {
    height: 225px;
    width: 90%;
    float: none;
}
.page_cloud .price_link {
    margin-left: 45%;
}
.page_cloud .price_starting {
    width: 100%;
}
.page_cloud .price_link {
    float: left;
}
.page_cloud ol {
    height: 100px;
    float: left;
}
.fa-check-circle {
    padding-right: 5px;
    color: #ff7a59;
}
.up_button {
    padding: 5px 10px;
    background-color: var(--main-blue-color);
    width: 76px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}
.up_button:hover {
    background-color: #71a6e2;
}
.up_button .svg-inline--fa {
    margin-left: 0.5em;
}
.up_button_a {
    text-decoration: none !important;
}
.card {
    margin-left: 20px;
}
.roxy-wi-link-logo {
    margin-left: -5px;
    margin-bottom: -5px;
    padding-right: 5px;
    width: 25px;
}
.back_button {
    position: fixed;
    bottom: 40px;
    left: 75%;
    padding: 10px;
    cursor: pointer;
    background-color: #F6F6F6;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    margin-left: 40px;
    font-weight: bold;
    color: #999;
}
.left_text_column {
    float: left;
}
.left_text_column, .right_text_column {
    width: 45%;
    padding-top: 10px;
    margin-bottom: 20px;
}
.right_text_column {
    margin-left: 50%;
}
.div_line {
    /*margin-top: 50px;*/
    clear: both;
}
.helpful_div {
    text-align: center;
    margin-top: 30px;
    height: 150px;
}
.helpful_buttons {
    margin-top: 35px;
}
.helpful_button_div {
    display: inline-block;
}
.helpful_button_left_div {
    float: left;
    margin-left: 38%;
}
.helpful_button_div {
    margin-left: -35%;
}
.helpful_button {
    background-color: #d0e0f6;
    border: 1px solid #95beee;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    font-size: 15px;
    color: #23527c;
    width: 100px;
}
.helpful_button:hover {
    background-color: var(--main-blue-color);
    color: #fff;
}
.gcore_logo {
    color: white;
    margin-top: -20px;
    display: block;
    padding-left: 20px;
}
.gcore_logo_text {
    font-size: 15px;
    margin-left: 10px;
}
.gcore_logo img {
    max-width: 167px;
    margin-left: -2px;
    margin-top: 3px;
}
.moto {
    width: 400px;
    height: 30px;
}
.menu-bars {
    display: none;
}
.gsc-control-cse-my {
    height: 10px !important;
}
@media (max-width: 1920px) {
    #logo_span {
        margin-left: 17%;
    }
}
@media (max-width: 1900px) {
    #logo_span {
        margin-left: 15%;
    }
    .wrong-login {
        margin-top: 220px;
        width: 300px;
        margin-right: -220px;
    }
}
@media (max-width: 1524px) {
    .helpful_button_left_div {
        margin-left: 35%;
    }
    .helpful_button_div {
        margin-left: -30%;
    }
    .article_menu {
        left: 77%;
        width: 250px;
    }
    #logo_text img {
        margin-top: 0;
        padding-left: 10px;
        width: 100px;
    }
}
@media only screen and (hover: none) and (pointer: coarse){
    h1 {
        font-size: 1em;
    }
	#article {width: 95%}
    .back_button {
        display: none;
    }
    .fa-exclamation-circle,
    .fa-info-circle {
        margin-top: 8px !important;
    }
    #logo_text img {
        margin-top: 0;
        padding-left: 0;
        width: 100px;
    }
    .logo_text {
        padding-left: 0;
        width: 25%;
    }
    .gcore_logo {
        color: white;
        margin-top: -30px;
        display: block;
        padding-left: 20px;
    }
    .gcore_logo_text {
        font-size: 13px;
        margin-left: 5px;
    }
    .gcore_logo img {
        width: 150px;
        margin-left: -9px;
    }
    .top-menu {
        display: none;
        width: 0;
    }
    .menu {
        font-size: 8px;
    }
    .menu a:hover {
        padding-left: 10px;
    }
    .menu-bars {
        display: inline;
        margin-left: 10px;
        cursor: pointer;
    }
    .head-submenu {
        margin-left: 10px;
    }
    .moto {
        width: 200px;
        height: 10px;
    }
    .container,
    .footer {
        margin-left: 0;
        max-width: 100%;
    }
    .footer-link {
        display: none;
    }
    .github_gist {
        width: 95%;
    }
    .images {
        width: 90%;
        float: none;
    }
    #features {
        width: auto;
        margin-left: -30px;
        padding-right: 0;
    }
    .price_div {
        height: 275px;
        width: 85%;
		margin: 10px;
    }
    .price_div_features {
        height: 340px;
    }
    .price_starting {
        width: 95%;
        margin-left: 3px;
    }
    .price_features ol {
        height: 125px;
        padding-left: 10px;
    }
    .price_link {
        width: 225px;
        margin-left: 5%;
    }
    .page_cloud {
        height: 590px;
    }
    .page_cloud ol {
        clear: both;
        padding-left: 10px;
    }
    .page_cloud .price_link {
        margin-top: 20px;
        margin-left: 27%;
        float: left;
    }
    .added,
    .alert-danger,
    .alert-info,
    .alert-success,
    .alert-warning {
        width: 85%;
    }
    img {
        width: 50%;
    }
    .links_wrapper {
        margin: 0;
    }
    .description_list, .links_paragraph {
        width: 90%;
    }
    .description_list_right {
        float: none;
    }
    .helpful_button_left_div {
        margin-left: 1%;
    }
    .helpful_button_div {
        margin-left: -1%;
    }
    .helpful_button {
        width: 80px;
    }
    .gsc-control-cse-my {
        height: 10px !important;
        display: none;
    }
}
@media (max-width: 600px) {
    #logo_text img {
        width: 80px;
        margin-left: -15px;
    }
    .moto {
        width: 200px;
        height: 20px;
    }
    .gcore_logo {
        color: white;
        margin-top: -30px;
        display: block;
        padding-left: 20px;
    }
    .gcore_logo_text {
        font-size: 5px;
        margin-left: -10px;
        clear: both;
        display: block;
    }
    .gcore_logo img {
        width: 80px;
        margin-left: -15px;
    }
}

.even {
	background-color: #f3f8fb;
}
.related-docs {
    max-width: 1200px;
    margin: 48px auto;
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid #d9e5ec;
    border-radius: 24px;
    background: #f4f8fa;
}

.related-docs h2 {
    margin: 0 0 24px;
    color: #123047;
    font-size: 28px;
}

.related-docs ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-docs li {
    padding: 20px;
    border: 1px solid #d9e5ec;
    border-radius: 16px;
    background: #fff;
}

.related-docs a {
    color: #0c73a8;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.related-docs a:hover {
    text-decoration: underline;
}

.related-docs p {
    margin: 10px 0 0;
    color: #41566a;
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 700px) {
    .related-docs {
        margin: 32px 16px;
        padding: 24px 18px;
    }
}
