
@-webkit-keyframes blik {
  from {
    color: #000;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    color: #428bca;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes blik {
  from {
    color: #000;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    color: #428bca;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes arrowShake {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@keyframes arrowShake {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

/*@-webkit-keyframes userguideShake {
  0% {
    top: calc(50%);
  }

  35% {
    top: calc(50% + 100px);
  }

  50% {
    top: calc(50% + 100px - 30px);
  }

  65% {
    top: calc(50% + 100px);
  }

  75% {
    top: calc(50% + 100px - 15px);
  }

  85% {
    top: calc(50% + 100px);
  }

  90% {
    top: calc(50% + 100px - 5px);
  }

  100% {
    top: calc(50% + 100px);
  }
}

@keyframes userguideShake {
  0% {
    top: calc(50%);
  }

  35% {
    top: calc(50% + 100px);
  }

  50% {
    top: calc(50% + 100px - 30px);
  }

  65% {
    top: calc(50% + 100px);
  }

  75% {
    top: calc(50% + 100px - 15px);
  }

  85% {
    top: calc(50% + 100px);
  }

  90% {
    top: calc(50% + 100px - 5px);
  }

  100% {
    top: calc(50% + 100px);
  }
}*/

.arrow-shake {
  font-size: 80px;
  color: #d9534f;
  position: absolute;
  top: -120px;
  opacity: 0;
}

.guide-block {
  position: fixed;
  cursor: pointer;
  top: 55%;
  left: 0;
  bottom: 0;
  right: auto;
  border: 1px solid #357ebd;
  background: #428bca;
  -webkit-transform: rotate(-90deg) translate(0,0) translate3d(0,0,0)!important;
  transform: rotate(-90deg) translate(0,0) translate3d(0,0,0)!important;
  border-bottom-left-radius: 8px!important;
  border-bottom-right-radius: 34px!important;
  min-width: 75px;
  height: 40px!important;
  width: auto;
  -webkit-transform-origin: left top!important;
  transform-origin: left top!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-box-shadow: -3px 3px 6px rgba(0,0,0,.3);
  box-shadow: -3px 3px 6px rgba(0,0,0,.3);
/*  -webkit-animation: userguideShake 4s 2s 1 linear forwards alternate;
  animation: userguideShake 4s 2s 1 linear forwards alternate;*/
  transition: transform .3s ease,-webkit-transform .3s ease,box-shadow .3s ease;
}

.guide-block:hover {
  -webkit-transform: rotate(-90deg) translate(20px,0) translate3d(0,0,0)!important;
  transform: rotate(-90deg) translate(20px,0) translate3d(0,0,0)!important;
  -webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.5);
  box-shadow: -3px 3px 7px rgba(0,0,0,.5);
}

.guide-block__text {
  font-size: 18px;
  font-family: Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0 33px 0 16px;
}

.guide-circle {
  position: absolute;
  background: #22457B;
  border-radius: 100px 10px;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

#notification-username {
  width: auto;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  color: #6cace5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: absolute;
}

.content-container {
  -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,.2);
  box-shadow: 0 0 40px 10px rgba(0,0,0,.2);
  padding: 20px 20px 38px;
  position: relative;
}

html {
  overflow-y: scroll;
}

#submenu {
  top: 50px;
}

a[href="#collapse-forma-buttons"]:focus,
a[href="#collapse-forma-buttons"]:hover {
  text-decoration: none;
}

.arrow-forma-buttons {
  transition: -webkit-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear;
}

.error-contant {
  margin: 80px 40px 10px 60px;
  max-width: 482px;
  display: -webkit-inline-box;
}

.thumbnail-error {
  min-width: 400px;
  max-width: 700px;
  border-radius: 6px;
  background-color: #f6f9fc;
  -webkit-box-shadow: 0 0 40px 5px rgba(0,0,0,.2);
  box-shadow: 0 0 40px 5px rgba(0,0,0,.2);
  margin: 50px auto;
  position: relative;
}

.error-contant .text-caption {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0 auto;
}

.text-caption h1 {
  font-size: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.thumbnail-text-caption {
  text-align: center;
  padding: 25px;
  background: #fff;
  margin: 10% 0 10% 20px;
  -webkit-box-shadow: 0 0 20px 5px #d6e2e9;
  box-shadow: 0 0 20px 5px #d6e2e9;
}

.thumbnail-footer-caption {
  padding: 25px;
  width: 542px;
  background: #fff;
  margin: 0 10% 20px;
  -webkit-box-shadow: 0 0 20px 5px #d6e2e9;
  box-shadow: 0 0 20px 5px #d6e2e9;
}

.article-text {
  vertical-align: middle;
  margin-right: 20px;
}

.text-caption p:nth-of-type(-n+2) {
  font: 20px Helvetica,sans-serif;
  line-height: 1.4;
}

.error-text-caption-footer {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font: 20px Helvetica,sans-serif;
  line-height: 1.4;
  text-align: center;
}

.error-img {
  display: block;
  margin: 10% 0 10% 20px;
  width: 200px;
}

.dropdown-menu div.row {
  margin-right: auto;
}

ul li.divider {
  position: relative;
  display: block;
}

#menu-home-icon,
#user-dropdown {
  padding-left: 2.5px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #e7e7e7;
}

/*footer {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  padding: 1rem;*/
/*  height: 38px;*/
/*  text-align: center;*/
/*  background-color: #f8f8f8;*/
/*  color: #22457B;*/
/*  z-index: 500;*/
/*  font-weight: 700;*/
/*  border: 1px solid transparent;*/
/*}*/

/*footer>p {*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*}*/

#top-anchor {
  position: absolute;
  top: -108px;
}

.text-dssu,
.text-header-dssu {
  color: #22457B;
  text-shadow: 0 0 1px rgba(0,0,0,.5);
}

.text-dssu-clean {
  color: #22457B;
}

.text-header-dssu {
  position: relative;
  left: 15px;
}

.header-img-right-login {
  position: relative;
  left: 30px;
}

.header-img-left,
.header-img-right,
.header-img-right-login {
  height: 45px;
  width: auto;
}

.header-fill {
  float: none;
  clear: both;
  margin: 0 auto;
  font-size: 24px;
  background-color: #22457B;
  color: #FFF;
  padding: 3px 26px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  text-shadow: 0 0 1px #FFF;
}

.navbar-text {
  font-size: 16px;
  color: #fff!important;
  font-weight: 700;
}

.badge-error {
  background-color: #b94a48;
}

.badge-error:hover {
  background-color: #953b39;
}

.unread-message {
  background-color: #E8EEF7!important;
}

.unread-message:hover {
  background-color: #cbcfd6!important;
}

.read-message {
  background-color: #FFF!important;
}

.read-message:hover {
  background-color: #ededed!important;
}

#logbtn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #22457b;
  color: #fff;
}

#logbtn:hover {
    background: #3c63a0;
}

#login-btn,
#register-btn,
#reset-pass-btn {
  font-size: 14px!important;
}

#login-btn {
  border-top-left-radius: 0;
}

#reset-pass-btn {
  border-top-right-radius: 0;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
  color: #fff;
}

#custom-bootstrap-menu.navbar-default {
  font-size: 14px;
  background-color: #428bca;
  border-width: 1px;
  border-radius: 4px;
}

#current-lang {
  color: #fff;
  background-color: #23195a;
  font-style: italic;
}

#current-lang:focus,
#current-lang:hover {
  color: #87cefa;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:not(#current-lang),
#custom-bootstrap-menu.navbar-default .navbar-nav>li>div:not(#current-lang) {
  color: #005E9E;
  background-color: #fff;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:not(#current-lang):focus,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:not(#current-lang):hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>div>span:not(#current-lang):focus,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>div>span:not(#current-lang):hover {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
}

.custommenu ul {
  background-color: #000;
  list-style: none;
}

#change-lang {
  color: #fff;
}

#custom-brand {
  padding: 0;
}

#custom-brand img {
    max-height: 45px;
    width: auto;
    margin-top: 2px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #87cefa;
  border-color: #337ab7;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  border-color: #337ab7;
  color: initial;
}

.col-item {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background: #FFF;
  padding: 0;
  height: 300px;
  position: relative;
}

.col-item:hover {
  z-index: 1;
}

.imgcard:hover {
  cursor: pointer;
}

.cards:hover {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.col-item-wrapper {
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.col-item-wrapper:hover {
  z-index: 10;
  overflow: visible;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #fff;
  box-shadow: 0 2px 5px -1px #000;
  -moz-box-shadow: 0 2px 5px -1px #000;
  -webkit-box-shadow: 0 2px 5px -1px #000;
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 2px solid #52A1D5;
}

.col-item .caption {
  text-align: center;
  width: 100%;
}

.col-item .photo img {
  margin: 0 auto;
  padding: 1px;
  border-radius: 10px 10px 0 0;
}

.col-item .info {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}

.col-item .price {
  width: 100%;
  float: left;
  margin-top: 5px;
}

.col-item .tbl {
  width: 100%;
  display: block;
  padding-top: 10px;
  text-align: center;
}

.tbl td {
  padding: 0 5px;
}

.col-item .price h5 {
  line-height: 20px;
  margin: 0;
}

.price-text-color {
  color: #219FD1;
}

.col-item .info .rating {
  color: #777;
}

.col-item .rating {
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator {
  border-top: 1px solid #E1E1E1;
}

.clear-left {
  clear: left;
}

.clear {
  clear: both;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}

.col-item .btn-add {
  width: 50%;
  float: left;
  border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.controls {
  margin-top: 20px;
}

[data-slide=prev] {
  margin-right: 10px;
}

.post-img-content {
  height: 196px;
  position: relative;
}

.post-img-content img {
  position: absolute;
  padding: 1px;
  border-radius: 10px 10px 0 0;
}

.post-title {
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: relative;
}

.post-title b {
  background-color: rgba(51,51,51,.58);
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 2px;
  color: #FFF;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 12px;
}

.post-title b:first-child {
  font-size: 14px;
}

.round-tag {
  width: 60px;
  height: 60px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #FFF;
  background: #37A12B;
  position: absolute;
  bottom: 0;
  padding: 15px 6px;
  font-size: 17px;
  color: #FFF;
  font-weight: 700;
}

.col-xs-3 {
  width: 240px;
  padding: 5px 15px;
}

input.search {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

#search-div:hover>input.search {
  visibility: visible;
  width: 200px;
}

#search-div:not(:hover)>input.search {
  visibility: hidden;
  width: 0;
  -webkit-transition-property: width,visibility;
  transition-property: width,visibility;
}

#search-ref {
  display: inline-block;
}

.search-form .form-group {
  float: right!important;
  -webkit-transition: all .35s,border-radius 0s;
  transition: all .35s,border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
  box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
  display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
  display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}

.search-form .form-group.hover,
.search-form .form-group:hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(255,255,255,.8);
}

#login-dp .help-block {
  font-size: 12px;
}

#login-dp .bottom {
  background-color: rgba(255,255,255,.8);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}

#login-dp .social-buttons {
  margin: 12px 0;
}

#login-dp .social-buttons a {
  width: 49%;
}

#login-dp .form-group {
  margin-bottom: 10px;
}

.btn-fb {
  color: #fff;
  background-color: #3b5998;
}

.btn-fb:hover {
  color: #fff;
  background-color: #496ebc;
}

.btn-tw {
  color: #fff;
  background-color: #55acee;
}

.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa;
}

.btn-test-forma {
  color: #fff;
  background-color: #55acee;
}
.dropdown-menu > li > .btn-test-forma:hover {
  background-color: green;
}

.icon-size {
  font-size: 60px;
}

.icon-size-small {
  font-size: 10px;
  display: none;
  margin-left: 10px;
}

.icon-size-small:hover {
  background-color: #000;
  color: #fff;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#submenu.navbar-default .navbar-nav>li>a:not(#current-lang) {
  color: #005E9E;
}

#submenu.navbar-default .navbar-nav>li.active li:not(#current-lang),
#submenu.navbar-default .navbar-nav>li.active>a:not(#current-lang) {
  color: #000;
}

#submenu.navbar-default .dropdown-menu>li.active>a,
#submenu.navbar-default .dropdown-menu>li.active>a:focus,
#submenu.navbar-default .dropdown-menu>li.active>a:hover,
#submenu.navbar-default .dropdown.active>a,
#submenu.navbar-default .dropdown.active>a:focus,
#submenu.navbar-default .dropdown.active>a:hover,
#submenu.navbar-default .navbar-nav>li div:not(#current-lang):focus,
#submenu.navbar-default .navbar-nav>li.active div:not(#current-lang):focus,
#submenu.navbar-default .navbar-nav>li.active>a:not(#current-lang):focus,
#submenu.navbar-default .navbar-nav>li.active>a:not(#current-lang):hover,
#submenu.navbar-default .navbar-nav>li>a:not(#current-lang):focus,
#submenu.navbar-default .navbar-nav>li>a:not(#current-lang):hover,
#submenu.navbar-right>li.active>a,
#submenu.navbar-right>li.active>a:focus,
#submenu.navbar-right>li.active>a:hover {
  color: #000;
  background-color: #e6e6e6;
}

#submenu.navbar-default .navbar-nav>li>div:not(#current-lang):focus {
  color: #ff0;
  background-color: green;
}

.subbrand-header a {
  padding-top: 10px;
}

.navbar-center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: -1;
}

#icon-menu-d {
  cursor: pointer;
}

#icon-menu-d a {
  text-decoration: none;
}

div.container~div.ui-dialog-titlebar {
  display: none;
}

.navbar-right {
  margin-right: 0;
}

.navbarc-right {
  margin-right: -15px;
}

.headertop {
  position: relative;
  right: 0;
  top: 0;
  margin-top: 40px;
  white-space: nowrap;
}

.header .text-header-dssu {
  left: 0;
}

.ui-tooltip {
  background: #FFF!important;
  border: 1px solid;
  border-color: rgba(0,0,0,.25);
  padding: 0;
  opacity: 1;
  font-size: 14px;
  border-width: 1px!important;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.ui-tooltip-content {
  position: relative;
  padding: 1em;
}

.tooltip-over {
  z-index: 100000;
}

.tp-arrow {
  border-width: 11px;
}

.top .ui-tooltip-content .tp-arrow {
  content: " ";
  bottom: -10px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: rgba(0,0,0,.25) transparent;
}

.tp-arrow::after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.top .ui-tooltip-content .tp-arrow::after {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-color: #fff transparent;
  border-width: 10px 10px 0;
}

.tp-arrow-right::after {
  content: '';
  position: absolute;
  border: 1px solid green;
  display: block;
  width: 0;
}

.top .ui-tooltip-content .tp-arrow-right::after {
  top: 35%;
  left: -8px;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.3);
  border-right: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tp-arrow-left::after {
  content: '';
  position: absolute;
  border: 1px solid green;
  display: block;
  width: 0;
}

.top .ui-tooltip-content .tp-arrow-left::after {
  top: 35%;
  right: -8px;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.3);
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tp-arrow-bottom::after {
  content: '';
  position: absolute;
  border: 1px solid green;
  display: block;
  width: 0;
}

.top .ui-tooltip-content .tp-arrow-bottom::after {
  top: -8px;
  left: 50%;
  margin-left: -7px;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.3);
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-dssu-bold {
  font-weight: 700;
}

.fm-button {
  height: auto!important;
  padding-bottom: .5em!important;
  font-size: 14px!important;
}

.ui-jqdialog-titlebar {
  height: auto!important;
  font-size: 14px;
}

#infocnt,
.ui-jqdialog-content {
  font-size: 14px;
}

.display-none {
  display: none;
}

#scrolltop-btn {
  display: none;
  z-index: 10001;
  position: fixed;
  bottom: 49px;
  right: 10px;
  opacity: 1;
}

#scrolltop-btn:hover {
  opacity: .7;
}

#ug-scrolltop-btn {
  z-index: 3;
  position: fixed;
  bottom: 100px;
  opacity: .7;
}

#ug-step-btn {
  margin-left: 3px;
  height: 40px;
  font-size: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .7s linear;
  transition: opacity .7s linear;
  padding: 0;
  display: none;
}

#ug-step-btn>div {
  padding: 0 0 0 20px;
  height: 100%;
}

#ug-step-down-btn:hover,
#ug-step-up-btn:hover {
  opacity: .5;
}

#ug-scrolltop-btn:hover {
  opacity: .9;
}

.tabs-left {
  border-bottom: none;
  padding-top: 2px;
  border-right: none;
}

.tabs-left li {
  z-index: 1;
}

.dssu-tab-content {
  border: 1px solid #ddd;
  margin-top: 0;
}

.tabs-left>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover {
  border-bottom-color: #ddd;
  border-right: 3px solid #555;
  margin-left: 18px;
}

#ug-left-tabs-list {
  opacity: 0;
  -webkit-transition: opacity .7s linear;
  transition: opacity .7s linear;
  overflow: auto;
  margin-left: 0;
  width: 100%;
  height: 100%;
}

#rightcolumn {
  opacity: 0;
  -webkit-transition: opacity .7s linear;
  transition: opacity .7s linear;
}

.input-group-addon.info {
  padding: 1px!important;
}

.info .glyphicon {
  font-size: 24px!important;
}

#scrolltop>.glyphicon {
  font-size: 28px;
  color: #999;
}

#scrolltop {
  color: #fff;
  background-color: #eaeaea;
}

#scrolltop.btn {
  padding: 2px 4px!important;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-left: 16px;
  margin-top: -2px;
  display: block;
  text-align: center;
  word-spacing: 0.125em;
  letter-spacing: 0.25px;
  padding: 15px 15px;
  font-size: 16px;
}

#guidetabs-toggle p{
    word-spacing: 0.125em;
    line-height: 25px;
}
.dssu-tab-content {
  margin-right: 20px;
  margin-left: 0;
  padding: 0 15px;
  min-height: 450px;
}

div#guidetabs-toggle.col-md-9,
div#guidetabs-toggle.col-xs-8,
div#guidetabs.col-md-3,
div#guidetabs.col-xs-4 {
  padding: 0;
}

#archivequide,
#calendarquide,
#classifierquide,
#ecpquide,
#tokenquide,
#featuresquide,
#filiiquide,
#formappquide,
#formquide,
#logquide,
#profilequide,
#receiptquide,
#regquide,
#supportquide,
#faqquide,
.dssu-tab-content #cabinetquide {
  padding: 20px;
  text-indent: 35px;
  list-style-position: inside;
}

#rightcolumn .modal-content-head {
  padding-left: 35px;
  text-indent: initial;
  font-size: 18px;
  color: #282828;
}

#rightcolumn .modal-content-head:first-of-type {
  padding-left: 0;
  text-align: center;
  font-size: 24px;
}

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

#archivequide .modal-content-link,
#calendarquide .modal-content-link,
#classifierquide .modal-content-link,
#ecpquide .modal-content-link,
#tokenquide .modal-content-link,
#featuresquide .modal-content-link,
#filiiquide .modal-content-link,
#formappquide .modal-content-link,
#formquide .modal-content-link,
#logquide .modal-content-link,
#profilequide .modal-content-link,
#receiptquide .modal-content-link,
#regquide .modal-content-link,
#supportquide .modal-content-link,
#faqquide .modal-content-link,
.dssu-tab-content #cabinetquide .modal-content-link {
  padding-left: 35px;
  text-indent: initial;
  line-height: 1.6em;
}

.dssu-tab-content a:focus {
  text-decoration: underline;
}

#ug-modal-header {
  border-top: 5px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 23px;
  color: #fff;
}

#archivequide ol,
#cabinetquide ol,
#calendarquide ol,
#classifierquide ol,
#ecpquide ol,
#tokenquide ol,
#featuresquide ol,
#filiiquide ol,
#filiiquide ul,
#formappquide ol,
#formappquide ul,
#formquide ol,
#logquide ol,
#profilequide ol,
#receiptquide ol,
#regquide ol,
#supportquide ol,
#faqquide ol,
formquide ul {
  padding-left: 0;
  font-size: 16px;
}

#logquide ul {
  padding-left: 35px;
  text-indent: initial;
}

ol .caption li {
  margin: 10px 10px 10px 0;
  word-spacing: 0.125em;
  line-height: 25px;
}

#dssu-alert {
  top: 18%!important;
}

.modal-icon-warning {
    position: relative;
    box-sizing: content-box;
    width: 4em;
    height: 4em;
    margin: 0 auto 20px;
    border: .25em solid transparent;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #facea8;
    color: #f8bb86;
}

.modal-icon-warning::before {
    content: '!';
    width: 100%;
    position: absolute;
    font-size: 50px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

::-o-scrollbar {
  width: 12px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
  border: 1px solid #D8D8D8;
}

::-o-scrollbar-track {
  background: #FFF;
  -o-box-shadow: inset 1px 1px 2px #E0E0E0;
  border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
  background: #428bca;
  -webkit-box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
}

::-o-scrollbar-thumb {
  background: #428bca;
  -o-box-shadow: inset 1px 1px 2px rgba(155,155,155,.4);
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,.3);
}

::-o-scrollbar-thumb:hover {
  -o-box-shadow: inset 1px 1px 10px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
}

::-o-scrollbar-thumb:active {
  -o-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
}

.percent_wrap {
  position: relative;
  height: 24px;
  width: 72px;
}

input.percent_val {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: 15px;
  text-indent: 8px;
  z-index: 200;
  background: 0 0;
  overflow: hidden;
  text-overflow: clip;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

input.edrpou_val:active,
input.edrpou_val:focus,
input.percent_val:active,
input.percent_val:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.edrpou_cell,
.percent_cell {
  border: 1px solid #000;
  background-color: #e5e5e5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  float: left;
}

.edrpou_wrap {
  position: relative;
  height: 24px;
  width: 192px;
}

input.edrpou_val {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: 17px;
  text-indent: 8px;
  z-index: 200;
  background: 0 0;
  overflow: hidden;
  text-overflow: clip;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.btn-in-a:hover {
  text-decoration: none;
}

.btn-dssu {
  color: #005E9E;
}

.btn-dssu:hover {
  color: #000;
}

#noty_layout__bottomLeft,
#noty_layout__bottomRight {
  bottom: 38px!important;
}

#noty_layout__topLeft,
#noty_layout__topRight {
  top: 100px!important;
}

.clearsearchclass {
  font-size: 20px;
  margin: 5px;
}

.ui-search-input>input {
  height: 30px;
  margin: 5px;
}

.grid-cell-long-text {
  white-space: normal!important;
}

#spiner-modal {
  top: 25%!important;
}

.submenu-contacts-image>img {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  background: rgba(0,0,0,.3);
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.submenu-contacts-image>img:hover {
  background: gray;
}

#submenu-contacts-text-change div.shown {
  display: none;
  text-align: left;
  width: 50%;
  margin: 15px 25% 30px;
}

.contacts-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 99px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0,0,0,.7);
}

.contacts-modal-content {
  margin: 5% auto auto;
  display: block;
  max-width: 750px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  background: rgba(0,0,0,.3);
}

#caption {
  margin: auto auto 5%;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  height: 75px;
  font-size: 18px;
  font-weight: 600;
}

#caption,
.contacts-modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: .6s;
  animation-name: zoom;
  animation-duration: .6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#form-close {
  z-index: -1;
  position: fixed;
  top: 100px;
  right: 10px;
  opacity: .7;
  color: #c43c35;
  font-size: 50px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

.submenu-contact-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

#form-close:focus,
#form-close:hover,
.submenu-contact-close:focus,
.submenu-contact-close:hover {
  color: #c43c35;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}

.panel-contact-us {
  padding: 0;
  margin-top: 10px;
}

.header-contact-us {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.header-contact-us::before {
  content: '';
  position: absolute;
  border: 1px solid #000;
  display: block;
  width: 0;
  left: 48%;
  bottom: -15px;
  padding: 14px;
  background: #fff;
  border-width: 2px;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-contact-us>p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px;
}

#contact-us-form {
  min-width: 400px;
}

.header-respprofile {
  display: inline-block;
  vertical-align: middle;
  margin-left: 124px;
}

.dssu-block-input table tbody:hover {
  cursor: pointer;
  background: #edeeef;
}

.respondent-profile-content>div,
.respondent-profile-content>p {
  border-bottom: 1px solid #ccc;
}

.modal-control-error {
  display: none;
  position: fixed;
  z-index: 10002;
  bottom: 0;
  width: 100%;
  height: 300px;
  overflow: auto;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .4s;
  animation-name: fadeIn;
  animation-duration: .4s;
}

.modal-content-error {
  position: fixed;
  border: 3px solid #428bca;
  height: 300px;
  width: 100%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 0;
  background-color: #fefefe;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: .4s;
  animation-name: slideIn;
  animation-duration: .4s;
}

.modal-error-close,
.modal-error-rollup {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
}

.pressed-rollup {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10003;
  width: initial;
}

.modal-error-rollup {
  margin: -5px 5px auto auto;
  font-size: 24px;
}

.modal-error-close:focus,
.modal-error-close:hover,
.modal-error-rollup:focus,
.modal-error-rollup:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-error {
  padding: 2px 16px;
  background-color: #428bca;
  color: #fff;
}

.modal-body-error {
  padding: 2px 16px;
  max-height: 193px;
  height: auto;
  overflow-y: auto;
}

.modal-footer-error {
  padding: 7px 16px;
  border-top: 2px solid #ddd;
  text-align: center;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.highlight-input {
  border: 1px solid red!important;
}

#submenu-notification-icon {
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

#submenu-notification-icon:hover {
  opacity: 1;
}

.submenu-notification-block {
  display: none;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #ccc;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 20px 0 20px -10px rgba(0,0,0,.2),-20px 0 20px -10px rgba(0,0,0,.2);
  box-shadow: 20px 0 20px -10px rgba(0,0,0,.2),-20px 0 20px -10px rgba(0,0,0,.2);
}

.submenu-notification-block>.submenu-notification-block-header {
  background: #75d475;
}

.submenu-notification-block>.submenu-notification-block-header>p {
  padding: 18px 31px 18px 16px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 0;
}

.submenu-notification-block>.submenu-notification-block-body {
  padding: 10px 16px;
  text-align: left;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.submenu-notification-tooltip {
  display: none;
}

#submenu-notification-icon:hover .submenu-notification-tooltip {
  display: block;
}

.submenu-notification-tooltip {
  position: absolute;
  left: 49px;
  top: 15px;
  width: 280px;
  background: #75d475;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  -webkit-animation: hint-auth-fade-in-opacity .2s ease-out .2s backwards;
  animation: hint-auth-fade-in-opacity .2s ease-out .2s backwards;
  z-index: 1;
}

.submenu-notification-tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: transparent;
  border-top-color: #75d475!important;
  border-right-color: #75d475!important;
}

.submenu-notification-tooltip>p {
  padding: 18px 16px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.submenu-notification-block-close {
  color: #fff;
  float: right;
  margin-right: 15px;
  font-size: 28px;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.submenu-notification-block-close:hover {
  opacity: .5;
}

.hot-tel-circle.hover {
  background: rgba(221,221,221,.3);
  border-width: 3px!important;
  -webkit-transform: rotateX(30deg) rotateY(0) rotateZ(0) translateY(-50px);
  transform: rotateX(30deg) rotateY(0) rotateZ(0) translateY(-50px);
  border-top: transparent!important;
  opacity: 1!important;
}

.hot-tel-circle {
  opacity: 0;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  padding: 40px;
  margin: 0;
  transition: opacity 1.4s ease,-webkit-transform 1.4s ease;
  -webkit-transition: opacity 1.4s ease,-webkit-transform 1.4s ease;
  transition: transform 1.4s ease,opacity 1.4s ease;
  transition: transform 1.4s ease,opacity 1.4s ease,-webkit-transform 1.4s ease;
}

.hot-tel {
  display: none;
  text-align: center;
  width: 60%;
  margin: 20px auto;
}

.hot-tel-text {
  font-size: 16px;
  transition: -webkit-transform 1.4s ease;
  -webkit-transition: -webkit-transform 1.4s ease;
  transition: transform 1.4s ease;
  transition: transform 1.4s ease, -webkit-transform 1.4s ease;
  transition: transform 1.4s ease,-webkit-transform 1.4s ease;
}

.hot-tel-text.act {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.submenu-contacts-image {
  transition: -webkit-transform 1.4s ease;
  -webkit-transition: -webkit-transform 1.4s ease;
  transition: transform 1.4s ease;
  transition: transform 1.4s ease, -webkit-transform 1.4s ease;
  transition: transform 1.4s ease,-webkit-transform 1.4s ease;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.submenu-contacts-image.act {
  -webkit-transform: translateY(-60px)!important;
  transform: translateY(-60px)!important;
}

.modal-content {
  border-radius: 0;
  border: 7px solid rgba(66,139,202,.7);
}

.modal-body .btn-block {
  width: 30%;
  margin: 0 auto;
}

.modal-body .btn {
  border-radius: 2px;
}

.modal-body {
  padding: 40px 20px;
}

.ui-jqdialog .select2-container .select2-choice {
  height: auto;
  padding-top: 1px;
  padding-left: .2em;
  padding-bottom: 2px;
  line-height: 15px;
}

.ui-jqdialog .select2-container .select2-choice .select2-arrow b {
  background-position: 0 -4px;
}

.ui-jqdialog.select2-drop {
  padding: 0;
}

.ui-jqdialog .select2-results .select2-result-label {
  padding: 2px;
}

.nodisplay {
  display: none;
}

.to-control {
  cursor: pointer;
}

.to-control:hover {
  background: #eee;
}

#to-control-help {
  float: left;
  line-height: 22px;
  height: 36px;
  width: 36px;
  margin: 5px auto;
  display: none;
}

.control-style {
  background: #ff0!important;
}

#AccountantPKeyPassword,
#InputPassword, #InputPasswordLite {
  padding-right: 44px;
}

.password-eye,
.password-eye-verify,
.password-eye-verify-lite {
  position: absolute;
  right: 40px;
  margin-top: 10px;
  cursor: pointer;
  z-index: 100;
  opacity: .38;
}

.logerror {
  font-size: 14px;
  color: #a94442;
  position: relative;
  margin-top: 15px;
  text-align: center;
  display: block;
  width: auto;
}

.logerrorin {
  display: block!important;
}

#tech-time-counter,
#tech-time-msg {
  font-size: 16px;
  font-weight: 300;
  font-family: Arial,sans-serif;
  text-align: center;
  color: #fff;
  border: 1px solid;
  border-radius: 8px;
  display: none;
}

#tech-time-counter {
    background: #f0ad4e;
    padding: 5px 10px;
    opacity: 0;
    margin-bottom: 36px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

#tech-time-msg {
    margin-top: 0;
    background: #5cb85c;
    padding: 15px 10px;
    margin-bottom: 36px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

#tech-time-counter .tech-time-count {
  font-size: 20px;
  font-weight: 700;
  font-family: Arial,monospace;
}

.l-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100vh;
  padding: 10px;
  background: -webkit-gradient(linear,left top, left bottom,from(#ebf6ff),to(#fff));
  background: linear-gradient(to bottom,#ebf6ff,#fff);
}

.l-login__thumbnail {
     margin-bottom: 38px;
    padding: 0;
    background: #fff;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.c-thumbnail {
  border: 2px solid rgba(0,0,0,.15);
  border-radius: 15px;
  -webkit-box-shadow: 3px 6px 11px rgba(0,0,0,.2);
  box-shadow: 3px 6px 11px rgba(0,0,0,.2);
}

.c-thumbnail__header {
  border-bottom: 2px solid #ddd;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-thumbnail__container {
  padding-left: 15px;
  padding-right: 15px;
}

.c-thumbnail__headertop {
  padding: 20px 0;
  margin: 0;
}

.headertop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.headertop-item {
  max-width: 300px;
}

.headertop__text {
  left: 0;
  white-space: normal;
  z-index: 1;
/*  color: #fff;
  text-shadow: 0 0 2px rgba(0,0,0,.8);*/
}
@media only screen and (max-width:992px) {
    .headertop__text {
        font-size: 20px;
    }
    .header-fill {
        font-size: 20px;
    }
}
.c-thumbnail__headertop::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: .8;
  z-index: 0;
  /*background: url(/img/prapor_ukrainy.jpg) center/cover no-repeat;*/
  
}

.c-thumbnail__headertop::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: 0;
  /*background: rgba(0,0,0,.2);*/
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.headertop__img--left {
  z-index: 1;
  position: relative;
}

.headertop__img--right {
  left: 0;
  z-index: 1;
  height: 55px;
}

.calendar-info {
    margin:20px 4px;
    border:1px dashed #bcbcbc;
}

.calendar-info__link {
    display:inline-block;
    padding:5px 15px;
    font-size:18px;
    font-weight:bold;
    color:#f99924;
}

.submenu__btn-icon {
    width: 25px;
    text-align: center;
}

.submenu__btn-text {
    padding: 0 8px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #000000;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#user-guide-modal {
    font-family: Arial,"Segoe UI", Roboto, "Helvetica Neue",  sans-serif;
}

#user-guide-modal>div {
    width: 90vw;
    max-width: 1200px;
}

@media only screen and (min-height:850px) {
    #guidetabs {
        max-height: 550px !important;
        height: 550px !important;
    }
    #guidetabs-toggle {
        max-height: 550px !important;
        height: 550px !important;
    }
    
}
@media only screen and (min-width:768px) {
  #navbar-submenu.container {
    padding-left: 0;
    padding-right: 0;
  }

  #notification-username-small {
    display: none;
  }
}

@media (min-width:768px) {
  .submenu-notification-block {
    width: 750px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .modal-content {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.5);
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
  }
}

@media (min-width:992px) {
  .submenu-notification-block {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .submenu-notification-block {
    width: 1170px;
  }
}

@media only screen and (min-width:1200px) {
  #tech-time-counter,
  #tech-time-msg,
  .l-login__thumbnail {
    width: 40%;
    float: left;
  }
  #user-guide-modal>div {
      width: 80vw;
  }
}

@media only screen and (min-width:1792px) {
  .contacts-modal-content {
    max-width: 850px!important;
    margin: 7% auto auto;
  }

  #caption {
    margin: auto auto 7%;
  }
}

@media (max-width:992px) {
  .input-group-addon.info {
    padding: 1px 2px!important;
  }

  .info .glyphicon {
    font-size: 20px!important;
  }

  #scrolltop>.glyphicon {
    font-size: 24px!important;
  }

  #contact-us-form {
    min-width: initial!important;
  }
}

@media screen and (max-width:890px) {
  .header-img-left,
  .header-img-right {
    display: none!important;
  }

  .text-header-dssu {
    /*color: #FFF;*/
    font-size: 18px!important;
    /*text-shadow: 0 0 1px #FFF;*/
  }

  .header-fill {
    font-size: 16px!important;
    padding: 8px;
  }

  .navbar-text {
    font-size: 14px!important;
  }

  #custom-brand {
    display: none!important;
  }

  .header-img-right-login {
    display: none;
  }

  #logbtn {
    font-size: 16px;
    padding: 6px 12px;
  }

  #AccountantPKeyPassword,
  #InputPassword, InputPasswordLite {
    padding-right: 37px;
  }

  .password-eye,
  .password-eye-verify,
  .password-eye-verify-lite{
    right: 33px;
  }
}

@media screen and (max-width:890px) and (max-width:500px) {
  li.itlist {
    padding: 0!important;
  }

  .dssu-tab-content {
    padding-left: 15px!important;
    padding-right: 0!important;
  }

  .tab-pane.active {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
  }
}

@media only screen and (max-width:890px) {
  .headertop {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width:768px) {
  #notification-username-small {
    display: block;
    width: 100%!important;
    height: 32px;
    position: fixed;
    top: 50px;
    z-index: 1003;
    text-align: center;
    font-size: 16px;
    color: #6cace5;
    padding: 5px;
    border: 1px solid #dad6d6;
    background: rgba(230,230,230,.78);
  }

  #notification-username {
    display: none;
  }

  #submenu {
    top: 82px!important;
  }

  .l-login {
    height: 100%;
  }
}

@media (max-width:768px) {
  #login-dp {
    background-color: inherit;
    color: #fff;
  }

  #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none;
  }

  .input-group-addon.info {
    padding: 2px 3px!important;
  }

  .info .glyphicon {
    font-size: 16px!important;
  }

  #userguide {
    display: none;
  }
}

@media only screen and (max-width:767) {
  #form-close {
    top: 130px;
    right: 0;
    color: #333;
  }
}

@media (max-width:767px) {
  .modal-dialog {
    width: 350px;
    margin: 10px auto;
  }
}

@media only screen and (max-width:700px) {
  .modal-content {
    width: 100%;
  }

  .btn-print {
    float: none!important;
  }

  .header-respprofile {
    margin-left: auto;
  }
}

@media (max-width:480px) {
  .modal-dialog {
    width: 300px;
    margin: 10px auto;
  }
}

@media (min-width:992px) and (max-width:1100px) {
  #navbar-submenu.container,
  .content-container,
  .submenu-notification-block {
    width: 850px;
  }
}

@media (min-width:1200px) and (max-width:1300px) {
  #navbar-submenu.container,
  .content-container,
  .submenu-notification-block {
    width: 1050px;
  }
}

@media only screen and (min-width:1600px),only screen and (max-width:992px) {
  #navbar-submenu .nav>li>a,
  #submenu-notification-icon>i {
    padding-right: 10px!important;
    padding-left: 10px!important;
  }
}

@media (max-device-width:767px) {
  .modal-control-error {
    left: initial;
    top: 0!important;
  }

  .modal-content-error {
    -webkit-transform: initial;
    transform: initial;
    top: 0!important;
  }
}
