html {
  overflow-y: scroll;
  height: 100%;
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 13px;
  }
  h4 {
    font-size: 14px;
  }
  .mobsm {
    font-size: 12px;
  }
  .yesno-mobsm {
    font-size: 12px;
  }

  .a-link {
    color: #ecdbff;
    background-color: transparent;
    text-decoration: none;
    font-size: 0.8em;
    text-align: left;
  }

  .a-link > a,
  .a-link > a:link,
  .a-link > a:hover,
  .a-link > a:focus
  .a-link > a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-size: 1em;
    text-align: left;
  }

}

.show-icons {
  border: 0px solid #59a4b6;
  margin: 9px auto;
}

.gra {
  background: -webkit-linear-gradient(45deg, #a8faed, #cbf7bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 2%;
  z-index: 99;
  border: none;
  outline: none;
  opacity: 0.7;
  background-color: #59a4b6;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 15px;
  font-size: 15px;
  overflow: auto;
  overscroll-behavior: contain;

}

#topBtn:hover {
  background-color: #59a4b6;
}

.ticket-message {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
	white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.navbar-default {
  background-color: #59a4b6;
  border-color: #755682;
  border-radius:0px;
  padding: 10px;
  width: 100%;
  font-weight: bold;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;

}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ecdbff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ecdbff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #59a4b6;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ecdbff;
  background-color: #755682;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #755682;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ecdbff;
  background-color: #755682;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ecdbff;
  background-color: #755682;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecdbff;
  background-color: #755682;
  #background-color: #59a4b6;
}
.navbar-default .navbar-toggle {
  border-color: #755682;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #5fa0ac;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecdbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecdbff;
    background-color: #755682;
  }
}

.check-form {
  margin: auto;
  width: 50%;
  padding: 1px;
  text-align: center;
}

.ting-1 {
  text-align: center;
  //border-bottom: 1px solid #ddd;
}

.ting-table-0 {
  margin: auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  //border-bottom: 1px solid #ddd;
}

.td-key-0 {
  padding: 5px;
  text-align: right;
}

.td-value-0 {
  padding: 5px;
  width: 50%;
  text-align: left;
}

.td-value-1 {
  padding: 5px;
  width: 100%;
  text-align: center;
}

.ting-shot-0 {
  padding: 20px;
  text-align: center;
}

@font-face {
    font-family: "PT Mono";
    src: url(/static/fonts/pt_mono_regular.ttf) format("truetype");
}

@font-face {
    font-family: "PT Mono Bold";
    src: url(/static/fonts/pt_mono_bold.ttf) format("truetype");
}

/* @font-face {
    font-family: "Courier Prime";
    src: url(/static/fonts/Courier-Prime.ttf) format("truetype");
}

@font-face {
    font-family: "Courier Prime Bold";
    src: url(/static/fonts/Courier-Prime-Bold.ttf) format("truetype");
} */

body {
  font-family: "PT Mono";
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding-right: 0 !important;
}

 h1 {
  font-weight: bold;
  font-family: "PT Mono";
}

h2 {
  font-weight: bold;
  font-family: "PT Mono";
}

h3 {
  font-weight: bold;
  font-family: "PT Mono";
}

h4 {
  font-weight: bold;
  font-family: "PT Mono";
} */

h4 {
  font-weight: bold;
  font-family: "PT Mono";
}

a {
   outline: 0;
}

form.form input.text, form.form textarea.standard, form.form select, form.form input.date {
   background-color:#FFFFFF;
   border:solid 2px #A9A9A9;
   font-size:18px;
   font-weight:bold;
   color:#000000;
   -moz-border-radius:1px;
   -webkit-border-radius:1px;
   border-radius:1px;
   padding-top:1px;
   padding-bottom:1px;
   padding-left:1px;
   padding-right:1px;
   #width: 100%;
   outline: none !important;
   -moz-outline: none !important;
   -moz-user-focus: none !important;
}
form.form p label {
   float: left;
   font-size:16px;
   color:#333333;
   font-weight:normal;
   padding-top:1px;
   padding-bottom:1px;
}

form.form label {
   float: left;
   font-size:16px;
   color:#333333;
   font-weight:normal;
   padding-top:1px;
   padding-bottom:1px;
}

form.form p.submit input {
   background-color:#FFFFFF;
   border:solid 1px #A9A9A9;
   font-size:18px;
   color:#000000;
   font-weight:bold;
   padding-top:1px;
   padding-bottom:1px;
   padding-right:1px;
   padding-left:1px;
   -moz-border-radius:0px;
   -webkit-border-radius:0px;
   border-radius:0px;
}
form.form p.submit {
   margin-top:0px;
   margin-bottom:0px;
   text-align:left;
}
form.form p.required label, form.form span.required label {
  font-weight:bold;
}

/*.btn {
  #font-size:14px;
  font-weight:bold;
  padding-top:8px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:12px;
  border-radius:12px;
  background-color: #755682;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}*/

.a-link {
  color: #ecdbff;
  background-color: transparent;
  text-decoration: none;
}

.a-link > a,
.a-link > a:link,
.a-link > a:hover,
.a-link > a:focus
.a-link > a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}


.btn,
.btn:hover,
.btn:focus
 {
  font-size:14px;
  font-weight:bold;
  padding-top:7px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
  -moz-border-radius: 0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  border: 0px;
  outline: 0px;
}

.btn-info {
  background-color: #59a4b6;
}

.btn-delete,
.btn-delete:hover,
.btn-delete:focus
 {
  background-color: Tomato;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
}

li.ring-dc-tabs a {
  font-size:16px;
  font-weight: bold;
  text-align: left;
  width: 150px;
  margin: 5px;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:12px;
  padding-left:12px;
  border: 25px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  #color: #ecdbff;
  #background-color: #755682;
}


li.ring-dc-tabs a.active {
  font-size:16px;
  font-weight: bold;
  text-align: left;
  width: 150px;
  margin: 5px;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:12px;
  padding-left:12px;
  border: 25px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  #color: #ecdbff;
  #background-color: #755682;
}

li.ring-dc-tabs a:hover,
li.ring-dc-tabs a:focus {
  font-size:16px;
  font-weight:bold;
  text-align: left;
  width: 150px;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:12px;
  padding-left:12px;
  -moz-border-radius: 0px;
  -webkit-border-radius:0px;
  border-radius: 0px;
  #color: #ecdbff;
  background-color: #dcdcdc;
}

.ring-dc-name {
  font-size:20px;
  font-weight:bold;
  color: #ecdbff;
  #background-color: #755682;
  padding-top:8px;
  padding-bottom:8px;
  padding-right:8px;
  padding-left:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:12px;
  border-radius:12px;
  text-decoration: none;
}

.bold {
  font-weight: bold;
  font-family: "PT Mono";
}

input {
  font-weight: bold;
  font-family: "PT Mono";
}


input[type=submit] {
  color: #ecdbff;
  background-color: #45a049;
}

input[type=submit]:hover,
input[type=submit]:focus {
  color: #ecdbff;
  background-color: #45a049;
}

input[type=submit]:active {
  color: #ecdbff;
  background-color: #45a049;
}

.center-input {
  text-align: center;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*input[type=text] {
    border: none;
    border-bottom: 2px solid #755682;
    #border-color: #755682;
    -webkit-border-radius:0px;
    border-radius:0px;
    background-color: #f8f8f8;
}

input[type=text]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
*/

.ring-captcha {
  margin: 0 auto;
  width: 120px;
  text-align: center;
}

.help-required {
  color: #a52a2a;
}

.disabled-submit,
.disabled-submit:focus,
.disabled-submit:hover {
  color: #a52a2a;
  opacity: 100;
}

textarea {
  resize: none;
}

.form-control {
    border: none;
    outline: 0;
    border-bottom: 2px solid #755682;
    box-shadow: 0 0 0px #755682;
    -webkit-border-radius:0px;
    border-radius:0px;
    /* background-color: #f8f8f8; */
    padding: 2px;
    text-indent: 0.25em;

}

.form-control:focus {
    box-shadow: 0 0 0px #669999;
}

select.form-control,
select.form-control:focus,
select.form-control:active {
    outline: 0;
    overflow : hidden;
    /*text-indent : 0.01px;*/
    text-overflow : '<';
    /* font-weight: bold; */
    background : url("https://img.icons8.com/material/24/000000/sort-down.png") no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1.0em;
}

button:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


/*input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}*/


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  outline: 0;
}

.table-borderless td,
.table-borderless th {
    border: none !important;
    border-collapse: collapse;
}

.help-block {
  text-align:center;
}

/*.modal-backdrop {
   background-color: transparent;
}*/

.modal-open {
    padding-right: 0px !important;
}

.alert {
  text-align:center;
}

.flex-column {
  display: flex;
  width: 10%;
}


.flex-grid {
  display: flex;
}

.flex-container {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.flex-box {
  background-color: #ffffff;
  box-sizing: border-box;
  border-left: 2px solid black;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 200px;
  margin: 20px;
  text-align: center;
  line-height: 75px;
  font-size: 16px;
}

.flex-box-selected {
  background-color: #ffffcc;
}

.flex-box-flushed {
  background-color: #ffffff;
}

.wizard {
    background: #fff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
        border 0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
    border 0;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    border 0 !important;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
        border 0;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 50%;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border 0;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.panel-selected {
    background:#ffffcc;
}

.panel-flushed {
    background:#ffffff;
}

.blockquote-prod {
  background: #ffffff;
  border-left: 3px solid #ccc;
  font-size: 1em;
  #border-right: 3px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote {
  background: #f9f9f9;
  border-left: 3px solid #ccc;
  font-size: 1em;
  #border-right: 3px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote p {
  display: inline;
}

pre {
  display: block;
  white-space: pre;
  margin: 1em 0;
  border: 0px;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.4em;
  height: 2.4em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.6s infinite ease-in-out;
}
.loader {
  color: #59a4b6;
  font-size: 10px;
  margin: 120px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 30;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.6em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.4em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.4em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.4em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.4em 0 0;
  }
}

.color-got {
    background: #fcf8e3 !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.color-done {
    background: #d9edf7 !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.color-closed {
    background: #dff0d8 !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.new-message {
  background: #dff0d8 !important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.old-message {
  background: #ffffff !important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.messages {
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
  white-space: normal;
  width: 300px !important;
  height: 400px !important;
  overflow-y:auto;
}

.new-message {
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
}

.old-message {
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
}

.message-count-hide {
  opacity: 0;
}

.message-count-show {
  opacity: 1;
  color: #ffffff;
  background: #eb4034 !important;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.spinner {
  color: #59a4b6;
  border: 16px solid #ddf3f3;
  border-radius: 50%;
  border-top: 16px solid #59a4b6;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.doc-article {
  font-family: "PT Mono";
  font-size: 1.0em;
  font-weight: normal;
  width: 100%;
  padding-right: 0 !important;
}

.doc-image {
  border:1px solid #59a4b6;
}

.inline-text {
  display: inline;
}

.help-comment {
  font-size: 0.8em;
}

.table-td-string {
  margin-top: 6px;
}

.payment-input {
  font-size: 1.4em;
}

.input-icons strong {
  position: absolute !important;
}

.input-icons {
  width: 100%;
  margin-top: 12px;
}

.icon {
  font-size: 1.2em;
  margin-top: -55px;
  margin-left: 156px;
  padding: 10px;
  min-width: 60px;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}

#main {
  overflow:auto;
  padding-bottom:150px;
}

.page-footer {
  position: absolute;
  clear:both;
  border-top: 1px solid #00a651;
}

.main-dot {
  font-size: 1.4em;
  margin-top: -4px;
  margin-right: -2px;
}

.main-ringhost {
  font-size: 1.4em;
  margin-top: -1px;
  margin-left: -15px;
}

.contacts {
  font-size: 1.2em;
}

.agreements {
  font-size: 1.2em;
}
