.bc-button-bordered {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #669900;
  border: 2px solid #669900;
  text-transform: uppercase;
  background: transparent;
  padding: 0 25px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  border-radius: 14px;
}
.bc-button-bordered.pink {
  color: #a61f67;
  border-color: #a61f67;
}
.bc-button-bordered.disable {
  border-color: #e3e3e3;
  color: #353535;
  cursor: pointer;
  padding: 0 32px;
  background-color: #ffffff;
  line-height: 39px;
  border-radius: 1000px;
}
.magix-box-back {
  position: absolute;
  top: 32px;
  left: 40px;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.no-active-license {
  width: 640px;
}
.no-active-license .form-main-container .form-container {
  display: block;
}
.no-active-license .form-body {
  padding: 10px 20px 10px;
}
.no-active-license .not-available {
  box-shadow: none;
  border: 1px solid #e3e3e3;
  pointer-events: none;
}
.no-active-license .not-available .bc-button {
  background-color: #e3e3e3;
}
.no-active-license .not-available .price {
  color: #e3e3e3;
}
.no-active-license .license {
  text-align: center;
  border-radius: 3px;
  padding: 25px 0 0 0;
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
  -webkit-align-items: center;
  align-items: center;
}
.no-active-license .license .license-text {
  margin-top: 24px;
  border-top: 1px solid #eae9ec;
  width: 100%;
  line-height: 37px;
  font-size: 14px;
  color: #292242;
  text-align: center;
}
.no-active-license .license:hover {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.no-active-license .license div[class^=col-sm-] {
  padding: 0 10px;
  display: flex;
}
.no-active-license .license div[class^=col-sm-]:first-child {
  padding-left: 25px;
}
.no-active-license .license div[class^=col-sm-]:first-child img {
  height: 70px;
}
.no-active-license .license div[class^=col-sm-]:first-child + div {
  line-height: 70px;
}
.no-active-license .license div[class^=col-sm-]:last-child {
  padding-right: 25px;
  padding-top: 11px;
}
.no-active-license .license .name {
  font-size: 16px;
  text-align: left;
}
.no-active-license .license .price {
  font-size: 24px;
}
.have-active-license .bc-button-bordered:first-child {
  margin-right: 26px;
}
.no-active-license {
  position: absolute;
  top: 0;
  margin-left: -320px;
  margin-bottom: 100px;
  display: none;
  left: 50%;
}
.active-license {
  position: absolute;
  top: 0;
  margin-left: -300px;
  margin-bottom: 100px;
  display: none;
  left: 50%;
}
.active-license select {
  width: 100%;
}
.active-license .form-main-container .form-container .form-footer {
  text-align: center;
}
.form-main-container .form-container.login-module,
.form-main-container .form-container.registration {
  position: absolute;
  top: 150px;
  margin-left: -300px;
}
.form-main-container .form-container.login-module .form-footer,
.form-main-container .form-container.registration .form-footer {
  text-align: center;
  padding-top: 30px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #e3e3e3;
}
.form-main-container .form-container.registration {
  display: none;
}
#form-sclogin-submitcreate a {
  line-height: 18px;
  color: #669900;
  font-size: 16px;
  font-weight: 300;
}
.flex {
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: -webkit-flex;
  
  display: flex;
}
.sub-products {
  margin-top: -65px;
}
.products-left-menu {
  background-color: #f1f1f1;
  padding-top: 42px;
  padding-right: 0;
  margin-top: -96px;
}
.products-left-menu ul {
  text-align: right;
}
.products-left-menu ul.affix {
  top: 75px;
  width: 25%;
  margin-left: -16px;
  position: fixed !important;
}
.products-left-menu ul.no-affix {
  position: static !important;
  width: auto !important;
}
.products-left-menu ul a {
  display: inline-block;
  color: #000036;
  font-size: 16px;
  padding: 7px 30px 8px;
  margin: 7px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.products-left-menu ul .active a {
  color: #a61f67;
  position: relative;
}
.products-left-menu ul .active a:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #a61f67;
}
.sub-products-content {
  padding-right: 135px;
}
@media (max-width: 768px) {
  .sub-products-content {
    padding-right: 15px;
  }
}
.sub-products-overview {
  text-align: center;
}
.sub-products-overview .overview-buttons {
  background-color: #eaebef;
  padding: 23px 135px 0 0;
}
@media (max-width: 768px) {
  .sub-products-overview .overview-buttons {
    padding-right: 0;
  }
}
.sub-products-overview .overview-buttons a {
  margin-bottom: 23px;
}
.sub-products-overview .overview-buttons a:not(:first-child) {
  margin-left: 12px;
}
.sub-products-overview .overview-title {
  font-size: 35px;
  letter-spacing: 2px;
  margin-top: 48px;
  margin-bottom: 0;
}
.sub-products-overview .overview-benefit {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 42px;
}
.sub-products-overview .overview-benefit .benefit-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 7px;
}
.sub-products-overview .overview-benefit .benefit-text {
  font-size: 16px;
  line-height: 24px;
}
html.game-store #t3-mainbody {
  padding-top: 0;
}
.sub-product {
  padding-bottom: 100px;
}
.sub-product .sub-product-title {
  text-align: center;
  font-size: 35px;
  letter-spacing: 2px;
  margin: 60px 0 65px;
}
.sub-product .itemContainer:not(:last-child) {
  margin-bottom: 64px;
}
.sub-product .catItemView .catItemView-text {
  padding-left: 75px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .sub-product .catItemView .catItemView-text {
    padding-right: 30px;
    padding-left: 15px;
  }
}
.sub-product .catItemView .catItemImageBlock {
  padding-left: 30px;
  padding-right: 15px;
}
.sub-product .catItemView .catItemImageBlock img {
  width: 100%;
}
.sub-product .image-right .catItemView {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sub-product .image-right .catItemView .catItemView-text {
  padding-left: 30px;
  padding-right: 15px;
}
.sub-product .image-right .catItemView .catItemImageBlock {
  padding-left: 45px;
}
@media (max-width: 768px) {
  .sub-product .image-right .catItemView .catItemImageBlock {
    padding-right: 30px;
    padding-left: 15px;
  }
}
.sub-product .catItemTitle {
  font-size: 35px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-top: -13px;
  margin-bottom: 31px;
}
.sub-product .catItemTitle a {
  color: #1f1a34;
}
.sub-product .catItemIntroText {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 24px;
}
.module-spring-top {
  text-align: center;
  margin-bottom: 60px;
}
.module-spring-top h1 {
  font-size: 45px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 25px;
}
.module-spring-top p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.module-spring-image {
  border-bottom: 1px solid #d8dbe2;
  text-align: center;
  background-color: #f4f4f5;
  margin-bottom: 0;
}
.module-spring-image h2 {
  font-size: 45px;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
.module-spring-after-image {
  font-size: 28px;
  text-align: center;
  background-color: #f4f4f5;
  margin-bottom: 0;
  padding-top: 60px;
}
.module-spring-after-image.accordions-title {
  padding-bottom: 40px;
}
.module-spring-option {
  background-color: #f4f4f5;
  margin-bottom: 0;
}
.module-spring-option .container {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.module-spring-option .spring-accordion-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8dbe2;
}
.module-spring-option .spring-accordion-block .spring-accordion-header {
  position: relative;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.module-spring-option .spring-accordion-block .spring-accordion-header .spring-accordion-header-icon {
  position: absolute;
  width: 23px;
  height: 17px;
  background: url('../../templates/t3_bs3_blank/images/betconstruct/arrow.png');
  background-size: cover;
  left: 0;
  top: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.module-spring-option .spring-accordion-block .spring-accordion-header:hover .spring-accordion-header-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: url('../../templates/t3_bs3_blank/images/betconstruct/arrow-hover.png');
  background-size: cover;
}
.module-spring-option .spring-accordion-block .spring-accordion-header.opened .spring-accordion-header-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url('../../templates/t3_bs3_blank/images/betconstruct/arrow-hover.png');
  background-size: cover;
}
.module-spring-option .spring-accordion-block .spring-accordion {
  margin-top: 30px;
}
.module-spring-option .spring-accordion {
  display: none;
}
.module-spring-option .spring-accordion .veiw-all-button {
  text-align: center;
  margin-top: 40px;
  opacity: 1;
}
.module-spring-option .load-more {
  text-align: center;
  margin-top: 45px;
  display: none;
}
.module-spring-option .load-more > span {
  cursor: pointer;
  border-bottom: 3px solid #669900;
  padding-bottom: 5px;
  line-height: 1;
  color: #669900;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.t3-module.thirdparty-games {
  padding-bottom: 190px;
  margin-bottom: 0;
  text-align: center;
}
.t3-module.thirdparty-games img {
  max-height: 150px;
}
.t3-module.thirdparty-games .bannerheader {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.t3-module.thirdparty-games .banneritem {
  padding-top: 15px;
  padding-bottom: 15px;
}
.t3-module.thirdparty-games .banneritem p {
  font-size: 16px;
  padding-top: 10px;
}
.t3-module.thirdparty-games .bannerfooter {
  text-align: center;
  border-top: 0;
  padding-top: 25px;
}
.t3-module.thirdparty-games:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 160px;
  border: 3px solid #eaebef;
  background: #f9f9fb no-repeat center center;
  border-radius: 15px;
  margin-top: -80px;
  margin-bottom: 60px;
}
.t3-module.thirdparty-games.thirdparty-microgaming:before {
  background-image: url(../../images/microgaming.png);
  background-size: 132px auto;
}
.t3-module.thirdparty-games.thirdparty-isoft:before {
  background-image: url(../../images/isoft.jpg);
  background-size: 190px auto;
}
.t3-module.thirdparty-games.thirdparty-nyx {
  padding-bottom: 125px;
}
.t3-module.thirdparty-games.thirdparty-nyx:before {
  background-image: url(../../images/nyx.png);
  background-size: 190px auto;
}
.t3-module.thirdparty-games.thirdparty-playson:before {
  background-image: url(../../images/playson.png);
  background-size: 190px auto;
}
.t3-module.thirdparty-games.thirdparty-betsoft:before {
  background-image: url(../../images/betsoft.png);
  background-size: 133px auto;
}
.t3-module.thirdparty-games.thirdparty-netent {
  margin-top: -65px;
}
.t3-module.thirdparty-games.thirdparty-netent:before {
  background-image: url(../../images/netent.png);
  background-size: 133px auto;
}
.t3-module.thirdparty-games.gray {
  background-color: #f4f4f5;
}
.t3-module.thirdparty-games.thirdparty-games-view {
  margin-top: -65px;
}
.careers.itemListView {
  text-align: center;
  margin-top: -65px;
}
.careers.itemListView .catItemView {
  padding: 65px 0;
  border-bottom: 1px solid #bcbcbc;
}
.careers.itemListView .itemContainer:last-child .catItemView {
  border-bottom: 0;
}
.careers.itemListView .catItemTitle {
  font-size: 35px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 40px;
}
.careers.itemListView .catItemTitle a {
  color: #000036;
}
.careers.itemListView .location {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 45px;
  font-style: italic;
}
.careers.itemListView .description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
.careers.itemView .itemTitle {
  margin-top: 0;
  font-size: 35px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 25px;
}
.careers.itemView .location {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 60px;
  font-style: italic;
}
.careers.itemView .descriptionLabel {
  font-size: 24px;
  margin-bottom: 25px;
}
.careers.itemView .descriptionValue {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin-bottom: 50px;
}
.privacy-policy {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8;
  padding-bottom: 60px;
}
.careers-page-top {
  text-align: center;
  padding-bottom: 160px;
}
.careers-page-top img {
  width: 90%;
  margin-bottom: 45px;
}
.careers-page-top h3 {
  font-size: 45px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
}
.careers-page-top .content {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.careers-testimonials {
  text-align: center;
  background-color: #211f36;
  color: #fff;
  position: relative;
}
.careers-testimonials:before {
  content: "";
  display: block;
  position: absolute;
  top: -85px;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  height: 170px;
  background-color: #fff;
  border-radius: 50%;
}
.careers-testimonials .testimonials-slide {
  position: absolute;
  left: 0;
  top: 0;
}
.careers-testimonials .testimonials-slide:not(:first-child) {
  display: none;
}
.careers-testimonials img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: -85px;
  margin-bottom: 30px;
}
.careers-testimonials .moduleItemIntrotext,
.careers-testimonials .testimonials-name,
.careers-testimonials .testimonials-position {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.careers-testimonials .testimonials-name {
  text-transform: uppercase;
  font-weight: 600;
}
.careers-testimonials .testimonials-position {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.careers-testimonials .moduleItemTitle {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 30px;
}
.careers-testimonials .moduleItemTitle:before {
  content: "“";
}
.careers-testimonials .moduleItemTitle:after {
  content: "”";
}
.careers-testimonials .testimonials-pagination {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  font-size: 0;
}
.careers-testimonials .testimonials-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.careers-testimonials .testimonials-pagination li.active,
.careers-testimonials .testimonials-pagination li:hover {
  background-color: #fff;
  color: #42344f;
}
.whoweare {
  text-align: center;
}
.whoweare .moduleItemImage {
  display: block;
}
.whoweare .moduleItemTitle {
  display: inline-block;
  color: #000036;
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 25px;
}
.whoweare .moduleItemIntrotext {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .whoweare .moduleItem:not(:last-child) .moduleItemIntrotext {
    margin-bottom: 30px;
  }
}
.current-openings {
  text-align: center;
}
.current-openings .title {
  font-size: 35px;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
.yerevan-office .title {
  text-align: center;
  font-size: 35px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.global-offices .bannerheader {
  font-size: 35px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 300;
}
.global-offices .banneritems {
  margin-top: 40px;
}
.global-offices .banneritem img {
  cursor: pointer;
}
.global-offices .banneritem p {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-weight: 300;
  margin-top: 25px;
}
.clock {
  width: 128px;
  height: 128px;
  position: absolute;
  left: 50%;
  top: -64px;
  margin-left: -64px;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  background-color: #f4f4f5;
  background-size: cover;
}
.clock .hours,
.clock .minutes {
  position: absolute;
  top: 50%;
  left: 50%;
}
.clock .hours:after,
.clock .minutes:after {
  content: '';
  display: block;
  width: 2px;
  background-color: #1e1933;
  position: absolute;
}
.clock .hours:after {
  height: 33px;
  bottom: -4px;
  -webkit-transform-origin: 50% 29px;
  -moz-transform-origin: 50% 29px;
  -o-transform-origin: 50% 29px;
  -ms-transform-origin: 50% 29px;
  transform-origin: 50% 29px;
  
}
.clock .minutes:after {
  height: 60px;
  bottom: -11px;
  -webkit-transform-origin: 50% 49px;
  -moz-transform-origin: 50% 49px;
  -o-transform-origin: 50% 49px;
  -ms-transform-origin: 50% 49px;
  transform-origin: 50% 49px;
  
}
.office-1 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-1.jpg');
}
.office-2 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-2.jpg');
}
.office-3 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-3.jpg');
}
.office-4 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-4.jpg');
}
.office-5 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-5.jpg');
}
.office-6 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-6.jpg');
}
.office-7 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-7.jpg');
}
.office-8 .clock {
  background-image: url('../../templates/t3_bs3_blank/images/betconstruct/global-office-managers/office-8.jpg');
}
@-moz-keyframes clock {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes clock {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes clock {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes clock {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bc-button-small {
  font-size: 12px;
  height: 38px;
  line-height: 39px;
  padding: 0 21px;
}
.styled-checkbox {
  position: relative;
  display: inline-block;
}
.styled-checkbox label {
  width: 18px;
  height: 18px;
  padding-left: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  margin-bottom: 0;
  text-indent: 5px;
  line-height: 16px;
  white-space: nowrap;
}
.styled-checkbox label:after {
  content: '';
  width: 10px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.styled-checkbox label:hover::after {
  opacity: 0.3;
}
.styled-checkbox input[type=checkbox] {
  visibility: hidden;
  height: 13px;
}
.styled-checkbox input[type=checkbox]:checked + label {
  background-color: #292242;
  border-color: #292242;
}
.styled-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.blog-item .commentContainer {
  margin-bottom: 103px;
}
.ticket-manager-customer-container .ticket-info-block #adminForm {
  text-align: right;
  margin-bottom: 30px;
}
.ticket-manager-customer-container .ticket-info-block #adminForm .chosen-container {
  margin-left: 27px;
}
.ticket-manager-customer-container .ticket-info-block #adminForm select ~ div.chosen-container .chosen-single div b {
  font-family: fontAwesome;
  font-size: 17px;
}
.ticket-manager-customer-container .ticket-info-block #adminForm select ~ div.chosen-container .chosen-single div b:after {
  content: '\f107';
}
.ticket-manager-customer-container table {
  color: #353535;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  border-collapse: separate !important;
}
.ticket-manager-customer-container table th {
  height: 55px;
  border-width: 0 1px 1px 0 !important;
  border-color: #b3b3b3 !important;
}
.ticket-manager-customer-container table th:last-child {
  border-right-width: 0 !important;
}
.ticket-manager-customer-container table td {
  padding: 0 15px;
  border-width: 0 1px 1px 0 !important;
  border-color: #b3b3b3 !important;
}
.ticket-manager-customer-container table td:last-child {
  border-right-width: 0 !important;
}
.ticket-manager-customer-container table tr:last-child td {
  border-bottom-width: 0 !important;
}
.skip-container {
  text-align: center;
}
.active-license .skip-container {
  margin-top: 30px;
}
.have-active-license .from-container {
  margin-bottom: 0px !important;
}
.bc-disabled {
  position: relative;
}
.bc-disabled:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
}
.tickets-table-header {
  margin-bottom: 20px;
}
.tickets-table-header .tickets-table-header-left-block {
  float: left;
  margin-top: 8px;
}
.tickets-table-header .tickets-table-header-left-block .tickets {
  display: inline-block;
  font-size: 0;
  color: #353535;
}
.tickets-table-header .tickets-table-header-left-block .tickets .tickets-status {
  font-size: 14px;
  margin-right: 20px;
}
.tickets-table-header .tickets-table-header-left-block .tickets .tickets-count {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.tickets-table-header .tickets-table-header-left-block .tickets.open .tickets-count {
  background-color: #679819;
}
.tickets-table-header .tickets-table-header-left-block .tickets.closed .tickets-count {
  background-color: #a83030;
}
.tickets-table-header .tickets-table-header-left-block .tickets.in-progress .tickets-count {
  background-color: #d28b0f;
}
.tickets-table-header .tickets-table-header-left-block .styled-checkbox {
  margin-left: 10px;
}
.tickets-table-header .tickets-table-header-left-block .styled-checkbox label {
  margin-top: 3px;
  background: transparent !important;
  border: 1px solid #b3b3b3 !important;
}
.tickets-table-header .tickets-table-header-left-block .styled-checkbox input[type="checkbox"]:checked + label::after {
  border-color: #353535;
}
.tickets-table-header .tickets-table-header-left-block .styled-checkbox span {
  margin-left: 10px;
}
.tickets-table-header .tickets-table-header-right-block {
  float: right;
}
.tickets-table-header .tickets-table-header-right-block .ticket-search-block {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tickets-table-header .tickets-table-header-right-block .ticket-search-block span {
  float: right;
  width: 40px;
  height: 40px;
  color: #c0c0c0;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 2px;
}
.tickets-table-header .tickets-table-header-right-block .ticket-search-block.open {
  width: 300px;
}
.tickets-table-header .tickets-table-header-right-block .ticket-search-block input[type="text"] {
  position: absolute;
  border-color: #B3B3B3;
  top: 0;
  right: 40px;
  padding: 0 0 0 10px;
  border: 0;
  box-shadow: none;
  width: 260px;
  height: 40px;
}
.tickets-table-header .tickets-table-header-right-block .ticket-refresh-block {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.tickets-table-header .tickets-table-header-right-block .ticket-refresh-block span {
  float: right;
  width: 40px;
  height: 40px;
  color: #c0c0c0;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 2px;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block {
  position: relative;
  float: left;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-ico {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 15px;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-ico span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #353535;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-ico span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  width: 12px;
  height: 2px;
  background: #353535;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-ico span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 12px;
  height: 2px;
  background: #353535;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-container {
  position: absolute;
  top: -70px;
  right: 70px;
  width: 1200px;
  text-align: right;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-container .chosen-container {
  margin-left: 35px;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block .ticket-filter-container form {
  margin: 0 !important;
}
.tickets-table-header .tickets-table-header-right-block .ticket-filter-block.open .ticket-filter-container {
  top: 0;
}
.ticket-status-filter-block {
  position: absolute;
  width: 100%;
  bottom: 3px;
}
.ticket-status-filter-block a {
  display: inline-block !important;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  font-size: 0;
}
.ticket-status-filter-block a:not(:last-child) {
  margin-right: 2px;
}
.ticket-status-filter-block a.normal-ticket {
  background: #679819 !important;
}
.ticket-status-filter-block a.danger-ticket {
  background: #a83030 !important;
}
.ticket-status-filter-block a.outofday-ticket {
  background: #d28b0f !important;
}
.profile .file-uploader-content,
.profile-edit .file-uploader-content,
.profile .file-uploader-avatar .file-uploader-preview,
.profile-edit .file-uploader-avatar .file-uploader-preview {
  float: none;
}
.profile .file-uploader-avatar .file-uploader-preview,
.profile-edit .file-uploader-avatar .file-uploader-preview {
  width: 120px;
  height: 120px;
}
.profile .file-uploader-avatar .file-uploader-preview img,
.profile-edit .file-uploader-avatar .file-uploader-preview img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.profile .file-uploader-container,
.profile-edit .file-uploader-container {
  margin: 20px auto 0;
}
.profile-edit input.disable {
  display: none !important;
}
.careers .description ul {
  list-style: disc;
  margin-left: 40px;
}