@font-face {
  font-family: "Daikon";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Daikon-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Daikon-Regular.woff") format("woff"), url("../fonts/Daikon-Regular.ttf") format("truetype"), url("../fonts/Daikon-Regular.svg#Daikon-Regular'") format("svg");
}
  
@font-face {
  font-family: "Daikon";
  font-weight: 500;
  font-style: normal;
  src: url("./fonts/Daikon-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Daikon-Medium.woff") format("woff"), url("../fonts/Daikon-Medium.ttf") format("truetype"), url("../fonts/Daikon-Medium.svg#Daikon-Medium'") format("svg");
}
  
@font-face {
  font-family: "Daikon";
  font-weight: 700;
  font-style: normal;
  src: url("./fonts/Daikon-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Daikon-Bold.woff") format("woff"), url("../fonts/Daikon-Bold.ttf") format("truetype"), url("../fonts/Daikon-Bold.svg#Daikon-Bold'") format("svg");
}
  
@font-face {
  font-family: "Daikon";
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Daikon-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Daikon-SemiBold.woff") format("woff"), url("../fonts/Daikon-SemiBold.ttf") format("truetype"), url("../fonts/Daikon-SemiBold.svg#Daikon-SemiBold'") format("svg");
}
  
@font-face {
  font-family: "Daikon";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Daikon-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Daikon-Light.woff") format("woff"), url("../fonts/Daikon-Light.ttf") format("truetype"), url("../fonts/Daikon-Light.svg#Daikon-Light'") format("svg");
}
  
body {
    font-family: "Daikon", sans-serif; 
    color: #626c77;
    line-height: 1.428571429;
}
  
a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1A0000;
}
  
a:hover,
a:focus {
    color: #F07814;
    text-decoration: underline;
}
  
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
  
.lk-right {
    float: right;
}
  
header {
    margin: 1em 0;
}
 
#main {
    min-height: 80vh;
}
  
.contact {
    display: block;
    color: #1A0000;
    font-weight: 500;
    font-size: 1.4em;
}
  
.btn-blue {
    background-color: #0079D1;
    color: #fff;
    border-color: transparent;
    line-height: 100%;
    padding: 1em 1.2em;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
  
.btn-blue:hover {
    border-color: #0079D1;
    color: #0079D1;
    background: #ffffff;
    text-decoration: none;
}
  
.mega-menu {
    opacity: 0.6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
  
.mega-menu li {
    border: none;
}
  
.footer {
    background-color: #32323C;
    color: #ffffff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
  
.footer a {
    color: #ffffff;
}
  
.footer a:hover, .footer a:focus {
    color: #F07814;
    text-decoration: underline;
}
  
.footer a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
  
.footer-contact {
    margin: 1em 0.7em;
}
  
.addr {
    color: #999;
    margin-bottom: 2em;
    font-size: 1em;
    line-height: 150%;
    margin-left: 0.7em;
}
  
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.7em;
    margin-bottom: 2em;
}
  
.social-item {
    width: 2em;
    height: 2em;
    position: relative;
    background-color: #ffffff;
    margin-right: 0.3em;
    border-radius: 50%;
    text-align: center;
}
  
.social-item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 1em;
    height: 1em;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
  
.footer-item {
    padding-top: 1em;
}
  
.menu {
    list-style-type: none;
}
  
#menu-cabinet-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
  
.menu-item-has-children a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    background-color: #f07814;
    width: 100%;
    display: block;
    line-height: 160%;
    text-transform: uppercase;
    padding: 0.7em 1.3em;
}
  
.menu-item-has-children a:hover,
.menu-item-has-children a:focus {
    text-decoration: none;
}
  
.sub-menu {
    list-style-type: none;
    padding: 0;
}
  
.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
  
.sub-menu a {
    color: #899;
    background-color: #f6f8fa;
    font-weight: normal;
    line-height: normal;
    height: auto;
    text-transform: none;
    font-size: 1em;
}
  
.sub-menu a:hover {
    text-decoration: underline;
}
  
.sub-menu li.active a {
    background-color: #efefef;
    color: #777;
}
  
.support-menu {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2em;
}
  
.support-btn {
    color: #899;
    background-color: #f6f8fa;
    border: none;
    font-size: 1em;
    line-height: 160%;
    padding: 0.7em 1.3em;
    width: 100%;
    text-align: left;
}
  
.support-btn:hover {
    text-decoration: underline;
}
  
.exit-img {
    margin-right: 1em;
}
  
.copyright {
    margin: 1em 0;
    font-size: 0.9em;
    color: #999;
}
  
.a-small {
    font-size: 0.9em;
}
  
.lk-content h2 {
    color: #1a0000;
    font-size: 2em;
    font-weight: 600;
}
  
.lk-container {
    padding: 0;
    margin: 0;
}

.lk-page {
    margin-top: 2em;
}
    
.lk-line {
    font-size: 1.1em;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    padding-top: 1.2em;
}
  
.lk-field {
    margin-bottom: 1em;
    width: 90%;
}

.lk-info {
    margin: 2em 0;
}

.lk-info-block {
    margin-bottom: 2em;
}

.lk-item {
    margin: 1em 0;
}
    
.lk-key {
    font-weight: 700;
}
  
.lk-txt {
    margin-right: 2em;
    margin-bottom: 1.2em;
    display: inline-block;
}
    
.lk-btn {
    background: #0079D1;
    color: #ffffff;
    border-color: transparent;
    text-transform: none;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 100%;
    padding: 0.5em 1em;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.2em;
}
  
.lk-btn:hover {
    border-color: #0079D1;
    color: #0079D1;
    background: #ffffff;
    text-decoration: none;
}
  
.lk-label {
    margin-bottom: 1em;
    margin-right: 1em;
}
  
.lk-select {
    margin-bottom: 1em;
    margin-right: 1em;
    display: inline-block;
    width: 50%;
}
  
h3 {
    margin: 1em 0.5em;
}

.date_filter_form .submit {
     margin: 1em 0.5em;
}

.date_filter_form .col-xs-5 {
     width: 15em;
     margin-bottom: 1.3em;
}

.date_filter_form .btn-primary {
    background-color: #0079D1;
    color: #fff;
    border-color: transparent;
    line-height: 100%;
    padding: 1em 1.2em;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.date_filter_form .btn-primary:hover {
    border-color: #0079D1;
    color: #0079D1;
    background: #ffffff;
    text-decoration: none;
}

.carbon_modules_authorize {
    min-height: 80vh;
}

.login-form-wrapper {
    margin: 4em 0;
}

.ticket-reply-container {
    margin: 3em 0;
}

.carbon_modules_helpdeskchat .btn-primary{
    background: #0079D1;
    color: #ffffff;
    border-color: transparent;
    text-transform: none;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 100%;
    padding: 0.5em 1em;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: inline-block;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.carbon_modules_helpdeskchat .btn-primary:hover {
    border-color: #0079D1;
    color: #0079D1;
    background: #ffffff;
    text-decoration: none;
}

.carbon_modules_helpdeskchat .dialog {
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 1em 0;
}

.carbon_modules_helpdeskchat .dialog h4 {
    font-size: 1.3em;
    text-decoration: underline;
}

.carbon_modules_helpdeskchat .dialog .dialog-header .dialog-header-info {
  display: inline-block;
  border-bottom: 1px solid #f07814;
}

.carbon_modules_helpdeskchat .dialog .dialog-header .dialog-header-info > div {
  display: inline-block;
}

.carbon_modules_helpdeskchat .dialog .dialog-header .dialog-header-info .status {
  color: #000;
  padding-right: 0.5em;
}

.dialog-header {
    padding: 0.5em 1em;
    background-color: #f6f8fa;
    color: #444;
}

.dialog-body {
    margin: 1em 1.5em;;
    color: #111;
    border: 1px solid black;
    padding: 0.5em;
}

.dialog-comment {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0.5em 1.5em;
    padding: 0.5em;
    background-color: #eee;
    line-height: 100%;
}

.dialog-comment-header {
    font-size: 0.8em;
    color: #f07814;
    text-decoration: underline;
}

.dialog-comment-info {
    font-size: 0.8em;
    color: #0079d1;
    margin-bottom: 0;
}

.dialog-footer {
    padding: 1em;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (max-width: 1300px) {
    html {
        font-size: 0.9rem;
    }
}
  
@media (max-width: 980px) {
    html {
        font-size: 0.8rem;
    }
}
    
@media (max-width: 790px) {
    html {
        font-size: 0.7rem;
    }
}
  
@media (max-width: 390px) {
    html {
        font-size: 0.5rem;
    }
}