@charset "utf-8";
/* =============================================================== */

/* 	TABLE CONTENT

1. 	 IMPORT
2.   GENERAL FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS [ HEADING + GLOBAL CLASS]
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL || INPUT FORM ELEMENT || BUTTON ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation || MiniCart Dropdown Menu  || Search Bar  ]
6.   HOME PAGE SLIDER [Cycle Slider || Hope V1, Home V2]
7. 	 HOME PAGE BOXES SLIDER [Swiper Slider || Fore More see > idangerous.swiper.css ]
8. 	 HOME PAGE LOOK 2
9. 	 HOME PAGE LOOK 3
10.	 MAIN CONTAINER [NEW ARRIVALS]
11.  PARALLAX SECTION 1, 2
12.  CATEGORY PAGE
13.  PRODUCT DETAILS PAGE
14.  CART PAGE
15.  CHECKOUT PAGE
16.  USER END [Account || Address || Order || Creation]
17.  ABOUT PAGE
18.  CONTACT US PAGE
19.  PRODUCT MODAL [Qick View]
20.  SUBSCRIBE | PROMOTIONAL MODAL 
21.  WEB PAGE PROGRESS BAR CSS
22.  CUSTOM RESPONSIVE

/* =============================================================== */

/* IMPORT CSS 
/* =============================================================== */

@import url("owl.carousel.css");
/* owl.carousel */

@import url("owl.theme.css");
/* owl.carousel */

@import url("animate.min.css");
/* css3 animation */

@import url("jquery.mCustomScrollbar.css");
/* mCustomScrollbar */

@import url("alpha.css");
/* Background opacity IE fix */

@import url("select2.css");
/* jQuery Custom Select by select2 */

@import url("smoothproducts.css");
/* Product zoom  */

@import url("grey.css");
/* ion.checkRadio.min.js || 4customs checkbox and radio plugin  */

@import url("skin.css");
/* btn styled from btn.less  */

@import url("btn.css");
/* Template Theme color skin */

@import url("https://fonts.googleapis.com/css?family=Prompt:300,400,500");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
/* google webfont */

/* =============================================================== */

/* FOUNDATION
/* =============================================================== */

*, *:focus, *:active {
  outline: none !important;
}

html {
  height: 100vh !important;
}

.screensize-monitor {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  z-index: 13;
  border-radius: 3px;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
  vertical-align: middle;
}

.table>thead>tr>td {
  background-color: #434343;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

a {
  color: #454545;
  text-decoration: none;
  outline: none !important;
}

.navbar-fixed-top {
  z-index: 1038;
}

.nav>li.active {
  background: rgb(232, 187, 216);
}

a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}

.navbar ul, .navbar ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hasstyle {
  padding: 0px 15px;
  font-size: 16px;
}

.hasstyle ol {
  list-style: decimal;
  margin: 3px 15px 3px 15px;
  padding: 0;
}

.hasstyle ul {
  list-style: circle;
  margin: 3px 15px 3px 15px;
  padding: 0;
}

.hasstyle ol>li {
  padding: 10px 0px 10px 0px;
  word-wrap: normal;
  word-break: normal;
}

.hasstyle ul>li {
  padding: 2px 0;
  word-break: break-all;
}

.hasstyle li span.label {
  font-size: 14px;
  letter-spacing: 1px;
  white-space: unset;
  display: inline-block;
  padding: 3px;
}

.tabFrontend .nav-tabs>li>a {
  background-color: #d2d2d2;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

.tabFrontend .nav-tabs>li.active>a, .tabFrontend .nav-tabs>li.active>a:hover, .tabFrontend .nav-tabs>li.active>a:focus {
  background-color: #3e403e;
  font-weight: bold;
}

.bgredComment {
  background-color: #f2dede;
  padding: 15px;
  text-align: center;
}

.showmore {
  display: none;
}

.dispinline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0;
  color: #454545;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  background: #fff;
  float: left;
}

.btn {
  padding: 8px 11px;
}

.modal-header .close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=40);
  opacity: .4;
  text-shadow: none;
}

.modal-fitheight>.modal-dialog {
  margin: 15px auto;
}

.modal-fitheight>.modal-dialog>.modal-content>.modal-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  verflow: hidden;
}

.modal-fitheight>.modal-dialog>.modal-content>.modal-body {
  height: calc(100vh - 132px);
  height: calc((var(--vh, 1vh) * 100) - 132px);
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-fitwidth>.modal-dialog {
  width: calc(100% - 30px);
  max-width: unset;
}

/* =============================================================== */

/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 17px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p.lead {
  font-size: 20px;
  line-height: 1.4;
}

h3 code {
  font-size: 14px;
  font-weight: normal;
}

i.highlight {
  background-color: #F8C20F;
}

.hide {
  display: none;
}

.block-title-5 {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}

/* Helper class */

.error label.error {
  color: red;
}

.section-block {
  margin-bottom: 30px;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.headline-fullwidth {
  width: 100%;
  text-align: center;
  background-color: #f9bce3;
  font-size: 1.8rem;
  font-weight: bold;
  color: rgb(255 255 255);
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  padding: 5px 0px;
  border-radius: 10px 10px 0px 0px;
  letter-spacing: 1px;
}

.detailbg-fullwidth {
  width: 100%;
  padding: 5px;
  background-color: rgba(249, 188, 227, 0.1);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
  border: 2px solid rgb(0 0 0 / 0.1);
  border-top: 0px;
}

.headline-fullwidth.bgblue {
  background-color: #70b8d2;
}

.detailbg-fullwidth.bgblue {
  background-color: rgba(101, 173, 199, 0.05);
}

.detailbg-fullwidth .form-group .form-control {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0px;
  }
	.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
	}
}

.width100, .w100 {
  width: 100%;
}

.width50, .w50 {
  width: 100%;
  display: block;
}

.full-container {
  width: 100%;
  display: block;
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.maxheight100 {
  max-height: 100px;
}

.maxheight200 {
  max-height: 200px;
}

.maxheight300 {
  max-height: 300px;
}

.maxheight400 {
  max-height: 400px;
}

.maxheight500 {
  max-height: 500px;
}

.maxheight600 {
  max-height: 600px;
}

.maxheight700 {
  max-height: 700px;
}

.maxwidth100 {
  max-width: 100px;
}

.maxwidtht200 {
  max-width: 200px;
}

.maxwidth300 {
  max-width: 300px;
}

.maxwidth400 {
  max-width: 400px;
}

.maxwidth500 {
  max-width: 500px;
}

.maxwidth600 {
  max-width: 600px;
}

.maxwidth700 {
  max-width: 700px;
}

.padd {
  margin-top: 60px;
}

.globalPadding {
  padding: 50px 0;
}

.globalPaddingTop {
  padding: 50px 0 0;
}

.globalPaddingBottom {
  padding-bottom: 50px;
}

.hr2 {
  border-width: 2px;
  border-color: #DDDDDD;
}

.hr3 {
  border-width: 4px;
  border-color: #DDDDDD;
}

ul.list-dot li {
  list-style: inside disc;
}

ul.list-number li {
  list-style: inside decimal;
}

ul.list {
  list-style: disc;
  padding-left: 40px;
}

ul.list ul {
  list-style: circle;
  padding-left: 40px;
}

ul.list-check {
  list-style: none;
}

ul.list-border li {
  border-bottom: 1px solid #E0EDED;
  display: block;
  padding: 10px 15px;
}

ul.list-border li:hover {
  background: #ebebeb;
}

/* ================================================================== */

/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */

.modal {
  overflow: auto;
}

.modal-dialog.modal-md {
  max-width: 620px;
}

.modal-dialog.modal-xs {
  max-width: 460px;
}

.modal-dialog {
  background: #fff;
  max-width: 960px;
  overflow: auto;
  width: 100%;
}

.modal-header {
  border-bottom: 1px solid #E5E5E5;
  color: #FFFFFF;
  padding: 10px 15px;
}

.modal-header>h5 {
  font-size: 16px;
}

.modal-title {
  font-family: 'Roboto', 'Prompt', sans-serif;
  padding: 0px;
}

.modal-content {
  border: 0 solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.modal-footer {
  background: #eee;
  border-top: 1px solid #E5E5E5;
  padding: 10px 20px;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ececec;
  /* border: 1px solid #ddd; */
  box-shadow: NONE;
}

.form-control:focus {
  box-shadow: NONE;
  outline: 0 none;
}

input[type="text"], input[type="password"], input[type="email"] {
  /* border-color: #DDDDDD; */
  border-color: #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #888888;
  font-size: 14px;
  margin-bottom: 10px;
  height: 38px;
}

/*

btn style moved to btn.css in V.5
@import (btn.css);
also less file available btn.less

*/

p.required, .required sup {
  color: #E74C3C;
}

.pagination li.active a {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}

.checkbox {
  padding-left: 0;
  margin-left: 0;
}

legend {
  padding-bottom: 10px;
}

.alert {
  border: none;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.alert .close {
  font-size: 30px;
  line-height: 20px;
}

.input-group-btn .btn {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 0px;
  box-shadow: none;
}

.contentNormBg {
  background-position: top;
  background-repeat: no-repeat;
}

.contentFitBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============================================================== */

/* CUSTOMIZE NAVBAR
/* =============================================================== */

.navbar-toggle {
  background: rgba(0, 0, 0, 0.2);
  float: left;
  margin-left: 10px;
  padding: 6px 10px;
}

.navbar-tshop {
  width: 100%;
}

.menuWrap {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.brandWrap {
  background-color: #c3600f;
}

.navbar-brand {
  padding: 10px;
  padding-right: 20px;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}

.navbar-brand>img {
  height: 100%;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
  background: rgba(233, 187, 216, 0.52);
}

.navbar .navbar-top {
  height: 30px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  text-transform: uppercase;
  background: #383838;
}

.navbar.stuck .navbar-top {
  margin-top: -30px;
}

.navbar-top .userMenu li>a {
  padding-right: 10px;
}

.navbar-top .userMenu li>a.fab, .navbar-top .userMenu li>a.fas {
  font-size: 18px;
}

.navbar-top .userMenu li>a.fas {
  font-weight: 900;
}

.navbar-top .userMenu li>a>img {
  width: 15px;
  margin-right: 3px;
  margin-top: -3px;
}

.navbar-top .userMenu li>a.wishlistli {
  /*border-right: 2px solid rgba(255, 255, 255, 0.4);*/
  margin-right: 8px;
}

.navbar-nav .dropdown ul {
  padding: 0px 0px 10px 0px;
  box-shadow: 0 6px 8px rgb(0 0 0 / 18%);
  border: none;
}

.navbar-nav .dropdown ul>li>a {
  color: rgb(150 150 150);
  padding: 5px 20px;
  line-height: 1.5;
}

.navbar-nav .dropdown ul>li.active>a {
  background-color: #edc9df;
  color: #fff;
}

.brandWrap {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  height: auto;
}

@media (max-width: 991px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .brandWrap .navbar-header {
    float: left;
  }
}

/***  ------- Mega Menu Start ------- ***/

.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
  position: static;
}

.megamenu .navbar-inner, .megamenu .container {
  position: relative;
}

.megamenu .dropdown-menu {
  left: auto;
}

.megamenu .dropdown-menu>li {
  display: block;
}

.megamenu .nav.pull-right .dropdown-menu {
  right: 0;
}

.megamenu .megamenu-content {
  padding: 20px 30px;
  *zoom: 1;
}

.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu .megamenu-content:after {
  clear: both;
}

.megamenu.navbar .nav>li>.dropdown-menu:after, .megamenu.navbar .nav>li>.dropdown-menu:before {
  display: none;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
  width: 80%;
  left: 0;
  right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
  width: 80%;
  left: 0;
  right: 0;
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
  width: 50%;
  left: 0;
  right: 0;
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
  width: 40%;
  left: 0;
  right: 0;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 969px) {
  .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: auto;
  }
  .megamenu .megamenu-content {
    padding-left: 0;
    padding-right: 0;
  }
  .megamenu .dropdown-menu>li>ul {
    display: block;
  }
}

/* megamenu end */

.megamenu-content img {
  max-width: 100%;
}

.megamenu-content ul li {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.megamenu-content ul li a {
  font-size: 12px;
}

.navbar-toggle .icon-bar {
  border: solid 2px #fff;
}

.userMenu {
  float: left;
}

.userMenu>li {
  display: block;
  float: left;
}

.userMenu>li>a {
  color: #FFFFFF;
  font-weight: normal;
  display: block;
  float: right;
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px 0 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  -webkit-transition: opacity 0.21s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
}

.userMenu>li>a:hover {
  opacity: 0.9;
}

.userMenu>li>a>span>i.fa {
  font-size: 14px;
}

.search-box .btn-nobg {
  color: rgb(229, 112, 38);
}

.phone-number span {
  float: left;
}

.hasUserMenu>.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  left: auto !important;
  right: 0 !important;
}

.hasUserMenu>.dropdown-menu>li>a {
  color: #454545;
  font-size: 12px;
  padding: 5px 15px;
}

.hasUserMenu>.dropdown-menu>li>a i {
  margin-right: 10px;
}

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/

@media (min-width: 979px) {
  .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {}
  .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
    display: block;
    filter: none;
    opacity: 1;
  }
  .megamenu-content ul li a {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: block;
  }
  .megamenu-content ul li a:hover {
    padding-left: 5px;
  }
  .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
    padding-left: 0;
  }
  .navbar.stuck .brandWrap {
    height: 0;
    overflow: hidden;
  }
}

.navbar-nav>li>a {
  color: rgb(95, 176, 203);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.search-box {
  float: right;
  height: 48px;
  width: 38px;
}

.search-box .input-group .getFullSearch {
  padding-left: 10px;
  padding-right: 10px;
}

.search-box.static-search {
  width: auto;
  min-width: 143px;
}

.search-box.static-search #search-form {
  padding-right: 0;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

.search-box .input-group {
  margin-top: 8px;
  max-width: 34px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.search-box:hover .input-group {
  max-width: 183px;
}

.search-box .form-control {
  width: 0;
  padding: 0;
  height: 34px;
  border: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.search-box:hover .form-control {
  border: solid 1px #fff;
}

.btn-nobg {
  background: none;
  color: #fff;
}

.btnWhiteBorder {
  background-color: #A9A9A9;
  border: none;
  color: #fff;
  margin: 5px 0px;
  font-size: 12px;
  letter-spacing: 1px;
}

.btnWhiteBorder:hover {
  background-color: #7F7F7F;
  border: none;
  color: #fff;
}

.btnWhiteBorder.active {
  background: rgba(245, 128, 32, 1);
  border: none;
}

.btnWhiteBorder:focus {
  color: #fff;
}

.btnUpdate {
  color: #fff;
  background-color: rgba(236, 0, 140, 0.1);
  border-color: rgba(236, 0, 140, 1);
}

.btnUpdate:hover {
  color: #fff;
  background-color: rgba(236, 0, 140, 0.2);
  border-color: rgba(236, 0, 140, 1);
}

.btnUpdate.active {
  color: #fff;
  background-color: rgba(236, 0, 140, 0.51);
  border-color: rgba(236, 0, 140, 1);
}

/***  ------- Search Bar Full ------- ***/

.search-full {
  bottom: 0;
  letter-spacing: 1px;
  min-height: 50px;
  position: absolute;
  right: 0;
  text-align: right;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
  display: none;
}

.searchInputBox {
  display: block;
  max-width: 90%;
  text-align: right;
  width: 100%;
}

.search-close {
  background: rgba(0, 0, 0, 0.3);
  display: table;
  float: right;
  font-size: 32px;
  height: 51px;
  padding: 0 15px;
}

.search-close i {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.search-close:hover i {
  transform: scale(1.15) rotate(-180deg);
  -webkit-transform: scale(1.1) rotate(-180deg);
  -moz-transform: scale(1.1) rotate(-180deg);
  -ms-transform: scale(1.1) rotate(-180deg);
  -o-transform: scale(1.1) rotate(-180deg);
}

.search-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0 none;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  outline: medium none;
  text-align: right;
  padding: 13px 0 13px 15px;
  width: 100%;
  max-width: 90%;
}

.search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.searchInputBox .search-btn {
  border: none;
  padding: 0 10px 0 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.search-full.active {
  display: block;
}

.navbar-cart {
  border-top: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  max-height: 340px;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.colorWhite, .colorWhite i {
  color: #fff !important;
}

.headline_checker_area {
  width: 100%;
  display: inline-block;
}

.headline_checker_area>.headline_checker {
  display: inline-block;
  float: left;
}

.headline_checker_area>.headline_checker h2 {
  padding: 0px;
}

.headline_checker_area>.btnfilter_checker {
  display: inline-block;
  float: right;
}

.headline_checker_area>.btnfilter_checker .iradio_flat-grey {
  display: none;
}

.headline_checker_area>.btnfilter_checker .btn-group {
  border-radius: 10px;
  overflow: hidden;
}

.headline_checker_area>.btnfilter_checker .btn-group .btn-warning {
  padding: 8px 18px;
}

.headline_checker_area>.btnfilter_checker .btn-group .btn-warning.active {
  background-color: #cab230;
  box-shadow: inset 0px 0px 4px 1px rgb(88 88 88 / 30%);
}

.btn-group.btn-block.btn-lefticon {
  margin-bottom: 10px;
}

.btn-group.btn-block.btn-lefticon>button.btn:nth-of-type(1) {
  width: calc(100% - 30px);
  text-align: left;
  height: 37px;
}

.btn-group.btn-block.btn-lefticon>button.btn.dropdown-toggle {
  padding: 8px;
  height: 37px;
}

.btn-group.btn-block.btn-lefticon>button.btn.dropdown-toggle>.caret {
  border-top: 9px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.btn-group.btn-block.btn-lefticon>button.btn.dropdown-toggle.btn-primary {
  background-color: #28548c;
}

.btn-group.btn-block.btn-lefticon>button.btn.dropdown-toggle.btn-danger {
  background-color: #b83d31;
}

.btn-group.btn-block.btn-lefticon>ul.dropdown-menu {
  width: 100%;
  margin-top: 0px;
  border: none;
}

.btn-group.btn-block.xl>label.btn {
  height: 44px;
  border-color: #ccc;
}

.datetime_info_incheckerlist {
  width: 100%;
  margin-bottom: 10px;
  background-color: #f1d7e8;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

.datetime_info_incheckerlist>label {
  vertical-align: middle;
}

.panel.panel_today_list {
  background-color: #f1d7e83b;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #4b494b;
}

.panel.panel_today_list>.panel-heading:nth-of-type(1) {
  background-color: rgb(75 73 75);
  color: #fff;
  border: 0px;
  border-radius: 0px;
}

/***  ------- Cart Dropdown Menu Style ------- ***/

.dropdown-left .dropdown-menu {
  left: 0;
}

/* =============================================================== */

/* HOME PAGE BOXES SLIDER 
/* =============================================================== */

.box-pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}

.swiper-container {
  /* background: #333; */
}

.swiper-wrapper {
  background: #fff;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 8px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-visible-switch {
  background: #aaa;
}

.swiper-active-switch {
  background: #fff;
}

.arrow-left {
  background: url(../img/systemimg/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}

.arrow-right {
  background: url(../img/systemimg/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}

.swiper-container {
  width: 100%;
  height: 100%;
  height: 490px;
  color: #fff;
  text-align: center;
}

.swiper-slide {
  height: 100%;
}

.swiper-slide .slider-content {
  height: 100%;
  display: block;
}

.slide-2x {
  width: 500px;
}

.slide-4x {
  width: 500px;
}

.slide-1x {
  width: 300px;
}

.box-4in {
  display: block;
  float: left;
  height: 50%;
  width: 50%;
}

.slider-box-bottom .box-4in, .slider-box-top .box-4in {
  height: 100%;
}

.box-4in .price, .box-text-table .dealprice {
  display: block;
  font-family: oswald, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 15px;
}

.box-4in .btn {
  min-width: 100px !important;
}

.box-4in.a .box-content-overly, .box-4in.b .box-content-overly {
  bottom: 5px;
  right: 5px;
  top: auto;
}

.box-slider-content {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.box-text {
  bottom: 100px;
  display: block;
  height: auto;
  left: 18%;
  position: absolute;
  width: 64%;
  z-index: 10;
}

.box-text.bottom-align {
  bottom: 20px;
}

.box-text h1, .box-text-cell-inner h1 {
  font-size: 36px;
  letter-spacing: 3px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.box-text p, .box-text-cell-inner p {
  font-family: Roboto;
  font-weight: lighter;
}

.box-text .btn, .box-text-cell-inner .btn {
  margin-top: 10px;
}

.box-text-table {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.box-text-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.box-text-cell-inner.dark {
  color: #454545;
}

.box-text-cell-inner {
  max-width: 70%;
  display: block;
  margin-left: 15%;
}

.box-content-overly {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 5;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.box-content-overly.box-content-overly-white {
  opacity: 0;
}

.box-blank-url {
  display: block;
  height: 100%;
  width: 100%;
}

.slider-box-top .box-content-overly {
  bottom: 5px;
  top: auto;
}

.box-slider-content:hover .box-content-overly {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
}

.box-slider-content:hover .box-content-overly-white {
  background: rgba(255, 255, 255, 0.8);
  visibility: visible;
  opacity: 1;
}

.box-slider-content .box-content-overly-white .box-text, .box-slider-content .box-content-overly-white .box-text-cell-inner {
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.box-slider-content:hover .box-content-overly-white .box-text, .box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
  opacity: 1;
  display: block;
  color: #454545;
}

.box-slider-content .box-img {
  height: 100%;
  display: block;
  position: relative;
  z-index: 4;
  margin: 0 5px 0 0;
}

.box-img.last-child-slide {
  margin-right: 0;
}

.box-slider-content a.box-img img {
  width: 100%;
  min-height: 100%;
  height: auto;
}

.box-slider-content .slider-box-top a.box-img {
  bottom: 5px;
  height: 100%;
  overflow: hidden;
}

.box-4in.a a.box-img, .box-4in.b a.box-img {
  bottom: 5px;
  height: 100%;
  display: block;
  overflow: hidden;
}

.slider-box-top {
  width: 100%;
  height: 50%;
  display: block;
  overflow: hidden;
}

.slider-box-top .box-img {
  bottom: 5px;
}

.slider-box-bottom {
  width: 100%;
  height: 50%;
  display: block;
  overflow: hidden;
}

h1.bolder-style {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  padding-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
  text-transform: uppercase;
}

h1.bolder-style.light, h1.bolder-style.light a {
  color: #fff;
}

h1.bolder-style.dark, h1.bolder-style.dark a {
  color: #454545;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
  -webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
}

.slider-box-top .bolder-sub a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.5px;
}

.box-price-tag {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}

.box-price-tag .price {
  background: #fff;
  color: #454545;
  font-family: oswald;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .swiper-container {
    height: 490px;
  }
  .slide-2x, .slide-4x, .slide-1x {
    width: 490px;
  }
  .box-text {
    bottom: 10% !important;
  }
}

@media (max-width: 767px) {
  .swiper-container {
    height: 350px;
  }
  .slide-2x, .slide-4x, .slide-1x {
    width: 350px;
  }
  .box-text {
    bottom: 10%;
  }
  .box-text h1, .box-text-cell-inner h1 {
    font-size: 26px;
  }
  .btn-stroke-dark, .btn-stroke-light {
    padding: 10px 20px;
    min-width: 150px;
  }
  h1.bolder-style {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width:1680px) {
  .container {
    width: 1632px
  }
}

/* =============================================================== */

/* MAIN CONTAINER || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */

.section-block {
  margin-bottom: 30px;
}

.section-title {
  border-bottom: 2px solid #DDDDDD;
  border-top: 2px solid #DDDDDD;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 10px;
  padding: 0;
}

.section-title span {
  color: #454545;
  display: inline-block;
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
  width: auto;
}

/***  -------  Style 2  ------- ***/

.style2 .section-title, .section-title.style2 {
  font-size: 42px;
  font-weight: lighter;
  line-height: 44px;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
  border: none;
}

.section-title-style2, .section-title.style2 {
  position: relative;
}

.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
  background: #DDDDDD;
  content: "";
  display: block;
  height: 1px;
  margin-left: 20%;
  position: absolute;
  top: 28px;
  width: 60%;
  z-index: 1;
}

.section-title-style2 span, .section-title.style2 span {
  background: #EDEEF0;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}

.style2 .section-title span, .section-title.style2 span {
  color: #454545;
  display: table;
  position: relative;
  z-index: 2;
  background: #edeef0;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}

.productslider {
  width: 100%;
  display: block;
}

#productslider .item {
  margin: 0 15px 15px;
}

.item {
  display: block;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  margin-bottom: 27px;
  height: auto;
}

.equalHeightCategoryProduct>divx:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.equalHeightCategoryProduct>.item {
  display: inline-block;
  height: auto;
  min-height: 460px;
}

.equalHeightCategoryProduct>.item>.product {
  height: 100%;
}

@media all and (max-width: 400px) {
  .equalHeightCategoryProduct>.item {
    height: auto !important;
  }
  .equalHeightCategoryProduct>.item>.product {
    height: auto !important;
  }
}

#SimilarProductSlider .item {
  height: auto !important;
}

.product {
  display: block;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  border: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  background-color: #fff;
}

.product:hover {
  background: #fff;
}

.add-fav {
  border: 1px solid;
  border-radius: 50%;
  height: 30px;
  line-height: 31px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 10;
  transform: scale(1.15);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
  -moz-transition: opacity .3s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
  -o-transition: opacity .3s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
  -ms-transition: opacity .3s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
  transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}

.list-view .product .add-fav {
  right: 40px;
  top: 8px;
}

.product:hover .add-fav {
  opacity: 1;
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.add-fav i {
  webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition: all .3s ease;
}

.add-fav:active i {
  webkit-transform: scale(0.85) rotate(0deg);
  -moz-transform: scale(0.85) rotate(4deg);
  -o-transform: scale(0.85) rotate(0deg);
  -ms-transform: scale(0.85) rotate(0deg);
  transform: scale(0.85) rotate(4deg);
}

.item.list-view .item h4 {
  max-height: none;
}

.item.list-view .grid-description {
  display: none;
}

.list-description {
  display: none;
}

.item.list-view .list-description {
  display: block;
}

.item.list-view {
  display: block;
  height: auto !important;
  width: 100% !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.item.list-view .image {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-height: 260px;
  max-width: 200px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  padding-right: 20px;
  background: #fff;
}

.item.list-view .image a {
  display: block;
  max-height: 100%;
  height: 100%;
  max-height: 100% !important;
}

.item.list-view .image img {
  max-height: 260px;
  width: auto !important;
}

.item.list-view h4 {
  height: auto;
  margin: 45px 0 5px;
  font-size: 24px;
}

.item.list-view h4 a {
  font-weight: 600;
}

.item.list-view .description {
  text-align: right;
}

.item.list-view .description p {
  text-align: right;
  max-height: 200px;
  min-height: 10px;
}

.item.list-view .price {
  font-size: 22px;
  text-align: right;
}

.item.list-view .action-control {
  text-align: right;
}

.item.list-view .product {
  padding-right: 20px;
  min-height: 260px;
}

.item:hover .action-control {
  border-bottom-color: #fff;
}

.product-box .item {
  margin: 0 10px;
}

.product-box .item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 240px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.image a {
  display: block;
  overflow: hidden;
}

.image a img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  max-height: 240px;
  margin: 0 auto;
}

.product:hover .image a img {
  transform: scale(1.15) rotate(-1.5deg);
  -webkit-transform: scale(1.1) rotate(-1.5deg);
  -moz-transform: scale(1.1) rotate(-1.5deg);
  -ms-transform: scale(1.1) rotate(-1.5deg);
  -o-transform: scale(1.1) rotate(-1.5deg);
}

.promotion {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  height: 24px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.description {
  margin: 0 auto;
  min-height: 107px;
  max-width: 235px;
}

.list-view .description {
  margin: 0 auto;
  min-height: auto;
  max-width: 100%;
}

.promotion {
  line-height: 18px;
}

.new-product {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
  padding: 3px 10px;
}

.discount {
  background: #eb5e58;
  /* old browser */
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  height: 100%;
  padding: 3px 5px;
}

.item h4 {
  margin: 0;
  min-height: 45px;
  max-height: 80px;
  overflow: hidden;
  display: block;
  line-height: 18px;
  margin: 25px 0 0;
  padding: 0;
}

.item h4 a {
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.description p {
  color: #888888;
  font-size: 14px;
  min-height: 55px;
  max-height: 4.74em;
  overflow: hidden;
  line-height: 1.2em;
  display: block;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #454545;
}

.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 5px 0 15px;
  width: 100%;
}

.action-control a {
  cursor: pointer;
}

.cart a {
  font-size: 20px;
  color: #454545;
  margin: 0 0;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.13s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.load-more-block {
  padding-bottom: 30px;
  position: relative;
}

.load-more-block .btn-thin {
  background: #fff;
  z-index: 2;
  position: relative;
  box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
  -webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
  -moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
  -o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}

.load-more-block:after {
  background: none repeat scroll 0 0 #DDDDDD;
  content: "";
  display: block;
  height: 1px;
  margin-left: 30%;
  position: absolute;
  top: 18px;
  width: 40%;
  z-index: 1;
}

.featureImg a {
  display: block;
  overflow: hidden;
}

.featureImg a img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.featureImg a img:hover {
  transform: scale(1.1) rotate(-1.1deg);
  -webkit-transform: scale(1.1) rotate(-1.1deg);
  -moz-transform: scale(1.1) rotate(-1.1deg);
  -ms-transform: scale(1.1) rotate(-1.1deg);
  -o-transform: scale(1.1) rotate(-1.1deg);
}

/* =============================================================== */

/* PARALLAX CONTENT 1
/* =============================================================== */

.parallax-section {
  width: 100%;
  display: block;
  clear: both;
  height: auto;
}

.parallax-image-1 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
}

.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
  background-attachment: scroll !important;
}

.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios, .blog-intro.isios {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}

.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}

.parallax-image-1.isios {
  background-color: #734e48;
  background-repeat: no-repeat;
}

.parallax-image-2.isios {
  background-size: cover !important;
}

.parallaxPrce {
  font-size: 64px;
  color: #fff;
  font-weight: lighter;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .parallaxPrce {
    font-size: 40px;
  }
}

.parallax-content h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto;
  max-width: 900px;
  padding: 5px 10px;
  text-align: center;
}

.parallax-content h3 {
  color: #DDDDDD;
  display: inline-block;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px;
  max-width: 900px;
  padding: 0 10px;
  text-align: center;
}

.btn-discover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 14px 60px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.btn-discover:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.3)
}

.parallax-content {
  text-align: center;
  padding: 100px 0;
}

.brand-carousel li {
  float: left;
  display: inline-block;
}

.brand-carousel li img {
  max-width: 100%;
  width: 100%;
}

.carousel-nav {
  font-size: 26px;
  margin-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}

/***  -------  Parallax section 2  ------- ***/

.parallax-image-2 {
  background: url(../img/mockup/parallax/people-collage.jpg) fixed;
  background-attachment: fixed;
  /* IE FIX */
}

.parallax-section-overley {
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

h1.xlarge {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  padding-bottom: 0;
  line-height: normal;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
  text-transform: uppercase;
}

h1.x2large {
  color: #FFFFFF;
  font-size: 56px;
  line-height: normal;
  font-weight: 800;
  padding-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
  text-transform: uppercase;
}

h5.parallaxSubtitle {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
}

/* =============================================================== */

/*  FOOTER
/* =============================================================== */

.gap {
  height: 40px;
  width: 100%;
  clear: both;
  display: block;
}

.footer {
  background: #f2f2f2;
  height: auto;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #DDDDDD;
}

.footer p {
  margin: 0;
}

.footer img {
  max-width: 100%;
}

.footer h3 {
  border-bottom: 1px solid #DDDDDD;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding: 40px 0 15px;
  text-transform: uppercase;
  color: #3a3a3a;
}

.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  color: #888888;
}

.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}

.footer a {
  color: #888888
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.supportLi h4 a {
  color: #454545;
}

.newsLatterBox input#appendedInputButton {
  background: #FFFFFF;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}

.newsLatterBox .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.5px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.newsLatterBox {
  overflow: hidden;
}

.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}

.bg-pink {
  background-color: #f9bce2 !important;
}

.bg-light-blue {
  background-color: #afe6fb !important;
}

.bg-green {
  background-color: #4caf4c !important;
  color: #fff;
}

.bg-blue {
  background-color: #70b8d2 !important;
  color: #fff;
}

.bg-orange {
  background-color: #ea9926 !important;
  color: #fff;
}

.social li {
  background: none repeat scroll 0 0 #B5B5B5;
  border: 2px solid #B5B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
  color: #EDEFF1;
}

.social li:hover {
  border: 2px solid #454545;
  background: #454545;
}

.social li a i {
  font-size: 16px;
  margin: 0 0 0 8px;
  color: #EDEFF1 !important;
}

.footer-bottom {
  background: #E3E3E3;
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.footer-bottom p.pull-left {
  padding-top: 6px;
}

.paymentMethodImg img {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom p.pull-left {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .paymentMethodImg {
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .paymentMethodImg img {
    display: inline-block;
    float: none !important;
    max-height: 24px;
  }
}

/* =========================HOMEPAGE END==========================*/

/* =============================================================== */

/* CATEGORY PAGE START
/* =============================================================== */

.breadcrumb {
  border: 1px solid #DDDDDD;
  background: none;
}

.headerOffset {
  padding-top: 220px;
}

.headerOffset.i7 {
  padding-top: 80px;
}

.headerOffset140 {
  padding-top: 140px;
}

.headerOffset110 {
  padding-top: 110px;
}

.category-top>h2 {
  color: #303030;
  font-weight: 700;
  letter-spacing: 0;
}

.subCategoryList .thumbnail {
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  margin-bottom: 0;
}

.tree .dropdown-menu {
  position: relative !important;
  float: none !important;
  box-shadow: none !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.open-tree>.dropdown-menu {
  display: block;
}

.dropdown-menu-tree {
  display: none;
  margin-bottom: 20px;
}

.open-tree>.dropdown-menu-tree {
  display: block;
}

.tree>li.active>a, .tree>li.active>a:hover, .tree>li.active>a:focus {
  background: none;
  color: #454545;
}

.nav-stacked.tree>li a:hover {
  color: #454545;
  font-weight: bold;
}

.tree>.active>a>.badge {
  background: #999999;
  color: #fff;
}

.category-level-2 {
  border-left: 1px solid #DDDDDD !important;
  margin-left: 13px;
}

.category-level-2 li {
  margin-top: 2px;
}

.category-level-2 li a {
  font-weight: normal !important;
  padding: 2px 15px;
}

.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
  font-weight: bold !important;
}

.category-level-3 {
  border-left: 1px solid #DDDDDD !important;
  margin-left: 26px;
}

.category-level-3 li {
  margin-top: 2px;
}

.category-level-3 li a {
  font-weight: normal !important;
  padding: 2px 15px;
}

.category-level-3 li a.active, .category-level-3 .dropdown-tree.active .dropdown-tree-a, .category-level-3 .open-tree .dropdown-tree-a {
  font-weight: bold !important;
}

.priceFilterBody .form-inline .form-group {
  max-width: 30%;
  float: left;
}

.priceFilterBody .form-inline .form-group .form-control {
  width: 100%;
}

.priceFilterBody .sp {
  padding: 10px;
}

.subCategoryThumb {
  height: 80px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.subCategoryThumb img {
  max-width: 100%;
}

.subCategoryList {
  margin-top: 30px;
  overflow: hidden;
}

.subCategoryList>div {
  margin-bottom: 20px;
  /* v1.6 */
}

.color-details {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
}

.productFilter {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-top: 10px;
  margin-top: 20px;
}

.productFilter p {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.change-view {
  margin-right: 10px;
}

.subCategoryTitle {
  font-size: 13px;
  color: #444;
  font-weight: 600;
}

.change-view a {
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: 34px;
  line-height: 23px;
  margin-left: 5px;
  overflow: hidden;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.productFilter select, .productFilter input {
  font-size: 13px;
}

.categoryFooter {
  border-top: solid 1px #eee;
  padding-top: 20px;
  margin-top: 0;
}

.nav-stacked>li {
  border-bottom: solid 1px #eee;
}

.nav-stacked>li a {
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 10px;
}

.nav-stacked>li a:hover {
  color: #fff;
}

.nav-stacked>li.active a, .nav-stacked>li.active {
  background: none;
  color: #454545;
  font-weight: bold;
  padding-right: 20px;
}

.nav-stacked>li.active a>.badge {
  margin-right: -34px;
}

.brand_product {
  display: inline-block;
  width: 70px;
  height: 30px;
  vertical-align: middle;
  padding: 3px 0px;
}

.brand_product>.brand_image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.brandLabelPD>.logoImageArea {
  width: 70px;
  height: 30px;
  display: inline-block;
}

.brandLabelPD>.logoImageArea>.logoimage {
  background-size: contain;
  display: block;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

/***  -------  according panel style  ------- ***/

.panel-title {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  color: #454545;
  font-size: 15px;
}

.panel-heading, .panel-group .panel {
  border-radius: 0;
}

.panel-title>a, .panel-title>a:active {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #FFF;
}

.panel-title>a:hover {
  color: #FFF;
}

.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel.panel-info>.panel-heading a:before {
  content: "";
}

.clearFilter {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 10px;
  line-height: normal;
  padding: 2px 5px;
  text-transform: capitalize;
}

.labelRounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.clearFilter:hover {
  opacity: 0.7;
}

.collapseWill i {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  margin-right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapseWill.pressed i, .collapseWill.active i {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.minus {
  display: block;
}

.collapseWill .minus {
  display: none !important;
}

.collapseWill.collapsed .minus {
  display: none !important;
}

.collapseWill {}

.color-filter small {
  border: 1px solid #DDDDDD;
  display: inline-block;
  height: 14px;
  margin: 0 3px 0 1px;
  width: 14px;
}

/* =============================================================== */

/* PRODUCT DETAILS PAGE
/* =============================================================== */

.categoryFilter {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 50px;
}

.categoryFilter .minict_wrapper {
  max-width: 180px;
  max-height: 28px;
  height: 28px !important;
}

.categoryFilter .minict_wrapper input {
  height: 28px !important;
  font-size: 12px !important;
}

.minict_wrapper input {
  border: 0 !important;
}

.categoryFilter .minict_wrapper ul li {
  font-size: 12px !important;
}

.nav-tabs>li.active, .nav-tabs>li {
  background: none;
}

.nav-tabs>li>a {
  border: 0;
  border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li:hover>a {
  color: #fff !important;
  border: 0;
  border-radius: 0;
}

/* -------- zoom ------- */

.sp-thumbs {
  text-align: center !important;
}

.sp-thumbs a {
  background-size: cover;
  background-position: center;
}

.sp-large a img {
  width: 100%;
}

.sp-wrap {
  z-index: 10;
  width: 100%;
  background: none !important;
  border: none !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .sp-large {
    width: 100%;
  }
  .main-image:not(.main-image-thumb-list) .sp-thumbs {
    position: absolute;
    right: 0 !important;
    text-align: left;
    bottom: 20% !important;
    width: 100px !important;
    z-index: 70;
  }
}

.main-image .sp-thumbs a:link, .main-image .sp-thumbs a:visited {
  border: 2px solid #EEEEEE;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 0 !important;
  float: right;
  transition: margin 0.2s ease 0s;
  border: 2px solid #eee;
  display: inline-block;
  width: 70px;
  height: 70px;
}

.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current {
  border: 2px solid #222;
}

.sp-thumbs a:hover {
  margin-right: 4px !important;
}

.sp-thumbs img {
  height: auto !important;
  width: 70px !important;
}

@media (max-width: 767px) {
  .main-image .sp-thumbs {
    margin-top: 20px;
  }
  .main-image .sp-thumbs a:link, .main-image .sp-thumbs a:visited {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 5px !important;
    float: none !important;
  }
}

@media (max-width: 420px) {
  .main-image .sp-thumbs a:link, .main-image .sp-thumbs a:visited {
    width: 60px;
    height: 60px;
  }
}

.sp-lightbox {
  z-index: 1100 !important;
}

/***  -------  Product details style 2   ------- ***/

@media all and (min-width:768px) {
  .main-image.style2 .sp-thumbs {
    top: 0 !important;
    width: 19% !important;
  }
  .main-image.style2 .sp-thumbs img {
    height: auto !important;
    max-width: 100%;
    width: 100px !important;
  }
  .main-image.style2 .sp-thumbs a:link, .main-image.style2 .sp-thumbs a:visited {
    float: left !important;
    width: 100%;
    height: 110px;
  }
  .main-image.style2 .sp-large {
    max-width: 80% !important;
    border: 1px solid #DDDDDD;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .sp-thumbs {
    bottom: auto !important;
    top: 0;
  }
  .main-image.style2 .sp-thumbs a:link, .main-image.style2 .sp-thumbs a:visited {
    float: left !important;
    height: 100px;
    width: 100%;
  }
}

/***  -------  Product details style 3   ------- ***/

.main-image.main-image-thumb-list .sp-thumbs {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .main-image.main-image-thumb-list .sp-thumbs a:link, .main-image.main-image-thumb-list .sp-thumbs a:visited {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px !important;
    float: none !important;
  }
}

.product-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-price {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.price-standard {
  color: #999999;
  font-size: 18px;
  text-decoration: line-through;
}

.product-code {
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}

.rating span {
  display: inline-block;
}

.ratingInfo {
  margin-left: 10px;
}

/*------- product-details style 4 ------- */

.zoomThumb {
  text-align: center;
  margin-top: 10px;
}

.zoomThumb a {
  display: inline-block;
  width: 120px;
  margin-bottom: 10px;
  border: 2px solid #eee;
  display: inline-block;
  margin-right: 5px;
}

.zoomThumb a img {
  max-width: 100%;
}

.zoomImg {
  cursor: crosshair;
}

/*------- product tab ------- */

.nav-tabs {
  margin-bottom: 20px;
}

.product-tab {
  width: 100%;
  display: inline-block;
  clear: both;
}

.nav-tabs li a {
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

.product-tab .nav-tabs li a {
  border-radius: 0px 10px 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.product-tab .nav-tabs li:hover a {
  background-color: rgba(0, 0, 0, 0.2);
}

.product-tab .nav-tabs li.active a, .product-tab .nav-tabs>li.active>a:focus {
  background-color: #d68a11;
  border-radius: 0px 10px 0 0;
}

.color-details {
  margin-top: 14px;
}

.swatches {
  margin: 0.5em 0;
  padding-left: 0;
}

.swatches li {
  border: 2px solid #FFFFFF;
  display: inline-block;
  margin: 2px 1px;
  vertical-align: top;
  list-style: none;
}

.swatches .selected, .swatches li:hover {
  border: 2px solid #ddd;
}

.swatches a {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  box-shadow: 1px 1px 2px #C5C5C5;
  display: block;
  height: 33px;
  text-align: center;
  transition: all 0.25s ease 0s;
  width: 33px;
}

.swatches a img {
  height: 29px;
  width: 29px;
}

.swatches li a:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 0;
  font-weight: lighter;
  color: #fff;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.swatches .selected a:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 100%;
  font-weight: lighter;
  color: #fff;
  transition: font-size 0.25s ease 0.1s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/***  ------- filterBox ------- ***/

.filterBox {
  display: inline-block;
}

.productFilterLook2 .filterBox {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
}

.cart-actions {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 12px;
  clear: both;
}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1em;
  margin: 0 20px 0 0;
  padding: 14px 20px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  border: none;
}

button.first {
  margin-right: 20px;
  margin-bottom: 10px;
}

.cart-actions .btn-cart:hover {
  background: #6d92c3;
  border: none;
  color: #424242;
}

.cart-actions .wishlist {
  background: #D58B10;
  line-height: 1em;
  text-decoration: none;
  border: none;
  text-align: center;
}

.cart-actions .wishlist:hover {
  background: #e4b464;
  color: #424242;
  border: none;
}

.incaps {
  display: block;
  float: left;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 15px 20px 0 0;
  text-transform: uppercase;
}

.incaps i {
  font-size: 20px;
}

.color-in {
  color: #4CC94A;
}

.color-out {
  color: red;
}

.product-share {
  border-top: 1px solid #DDDDDD;
  clear: both;
  display: inline-block;
  margin-top: 20px;
  padding-top: 14px;
  width: 100%;
}

.socialIcon a {
  background: #CCCCCC;
  color: #FFFFFF;
  display: inline-block;
  font-size: 22px;
  padding: 6px 3px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
}

.socialIcon a:hover {
  color: #fff;
}

/***  ------- You may also like ------- ***/

.recommended {
  border-bottom: solid 2px #ddd;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.recommended h1 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

#SimilarProductSlider .item {
  padding: 30px 0px 0;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.recommended .description {
  min-height: 70px;
}

.product-image {
  max-width: 100%;
}

.product-image img {
  width: 100%;
}

#SimilarProductSlider .product-image img {
  max-height: 200px;
}

/* =============================================================== */

/* CART PAGE
/* =============================================================== */

.quanitySniper {
  height: 30px;
  padding: 0;
  text-align: center;
  width: 40px;
}

tr.CartProduct td, tr.CartProduct th {
  text-align: center;
}

tr.CartProduct td:nth-of-type(2) {
  text-align: left;
}

.cartTable {
  border-top: solid 1px #EBEDEF;
}

.cartTableHeader {
  background: #EBEDEF;
}

.cartFooter {
  padding: 20px;
  border-top: solid 1px #eee;
  background: #EBEDEF;
  display: inline-block;
  width: 100%;
}

#cart-summary tr td:nth-of-type(2) {
  text-align: right;
}

/* =============================================================== */

/* Right side bar  //> .rightSidebar //> if needed
/* =============================================================== */

.caps {
  border-top: 0 none;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 0 0 16px;
  text-align: right;
  text-transform: uppercase;
}

.rightSidebar #cart-summary {
  margin-top: 0;
}

.rightSidebar #cart-summary tr:first-child td {
  border: none;
}

.cartMiniTable {
  border: 1px solid #DDDDDD;
  padding: 10px;
}

.rightSidebar img {
  max-width: 100%;
}

.rightSidebar .section-title-inner {}

.categoryListPanel {
  background: #EBEDEF;
}

.contentBox {
  margin-bottom: 15px;
}

.rightSidebar .product-image img {
  float: left;
  max-width: 100%;
  width: 90px;
  margin-right: 10px;
}

.rightSidebar .product {
  padding: 10px 0;
}

.rightSidebar .item {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0;
}

.rightSidebar .item h4 {
  margin-top: 0;
}

.couponForm input[type="text"] {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  height: 35px;
}

.couponForm .btn {
  border-radius: 0 3px 3px 0;
}

span.success, p.success div.success {
  color: #8BB418;
}

#total-price {
  font-size: 22px;
  font-weight: bold;
}

/* =============================================================== */

/*  CHECKOUT PAGE START
/* =============================================================== */

label.error {
  color: #e74c3c;
  font-size: 90%;
}

.orderStep {
  clear: both;
  display: inline-block;
  height: auto;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

.orderStep li {
  display: inline-block;
  float: left;
  height: auto;
  margin: 0;
  min-height: 55px;
  padding: 0;
  width: 20%;
}

.orderStep li.active a {
  color: #fff;
}

.orderStep li.active a {
  position: relative;
}

.orderStep li.active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-left: -10px;
}

.orderStep li a {
  background: #EFF0F2;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: normal;
  padding: 20px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
}

.orderStep li a i {
  background: rgba(0, 0, 0, 0.05);
}

.orderStep li.active a i {
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

.orderStep li a i {
  border-radius: 0;
  display: block;
  font-size: 20px;
  height: auto;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  text-align: center;
  width: auto;
  float: none !important;
}

.orderStep li a span {
  display: block;
  padding: 5px 0;
}

/* payment */

.paymentBox {
  margin-bottom: 30px;
  display: block;
}

.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {
  width: 50px;
}

.paymentBox .panel {
  box-shadow: none;
}

/* =============================================================== */

/* USER END || Account// Address // Order //  Creation
/* =============================================================== */

.myAccountList li {
  text-align: center;
  margin-bottom: 20px;
}

.myAccountList li a {
  font-size: 14px;
  display: block;
}

.myAccountList .thumbnail {
  padding: 10px 0 0;
  height: 100%;
}

.myAccountList .thumbnail:hover {
  background: #F5F5F5;
}

.myAccountList li a i {
  display: block;
  clear: both;
  font-size: 44px;
  margin-bottom: 10px;
}

@media screen and (max-width: 620px) {
  .myAccountList li a i {
    font-size: 28px;
  }
}

h2.block-title-2, .formBox h3, .block-title-2 {
  border-bottom: 1px solid #CECECE;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px 0 0;
  position: relative;
  text-transform: uppercase;
}

.panel-footer-address .btn {
  margin-right: 5px;
}

/***  ------- Cart & Wisth list ------- ***/

.CartProductThumb a img, .CartProductThumb a img {
  width: 86px;
  max-width: 100%;
}

tr.CartProduct {
  border-bottom: 1px solid #E7E9EC;
}

tr.CartProduct td, tr.CartProduct th {
  padding: 10px 0;
}

/* mycart */

.cartTableHeader {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

/* =============================================================== */

/* ABOUT PAGE
/* =============================================================== */

.innerPage {
  padding-top: 60px;
}

.parallaxOffset {
  margin-top: 80px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.parallaxOffset.down {
  margin-top: 28px;
}

.parallax-image-aboutus {
  background: url(../img/mockup/site/about-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  /* IE FIX */
  background-position: top !important;
}

.parallax-image-aboutus .parallax-content {
  padding: 80px 0;
}

.title-big {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
}

.padding-top-30 {
  padding-top: 30px;
}

.form-newsletter input {
  margin-bottom: 20px;
}

.hr30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hr40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* =============================================================== */

/* CONTACT US PAGE
/* =============================================================== */

.whitebg {
  background: #fff;
}

.fixedContent {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
}

.wrapper.contact-us {
  background: #FFFFFF;
  display: block;
  margin-top: 450px;
  position: relative;
  width: 100%;
  z-index: 4;
}

.wrapper.contact-us .section-title-style2 span {
  background: #FFFFFF;
}

.h1error {
  font-size: 80px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.err404 {
  font-weight: lighter;
}

/* =============================================================== */

/* PRODUCT DETAILS POPUP MODAL
/* =============================================================== */

/* quick view btn */

div.quickview {
  display: block;
  margin-top: 40%;
  max-height: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  visibility: hidden;
}

.product:hover div.quickviewx {
  visibility: visible;
}

.product:not(.isIphone):hover div.quickview {
  visibility: visible;
}

.product.isIphone .image:hover div.quickview {
  visibility: visible;
}

.btn-quickview {
  border-radius: 2px;
  font-family: 'Roboto', 'Prompt', sans-serif;
  letter-spacing: 2px;
  color: #454545 !important;
  text-transform: uppercase;
  background: #fff;
  /* old borwser */
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  left: auto;
  min-width: 100px;
  max-height: 40px;
  height: 40px !important;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  padding: 10px;
  visibility: hidden;
  width: auto;
  display: inline-block !important;
  z-index: 2;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

/* fix iphone click issue on add to cart button */

.product:not(.isIphone):hover .btn-quickview {
  visibility: visible;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -ms-opacity: 0.85;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}

.product.isIphone .image:hover .btn-quickview {
  visibility: visible;
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -ms-opacity: 0.85;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}

.list-view .product:hover div.quickview {
  margin-top: 45%;
}

@media (max-width: 460px) {
  div.quickview {
    margin-top: 25%;
  }
}

@media (max-width: 400px) {
  div.quickview {
    margin-top: 35%;
  }
}

.product>.btn-quickview:hover {
  opacity: 0.95;
}

/* quick view btn end */

#product-details-modal .modal-dialog {
  background: #fff;
  max-width: 960px;
  overflow: auto;
  width: 100%;
}

#product-details-modal .close, #productSetailsModalAjax .close {
  color: #454545;
  display: block;
  font-size: 34px;
  font-weight: lighter;
  line-height: 10px;
  opacity: 0.6;
  padding: 12px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  z-index: 1;
}

#productSetailsModalAjax .main-image {
  margin-top: 40px;
}

#product-details-modal .close:hover, #productSetailsModalAjax .close:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  #product-details-modal .modal-dialog, #productSetailsModalAjax .modal-dialog {
    max-width: 90%;
    margin: 20px auto;
  }
}

@media (min-width: 840px) {
  .modal-details-inner {
    min-height: 552px;
  }
}

@media (max-width: 600px) {
  #product-details-modal .modal-dialog {
    max-width: 96%;
    margin: 20px auto;
  }
}

#product-details-modal .modal-content {
  background: #fff;
  display: block;
  height: auto;
  padding: 0;
  box-shadow: none;
}

.modal-details-inner {
  padding: 30px;
}

#product-details-modal .productFilter {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#product-details-modal .filterBox {
  display: inline-block;
}

#product-details-modal .cart-actions {
  margin-bottom: 0;
  margin-top: 0;
}

#product-details-modal .color-details {
  margin-top: 5px;
}

#product-details-modal .product-share {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

.modal-product-thumb {
  border-top: 1px solid #ddd;
  clear: both;
  display: block;
  text-align: center;
}

.modal-product-thumb a {
  border: 1px solid #ccc;
  display: inline-block;
  float: none;
  margin-right: 10px !important;
  margin-top: 5px;
  height: 75px;
  overflow: hidden;
  width: 60px !important;
}

.modal-product-thumb a.selected, .modal-product-thumb a:hover {
  border: 1px solid #000 !important;
}

.modal-product-thumb a img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 75px;
  width: 60px !important;
}

/* =============================================================== */

/* SUBSCRIBE | PROMOTIONAL MODAL
/* =============================================================== */

#modalAds .modal-bg-1 {
  background: url(../img/mockup/site/modal-img-1.jpg) right bottom no-repeat;
  background-color: #F3F6FB;
}

@media screen and (max-width: 769px) {
  #modalAds .modal-bg-1 {
    background-position: top right;
  }
}

.modal-bg-1 .close {
  color: #454545;
  display: block;
  font-size: 34px;
  font-weight: lighter;
  line-height: 10px;
  opacity: 0.6;
  padding: 12px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  z-index: 1;
}

#modalAds .modal-dialog {
  max-width: 660px;
  min-height: 340px;
  display: block;
  overflow: auto;
  padding: 15px;
  position: relative;
}

#modalAds h3 {
  color: #444;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase;
}

.discountLg {
  color: #000;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 46px;
  text-transform: uppercase;
}

#modalAds h4 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
}

.newsletter {
  border: 2px solid #ddd;
  display: inline-block;
  width: auto;
}

.newsletter input[type="text"] {
  background: #fff;
  border: medium none;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.newsletter input[type="text"]:focus {
  text-shadow: none;
  color: #666;
}

.newsletter .subscribe-btn {
  background: #ddd;
  border: 0 none;
  border-radius: 0;
  color: #3a3a3a;
  float: left;
  font-weight: normal;
  height: 40px;
  line-height: normal;
  padding: 0 10px;
}

@media (max-width: 442px) {
  .discountLg {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 40px;
  }
  #modalAds h3 {
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 26px;
  }
  .newsletter input[type="text"] {
    width: 100%;
  }
  .newsletter .subscribe-btn {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}

.newsletter .subscribe-btn:hover {
  background: #b7b7b7;
}

.shoplink {
  color: #000;
  display: inline-block;
  clear: both;
  font-family: 'Roboto', 'Prompt', sans-serif;
  left: 2px;
  margin-top: 20px;
  text-decoration: underline;
  text-transform: uppercase;
}

/* =============================================================== */

/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

/* .pace .pace-progress {
  background: #fff;
  background: rgba(255, 255, 255, 0.80);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
} */

/* =============================================================== */

/* CUSTOM RESPONSIVE
/* =============================================================== */

@media (min-width: 1800px) {
  .banner, .slider-content, .slider, .slider-v2 {
    max-height: 700px;
  }
  .sliderImg {
    width: 100%;
  }
}

@media only screen and (max-width: 1224px) {
  input.quanitySniper {
    width: 35px !important;
  }
}

@media (max-width: 1024px) {
  .navbar.stuck .navbar-top {
    padding-top: 0 !important;
  }
  .header-version-2 .banner {
    padding-top: 130px !important;
  }
  .social li {
    margin: 0 6px 0 0;
  }
  .cartMenu.static-search-box a.dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-box.static-search .form-control {
    max-width: 104px
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .cartMenu a.dropdown-toggle {
    height: 50px;
  }
  .cartRespons {
    display: none;
  }
}

/* // NEW  */

@media (max-width: 991px) and (min-width: 768px) {
  .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .cartMenu a.dropdown-toggle {
    font-size: 12px;
    padding: 15px 15px;
  }
}

@media (max-width: 979px) {
  /*** iPads (portrait and landscape) ***/
  .headerOffset {
    padding-top: 220px;
  }
  .subCategoryThumb img {
    height: 100% !important;
  }
  .container {
    width: 100% !important;
    max-width: 900px !important;
  }
  .category-top {
    margin-top: 30px;
  }
  .cartRespons {
    font-size: 0;
  }
  .hidden-xs .cartMenu .dropdown-toggle {
    padding-bottom: 9px;
    padding-top: 16px;
  }
  .sliderText {
    margin-top: 6%;
  }
  .header-version-2 .sliderText {
    margin-top: 10%;
  }
  .sliderText .inner {
    padding: 15px;
  }
  .sliderText h1 {
    font-size: 30px;
  }
  .sliderText.white h1 {
    padding-bottom: 0;
  }
  .sliderText.white h3.price {
    font-size: 18px;
    padding-bottom: 0;
  }
  .sliderText.white .inner {
    padding: 5px 0;
  }
  h1.xlarge {
    font-size: 36px;
  }
  .sliderTextFull h3 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .sliderInfo .btn-lg, .sliderText.white .btn {
    font-size: 14px;
    line-height: 1.471;
    padding: 5px 15px;
  }
  #pager2 {
    bottom: 0;
  }
  #pager2 span {
    border-width: 1px;
    height: 10px;
    width: 10px;
  }
  .sliderControl {
    border-radius: 2px;
    padding: 0 2px;
    top: 45%;
  }
  .sliderControl .fa-3x {
    font-size: 2.5em;
  }
  #pager a {
    font-size: 14px;
    padding: 5px 0;
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) {
  .megamenu-content.has20 {
    width: 202px;
  }
  .megamenu-content.has40 {
    width: 460px;
  }
  .megamenu-content.has60 {
    width: 670px;
  }
  .megamenu-content.has4col {
    width: 700px;
  }
  .hasMega {
    position: relative !important;
  }
  .hasMega .dropdown-menu {
    min-width: 202px;
  }
  .hasMega.megamenu-20width .dropdown-menu {
    min-width: 202px;
  }
  .hasMega.megamenu-40width .dropdown-menu {
    min-width: 460px;
  }
  .hasMega.megamenu-60width .dropdown-menu {
    min-width: 670px;
  }
  .hasMega.megamenu-70width .dropdown-menu {
    min-width: 700px;
  }
  /* VERSION 1.7 ||  DROPDOWN FADED EFFECT */
  .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
    display: inherit;
    -webkit-transform: initial !important;
    transform: initial !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
  }
  .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {}
  .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, .navbar-tshop ul.nav li.dropdown.open ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: inherit;
  }
  .navbar-tshop ul.nav li.dropdown ul.dropdown-menu .megamenu-content, .navbar-tshop ul.nav li.dropdown ul.dropdown-menu .megamenu-content {
    opacity: 0;
    visibility: hidden;
    display: inherit;
    transition: opacity .35s linear;
    -webkit-transition: opacity .35s linear;
  }
  .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu .megamenu-content, .navbar-tshop ul.nav li.dropdown.open ul.dropdown-menu .megamenu-content {
    opacity: 1;
    visibility: visible;
  }
  /*  DROPDOWN FADED EFFECT END */
}

@media (max-width: 767px) and (min-width: 0) {
  /***  ipad 4 , iphone 4 fixed  ***/
  .headerOffset {
    padding-top: 150px;
  }
  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  /* phones */
  .static-search.navbar-formbox {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .static-search.navbar-formbox {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .static-search.navbar-formbox .navbar-form {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .search-box.static-search .input-group {
    max-width: 100%;
    width: 100%;
  }
  .search-box.static-search .form-control {
    max-width: 100%;
    width: 100%;
  }
  .search-box.static-search:hover .form-control {
    max-width: 100%;
    width: 100%;
  }
  .userMenu li a {
    padding-top: 3px;
    line-height: normal;
  }
  .phone-number i.glyphicon-phone-alt {
    padding-top: 2px !important;
  }
  .navbar-brand {
    padding: 7px;
  }
  .search-box .input-group {
    margin-top: 9px;
  }
  .search-box .input-group .btn {
    box-shadow: none;
    padding: 9px 10px;
  }
  .miniCartFooter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-top: 2px solid rgba(255, 255, 255, 0.5) !important;
    margin-top: 10px !important;
  }
  .cartMenu table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .cartRespons {
    font-size: 14px;
  }
  .navbar-cart {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-cart.in .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .miniCartFooter .btn {
    color: #fff !important;
  }
  .miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
    color: #FFFFFF;
  }
  .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li {
    color: #fff;
  }
  .navbar-nav .dropdown a, .navbar-nav .dropdown {
    color: rgb(95, 176, 203);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .navbar-nav .dropdown ul>li>a {
    color: rgb(150 150 150);
  }
  .searchInputBox {
    max-width: 80%;
  }
  .megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .megamenu-content ul {
    margin-bottom: 15px;
  }
  .megamenu-content ul li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  /***  banner slider responsive  ***/
  .header-version-2 .banner {
    padding-top: 86px;
  }
  .sliderTextFull .inner.dark {
    max-width: 100%;
    padding: 5px;
  }
  .parallaximg.ismobile {
    margin-top: 0 !important;
  }
  h1.xlarge {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 0;
  }
  .sliderTextFull h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .sliderText h1 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .sliderInfo .btn-lg {
    font-size: 12px;
    padding: 5px 10px;
  }
  .sliderText .inner {
    padding: 5px;
  }
  .sliderText h3.price {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .featureImg a {
    margin-bottom: 20px;
  }
  .navbar-top i {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 3px 0 0;
  }
  .text-left-xs {
    text-align: left !important;
  }
  /* Home v5 Slider */
  .ps-nav {
    top: 34%;
  }
  .ps-nav img {
    width: 80px;
  }
  .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    margin-bottom: 15px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 580px) {
  /* phones (portrait and landscape) ----------- */
  .xs3Response {
    width: 50% !important;
  }
  .sliderTextFull {
    color: #FFFFFF;
  }
  .parallax-content h2 {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
  }
  .parallax-content h3 {
    font-size: 16px;
    line-height: normal;
  }
  .style2 .section-title, .section-title.style2 {
    font-size: 24px;
  }
  .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    margin-left: 10%;
    top: 32px;
    width: 80%;
  }
  .orderStep li a span {
    font-size: 11px;
  }
  .categoryFooter .pagination {
    margin-bottom: 10px;
  }
  .sp-thumbs {
    bottom: 0 !important;
  }
  .CartProductThumb a img {
    margin-right: 5px;
  }
  #pager2 {
    bottom: 0;
  }
  #pager2 span {
    border-width: 1px;
    height: 10px;
    width: 10px;
  }
  .sliderControl {
    border-radius: 2px;
    padding: 0 2px;
    top: 45%;
  }
  .sliderControl .fa-3x {
    font-size: 2em;
  }
  #pager a {
    font-size: 14px;
    padding: 5px 0;
    font-weight: normal;
  }
  /* Home v5 Slider */
  .ps-nav {
    top: 28%;
  }
  .ps-nav img {
    width: 80px;
  }
  #imageShowCase .product-slide h1 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .newsletter {
    border: 0;
  }
  #subscribe {
    border: solid 1px #ddd;
  }
  .modal-dialog {
    background: #fff none repeat scroll 0 0;
    margin: 6% auto;
    max-width: 95%;
    overflow: auto;
    width: 96%;
  }
  #modalAds .modal-dialog {
    display: block;
    margin: 10% auto;
    max-width: 94%;
    min-height: 340px;
    overflow: auto;
    padding: 10px 0;
    position: relative;
  }
}

@media (max-width: 480px) {
  #pager a {
    font-size: 12px;
  }
  .navbar-header .navbar-toggle {
    padding: 6px 6px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 1px;
  }
  h1.xlarge {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 0;
  }
  h1.x2large {
    font-size: 38px;
  }
  .title-big {
    font-size: 38px;
  }
  .sliderTextFull h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 2px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .sliderText h1 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .sliderInfo .btn-lg {
    font-size: 12px;
    padding: 4px 8px;
  }
  .sliderText .inner {
    padding: 2px;
  }
  .sliderText h3.price {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .supportLi h4 {
    font-size: 14px;
  }
  .cartTableHeader {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .CartProduct .delete i {
    font-size: 16px !important;
  }
  .CartProductThumb a img {
    max-width: 60px !important;
  }
  .CartDescription h4 a {
    font-size: 14px !important;
    line-height: normal;
  }
  .cart-actions button, .cart-actions .wishlist {
    font-size: 14px !important;
    padding: 10px !important;
  }
  .navbar-brand.windowsphone {
    display: block;
    float: left;
  }
  .navbar-brand.windowsphone img {
    max-width: 65px;
  }
  .featuredPostContainer.globalPadding {
    padding: 15px 0 !important;
    overflow: hidden;
  }
  .breadcrumb>li {
    font-size: 12px;
  }
  .item.list-view h4 {
    font-size: 20px;
    line-height: 18px;
  }
  .item.list-view .description {
    clear: both;
    display: block;
    float: none;
    padding-top: 5px;
  }
  .item.list-view .image {
    display: block;
    float: none;
    max-height: 500px;
    max-width: 100%;
    overflow: hidden;
    padding-right: 0;
    text-align: center;
  }
  .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
    text-align: center;
  }
  .item.list-view h4 {
    min-height: 24px;
  }
  .col-xs-mini-6 {
    width: 50%;
  }
  .col-xs-min-12, .col-xxs-12 {
    width: 100%;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs .caps {
    font-size: 14px;
    text-align: center;
  }
  .home-intro h2 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
  }
  .no-float-xs {
    float: none !important;
  }
  .innerPage {
    padding-top: 30px;
  }
}

@media (max-width: 400px) {
  #pager a {
    font-size: 10px;
  }
  .container, .container-fluid {
    min-width: 310px;
  }
  .headerOffset {
    padding-top: 145px;
  }
  .cartFooter .box-footer div {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  .navbar-brand {
    padding: 7px;
  }
  .navbar-brand img {
    padding-left: 0px;
  }
  .social-icon li a {
    font-size: 23px;
  }
  .xsResponse .item, .xs3Response .item {
    width: 100% !important;
  }
  .cartFooter {
    padding: 5px 0;
  }
  .checkoutReview th {
    font-size: 13px;
  }
  .col-xs-mini-6 {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .container {
    width: 100% !important;
    max-width: 320px !important;
  }
  .banner {
    width: 100% !important;
    max-width: 320px !important;
    overflow: hidden !important;
  }
}

/* IMAGE HOVER */

.itemauto {
  height: auto;
  max-height: none;
}

.imageHover {
  display: block;
  max-height: 404px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.imageHover a {
  display: block;
  overflow: hidden;
}

.img-responsive.primaryImage {
  position: relative;
  z-index: 1;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  transform-style: preserve-3d;
  opacity: 1;
}

.secondaryImage {
  left: 0;
  position: absolute;
  transition: all .10s linear;
  -webkit-transition: all .10s linear;
  top: 0;
  opacity: 0;
}

.imageHoverFlip .primaryImage {
  transform-style: preserve-3d;
  transform: rotateY(0);
  transition: all .10s linear;
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  -ms-transition: all .10s linear;
  -o-transition: all .10s linear;
}

.imageHoverFlip .secondaryImage {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  transition: all .10s linear;
  -webkit-transition: all .10s linear;
}

.product:hover .secondaryImage {
  opacity: 1;
}

.product:hover .img-responsive.primaryImage {
  opacity: 0;
}

.product:hover .imageHoverFlip .img-responsive.primaryImage {
  transform: rotateY(180deg);
}

.product:hover .imageHoverFlip .img-responsive.secondaryImage {
  opacity: 1;
  transform: rotateY(0deg);
}

.item.list-view .imageHover {
  background: #fff;
  display: block;
  float: left;
  max-height: 260px;
  max-width: 200px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

/* carousel-inner */

.carousel-inner>.item {
  height: auto;
  margin-bottom: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  margin: 0 auto;
  display: block;
}

.imageHover .glyphicon-chevron-right::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  text-shadow: none;
  border: 1px solid #999;
  color: #999 !important;
  display: block;
  height: 31px;
  width: 31px;
  padding: 0;
}

.imageHover .glyphicon-chevron-left::before {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  text-shadow: none;
  border: 1px solid #999;
  color: #999 !important;
  display: block;
  height: 31px;
  width: 31px;
  padding: 0;
}

.imageHover .carousel-control.left {
  background-image: none !important;
  z-index: 5;
}

.imageHover .carousel-control.right {
  background-image: none !important;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .imageHover .carousel-control {
    width: 17%;
  }
}

.hoverNav .carousel-control {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  visibility: hidden;
  transition: all 0.3s ease 0.1s;
}

.product:hover .hoverNav .carousel-control {
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

.imageHover div.quickview {
  margin-top: 60%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media (max-width: 767px) {
  .imageHover .glyphicon-chevron-right::before {
    height: 25px;
    width: 25px;
  }
  .imageHover .glyphicon-chevron-left::before {
    height: 25px;
    width: 25px;
  }
}

/* ORDER STATUS */

.order-box {
  background: #fff;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}

.order-box-header {
  background: #ebeded;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}

.order-box-content {
  padding: 15px;
}

.order-box-content table td {
  padding: 5px;
}

.statusTop {
  margin-bottom: 20px;
}

.statusTop p {
  font-size: 16px;
  margin-bottom: 5px;
}

.order-details-cart {
  width: 100%;
}

.order-details-cart tr {
  border-bottom: solid 1px #ddd;
}

.order-details-cart img {
  width: 80px;
}

.cartTotalTr {
  border: none !important;
}

.cartTotalTr td {
  text-align: right;
}

/* Thanks Page */

.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.thanxContent {
  padding: 70px 0 30px;
}

.thanxContent a {
  color: #A2C15A;
}

.thanxContent h1 {
  margin-bottom: 0;
  font-size: 40px;
}

.thanxContent h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.cartTableBorder {
  border: solid 1px #EBEDEF;
}

/* review modal */

.rating-here .fa, .rating .fa {
  color: #E7711B;
}

.reviewtitle {}

/* NAV TREE */

.nav-category {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.nav-category li a {
  border-top: 1px solid #ddd;
  clear: both;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 10px 20px;
}

.nav-category li a:hover {
  background: #f5f5f5;
}

.nav-category li a.child-has-open:hover {
  background: #fff;
}

.nav-category a span {
  padding-right: 5px;
  display: inline-block;
}

.nav-category li ul {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}

.nav-category ul a {
  padding-left: 30px;
  font-size: 13px;
}

.nav-category ul ul a {
  padding-left: 45px;
}

.nav-category ul ul ul a {
  padding-left: 60px;
}

.nav-category ul ul ul ul a {
  padding-left: 75px;
}

.nav-category li a.child-has-open {
  font-weight: bold;
}

.child-has-open::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 10px;
}

.child-has-close::after {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 10px;
}

/* SELECT 2 PLUGIN CUSTOMIZE */

.select2-container .select2-selection--single {
  height: 37px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px 3px;
  border-style: solid;
  border-width: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #888;
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.productFilter .select2-container, .form-group .select2-container, td .form-control+.select2-container, th .form-control+.select2-container {
  width: 100% !important;
}

.select2-container--open {
  z-index: 1052;
}

/* .select2-container {
	z-index: 1052;
} */

/* iCheck Customize */

.radio-inline, .checkbox-inline, .radio label, .checkbox label {
  padding-left: 5px;
  width: 100%;
  /* row 100% */
}

.radio label {
  padding: 5px;
}

.iCheck-margin {
  margin-right: 5px;
}

/* MENU OVERLAPPED */

@media screen and (min-width: 768px) {
  .ProductDetailsList.megamenu-content ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ProductDetailsList.megamenu-content ul li a {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* ONEPAGE PAYMENT */

.payment-method {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}

/* OWL PAGINATION ARROW */

.owl-theme .owl-controls .owl-has-nav {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  height: 22px;
  position: relative;
  width: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 1;
}

.owl-has-nav:hover {
  opacity: .5;
}

.owl-has-nav i {
  position: absolute;
  top: 0;
}

.owl-has-nav.owl-next i {
  right: 0;
}

.owl-has-nav.owl-prev i {
  left: 0;
}

/* PAGE v-7.1 MENU  */

.container.static, .static {
  position: static;
}

.container.static .megamenu-content.container {
  padding-left: 0;
  padding-right: 0;
}

/* PAGE About 3   */

.about-3 {
  height: auto;
  max-height: none;
  background-position: 50% center;
  background-size: cover;
}

.about-3 .parallax-content {
  padding: 60px 0;
}

.about-3 .w100 {
  background: rgba(0, 0, 0, 0.3);
}

.about-3 .intro-heading {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  padding: 150px 0;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  clear: both;
}

.lead-2 {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4;
}

.about-content .lead-2 {
  margin: 50px 0;
}

.abt-img {
  width: 350px;
  margin: 0 auto;
}

.about-content-text {
  max-width: 380px;
  margin: 0 auto;
}

.about-content-text h3 {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
}

.about-content-text>h3::after {
  border-bottom: 2px solid #888888;
  content: "";
  display: block;
  height: 2px;
  margin-top: 30px;
  width: 50px;
}

.about-content-text p {
  color: #888888;
  font-size: 16px;
  line-height: 24px;
}

.preson-row {
  text-align: center;
}

.preson-row .preson {
  display: inline-block;
  width: 230px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.preson-row .preson:last-child {
  margin-right: 0;
}

.preson-row .preson img {
  max-width: 80%;
  margin: 0 auto;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  opacity: 1;
}

.preson-row .preson:hover img {
  opacity: .8;
}

.preson-details {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.preson-details p {
  font-size: 16px;
  color: #303030;
  font-weight: 700;
}

.preson-details p span {
  color: #888888;
  font-size: 14px;
}

.about-title {
  color: #888888;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.about-title::after {
  border-bottom: 2px solid #888888;
  content: "";
  display: block;
  height: 2px;
  margin: 15px auto 0;
  width: 50px;
}

.section-people {
  margin-top: 60px;
}

.section-about-bottom {
  padding: 60px 0 200px;
}

@media screen and (max-width: 1200px) {
  .preson-row .preson {
    margin-right: 15px;
    width: 200px;
  }
}

@media screen and (min-width: 1400px) {
  .section-about-bottom {
    background-position: top center !important;
  }
}

@media screen and (max-width: 991px) {
  .preson-row .preson {
    margin-right: 15px;
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .section-about-bottom {
    padding: 30px 0 80px;
  }
  .about-content-text h3 {
    margin-top: 15px;
    font-size: 18px;
  }
  .about-3 .intro-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 0;
  }
  .about-content-text p {
    font-size: 14px;
  }
  .lead-2 {
    font-size: 16px;
  }
  .about-content .lead-2 {
    margin: 0 0 15px;
  }
}

.white-bg {
  background: #fff;
}

/* Navbar Search 1.6 */

.search-box .btn-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 2;
  height: 100%;
  padding: 0 6px;
}

.search-box.with-menu .input-group input.form-control {
  border-radius: 0 3px 3px 0 !important;
}

.nav-hr {
  margin-top: 0;
  opacity: 0.7;
}

/* STORE SWITCHER */

.currency-language {
  float: left;
  position: relative;
  margin-right: 25px;
}

.currency-language>a {
  text-align: left;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  -webkit-transition: opacity 0.21s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
}

.country:after {
  content: "|";
  margin: 0 10px;
}

.country-name:after {
  content: " -";
}

.currency-code {
  margin-left: 5px;
}

.currency-language>a>span {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .currency-language {
    margin-right: 7px;
  }
  .country:after, .country-name:after {
    display: none;
  }
  .currency-language>a {
    padding-top: 3px;
    line-height: normal;
  }
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.block-explore {
  padding: 0 10px;
}

.block-explore .inner {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.block-explore .inner .overly {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  transition: background 0s ease 0s, all 0.25s ease 0s;
  -webkit-transition: background 0s ease 0s, all 0.25s ease 0s;
}

.block-explore .inner .overly .explore-title {
  color: white;
  display: block;
  font-family: 'Roboto', 'Prompt', sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  top: 40%;
  top: calc(50% - 11px);
  transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
  opacity: 1;
  width: 100%;
  z-index: 100;
}

.block-explore .inner .overly .explore-title::after {
  color: white;
  content: "\e258";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 0.8em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: static;
  text-transform: none;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.block-explore .inner:hover .explore-title::after {
  width: 20px;
  opacity: 1;
}

.block-explore .inner:hover .overly {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  z-index: 1000;
}

.block-explore .inner:hover .img-title {
  opacity: 0.95 !important;
  visibility: visible !important;
}

/*This less file only for category-2 page.*/

/*   usage   */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}

@media (max-width: 360px) {
  .col-xxs-12 {
    width: 100%;
  }
}

/* Mixin */

/* Implementation */

#div {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* Implementation */

#div {
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}

/* Implementation */

#div {
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}

/* Implementation */

.transition-all {
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}

/* Implementation */

#div {
  -webkit-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
  -moz-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
  -o-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
  -ms-transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
  transform: rotate(5deg) scale(0.5) skew(1deg) translate(0px);
}

/* gradient Implementation */

#div {
  background-color: #663333;
  background-image: -webkit-linear-gradient(left, #663333, #333333);
  background-image: -moz-linear-gradient(left, #663333, #333333);
  background-image: -o-linear-gradient(left, #663333, #333333);
  background-image: -ms-linear-gradient(left, #663333, #333333);
  background-image: linear-gradient(left, #663333, #333333);
}

/* Implementation */

#div {
  background-color: #BADA55;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

/* Implementation */

#div {
  background-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.2);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33ff0000, endColorstr=#33ff0000);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#33ff0000, endColorstr=#33ff0000);
}

/* COMMON CLASS */

.hw100 {
  height: 100%;
  width: 100%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.relative {
  position: relative;
}

.zindex10 {
  z-index: 10;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* STYLE CONTENT  */

.no-margin-bottom {
  margin-bottom: 0;
}

.overlay-shade {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.background-overly {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.background-overly-inner {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
}

.relative1 {
  position: relative;
  z-index: 2;
}

.relative5 {
  position: relative;
  z-index: 5;
}

.center-col {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

/* CATEGORY NEW */

.catTopBar {
  padding: 0 0 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 40px;
}

.catTopBar .catTopBarInner {
  margin: 0 15px;
  border-bottom: solid 1px #ddd;
}

.catTopBar .catTopBarInner div.col-lg-3 {
  padding-left: 0;
}

.catTopBar .catTopBarInner div.col-lg-9 {
  padding-right: 0;
}

.catTopBar h4, .catTopBar p {
  margin-bottom: 0;
  line-height: 40px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .catTopBar h4, .catTopBar p {
    line-height: 26px;
  }
}

.catTopBar .f-right p {
  color: #7f8c8d;
}

.catTopBar .f-right p span {
  color: #34495e;
}

.catTopBar .f-right p a {
  display: inline-block;
  padding: 0 5px;
  color: #7f8c8d;
  position: relative;
}

.catTopBar .f-right p a:hover {
  color: #4ec67f;
}

.catTopBar .f-right p a.active:after {
  background-color: #7f8c8d;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 5px;
  position: absolute;
  width: calc(90%);
}

.catTopBar .filterToggle {
  cursor: pointer;
}

.catTopBar .filterToggle span {
  display: inline-block;
  position: relative;
  width: 30px;
  opacity: .5;
}

.catTopBar .filterToggle span:after {
  content: "OFF";
  position: absolute;
}

.catTopBar .filterToggle span.is-off:after {
  content: "ON";
  position: absolute;
}

.category-wrapper {
  position: relative;
  padding-top: 580px;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.main-container-wrapper {
  position: relative;
  padding-top: 40px;
  background: #fff;
  width: 100%;
  height: auto;
}

.section-intro {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  position: fixed;
  top: 0;
  background: #000;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.cat-intro {
  width: 100%;
  height: 100%;
}

.cat-intro-text {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
}

.cat-intro-text:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.cat-intro-text h1 {
  font-size: 80px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .cat-intro-text h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .cat-intro-text h1 {
    font-size: 30px;
  }
}

.cat-intro-text p {
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cat-intro-text .white {
  color: #fff;
}

.cat-intro-banner {
  width: 100%;
  height: auto;
  z-index: 1;
}

.hasMinus, .hasPlus {
  float: right;
  margin-top: 10px;
}

.i-minus {
  background: #ccc;
  display: block;
  height: 1px;
  position: relative;
  width: 20px;
  -webkit-transition: all 0.45s ease-in 0s;
  -moz-transition: all 0.45s ease-in 0s;
  -o-transition: all 0.45s ease-in 0s;
  -ms-transition: all 0.45s ease-in 0s;
  transition: all 0.45s ease-in 0s;
}

.i-minus::after {
  background: #ccc;
  content: "";
  height: 18px;
  left: 9px;
  position: absolute;
  top: -8px;
  width: 1px;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.hasMinus .i-minus::after {
  height: 0;
  left: 9px;
  position: absolute;
  top: 0;
  width: 1px;
}

.panel-flat {
  background: none;
  box-shadow: none;
}

.panel-flat .panel-heading {
  padding-left: 0;
}

.panel-flat .panel-heading .panel-title {
  font-family: 'Roboto', 'Prompt', sans-serif;
  text-transform: uppercase;
}

.panel-flat .panel-heading .panel-title a {
  display: block;
  width: 100%;
}

.panel-flat .panel-body {
  padding: 15px 0;
  font-size: 13px;
}

.panel-flat .nav-list>li {
  margin-bottom: 15px;
}

.panel-flat .nav-list>li:last-child {
  margin-bottom: 0;
}

.panel-flat .nav-list>li>a {
  padding: 0;
  font-size: 13px;
}

.panel-flat .nav-list>li>a:hover {
  background: none;
}

.panel-flat .maxlist-more {
  font-family: 'Roboto', 'Prompt', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.catColumnWrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.catColumnWrapper .filterColumn {
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.catColumnWrapper .categoryColumn {
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  -ms-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.catColumnWrapper.filter-is-off .filterColumn {
  margin-left: -25%;
}

.catColumnWrapper.filter-is-off .categoryColumn {
  width: 100%;
}

#accordion .panel:first-child .panel-heading {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .cat-intro-banner {
    width: 130%;
    margin-left: -15%;
  }
}

@media (max-width: 991px) {
  .section-intro {
    height: 400px;
  }
  .category-wrapper {
    padding-top: 480px;
  }
}

.section-intro.ismobile {
  height: auto !important;
  position: relative !important;
}

.category-wrapper.ismobile {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .section-intro {
    height: auto;
    position: relative;
  }
  .category-wrapper {
    padding-top: 0;
  }
  .animateme {
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1 !important;
  }
  .center-xs, .f-left {
    float: none !important;
    text-align: center;
  }
  .center-xs-inner {
    text-align: center;
  }
  .center-xs-inner .pull-left, .center-xs-inner .pull-right {
    float: none !important;
    text-align: center;
  }
}

.category-filter-bar {
  background: #fff;
  clear: both;
  display: block;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.category-filter-bar-tab {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #d1d4d6;
  border-top: 1px solid #d1d4d6;
}

.category-filter-bar-content {
  background: #edeef0;
}

.cf-content-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d4d6;
}

.filterColumn .iCheck-margin {
  margin-bottom: 3px;
}

.careersArea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 15px;
}

.careersArea ul {
  list-style: inside;
  margin-bottom: 15px;
}

.careersArea p {
  margin-bottom: 5px;
}

.facebookLinkBtn a {
  color: rgba(255, 255, 255, 0.8);
}

.facebookLinkBtn a:hover {
  color: rgba(255, 255, 255, 1);
}

.group-span-filestyle>.btn.btn-success.button_pic {
  line-height: 1.6;
}

.group-span-filestyle>.btn.btn-success.button_pic:active:hover {
  background-color: #6d92c3;
  border-color: #6d92c3;
}

.w100FL {
  float: left;
  width: 100%;
}

.w100FLPad15 {
  float: left;
  width: 100%;
  padding: 15px;
}

.productEditAdminPage {
  float: left;
  width: 100%;
}

.productEditAdminPage ul.nav.nav-tabs {
  margin-bottom: 0px;
}

.productEditAdminPage .tab-content {}

.productEditAdminPage .form-control {
  border-radius: 0px;
}

.productEditAdminPage .nav-tabs li a {
  border-radius: 0px 10px 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.productEditAdminPage .nav-tabs li:hover a {
  background-color: rgba(0, 0, 0, 0.2);
}

.productEditAdminPage .nav-tabs li.active a, .productEditAdminPage .nav-tabs>li.active>a:focus {
  background-color: #d68a11;
  border-radius: 0px 10px 0 0;
}

.manage_partner_table img {
  width: 100%;
  margin-bottom: 5px;
}

.list_g_menu {
  display: block;
}

.nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus, .nav.tree .open-tree>a:active {
  color: #3269B0;
}

.list_g_menu.dropdown-tree-a {
  color: #3269B0 !important;
}

.product .image a img {
  width: 100%
}

.img-responsive {
  width: 100%;
}

/*===== Timeline ====== */

/*===== TIMELINE ======= */

header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both
}

#timeline {
  width: 90%;
  margin: 30px auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease
}

#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #e88832;
  left: 50%;
  top: 0;
  position: absolute
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%
}

#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative
}

#timeline .timeline-item .timeline-icon {
  background: #e88832;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

#timeline .timeline-item .timeline-icon i.fa {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: rgba(255, 255, 255, 0.6);
  padding: 21px 20px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
  -ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#timeline .timeline-item .timeline-content h2 {
  padding: 5px 15px;
  background-color: #e88832;
  color: rgb(255, 255, 255);
  margin: -22px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 20px
}

#timeline .timeline-item .timeline-content p {
  padding: 15px;
  margin: 0px;
}

#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #e88832;
}

#timeline .timeline-item .timeline-content.right {
  float: right
}

#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #e88832;
}

#timeline .timeline-item .timeline-content.center {
  margin: auto;
  padding: 0px;
  box-shadow: none;
  background: none;
  text-align: center;
  width: 20%;
}

#timeline .timeline-item .timeline-content.center h2 {
  background: none;
  background-color: #6D3D16;
  width: auto;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 18px;
}

#timeline .timeline-item .timeline-content.center:before {
  content: none;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0
  }
  #timeline:before {
    left: 0
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #e88832;
  }
  #timeline .timeline-item .timeline-content.center {
    box-shadow: none;
    background: none;
    text-align: center;
    width: 50%;
    float: left;
    border-radius: 0px;
    padding: 21px 20px;
    width: 50%;
  }
  #timeline .timeline-item .timeline-content.center h2 {
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(78, 78, 78, 0.8);
  }
  #timeline .timeline-item .timeline-icon {
    left: 0
  }
}

/* =============== PARTNER */

#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 2% auto;
  overflow: hidden;
  font-size: 15px;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}

.hex::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}

.hexIn {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}

.hexIn * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}

.hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

/*** HEX CONTENT **********************************************************************/

.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.hex h1, .hex p {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  background-color: rgba(245, 128, 32, 0.8);
  font-weight: 300;
  -webkit-transition: -webkit-transform .2s ease-out, opacity .3s ease-out;
  transition: transform .2s ease-out, opacity .3s ease-out;
  color: #fff;
  font-weight: bold;
}

.hex h1 {
  bottom: 49.4%;
  padding-top: 50%;
  font-size: 1.2em;
  z-index: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)l;
}

.hex h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.hex p {
  top: 50.4%;
  padding-bottom: 50%;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/*** HOVER EFFECT  **********************************************************************/

.hexLink:hover h1, .hexLink:focus h1, .hexLink:hover p, .hexLink:focus p {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/

@media (min-width:1201px) {
  /* <- 5-4  hexagons per row */
  #hexGrid {
    padding-bottom: 5%
  }
  .hex {
    width: 20%;
    /* = 100 / 5 */
  }
  .hex:nth-of-type(9n+6) {
    /* first hexagon of even rows */
    margin-left: 10%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 1200px) and (min-width:901px) {
  /* <- 4-3  hexagons per row */
  #hexGrid {
    padding-bottom: 6%
  }
  .hex {
    width: 25%;
    /* = 100 / 4 */
  }
  .hex:nth-of-type(7n+5) {
    /* first hexagon of even rows */
    margin-left: 12.5%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width:601px) {
  /* <- 3-2  hexagons per row */
  #hexGrid {
    padding-bottom: 8%
  }
  .hex {
    width: 33.333%;
    /* = 100 / 3 */
  }
  .hex:nth-of-type(5n+4) {
    /* first hexagon of even rows */
    margin-left: 16.666%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) {
  /* <- 2-1  hexagons per row */
  #hexGrid {
    padding-bottom: 11.2%
  }
  .hex {
    width: 50%;
    /* = 100 / 3 */
  }
  .hex:nth-of-type(3n+3) {
    /* first hexagon of even rows */
    margin-left: 25%;
    /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 400px) {
  #hexGrid {
    font-size: 13px;
  }
}

/*** Buttons for demo ******************************************************************/

#share {
  position: fixed;
  left: 0;
  top: 0;
  margin: 1%;
  width: 140px;
  z-index: 1;
}

#fork {
  position: relative;
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: .5em 0;
  -webkit-transition: color .5s;
  transition: color .5s;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  z-index: 1;
}

#fork:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateX(-100%) skewX(-45deg);
  -ms-transform: translateX(-100%) skewX(-45deg);
  transform: translateX(-100%) skewX(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
}

#fork:hover {
  color: #fff;
}

#fork:hover:before {
  -webkit-transform: translateX(0) skewX(-45deg);
  -ms-transform: translateX(0) skewX(-45deg);
  transform: translateX(0) skewX(-45deg);
}

.socials {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-top: 0.7em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .5s ease-out;
  transition: filter .5s ease-out;
}

.socials:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.socials img {
  width: 60%;
}

/* -------- GUS ADD NEW STYLE --------- */

.hexlogopartner {
  width: 100%;
  height: 100%;
}

.hexlogopartner>div {
  width: 75%;
  height: 50%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 13%;
  margin-top: 29%;
  mix-blend-mode: multiply;
}

/*========  Aboutus  ========= */

.btnNavigateRightArea {
  position: fixed;
  right: 0;
  top: 90px;
  width: auto;
  border-radius: 15px 0px 0px 15px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  z-index: 1030;
  display: table;
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  display: none
}

.btnNavigateRightArea>a {
  background: #e88832;
  display: block;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  margin: 5px 0px;
}

.btnNavigateRightArea>a:hover {
  opacity: 0.5;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*margin-top: 5px;
    margin-bottom: 5px;*/
  margin-bottom: 0px;
  background-position: center;
  background-size: cover;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(66, 103, 178, 0.7);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  margin: 0px;
  bottom: 0px;
  width: 100%;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 20% 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 15%;
  overflow: hidden;
}

.hovereffect a.info i.fa {
  font-size: 30px;
  display: block;
  padding-bottom: 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.75);
}

.hovereffect:hover .overlay.facebookOverlay {
  background-color: rgba(25, 82, 139, 0.7);
}

.hovereffect_area {
  margin-top: 20px;
}

.fbLogoinHovereffect {
  position: absolute;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.4);
  top: 0;
  margin: 10px;
}

.hovereffect_headline {
  margin: 0px;
  padding: 0px;
  color: #2A2A2A;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: left;
}

.hovereffect_detail {
  /*line-height: 1.25em;
    height: 3.6em;
    overflow: hidden;
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;*/
  line-height: 1.5em;
  height: 5em;
  overflow: hidden;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  padding-top: 5px;
  word-break: break-word;
}

.hovereffect .facebookBGBlur {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(3px);
  background-size: cover;
  background-position: center center;
}

.hovereffect.img_randomsize {
  /*box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);*/
}

.hovereffect.img_randomsize .img_randomsizeBG {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(3px);
  background-size: cover;
  background-position: center center;
}

.hovereffect.img_randomsize .img-responsive {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.promotionObj .overlay>.info>i.fas {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.hovereffect.article:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.hovereffect .fab.fa-facebook-square {
  display: block;
  font-size: 30px;
  line-height: 1.2em
}

.hovereffect.article .fas.fa-link, .hovereffect.article .fas.fa-image {
  display: block;
  font-size: 20px;
  line-height: 1.2em
}

.hovereffect.img_randomsize.article .img-responsive {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hovereffect.article .info>span {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  color: rgb(95, 176, 203);
}

/*======= END Hover Effect ===========*/

.emptycart {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.emptycart i.fa {
  font-size: 50px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  vertical-align: middle;
  line-height: 100px;
  border-radius: 50%;
  color: #fff;
}

/*====== Home Product Tab ======== */

.table_choose_product td:nth-of-type(1), .table_choose_product td:nth-of-type(4), .table_choose_product td:nth-of-type(5) {
  width: 5%;
  text-align: center;
}

.table_choose_product td:nth-of-type(3) {
  width: 170px;
  text-align: center;
}

.tabArea .nav-tabs {
  border-bottom: 0px;
}

.tabArea .tab-content {
  background-color: #e4e4e4;
  margin-bottom: 30px;
  padding: 20px 50px;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #333;
  cursor: pointer;
  border: none;
  border-bottom-color: transparent;
  background-color: #75bfdc;
}

.nav-tabs>li>a {
  text-transform: uppercase;
  padding: 8px 9px;
  cursor: pointer;
  border: none;
  background-color: #f7f7f7;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* color: #5fb0cb; */
  color: #434343;
  font-size: 13px;
  margin-bottom: 1px;
}

.nav-tabs>li>a:hover {
  background-color: #929292;
  color: #FFF;
}

.nav-tabs>li:first-child {
  margin-left: 0px;
}

.nav-tabs.tabnewline {
  margin-bottom: 10px !important;
}

.nav-tabs.tabnewline>li {
  margin: 3px;
}

.nav-tabs.tabnewline>li>a {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-tabs.tabnewline>li>a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 10px 0 0;
}

.nav-tabs.tabnewline>li.active>a {
  background-color: rgb(229, 112, 38);
  border-radius: 0px 10px 0 0;
}

.slideObject {
  padding-top: 11%;
  width: 5%;
  background-image: none;
  filter: none;
  background: none;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .slideObject {
    padding-top: 33%;
  }
}

.slideObject span.glyphicon {
  font-size: 25px;
  text-shadow: none;
  color: #b3b4b9;
}

.right.slideObject span.glyphicon {
  margin-right: -90px;
}

.left.slideObject span.glyphicon {
  margin-left: -90px;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

.homeSlideSet p.hovereffectText {
  text-transform: uppercase;
  float: left;
  width: 100%;
}

/* =========== Product =========== */

.brandLabelPD {
  width: 200px;
  top: 12px;
  right: -61px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
  position: absolute;
  padding: 4px 68px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.brandLabelPD>img {
  max-height: 35px;
  max-width: 100%;
}

.hmail {
  display: none;
}

.space20 {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.parallaxSubtitle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  line-height: 1.2em;
}

.parallaxSubtitle.havetext {
  /*background-color: rgba(0, 0, 0, 0.33);
    border-radius: 5px;
    padding: 15px;*/
}

h3.havetext {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  line-height: 1.2em;
  /* background-color: rgba(0, 0, 0, 0.33);
    border-radius: 5px;
    padding: 15px;*/
}

.contactval {
  display: none;
}

.panel-default>.panel-heading {
  border-top: 4px solid #39bef1;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.panel-default>.panel-heading>.panel-title {
  color: #fff;
}

.panel-group.homeLeftMenu li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 2px 0px;
}

.panel-group.homeLeftMenu li a {
  width: 100%;
  float: left;
}

.panel-group.homeLeftMenu li a i.fa-caret-right {
  vertical-align: middle;
  font-size: 18px;
}

.panel-group.homeLeftMenu>.panel>.panel-body>li {
  border-bottom: 1px solid rgba(231, 112, 16, 0.28);
  padding: 6px 0px;
}

.panel-group.homeLeftMenu>.panel>.panel-body>li:first-child {
  padding-top: 0px;
}

.panel-group.homeLeftMenu>.panel>.panel-body>li:last-child {
  border-bottom: 0px;
}

.panel-group.homeLeftMenu>.panel>.panel-body>li>a:hover {
  color: #e77010;
}

.homeLeftMenu::-webkit-scrollbar-track {
  background-color: #f1c5a3;
}

.homeLeftMenu::-webkit-scrollbar {
  width: 4px;
  background-color: #f1c5a3;
}

.homeLeftMenu::-webkit-scrollbar-thumb {
  background-color: #e77010;
}

.panel-group.homeLeftMenu .panel-body {
  height: 398px;
  overflow: auto;
}

@media (min-width:1679px) {
  .panel-group.homeLeftMenu .panel-body {
    height: calc(618px - 46px);
  }
}

@media (max-width:1199px) {
  .panel-group.homeLeftMenu .panel-body {
    height: calc(365.72px - 46px);
  }
}

.megamenu-content ul li {
  margin-bottom: 1px;
  padding-bottom: 22px;
}

.megamenu-content ul li p {
  margin-bottom: 0px;
}

.panel-group.homeLeftMenu>.panel>ul.dropdown-menu {
  display: block;
  margin: 0px;
  border-radius: 0px;
  top: 1px;
  left: calc(100% - 15px);
  border-top: 5px solid #c56000;
  height: 443px;
  width: 600px;
  padding: 15px 17px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
  overflow: auto;
}

.panel-group.homeLeftMenu>.panel>ul.dropdown-menu h4 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1px;
  margin-bottom: 9px;
  font-size: 18px;
}

@media (min-width:992px) {
  .homeslideimg {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.downloadCatalogBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.downloadCatalogBtn:hover {
  opacity: 0.5;
}

@media (max-width:768px) {
  .downloadCatalogBtn>a>img {
    display: none;
  }
  .downloadCatalogBtn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    width: 100%;
    height: 40px;
  }
  .downloadCatalogBtn>a {
    width: 100%;
    background-color: rgba(185, 102, 16, 1.00);
    height: 40px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
  }
  .downloadCatalogBtn>a:before {
    content: "Download Catalog";
  }
}

#manageHilightTalbe>tbody>tr>td:nth-of-type(n+2):nth-of-type(-n+5) {
  width: 100px;
  text-align: center;
}

.homeBrandLogoArea {}

.homeBrandLogoArea>a.homeBrandLogo {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #E57025;
  margin: 10px;
}

.homeBrandLogoArea>a.homeBrandLogo:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
}

.homeBrandLogoArea>a.homeBrandLogo>.brand_product {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.homeBrandLogoArea>a.homeBrandLogo>.brand_product>.brand_image {
  display: table-cell;
  vertical-align: middle;
}

.promotionListImg>.promotionObj {
  margin-top: 13px;
  margin-bottom: 13px;
}

.promotionListImg>.promotionObj>img {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.space29 {
  width: 29px;
  display: inline-block;
}

.chkboxHotPd {
  color: #830A0C;
  margin-right: 5px;
  font-size: 12px
}

.chkboxnewPd {
  color: #10498B;
  margin-right: 5px;
  font-size: 12px
}

.promotion {
  bottom: 0px;
}

.promotion>.new-product {
  font-size: 12px;
}

.promotion>.discount {
  font-size: 12px;
}

.iconvdoonslide {
  position: absolute;
  top: calc(50% - 49px);
  left: calc(50% - 40px);
  z-index: 2;
  opacity: 0.6;
}

.slider-item>span.hover:hover {
  opacity: 0.7;
  cursor: pointer;
  display: block;
}

.modalVdo {
  background-color: rgba(0, 0, 0, 0.7);
}

.modalVdo>.modal-dialog, .modalVdo>.modal-dialog>.modal-content, .modalVdo>.modal-dialog>.modal-content>.modal-header {
  background-color: transparent;
}

.modalVdo>.modal-dialog>.modal-content>.modal-header {
  border: none;
}

.modalVdo>.modal-dialog>.modal-content>.modal-header>.close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 0px;
  opacity: 0.6;
}

/* homeService */

.homeServiceArea>.col-md-12>div {
  padding-left: 5px;
  padding-right: 5px;
}

.homeServiceArea .serviceBtn:hover {
  opacity: 0.7
}

.homeServiceArea.servicepage .serviceBtn {
  opacity: 0.4;
}

.homeServiceArea.servicepage .serviceBtn:hover {
  opacity: 0.7;
}

.homeServiceArea.servicepage .serviceBtn.active {
  opacity: 1;
}

.homeServiceArea.servicepage>div {
  padding-left: 5px;
  padding-right: 5px;
}

/* end homeService */

.articleContentArea>.title-big {
  margin-bottom: 0px;
  padding-bottom: 3px;
}

.articleContentArea>.title-big.section-title-style2 span {
  text-decoration: underline;
  padding: 10px 0px;
}

.articleContentArea img.imgHeadline {
  width: 100%;
  margin-bottom: 10px
}

.articleContentArea .articleCreatebyArea {
  padding: 5px 0px;
  color: rgba(0, 0, 0, 0.41);
}

.articleContentArea .articleCreatebyArea>a.fab {
  color: rgba(0, 0, 0, 0.41);
  font-size: 16px;
}

/* Portfolio */

.galleryBody.carousel-inner {
  height: 100%;
}

.galleryBody.carousel-inner>.item {
  height: 100%;
  background-image: url(../images/fiximage/aboutUsBG.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.galleryBody.carousel-inner>.item>img {
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  /*-webkit-mask-box-image: -webkit-radial-gradient(white 66.81%, rgba(255, 255, 255, 0) 89.08%);*/
}

.galleryBody .imgBGCoverCenter {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.alertSuccess .modal-header {
  background: #368a67;
  margin-bottom: 0px;
  border: 0px;
}

.alertSuccess .modal-body {
  background: #b5cabf;
}

.alertSuccess .modal-body h1 {
  margin-bottom: 0px;
  font-size: 40px;
}

.alertSuccess .modal-body h3 {
  font-size: 27px;
}

.alertSuccess .modal-body p {
  font-size: 17px;
}

@media (min-width: 768px) {
  .alertSuccess .modal-dialog {
    margin-top: 50px;
  }
}

/*====== Loading Modal =====*/

.modalLoading {
  background-color: rgba(1, 1, 1, 0.8);
  z-index: 99999;
}

.modalLoading>.modal-dialog {
  height: calc(100% - 60px);
  height: calc((var(--vh, 1vh) * 100) - 60px);
  display: table;
  width: 100%;
  background: none;
}

.modalLoading>.modal-dialog>.loadingImg {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  margin: auto;
}

.modalLoading>.modal-dialog>.loadingImg>p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 15px;
}

.spinner {
  height: 120px;
  width: 120px;
  margin: 94px auto 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 14px solid rgba(0, 174, 239, .15);
  border-right: 14px solid rgba(0, 174, 239, .15);
  border-bottom: 14px solid rgba(0, 174, 239, .15);
  border-top: 14px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*==== END Loading Modal =====*/

/*==== Loading Spin===== */

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #D08D16;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-of-type(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*==== End Loading Spin===== */

.btest {
  display: none;
}

.bg-content {
  background-color: #FFF;
  margin: 20px 0;
  padding: 20px;
}

.head-underline {
  padding-top: 15px;
  font-weight: bold;
  border-radius: 8px;
  background-color: #e7bcd8;
  padding: 8px 15px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #737373;
  font-size: 18px;
  letter-spacing: 0.1px;
}

.card-check {
  text-align: center;
  font-weight: 500;
  padding: 10px 3px;
}

.btn-group>.card-check.btn-primary {
  background-color: #46c0ef;
  color: #FFF;
  padding: 10px 24px;
  width: 100%;
  border-radius: 0px;
  font-weight: 500;
}

.card-check.queq {
  background-color: #46b336;
  color: #FFF;
}

.btn-group>.card-check.btn-warning {
  background-color: #f1c40f;
  color: #FFF;
  padding: 10px 24px;
  width: 100%;
  border-radius: 0px;
  font-weight: 500;
}

.card-check.cancel {
  background-color: #da2912;
  color: #FFF;
}

#table_homelist .table tr>th, #table_homelist .table tr>td {
  text-align: center !important;
}

#table_homelist tbody>tr>td:nth-of-type(1) {
  min-width: 100px;
}

#table_homelist tbody>tr>td:nth-of-type(2) {
  min-width: 100px;
}

#table_homelist tbody>tr>td:nth-of-type(3) {
  min-width: 200px;
}

#table_homelist tbody>tr>td:nth-of-type(4) {
  text-align: left !important;
  min-width: 300px;
}

#table_homelist tbody>tr>td:nth-of-type(n+5):nth-of-type(-n+6) {
  min-width: 200px;
}

#table_homelist tbody>tr>td:nth-of-type(7) {
  min-width: 200px;
}

#table_homelist tbody>tr>td:nth-of-type(8) {
  min-width: 150px;
}

.group-inline {
  display: inline-flex;
}

.mr-btn {
  margin: 15px 10px;
  float: right;
}

.text-center {
  text-align: center !important;
}

.wizard {
  width: 95%;
  margin: 20px auto;
}

.wizard .nav-tabs {
  position: relative;
  margin: 0px auto;
  margin-bottom: 0;
  border-bottom-color: #e8bbd8;
}

.wizard>div.wizard-inner {
  position: relative;
  background-color: #fff;
}

.connecting-line {
  height: 2px;
  background: #e8bbd8;
  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 {
  background-color: #fff;
  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 #39bef1;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 35px;
}

span.round-tab i {
  color: #46c0ef;
}

.wizard li.active span.round-tab {
  background: #fff;
  border: 5px solid #e8bbd8;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #fd63c6;
}

.wizard .nav-tabs>li {
  width: calc(100% / 3);
}

.wizard .nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 25px;
}

.wizard h3 {
  margin-top: 0;
}

.wizard .nav-tabs {
  border-bottom: none;
}

@media(max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  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;
  }
  .connecting-line {
    width: 70%;
  }
}

.label-info {
  white-space: pre-line;
}

.line-or {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.line-or span {
  background-color: #ffffff;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
  margin-top: -12px;
  padding: 0px 14px;
  color: rgba(0, 0, 0, 0.5);
}

.btn-facebook:hover {
  color: #fff;
  text-shadow: 1px 1px #656565;
}

.content-bg {
  background-color: #fff;
  padding: 0px;
}

.content-head {
  margin-bottom: 10px;
}

.content-head-btn {
  margin-top: 10px !important;
}

.content-body {
  padding: 0;
}

.content-foot {
  padding: 20px 0;
  text-align: right !important;
  /* border-top: 1px solid #ececec; */
  float: left;
  width: 100%;
}

.table-footer-new {
  text-align: right;
  padding: 10px 0;
}

.img-center {
  text-align: center;
  padding: 10px;
}

.img-center>img {
  padding: 10px;
  width: 70%;
  height: auto;
}

.form-bg {
  background-color: #6d92c3;
}

.control-label {
  margin-top: 8px;
  ;
}

.text-bd {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #838383 !important;
  border-radius: 0px !important;
}

.toolbar {
  padding: 10px;
  background-color: #e5f1fc;
  /* background-color: #eaeaea; */
  margin: 5px 0;
  border-radius: 5px;
}

.tool_icon {
  font-size: 20px;
  padding: 0 10px;
  /*	margin: 10px 0;*/
  border-right: 1px solid #7f8c8d;
}

.tool_icon_left {
  float: right;
  font-size: 20px;
  padding: 0 10px;
  border-left: 1px solid #7f8c8d;
}

.tool_icon_text {
  margin-bottom: 0px;
  display: inline-table !important;
  top: 10px;
}

.text-inline {
  display: inline-block;
  float: none;
}

.color-select {
  display: inline-flex;
  padding: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid #464646;
}

.img_area {
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.img_area img {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.red {
  background-color: #ff0000;
}

.yellow {
  background-color: #f5e400;
}

.black {
  background-color: #000;
}

.color-select.active {
  border: 2px solid #03A9F4;
  ;
}

.btn-fault {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

.btn-fault.btn-passed:hover {
  background: #1AB394;
  color: #fff;
}

.btn-fault.btn-passed.active {
  background: #18967c;
  color: #fff;
}

.btn-fault.btn-defect:hover {
  background: #b31a1a;
  color: #fff;
}

.btn-fault.btn-defect.active {
  background: #971616;
  color: #fff;
}

#result_pic .img {
  width: 100%;
  height: auto;
}

/*======================== image tools editor */

.tui-image-editor {
  margin: auto;
  box-shadow: 0px 0px 5px 1px #d8d8d8;
}

.tui-image-editor .tui-image-editor-canvas-container>canvas.lower-canvas {
  width: 100%;
  height: 100%;
}

.tui-image-editor-canvas-container {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
}

.image-tools-modal .modal-dialog.modal-img {
  position: relative;
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  height: calc((var(--vh, 1vh) * 100) - 30px);
  padding: 0px;
  margin: 15px auto;
  max-width: unset;
  max-height: unset;
}

.image-tools-modal .modal-content {
  height: 100%;
}

.image-tools-modal .modal-header {
  position: absolute;
  z-index: 2;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 15px;
}

.image-tools-modal .modal-header .close {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=40);
  opacity: .4;
  text-shadow: none;
}

.image-tools-modal .modal-body {
  height: calc(100% - 62px);
  overflow: hidden;
  padding: 0px;
}

.image-tools-modal .toolbar-area {
  /*
	position: fixed;
    left: 1%;
    width: 98%;
    z-index: 1;
*/
  /*
  background-color: #636363;
  padding: 5px 5px 1px 5px;
  border-radius: 8px;
*/
  background-color: #eeeeee;
  padding: 5px 5px 1px 5px;
  border-radius: 0px;
  text-align: center;
}

.image-tools-modal .toolbar-area>.toolbar {
  padding: 2px 5px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0px;
}

.image-tools-modal .toolbar-area>.toolbar .colorPickSelector {
  width: 32px;
  height: 32px;
  top: 0 !important;
  vertical-align: middle;
}

.image-tools-modal .toolbar-area>.toolbar .tool_icon {
  padding: 0 6px;
  margin: 2px 0px;
  border: none;
  font-size: 20px;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #d6d6d6;
}

.image-tools-modal .toolbar-area>.toolbar .tool_icon.img-icon>img {
  height: 100%;
  width: 100%;
  float: left;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-tools-modal .toolbar-area>.toolbar .tool_icon.tool_icon_inputtext {
  width: 70px;
  padding: 0px;
  background-color: transparent;
  border: none;
}

.image-tools-modal .toolbar-area>.toolbar .tool_icon.tool_icon_2block {
  width: 45px;
}

/*

.image-tools-modal .tui-image-editor{
	width:100%;
	height:100%;
	max-height: unset;
}
*/

/*======================== END image tools editor */

.lower-canvas {
  padding: 0px !important;
}

/*  Table Style */

table thead>tr td {
  text-align: center;
  padding: 5px !important;
  vertical-align: middle !important;
}

table thead>tr.searchintable .searchColumn {
  margin: 0px;
}

.dataTables_scrollHead table thead>tr .sorting_disabled {
  vertical-align: middle;
  padding: 10px 5px !important;
}

.dataTables_scrollHead table thead>tr.searchintable .btn.btn-link {
  padding-left: 0px;
  padding-right: 0px;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px !important;
}

#tableUser tbody>tr td:nth-of-type(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#tableUser tbody>tr td:nth-of-type(2) {
  width: 120px;
  min-width: 120px;
  text-align: center;
}

#tableUser tbody>tr td:nth-of-type(3) {
  width: 100px;
  text-align: center;
}

#tableUser tbody>tr td:nth-last-of-type(1) {
  width: 150px;
  text-align: center;
}

#tableDev tbody>tr td:nth-of-type(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#tableDev tbody>tr td:nth-of-type(2) {
  width: 120px;
  min-width: 120px;
  text-align: center;
}

#tableDev tbody>tr td:nth-of-type(3) {
  width: 100px;
  text-align: center;
}

#tableDev tbody>tr td:nth-last-of-type(1) {
  width: 150px;
  text-align: center;
}

#checklist_admin table>tbody>tr>td:nth-of-type(1) {
  min-width: 30px;
  text-align: center;
}

#checklist_admin table>tbody>tr>td:nth-of-type(2) {
  min-width: 200px;
  text-align: center;
}

#checklist_admin table>tbody>tr>td:nth-of-type(2)>img {
  width: 100%;
  height: auto;
}

#checklist_admin table>tbody>tr>td:nth-of-type(n+3):nth-of-type(-n+5) {
  min-width: 250px;
  text-align: left;
}

#checklist_admin table>tbody>tr>td:nth-of-type(n+6):nth-of-type(-n+7) {
  min-width: 120px;
  text-align: center;
}

#checklist_admin table>tbody>tr>td:nth-last-of-type(1) {
  min-width: 50px;
  text-align: center;
}

#accept_inspect_wrapper tbody tr td:nth-of-type(1), #accept_inspect_wrapper thead tr td:nth-of-type(1), #accept_inspect_wrapper thead tr th:nth-of-type(1) {
  /* width: 50px; */
  text-align: center;
}

#accept_inspect_wrapper tbody tr td:nth-of-type(2), #accept_inspect_wrapper thead tr td:nth-of-type(2), #accept_inspect_wrapper thead tr th:nth-of-type(2) {
  min-width: 100px;
  text-align: center;
}

#accept_inspect_wrapper tbody tr td:nth-of-type(3), #accept_inspect_wrapper thead tr td:nth-of-type(3), #accept_inspect_wrapper thead tr th:nth-of-type(3) {
  min-width: 70px;
  text-align: center;
}

#accept_inspect_wrapper tbody tr td:nth-of-type(4), #accept_inspect_wrapper thead tr td:nth-of-type(4), #accept_inspect_wrapper thead tr th:nth-of-type(4) {
  /* width: 40px !important; */
  text-align: center;
}

#accept_inspect_wrapper thead tr td:nth-of-type(4) .select2-container {
  width: 70px !important;
}

#accept_inspect>tbody>tr>td:nth-of-type(n+5):nth-of-type(-n+6) {
  min-width: 100px;
  text-align: center;
}

#accept_inspect>tbody>tr>td:nth-of-type(6) span.label {
  display: block;
  font-size: 13px;
  line-height: 17px;
}

#accept_inspect>tbody>tr>td:nth-of-type(7) {
  min-width: 180px;
  text-align: left;
}

#accept_inspect_wrapper tbody tr td:nth-of-type(8), #accept_inspect_wrapper thead tr td:nth-of-type(8), #accept_inspect_wrapper thead tr th:nth-of-type(8) {
  /* width: 120px !important; */
  min-width: 150px !important;
  text-align: center;
}

#accept_inspect>tbody>tr>td:nth-of-type(9) {
  width: 300px !important;
  min-width: 300px !important;
  text-align: left;
}

#accept_inspect>tbody>tr>td:nth-of-type(10) {
  /* width: 150px !important; */
  /* max-width: 150px !important; */
  text-align: center;
}
#accept_inspect>tbody>tr>td:nth-last-of-type(5) {
   width: 200px !important; 
   min-width: 200px !important; 
  text-align: left;
}
#accept_inspect>tbody>tr>td:nth-last-of-type(4) {
   width: 150px !important; 
   min-width: 150px !important; 
  text-align: center;
}



#accept_inspect_wrapper>tbody>tr>td:nth-last-of-type(1), #accept_inspect_wrapper thead tr td:nth-last-of-type(1), #accept_inspect_wrapper thead tr th:nth-last-of-type(1) {
  min-width: 200px;
  text-align: left;
}

#accept_inspect>tbody>tr>td:nth-last-of-type(2) {
  /* width: 140px !important; */
  /* max-width: 140px !important; */
}

#accept_inspect>tbody>tr>td:nth-last-of-type(3) {
  /* width: 140px !important; */
  /* max-width: 140px !important; */
}

#inspect_check table>tbody>tr>td:nth-of-type(1) {
  min-width: 50px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(n+2):nth-of-type(-n+6) {
  min-width: 120px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(7) {
  min-width: 150px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(7) span.label {
  display: block;
  font-size: 13px;
  line-height: 17px;
}

#inspect_check table>tbody>tr>td:nth-of-type(n+8):nth-of-type(-n+9) {
  min-width: 150px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(10) {
  min-width: 100px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(n+11):nth-of-type(-n+13) {
  min-width: 200px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(14) {
  min-width: 100px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(n+15):nth-of-type(-n+16) {
  min-width: 300px;
  text-align: left;
}

#inspect_check table>tbody>tr>td:nth-of-type(17) {
  min-width: 250px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(18) {
  min-width: 200px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-of-type(19) {
  min-width: 100px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-last-of-type(1) {
  min-width: 300px;
  text-align: left;
}

#inspect_check table>tbody>tr>td:nth-last-of-type(2) {
  min-width: 100px;
  text-align: center;
}

#inspect_check table>tbody>tr>td:nth-last-of-type(n+3):nth-last-of-type(-n+6) {
  min-width: 150px;
  text-align: right;
}

#inspect_check table>tbody>tr>td:nth-last-of-type(7) {
  min-width: 200px;
  text-align: center;
}

#defect_table tbody>tr>td {
  vertical-align: middle;
}

#defect_table tbody>tr>td:nth-of-type(1) {
  min-width: 50px;
  max-width: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

#defect_table tbody>tr>td:nth-of-type(2) {
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}

#defect_table tbody>tr>td:nth-of-type(3) {
  min-width: 275px;
  max-width: 275px;
  text-align: center !important;
  background-image: url("/assets/img/defect/bg-table.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#defect_table tbody>tr>td:nth-of-type(4) {
  text-align: center;
}

#sanitarylist table>tbody>tr>td {
  vertical-align: middle;
}

#sanitarylist table>tbody>tr>td:nth-of-type(1) {
  width: 70px;
  text-align: center;
}

#sanitarylist table>tbody>tr>td:nth-of-type(2) {
  width: 70px;
  text-align: center;
}

#sanitarylist table>tbody>tr>td:nth-of-type(3) {
  min-width: 200px;
  text-align: center;
}

#sanitarylist table>tbody>tr>td:nth-of-type(4) {
  min-width: 200px;
}

#sanitarylist table>tbody>tr>td:nth-of-type(5) {
  min-width: 200px;
  text-align: center;
}

#sanitarylist table>tbody>tr>td.td-rowspan, #sanitarylist table>tbody>tr>td.btnintable {
  text-align: center;
}

#sanitarylist table>tbody>tr>td.td-freetext {
  min-width: 350px;
}
#sanitarylist table>tbody>tr>td.td-freetext .input-group .form-control {
  float: none;
}

#sanitarylist table>tbody>tr>td:nth-last-child(1) {
  width: 70px;
  text-align: center;
}
#leaklist table>tbody>tr>td {
	vertical-align: middle;
}
#leaklist table>tbody>tr>td:nth-of-type(1) {
  max-width: 50px;
  text-align: center;
}

#leaklist table>tbody>tr>td:nth-of-type(2) {
  max-width: 50px;
  text-align: center;
}

#leaklist table>tbody>tr>td:nth-of-type(n+5):nth-of-type(-n+8) {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}

#leaklist table>tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+3) {
  max-width: 50px;
  text-align: center;
}

#rooflist table>tbody>tr>td:nth-of-type(1) {
  min-width: 50px;
  text-align: center;
}

#rooflist table>tbody>tr>td:nth-of-type(2) {
  min-width: 100px;
  text-align: center;
}

#rooflist table>tbody>tr>td:nth-of-type(3) {
  min-width: 250px;
  text-align: left;
}

#rooflist table>tbody>tr>td:nth-of-type(n+4):nth-of-type(-n+9) {
  min-width: 150px;
  text-align: center;
}

#rooflist table>tbody>tr>td:nth-of-type(n+4):nth-of-type(-n+9)>.taskbar {
  display: inline-block;
}

#rooflist table>tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+3) {
  min-width: 100px;
  text-align: center;
}

#rooflist table>tbody>tr>td:nth-last-child(4) {
  min-width: 500px;
  text-align: left;
}

#electlist table>tbody>tr>td:nth-of-type(1) {
  min-width: 50px;
  text-align: center;
}

#electlist table>tbody>tr>td:nth-of-type(2) {
  width: 100px;
  text-align: center;
}

#electlist table>tbody>tr>td:nth-last-child(1) {
  min-width: 300px;
  text-align: center;
}

#electlist table>tbody>tr>td:nth-last-child(2) {
  width: 100px;
  text-align: center;
}

#electlist table>tbody>tr>td:nth-last-child(3) {
  min-width: 400px;
  text-align: left;
}

#dashboard_inspec>tbody>tr>td:nth-of-type(1) {
  min-width: 250px;
  text-align: left;
}

#dashboard_inspec>tbody>tr>td:nth-last-child(1) {
  min-width: 50px;
  text-align: center;
}

#dashboard_booking>tbody>tr>td:nth-of-type(1) {
  min-width: 250px;
  text-align: left;
}

#dashboard_booking>tbody>tr>td:nth-last-child(1) {
  min-width: 120px;
  text-align: center;
}

#multi_img tbody>tr>td:nth-of-type(1) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

#multi_img tbody>tr>td:nth-of-type(2) {
  width: 200px !important;
  text-align: center;
}

#multi_img tbody>tr>td:nth-last-child(1) {
  vertical-align: middle;
  max-width: 100px !important;
  text-align: center;
}

#multi_img tbody>tr>td:nth-last-child(n+2):nth-last-child(-n+3) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

.multifile_table tbody>tr>td:nth-of-type(1) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

.multifile_table tbody>tr>td:nth-of-type(2) {
  width: 200px !important;
  text-align: center;
}

.multifile_table tbody>tr>td:nth-last-child(1) {
  vertical-align: middle;
  max-width: 100px !important;
  text-align: center;
}

.multifile_table tbody>tr>td:nth-last-child(n+2):nth-last-child(-n+3) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

#contractor_listtable tbody>tr>td:nth-of-type(1) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

#contractor_listtable tbody>tr>td:nth-of-type(n+3):nth-of-type(-n+4) {
  vertical-align: middle;
  max-width: 150px !important;
  text-align: center;
}

#contractor_listtable tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+3) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

.btnintable {
  vertical-align: middle;
  min-width: 200px !important;
  text-align: center;
}

#summary_dev_table tbody>tr>td:nth-of-type(1),#summary_dev_table tbody>tr>td:nth-of-type(2) {
  max-width: 70px;
  text-align: center;
}

#summary_dev_table tbody>tr>td:nth-of-type(3), #summary_dev_table tbody>tr>td:nth-of-type(4) {
  max-width: 150px;
  text-align: center;
}

#summary_dev_table tbody>tr>td:nth-last-of-type(1) {
  max-width: 70px;
  text-align: center;
}

#report_houselist tbody>tr>td:nth-of-type(1) {
  width: 200px;
  text-align: center;
}

#report_houselist tbody>tr>td:nth-of-type(2) {
  width: 70px;
  text-align: center;
  vertical-align: middle;
}

#report_houselist tbody>tr>td:nth-last-of-type(1), #report_houselist tbody>tr>td:nth-last-of-type(2) {
  width: 70px;
  text-align: center;
  vertical-align: middle;
}

#project_detail_table tbody>tr>td:nth-of-type(n+1):nth-of-type(-n+2) {
  max-width: 70px;
  text-align: center;
}

#project_detail_table tbody>tr>td:nth-of-type(n+3):nth-of-type(-n+4) {
  min-width: 150px;
  text-align: center;
}

#project_detail_table tbody>tr>td:nth-of-type(5) {
  width: 70px;
  text-align: center;
}

#project_detail_table tbody>tr>td:nth-of-type(6) {
  min-width: 150px;
  text-align: center;
}

#project_detail_table tbody>tr>td:nth-last-of-type(1) {
  width: 70px;
  text-align: center;
}

#project_detail_table tbody>tr>td:nth-last-of-type(2) {
  min-width: 250px;
  text-align: left;
}

#project_detail_table tbody>tr>td:nth-last-of-type(n+3):nth-last-of-type(-n+10) {
  width: 100px;
  text-align: center;
}

#old_request_table {
  vertical-align: middle;
}

#old_request_table tbody>tr>td:nth-of-type(1) {
  max-width: 70px;
  text-align: center;
}

#old_request_table tbody>tr>td:nth-of-type(2) {
  max-width: 70px;
  text-align: center;
}

#old_request_table tbody>tr>td:nth-of-type(4) {
  max-width: 120px;
  text-align: center;
}

#select_contractor_table {
  vertical-align: middle;
}

#select_contractor_table tbody>tr>td:nth-of-type(1) {
  max-width: 70px;
  text-align: center;
}
#select_contractor_table tbody>tr>td:nth-of-type(2) {
  max-width: 150px;
  text-align: center;
}

#select_contractor_table tbody>tr>td:nth-last-of-type(1) {
  max-width: 70px;
  text-align: center;
}

#select_contractor_table tbody>tr>td:nth-last-of-type(n+2):nth-last-of-type(-n+3) {
  max-width: 200px;
  text-align: center;
}

#select_developer_table {
  vertical-align: middle;
}

#select_developer_table tbody>tr>td:nth-of-type(1) {
  max-width: 70px;
  text-align: center;
}

#select_developer_table tbody>tr>td:nth-last-of-type(1) {
  max-width: 70px;
  text-align: center;
}

#leak_position_table tbody>tr>td:nth-of-type(1) {
  max-width: 70px;
  text-align: center;
}
/* ===================================================== */
.p-0 {
  padding: 0px !important;
}

.taskbar {
  display: flex;
}

.task {
  width: 2em;
  height: 2em;
  border: .4em solid #E4E4E7;
  background: #E4E4E7;
  border-radius: 100%;
  margin-right: 10px;
}

.waiting {
  background: #383838;
}

.pending {
  background: #F8AC59;
}

.running {
  background: #1C84C6;
}

.passed {
  background: #1AB394;
}

.defect {
  background: #da2912;
}

.taskbar span {
  padding: 5px 0;
}

.card-tool {
  padding: 0px;
  text-align: center;
  border-radius: 20px;
  background-color: #eaf7ff;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(219, 219, 219, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(219, 219, 219, 1);
  box-shadow: 0px 0px 5px 0px rgba(219, 219, 219, 1);
  transition: 0.4s;
}

.card-tool.active {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
  ;
}

.card-tool.disable {
  filter: grayscale(100%);
}

.card-tool.disable .btn-circle {
  display: none;
}

.card-tool.disable:hover .btn-circle {
  position: absolute;
  right: 40%;
  display: block;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 30px;
  background-color: #eb98cf;
  color: #fff;
  text-align: center;
  transition: 2s;
}

.card-tool:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.2), -1px -1px 15px 4px rgba(0, 0, 0, 0);
}

.card-tool:hover h1 {
  color: #2A2A2A;
}

.card-tool img {
  width: 100%;
  height: auto;
  padding: 15px;
  max-width: 60%;
}

.card-tool h1 {
  padding: 5px 0px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 20px;
  font-size: 25px;
  line-height: 30px;
}

.confirm-accept {
  text-align: center;
  padding: 20px;
}

.confirm-accept img {
  padding: 20px;
  width: 50%;
  height: auto;
}

.confirm-accept h2 {
  margin-top: 15px;
}

.bg-formgroup {
  background-color: #fff;
  padding: 10px;
  margin: 8px auto;
  border: 1px solid rgb(0 0 0 / 13%);
  border-radius: 8px;
}

.btn-padding {
  padding: 10px;
}

.btn-padding .btn-group {
  margin-left: 5px;
}

.dataTables_wrapper .dataTables_scroll {
  margin-bottom: 5px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border: none !important;
}

.text-left {
  text-align: left;
}

.table-check {
  text-align: left;
  display: grid;
}

.text-red {
  color: #ff0000;
}

.text-green {
  color: #1ab327;
}

.text-blue {
  color: #3176df;
}

/* ======== radio status ========= */

.segmented-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.segmented-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.segmented-control label {
  margin-bottom: 0px;
}

.segmented-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.segmented-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.segmented-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.segmented-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .segmented-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #9c9c9c;
}

.segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):before, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):before, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):before, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.segmented-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.segmented-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .segmented-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #3d9970;
}

.segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.segmented-control.segmentedTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):before, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):before, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):before, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.segmented-control>input:disabled:nth-of-type(3)~label:nth-of-type(3) {
  opacity: 0.3;
  cursor: not-allowed;
}

.segmented-control>input:nth-of-type(3):checked~label:nth-of-type(3):after, .segmented-control>input:nth-of-type(3):checked~label:nth-of-type(3):before {
  opacity: 1;
  background-color: #f55549 !important;
}

.segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):before, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):before, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):before, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):before, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.segmented-control>input:disabled:nth-of-type(4)~label:nth-of-type(4) {
  opacity: 0.3;
  cursor: not-allowed;
}

.segmented-control>input:nth-of-type(4):checked~label:nth-of-type(4):after, .segmented-control>input:nth-of-type(4):checked~label:nth-of-type(4):before {
  opacity: 1;
}

.segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):after, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):before, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:after, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):after, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):before, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:after, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):after, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):before, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.segmented-control>input:disabled:nth-of-type(5)~label:nth-of-type(5) {
  opacity: 0.3;
  cursor: not-allowed;
}

.segmented-control>input:nth-of-type(5):checked~label:nth-of-type(5):after, .segmented-control>input:nth-of-type(5):checked~label:nth-of-type(5):before {
  opacity: 1;
}

.segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5):after, .segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5):before, .segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5)~label:after, .segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6):after, .segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6):before, .segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.segmented-control>input:disabled:nth-of-type(6)~label:nth-of-type(6) {
  opacity: 0.3;
  cursor: not-allowed;
}

.segmented-control>input:nth-of-type(6):checked~label:nth-of-type(6):after, .segmented-control>input:nth-of-type(6):checked~label:nth-of-type(6):before {
  opacity: 1;
}

.segmented-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):after, .segmented-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):before, .segmented-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}

.segmented-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.segmented-control>label:before, .segmented-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.segmented-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.segmented-control>label:after, .segmented-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.segmented-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.segmented-control>label:first-of-type:nth-last-of-type(1), .segmented-control>label:first-of-type:nth-last-of-type(1):after, .segmented-control>label:first-of-type:nth-last-of-type(1):before, .segmented-control>label:first-of-type:nth-last-of-type(1)~label, .segmented-control>label:first-of-type:nth-last-of-type(1)~label:after, .segmented-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.segmented-control>label:first-of-type:nth-last-of-type(2), .segmented-control>label:first-of-type:nth-last-of-type(2):after, .segmented-control>label:first-of-type:nth-last-of-type(2):before, .segmented-control>label:first-of-type:nth-last-of-type(2)~label, .segmented-control>label:first-of-type:nth-last-of-type(2)~label:after, .segmented-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.segmented-control>label:first-of-type:nth-last-of-type(3), .segmented-control>label:first-of-type:nth-last-of-type(3):after, .segmented-control>label:first-of-type:nth-last-of-type(3):before, .segmented-control>label:first-of-type:nth-last-of-type(3)~label, .segmented-control>label:first-of-type:nth-last-of-type(3)~label:after, .segmented-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.segmented-control>label:first-of-type:nth-last-of-type(4), .segmented-control>label:first-of-type:nth-last-of-type(4):after, .segmented-control>label:first-of-type:nth-last-of-type(4):before, .segmented-control>label:first-of-type:nth-last-of-type(4)~label, .segmented-control>label:first-of-type:nth-last-of-type(4)~label:after, .segmented-control>label:first-of-type:nth-last-of-type(4)~label:before {
  width: 25%;
}

.segmented-control>label:first-of-type:nth-last-of-type(5), .segmented-control>label:first-of-type:nth-last-of-type(5):after, .segmented-control>label:first-of-type:nth-last-of-type(5):before, .segmented-control>label:first-of-type:nth-last-of-type(5)~label, .segmented-control>label:first-of-type:nth-last-of-type(5)~label:after, .segmented-control>label:first-of-type:nth-last-of-type(5)~label:before {
  width: 20%;
}

.segmented-control>label:first-of-type:nth-last-of-type(6), .segmented-control>label:first-of-type:nth-last-of-type(6):after, .segmented-control>label:first-of-type:nth-last-of-type(6):before, .segmented-control>label:first-of-type:nth-last-of-type(6)~label, .segmented-control>label:first-of-type:nth-last-of-type(6)~label:after, .segmented-control>label:first-of-type:nth-last-of-type(6)~label:before {
  width: 16.66667%;
}

.segmented-control.italic, .segmented-control .italic {
  font-style: italic;
}

.segmented-control.bold, .segmented-control .bold {
  font-weight: bold;
}

.segmented-control.underline, .segmented-control .underline {
  text-decoration: underline;
}

.segmented-control.line-through, .segmented-control .line-through {
  text-decoration: line-through;
}

/*======== END RadioButton status ==========*/

.segmented-control>input:disabled {
  background-color: (rgba(255, 255, 255, 0), rgba(45, 45, 45, 0));
}

/* ======== Survey radio status ========= */

.survey-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.survey-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.survey-control label {
  margin-bottom: 0px;
}

.survey-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.survey-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.survey-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.survey-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .survey-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #EC7063;
}

.survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #BCBCBC;
}

.survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):before, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):before, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):before, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.survey-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.survey-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .survey-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #e07a4b;
}

.survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.survey-control.surveyTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):before, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):before, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):before, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.survey-control>input:disabled:nth-of-type(3)~label:nth-of-type(3) {
  opacity: 0.3;
  cursor: not-allowed;
}

.survey-control>input:nth-of-type(3):checked~label:nth-of-type(3):after, .survey-control>input:nth-of-type(3):checked~label:nth-of-type(3):before {
  opacity: 1;
  background-color: #F4D03F !important;
}

.survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):before, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):before, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):before, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):before, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.survey-control>input:disabled:nth-of-type(4)~label:nth-of-type(4) {
  opacity: 0.3;
  cursor: not-allowed;
}

.survey-control>input:nth-of-type(4):checked~label:nth-of-type(4):after, .survey-control>input:nth-of-type(4):checked~label:nth-of-type(4):before {
  opacity: 1;
  background-color: #2ECC71 !important;
}

.survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):after, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):before, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:after, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):after, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):before, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:after, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):after, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):before, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.survey-control>input:disabled:nth-of-type(5)~label:nth-of-type(5) {
  opacity: 0.3;
  cursor: not-allowed;
}

.survey-control>input:nth-of-type(5):checked~label:nth-of-type(5):after, .survey-control>input:nth-of-type(5):checked~label:nth-of-type(5):before {
  opacity: 1;
  background-color: #85C1E9 !important;
}

.survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5):after, .survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5):before, .survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5)~label:after, .survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6):after, .survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6):before, .survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.survey-control>input:disabled:nth-of-type(6)~label:nth-of-type(6) {
  opacity: 0.3;
  cursor: not-allowed;
}

.survey-control>input:nth-of-type(6):checked~label:nth-of-type(6):after, .survey-control>input:nth-of-type(6):checked~label:nth-of-type(6):before {
  opacity: 1;
}

.survey-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):after, .survey-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):before, .survey-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}

.survey-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.survey-control>label:before, .survey-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.survey-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.survey-control>label:after, .survey-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.survey-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.survey-control>label:first-of-type:nth-last-of-type(1), .survey-control>label:first-of-type:nth-last-of-type(1):after, .survey-control>label:first-of-type:nth-last-of-type(1):before, .survey-control>label:first-of-type:nth-last-of-type(1)~label, .survey-control>label:first-of-type:nth-last-of-type(1)~label:after, .survey-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.survey-control>label:first-of-type:nth-last-of-type(2), .survey-control>label:first-of-type:nth-last-of-type(2):after, .survey-control>label:first-of-type:nth-last-of-type(2):before, .survey-control>label:first-of-type:nth-last-of-type(2)~label, .survey-control>label:first-of-type:nth-last-of-type(2)~label:after, .survey-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.survey-control>label:first-of-type:nth-last-of-type(3), .survey-control>label:first-of-type:nth-last-of-type(3):after, .survey-control>label:first-of-type:nth-last-of-type(3):before, .survey-control>label:first-of-type:nth-last-of-type(3)~label, .survey-control>label:first-of-type:nth-last-of-type(3)~label:after, .survey-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.survey-control>label:first-of-type:nth-last-of-type(4), .survey-control>label:first-of-type:nth-last-of-type(4):after, .survey-control>label:first-of-type:nth-last-of-type(4):before, .survey-control>label:first-of-type:nth-last-of-type(4)~label, .survey-control>label:first-of-type:nth-last-of-type(4)~label:after, .survey-control>label:first-of-type:nth-last-of-type(4)~label:before {
  width: 25%;
}

.survey-control>label:first-of-type:nth-last-of-type(5), .survey-control>label:first-of-type:nth-last-of-type(5):after, .survey-control>label:first-of-type:nth-last-of-type(5):before, .survey-control>label:first-of-type:nth-last-of-type(5)~label, .survey-control>label:first-of-type:nth-last-of-type(5)~label:after, .survey-control>label:first-of-type:nth-last-of-type(5)~label:before {
  width: 20%;
}

.survey-control>label:first-of-type:nth-last-of-type(6), .survey-control>label:first-of-type:nth-last-of-type(6):after, .survey-control>label:first-of-type:nth-last-of-type(6):before, .survey-control>label:first-of-type:nth-last-of-type(6)~label, .survey-control>label:first-of-type:nth-last-of-type(6)~label:after, .survey-control>label:first-of-type:nth-last-of-type(6)~label:before {
  width: 16.66667%;
}

.survey-control.italic, .survey-control .italic {
  font-style: italic;
}

.survey-control.bold, .survey-control .bold {
  font-weight: bold;
}

.survey-control.underline, .survey-control .underline {
  text-decoration: underline;
}

.survey-control.line-through, .survey-control .line-through {
  text-decoration: line-through;
}

/*======== END Survey RadioButton status ==========*/

/* ======== radio status ========= */

.floor-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.floor-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.floor-control label {
  margin-bottom: 0px;
}

.floor-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.floor-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.floor-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .floor-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(7):before, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(7)~label:after, .floor-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.floor-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .floor-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #3d3d3d;
}

.floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control.floorTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(7):before, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(7)~label:after, .floor-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.floor-control>input:disabled:nth-of-type(3)~label:nth-of-type(3) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(3):checked~label:nth-of-type(3):after, .floor-control>input:nth-of-type(3):checked~label:nth-of-type(3):before {
  opacity: 1;
  background-color: #3d3d3d;
}

.floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):before, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):before, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):before, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(7):before, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(7)~label:after, .floor-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.floor-control>input:disabled:nth-of-type(4)~label:nth-of-type(4) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(4):checked~label:nth-of-type(4):after, .floor-control>input:nth-of-type(4):checked~label:nth-of-type(4):before {
  opacity: 1;
  background-color: #3d3d3d;
}

.floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):before, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):before, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(7):before, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(7)~label:after, .floor-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.floor-control>input:disabled:nth-of-type(5)~label:nth-of-type(5) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(5):checked~label:nth-of-type(5):after, .floor-control>input:nth-of-type(5):checked~label:nth-of-type(5):before {
  opacity: 1;
  background-color: #3d3d3d;
}

.floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5):after, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5):before, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5)~label:after, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6):after, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

.floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(7):before, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(7)~label:after, .floor-control>input:nth-of-type(5):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}

/*-------------------*/

.floor-control>input:disabled:nth-of-type(6)~label:nth-of-type(6) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(6):checked~label:nth-of-type(6):after, .floor-control>input:nth-of-type(6):checked~label:nth-of-type(6):before {
  opacity: 1;
  background-color: #3d3d3d;
}

.floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):after, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}

.floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}

.floor-control>input:disabled:nth-of-type(7)~label:nth-of-type(7) {
  opacity: 0.3;
  cursor: not-allowed;
}

.floor-control>input:nth-of-type(7):checked~label:nth-of-type(7):after, .floor-control>input:nth-of-type(7):checked~label:nth-of-type(7):before {
  opacity: 1;
  background-color: #3d3d3d;
}

.floor-control>input:nth-of-type(7):checked~label:first-of-type:nth-last-of-type(7):after, .floor-control>input:nth-of-type(7):checked~label:first-of-type:nth-last-of-type(6):before, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>input:nth-of-type(6):checked~label:first-of-type:nth-last-of-type(7)~label:before {
  -moz-transform: translateX(600%);
  -ms-transform: translateX(600%);
  -webkit-transform: translateX(600%);
  transform: translateX(600%);
}

.floor-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.floor-control>label:before, .floor-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.floor-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.floor-control>label:after, .floor-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.floor-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.floor-control>label:first-of-type:nth-last-of-type(1), .floor-control>label:first-of-type:nth-last-of-type(1):after, .floor-control>label:first-of-type:nth-last-of-type(1):before, .floor-control>label:first-of-type:nth-last-of-type(1)~label, .floor-control>label:first-of-type:nth-last-of-type(1)~label:after, .floor-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.floor-control>label:first-of-type:nth-last-of-type(2), .floor-control>label:first-of-type:nth-last-of-type(2):after, .floor-control>label:first-of-type:nth-last-of-type(2):before, .floor-control>label:first-of-type:nth-last-of-type(2)~label, .floor-control>label:first-of-type:nth-last-of-type(2)~label:after, .floor-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.floor-control>label:first-of-type:nth-last-of-type(3), .floor-control>label:first-of-type:nth-last-of-type(3):after, .floor-control>label:first-of-type:nth-last-of-type(3):before, .floor-control>label:first-of-type:nth-last-of-type(3)~label, .floor-control>label:first-of-type:nth-last-of-type(3)~label:after, .floor-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.floor-control>label:first-of-type:nth-last-of-type(4), .floor-control>label:first-of-type:nth-last-of-type(4):after, .floor-control>label:first-of-type:nth-last-of-type(4):before, .floor-control>label:first-of-type:nth-last-of-type(4)~label, .floor-control>label:first-of-type:nth-last-of-type(4)~label:after, .floor-control>label:first-of-type:nth-last-of-type(4)~label:before {
  width: 25%;
}

.floor-control>label:first-of-type:nth-last-of-type(5), .floor-control>label:first-of-type:nth-last-of-type(5):after, .floor-control>label:first-of-type:nth-last-of-type(5):before, .floor-control>label:first-of-type:nth-last-of-type(5)~label, .floor-control>label:first-of-type:nth-last-of-type(5)~label:after, .floor-control>label:first-of-type:nth-last-of-type(5)~label:before {
  width: 20%;
}

.floor-control>label:first-of-type:nth-last-of-type(6), .floor-control>label:first-of-type:nth-last-of-type(6):after, .floor-control>label:first-of-type:nth-last-of-type(6):before, .floor-control>label:first-of-type:nth-last-of-type(6)~label, .floor-control>label:first-of-type:nth-last-of-type(6)~label:after, .floor-control>label:first-of-type:nth-last-of-type(6)~label:before {
  width: 16.66667%;
}

.floor-control.italic, .floor-control .italic {
  font-style: italic;
}

.floor-control.bold, .floor-control .bold {
  font-weight: bold;
}

.floor-control.underline, .floor-control .underline {
  text-decoration: underline;
}

.floor-control.line-through, .floor-control .line-through {
  text-decoration: line-through;
}

/*======== END RadioButton status ==========*/

/* ======== radio status ========= */

.major-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.major-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.major-control label {
  margin-bottom: 0px;
}

.major-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.major-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.major-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.major-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .major-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #3d9970;
}

.major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .major-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.major-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.major-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .major-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #c94143;
}

.major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .major-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.major-control>input:disabled:nth-of-type(3)~label:nth-of-type(3) {
  opacity: 0.3;
  cursor: not-allowed;
}

.major-control>input:nth-of-type(3):checked~label:nth-of-type(3):after, .major-control>input:nth-of-type(3):checked~label:nth-of-type(3):before {
  opacity: 1;
}

.major-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):after, .major-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):before, .major-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:after, .major-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.major-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.major-control>label:before, .major-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.major-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.major-control>label:after, .major-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.major-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.major-control>label:first-of-type:nth-last-of-type(1), .major-control>label:first-of-type:nth-last-of-type(1):after, .major-control>label:first-of-type:nth-last-of-type(1):before, .major-control>label:first-of-type:nth-last-of-type(1)~label, .major-control>label:first-of-type:nth-last-of-type(1)~label:after, .major-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.major-control>label:first-of-type:nth-last-of-type(2), .major-control>label:first-of-type:nth-last-of-type(2):after, .major-control>label:first-of-type:nth-last-of-type(2):before, .major-control>label:first-of-type:nth-last-of-type(2)~label, .major-control>label:first-of-type:nth-last-of-type(2)~label:after, .major-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.major-control>label:first-of-type:nth-last-of-type(3), .major-control>label:first-of-type:nth-last-of-type(3):after, .major-control>label:first-of-type:nth-last-of-type(3):before, .major-control>label:first-of-type:nth-last-of-type(3)~label, .major-control>label:first-of-type:nth-last-of-type(3)~label:after, .major-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.major-control.italic, .major-control .italic {
  font-style: italic;
}

.major-control.bold, .major-control .bold {
  font-weight: bold;
}

.major-control.underline, .major-control .underline {
  text-decoration: underline;
}

.major-control.line-through, .major-control .line-through {
  text-decoration: line-through;
}

/*======== END RadioButton status ==========*/

/* ======== radio status ========= */

.checked-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.checked-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.checked-control label {
  margin-bottom: 0px;
}

.checked-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.checked-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.checked-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.checked-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .checked-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #f1c40f;
}

.checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4):before, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5):before, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6):before, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:after, .checked-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.checked-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.checked-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .checked-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #3369AF;
}

.checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.checked-control.checkedTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4):before, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5):before, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6):before, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:after, .checked-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.checked-control>input:disabled:nth-of-type(3)~label:nth-of-type(3) {
  opacity: 0.3;
  cursor: not-allowed;
}

.checked-control>input:nth-of-type(3):checked~label:nth-of-type(3):after, .checked-control>input:nth-of-type(3):checked~label:nth-of-type(3):before {
  opacity: 1;
  background-color: #3d9970;
}

.checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):before, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4):before, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5):before, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6):before, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:after, .checked-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.checked-control>input:disabled:nth-of-type(4)~label:nth-of-type(4) {
  opacity: 0.3;
  cursor: not-allowed;
}

.checked-control>input:nth-of-type(4):checked~label:nth-of-type(4):after, .checked-control>input:nth-of-type(4):checked~label:nth-of-type(4):before {
  opacity: 1;
  background-color: #d44b4b;
}

.checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):after, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4):before, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:after, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(4)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):after, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5):before, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:after, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(5)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):after, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6):before, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:after, .checked-control>input:nth-of-type(4):checked~label:first-of-type:nth-last-of-type(6)~label:before {
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.checked-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.checked-control>label:before, .checked-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.checked-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.checked-control>label:after, .checked-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checked-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.checked-control>label:first-of-type:nth-last-of-type(1), .checked-control>label:first-of-type:nth-last-of-type(1):after, .checked-control>label:first-of-type:nth-last-of-type(1):before, .checked-control>label:first-of-type:nth-last-of-type(1)~label, .checked-control>label:first-of-type:nth-last-of-type(1)~label:after, .checked-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.checked-control>label:first-of-type:nth-last-of-type(2), .checked-control>label:first-of-type:nth-last-of-type(2):after, .checked-control>label:first-of-type:nth-last-of-type(2):before, .checked-control>label:first-of-type:nth-last-of-type(2)~label, .checked-control>label:first-of-type:nth-last-of-type(2)~label:after, .checked-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.checked-control>label:first-of-type:nth-last-of-type(3), .checked-control>label:first-of-type:nth-last-of-type(3):after, .checked-control>label:first-of-type:nth-last-of-type(3):before, .checked-control>label:first-of-type:nth-last-of-type(3)~label, .checked-control>label:first-of-type:nth-last-of-type(3)~label:after, .checked-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.checked-control>label:first-of-type:nth-last-of-type(4), .checked-control>label:first-of-type:nth-last-of-type(4):after, .checked-control>label:first-of-type:nth-last-of-type(4):before, .checked-control>label:first-of-type:nth-last-of-type(4)~label, .checked-control>label:first-of-type:nth-last-of-type(4)~label:after, .checked-control>label:first-of-type:nth-last-of-type(4)~label:before {
  width: 25%;
}

.checked-control>label:first-of-type:nth-last-of-type(5), .checked-control>label:first-of-type:nth-last-of-type(5):after, .checked-control>label:first-of-type:nth-last-of-type(5):before, .checked-control>label:first-of-type:nth-last-of-type(5)~label, .checked-control>label:first-of-type:nth-last-of-type(5)~label:after, .checked-control>label:first-of-type:nth-last-of-type(5)~label:before {
  width: 20%;
}

.checked-control>label:first-of-type:nth-last-of-type(6), .checked-control>label:first-of-type:nth-last-of-type(6):after, .checked-control>label:first-of-type:nth-last-of-type(6):before, .checked-control>label:first-of-type:nth-last-of-type(6)~label, .checked-control>label:first-of-type:nth-last-of-type(6)~label:after, .checked-control>label:first-of-type:nth-last-of-type(6)~label:before {
  width: 16.66667%;
}

.checked-control.italic, .checked-control .italic {
  font-style: italic;
}

.checked-control.bold, .checked-control .bold {
  font-weight: bold;
}

.checked-control.underline, .checked-control .underline {
  text-decoration: underline;
}

.checked-control.line-through, .checked-control .line-through {
  text-decoration: line-through;
}

/*======== END RadioButton status ==========*/

/* ======== radio status ========= */

.details-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.details-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.details-control label {
  margin-bottom: 0px;
}

.details-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.details-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.details-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.details-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .details-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #3369AF;
}

.details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .details-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.details-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.details-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .details-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #3d9970;
}

.details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.details-control.detailsTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .details-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.details-control>input:disabled:nth-of-type(3)~label:nth-of-type(3) {
  opacity: 0.3;
  cursor: not-allowed;
}

.details-control>input:nth-of-type(3):checked~label:nth-of-type(3):after, .details-control>input:nth-of-type(3):checked~label:nth-of-type(3):before {
  opacity: 1;
  background-color: #f55549 !important;
}

.details-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):after, .details-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3):before, .details-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:after, .details-control>input:nth-of-type(3):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.details-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.details-control>label:before, .details-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.details-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.details-control>label:after, .details-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.details-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.details-control>label:first-of-type:nth-last-of-type(1), .details-control>label:first-of-type:nth-last-of-type(1):after, .details-control>label:first-of-type:nth-last-of-type(1):before, .details-control>label:first-of-type:nth-last-of-type(1)~label, .details-control>label:first-of-type:nth-last-of-type(1)~label:after, .details-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.details-control>label:first-of-type:nth-last-of-type(2), .details-control>label:first-of-type:nth-last-of-type(2):after, .details-control>label:first-of-type:nth-last-of-type(2):before, .details-control>label:first-of-type:nth-last-of-type(2)~label, .details-control>label:first-of-type:nth-last-of-type(2)~label:after, .details-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.details-control>label:first-of-type:nth-last-of-type(3), .details-control>label:first-of-type:nth-last-of-type(3):after, .details-control>label:first-of-type:nth-last-of-type(3):before, .details-control>label:first-of-type:nth-last-of-type(3)~label, .details-control>label:first-of-type:nth-last-of-type(3)~label:after, .details-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.details-control>label:first-of-type:nth-last-of-type(4), .details-control>label:first-of-type:nth-last-of-type(4):after, .details-control>label:first-of-type:nth-last-of-type(4):before, .details-control>label:first-of-type:nth-last-of-type(4)~label, .details-control>label:first-of-type:nth-last-of-type(4)~label:after, .details-control>label:first-of-type:nth-last-of-type(4)~label:before {
  width: 25%;
}

.details-control>label:first-of-type:nth-last-of-type(5), .details-control>label:first-of-type:nth-last-of-type(5):after, .details-control>label:first-of-type:nth-last-of-type(5):before, .details-control>label:first-of-type:nth-last-of-type(5)~label, .details-control>label:first-of-type:nth-last-of-type(5)~label:after, .details-control>label:first-of-type:nth-last-of-type(5)~label:before {
  width: 20%;
}

.details-control>label:first-of-type:nth-last-of-type(6), .details-control>label:first-of-type:nth-last-of-type(6):after, .details-control>label:first-of-type:nth-last-of-type(6):before, .details-control>label:first-of-type:nth-last-of-type(6)~label, .details-control>label:first-of-type:nth-last-of-type(6)~label:after, .details-control>label:first-of-type:nth-last-of-type(6)~label:before {
  width: 16.66667%;
}

.details-control.italic, .details-control .italic {
  font-style: italic;
}

.details-control.bold, .details-control .bold {
  font-weight: bold;
}

.details-control.underline, .details-control .underline {
  text-decoration: underline;
}

.details-control.line-through, .details-control .line-through {
  text-decoration: line-through;
}

/*======== END RadioButton status ==========*/

/* ======== radio status ========= */

.defect-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.defect-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.defect-control label {
  margin-bottom: 0px;
}

.defect-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.defect-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.defect-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.defect-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .defect-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #f55549;
}

.defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .defect-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.defect-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.defect-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .defect-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #3d9970;
}

.defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.defect-control.defectTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .defect-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.defect-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.defect-control>label:before, .defect-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.defect-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.defect-control>label:after, .defect-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.defect-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.defect-control>label:first-of-type:nth-last-of-type(1), .defect-control>label:first-of-type:nth-last-of-type(1):after, .defect-control>label:first-of-type:nth-last-of-type(1):before, .defect-control>label:first-of-type:nth-last-of-type(1)~label, .defect-control>label:first-of-type:nth-last-of-type(1)~label:after, .defect-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.defect-control>label:first-of-type:nth-last-of-type(2), .defect-control>label:first-of-type:nth-last-of-type(2):after, .defect-control>label:first-of-type:nth-last-of-type(2):before, .defect-control>label:first-of-type:nth-last-of-type(2)~label, .defect-control>label:first-of-type:nth-last-of-type(2)~label:after, .defect-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.defect-control>label:first-of-type:nth-last-of-type(3), .defect-control>label:first-of-type:nth-last-of-type(3):after, .defect-control>label:first-of-type:nth-last-of-type(3):before, .defect-control>label:first-of-type:nth-last-of-type(3)~label, .defect-control>label:first-of-type:nth-last-of-type(3)~label:after, .defect-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.defect-control>label:first-of-type:nth-last-of-type(4), .defect-control>label:first-of-type:nth-last-of-type(4):after, .defect-control>label:first-of-type:nth-last-of-type(4):before, .defect-control>label:first-of-type:nth-last-of-type(4)~label, .defect-control>label:first-of-type:nth-last-of-type(4)~label:after, .defect-control>label:first-of-type:nth-last-of-type(4)~label:before {
  width: 25%;
}

.defect-control>label:first-of-type:nth-last-of-type(5), .defect-control>label:first-of-type:nth-last-of-type(5):after, .defect-control>label:first-of-type:nth-last-of-type(5):before, .defect-control>label:first-of-type:nth-last-of-type(5)~label, .defect-control>label:first-of-type:nth-last-of-type(5)~label:after, .defect-control>label:first-of-type:nth-last-of-type(5)~label:before {
  width: 20%;
}

.defect-control>label:first-of-type:nth-last-of-type(6), .defect-control>label:first-of-type:nth-last-of-type(6):after, .defect-control>label:first-of-type:nth-last-of-type(6):before, .defect-control>label:first-of-type:nth-last-of-type(6)~label, .defect-control>label:first-of-type:nth-last-of-type(6)~label:after, .defect-control>label:first-of-type:nth-last-of-type(6)~label:before {
  width: 16.66667%;
}

.defect-control.italic, .defect-control .italic {
  font-style: italic;
}

.defect-control.bold, .defect-control .bold {
  font-weight: bold;
}

.defect-control.underline, .defect-control .underline {
  text-decoration: underline;
}

.defect-control.line-through, .defect-control .line-through {
  text-decoration: line-through;
}

/*======== END RadioButton status ==========*/

/* ======== radio status ========= */

.tf-control {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 1px solid currentColor;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-tap-highlight-color: transparent;
}

.tf-control>input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.tf-control label {
  margin-bottom: 0px;
}

.tf-control>input[type='checkbox']~label {
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.tf-control>input[type='checkbox']~label:before {
  opacity: 0;
}

.tf-control>input:disabled:nth-of-type(1)~label:nth-of-type(1) {
  opacity: 0.3;
  cursor: not-allowed;
}

.tf-control>input:nth-of-type(1):checked~label:nth-of-type(1):after, .tf-control>input:nth-of-type(1):checked~label:nth-of-type(1):before {
  opacity: 1;
  background-color: #3d9970;
}

.tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):after, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1):before, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:after, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(1)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):after, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2):before, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:after, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):after, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3):before, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:after, .tf-control>input:nth-of-type(1):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.tf-control>input:disabled:nth-of-type(2)~label:nth-of-type(2) {
  opacity: 0.3;
  cursor: not-allowed;
}

.tf-control>input:nth-of-type(2):checked~label:nth-of-type(2):after, .tf-control>input:nth-of-type(2):checked~label:nth-of-type(2):before {
  opacity: 1;
  background-color: #f55549;
}

.tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.tf-control.defectTwo>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):after, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2):before, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:after, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(2)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):after, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3):before, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:after, .tf-control>input:nth-of-type(2):checked~label:first-of-type:nth-last-of-type(3)~label:before {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.tf-control>label {
  display: inline-block;
  padding: 0 .71em;
  cursor: pointer;
  float: left;
  line-height: 3em;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.tf-control>label:before, .tf-control>label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tf-control>label:after {
  color: white;
  content: attr(data-value);
  text-align: center;
  padding: inherit;
  z-index: 10;
  font-style: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  opacity: 0;
}

.tf-control>label:after, .tf-control>label {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tf-control>label:before {
  content: '';
  color: inherit;
  background: currentColor;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -moz-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.tf-control>label:first-of-type:nth-last-of-type(1), .tf-control>label:first-of-type:nth-last-of-type(1):after, .tf-control>label:first-of-type:nth-last-of-type(1):before, .tf-control>label:first-of-type:nth-last-of-type(1)~label, .tf-control>label:first-of-type:nth-last-of-type(1)~label:after, .tf-control>label:first-of-type:nth-last-of-type(1)~label:before {
  width: 100%;
}

.tf-control>label:first-of-type:nth-last-of-type(2), .tf-control>label:first-of-type:nth-last-of-type(2):after, .tf-control>label:first-of-type:nth-last-of-type(2):before, .tf-control>label:first-of-type:nth-last-of-type(2)~label, .tf-control>label:first-of-type:nth-last-of-type(2)~label:after, .tf-control>label:first-of-type:nth-last-of-type(2)~label:before {
  width: 50%;
}

.tf-control>label:first-of-type:nth-last-of-type(3), .tf-control>label:first-of-type:nth-last-of-type(3):after, .tf-control>label:first-of-type:nth-last-of-type(3):before, .tf-control>label:first-of-type:nth-last-of-type(3)~label, .tf-control>label:first-of-type:nth-last-of-type(3)~label:after, .tf-control>label:first-of-type:nth-last-of-type(3)~label:before {
  width: 33.33333%;
}

.tf-control.italic, .tf-control .italic {
  font-style: italic;
}

.tf-control.bold, .tf-control .bold {
  font-weight: bold;
}

.tf-control.underline, .tf-control .underline {
  text-decoration: underline;
}

.tf-control.line-through, .tf-control .line-through {
  text-decoration: line-through;
}

/* ======== End radio status ========= */

.tool_icon.active {
  color: #005cc7;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* end switch */

.img-plan img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}

.img-icon img {
  width: 30px;
  height: auto;
}

.btn-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #FFF;
  box-shadow: 0px 1px 5px 1px #ccc;
  border-width: 0px;
}

.swicth-btn {
  text-align: right !important;
  margin-bottom: 10px;
}

.btn-pink {
  background-color: #f9bce3;
  color: #ffffff;
  padding: 15px 50px;
}

.btn-pink:hover {
  background-color: #EBA5D1;
  color: #ffffff;
}

.card-dashboard {
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 0px 6px rgba(130, 130, 130, 0.51);
  padding: 20px 20px;
  margin: 10px 0;
  border-radius: 10px;
}

.clickhover {
  cursor: pointer;
}

.clickhover:hover {
  opacity: 0.8;
}

.card-survey.bg-tran {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

/* card */

.u-float-right {
  float: right;
}

.u-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.subtle {
  color: #888;
  font-size: 12px;
}

.card-media {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  min-height: 125px;
  height: auto;
  margin-bottom: 25px;
  transition: all 300ms ease-out;
  width: 100%;
  cursor: pointer;
  float: left;
  border-left: 10px solid #bbbbbb;
}

.card-media .subtle {
  color: #888;
  font-size: 12px;
  float: left;
  width: 100%;
}

.card-media.bd-blue {
  border-left: 10px solid #3369af !important;
}

.card-media.bd-yellow {
  border-left: 10px solid #f1c40f !important;
}

.card-media.bd-red {
  border-left: 10px solid #e74c3c !important;
}

.card-media.bd-green {
  border-left: 10px solid #3d9970 !important;
}

.card-media:hover {
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.card-media-object {
  background: none;
  float: left;
  height: 100%;
  position: relative;
}

.card-media-object-social-list-item-additional {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding-top: 7px;
  text-align: center;
}

.card-media-body {
  background-color: #fff;
  float: left;
  height: 100%;
  padding: 12px 15px;
  position: relative;
  width: 95%;
}

.card-media-body-top {
  display: block;
  float: left;
  width: 100%;
}

.card-media-icon {
  position: absolute;
  margin-top: -2px;
  opacity: 0;
  transition: all 300ms ease-out;
  transform: translateY(-5px);
  top: 40%;
  right: 0;
}

.card-media:hover .card-media-icon {
  opacity: 1;
  transform: translateY(0);
}

.card-media-icon>i {
  cursor: pointer;
  margin-left: 10px;
  transition: all 300ms ease-out;
}

.card-media-icon>i:hover {
  fill: #444;
}

.card-media-heading {
  display: block;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.head-b {
  font-weight: 600;
}

.admin-list {
  list-style: none;
  padding-left: 0px;
}

span.txtHilightInCard {
  background-color: #dedede;
  padding: 3px 7px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 2px;
}

.devNameInCard {
  font-size: 16px;
}

/* button floating */

@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
    transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
    transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
    transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
    transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
    transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
    transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
}

.floating-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.floating-container:hover {
  height: 130px;
}

.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container:hover .element-container .float-element:nth-of-type(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
  animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-of-type(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
  animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-of-type(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
  animation: come-in 0.4s forwards 0.6s;
}

.floating-container .floating-button {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #2cb3f0;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}

.floating-container .float-element:nth-of-type(1) {
  /* background: #42A5F5;
	box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5); */
  background: #e7bcd8;
  box-shadow: 0 20px 20px -10px rgb(238, 238, 238);
}

.floating-container .float-element:nth-of-type(2) {
  background: #e7bcd8;
  box-shadow: 0 20px 20px -10px rgb(238, 238, 238);
}

.floating-container .float-element:nth-of-type(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

/* ------------- */

.bg-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  /* text-align: center; */
  border-radius: 50%;
  padding: 10px;
  margin: 10px 0;
}

.bg-circle.blue {
  color: #61bfff;
  background-color: rgb(208, 248, 255);
}

.bg-circle.icon {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.30);
}

.booking-wait {
  background-color: #f1cd57;
  padding: 15px 0 !important;
}

.dashboard-detail {
  color: #505050;
  text-shadow: 0px 0px 1px;
}

.img-modal {
  text-align: center;
}

.img-modal>img {
  width: 100%;
  height: auto;
}

.pink-gradient {
  background-image: linear-gradient(120deg, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  text-align: left !important;
}

.blue-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  text-align: left !important;
}

.orange-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #ffda98 100%);
  text-align: left !important;
}

.dashboard-number {
  text-align: right;
  padding-top: 20px;
  color: #ff8080;
}

.dashboard-number h2 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.dashboard-number span {
  color: #232323;
}

.card-dashboard .row {
  margin-right: 0px;
}

.bg-tran {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 90%);
  opacity: 0.8;
  padding: 20px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 0px 0px 4px 0px #d8d8d8;
  background-color: #FFFFFF;
}

.radio {
  padding: 0px
}

.radio-color {
  background-color: #daeeff;
  box-shadow: 0px 0px 4px 0px #9fd3ff;
}

.checkbox.purechk {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  min-height: unset;
}

.input-group-addon {
  border: 1px solid #ececec;
}

span.input-group-addon>.radio {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
}

span.input-group-addon>.radio>label {
  padding-left: 0px;
}

span.input-group-addon>.radio.radio-color {
  background-color: #ffffff00;
}

span.input-group-addon>.radio {
  background-color: #ffffff00;
}

.modal .input-group>.input-group-addon {
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}

.btn-pill {
  border-radius: 50px !important;
  border-width: 0px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 15px;
  border-color: rgba(255, 255, 255, 1);
}

.btn-pill-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 15px;
}

.btn-secondary {
  color: #555555;
}

.collapse-right {
  color: #FFF;
  padding-top: 5px;
  float: right
}

.colorPickSelector {
  position: relative !important;
  top: 10px !important;
}

.noscroll {
  overflow: hidden;
}

.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #c0c0c0;
  background-color: #ffffff;
}

.button.active {
  color: #c0c0c0;
  background-color: #000000;
}

.colorPickSelector {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

.colorPickSelector:hover {
  transform: scale(1.1);
}

.wrapper {
  background: #497dd0;
  padding: 100px;
}

.toggle_radio {
  position: relative;
  background: rgba(255, 255, 255, .1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  width: 318px;
}

.toggle_radio>* {
  float: left;
}

.toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/
}

.toggle_radio label {
  font: 90%/1.618 "Source Sans Pro";
  color: rgba(255, 255, 255, .9);
  z-index: 0;
  display: block;
  width: 100px;
  height: 20px;
  margin: 3px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/
  /*make it blue*/
}

.toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 100px;
  height: 20px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#first_toggle:checked~.toggle_option_slider {
  background: rgba(255, 255, 255, .3);
  left: 3px;
}

#second_toggle:checked~.toggle_option_slider {
  background: rgba(255, 255, 255, .3);
  left: 109px;
}

#third_toggle:checked~.toggle_option_slider {
  background: rgba(255, 255, 255, .3);
  left: 215px;
}

.menu-right {
  float: right;
}

/* ------ Loading ------ */

.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading>.close {
  position: fixed;
  z-index: 99999;
  color: #fff;
  right: 20px;
  top: 20px;
  font-size: 30px;
  text-shadow: 1px 1px 5px;
}

/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#colorPick {
  z-index: 9999;
}

.img-defect {
  padding: 20px;
}

.img-defect img {
  width: 50%;
  height: auto;
}

/* ======= Color Palete ======= */

.button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #c0c0c0;
  background-color: #ffffff;
}

.button.active {
  color: #c0c0c0;
  background-color: #000000;
}

.colorPickSelector {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

.colorPickSelector:hover {
  transform: scale(1.1);
}

.wrapper {
  background: #497dd0;
  padding: 100px;
}

.toggle_radio {
  position: relative;
  background: rgba(255, 255, 255, .1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  width: 318px;
}

.toggle_radio>* {
  float: left;
}

.toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/
}

.toggle_radio label {
  font: 90%/1.618 "Source Sans Pro";
  color: rgba(255, 255, 255, .9);
  z-index: 0;
  display: block;
  width: 100px;
  height: 20px;
  margin: 3px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/
  /*make it blue*/
}

.toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 100px;
  height: 20px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#first_toggle:checked~.toggle_option_slider {
  background: rgba(255, 255, 255, .3);
  left: 3px;
}

#second_toggle:checked~.toggle_option_slider {
  background: rgba(255, 255, 255, .3);
  left: 109px;
}

#third_toggle:checked~.toggle_option_slider {
  background: rgba(255, 255, 255, .3);
  left: 215px;
}

.input-radio {
  margin-bottom: 10px;
}

.input-radio span.input-group-addon {
  padding: 0px 12px;
  ;
}

.input-radio>.input-group-addon>.radio {
  margin: 0px;
}

/* .select2-selection.select2-selection--single {
	background: #f0f8ff00;
	border: none;
} */

.input-radio>span.select2-container--default.select2-selection--single {
  background: #ffffff00 !important;
  border: none !important;
}

.input-group-label {
  width: 100px;
}

.select2-selection__rendered {
  /* width: 55px; */
}

.card-menu {
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
}

.card-menu>.card-body {
  padding: 10px 20px;
  height: 120px;
}

.card-menu>.card-img {
  padding: 10px;
  text-align: center;
}

.card-menu>.card-img>img {
  margin-top: 20px;
  width: 60%;
  height: auto;
}

.card-menu:hover>.card-body {
  background-color: #0000000e;
  transition: ease-in 0.3s;
  cursor: pointer;
}

.card-menu>.card-body>.title {
  text-align: center;
}

.card-menu>.card-body>.title>h2 {
  margin-top: 35px;
}

.card-comment {
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  box-shadow: 0px 0px 5px 0px rgba(230, 230, 230, 1);
  display: flex;
}

.card-comment>.card-body {
  padding: 10px 20px;
  background-color: #f1f1f1;
}

.card-comment>.card-img {
  padding: 10px;
  text-align: left;
}

.card-comment>.card-img>img {
  /* margin-top: 20px; */
  width: 100%;
  height: auto;
}

.card-comment:hover>.card-img>img {
  opacity: 0.5;
  transition: ease-in 0.1s;
}

.card-comment>.card-body>.title {
  text-align: center;
}

.text-link-r {
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
}

.text-link-r>a {
  color: #454545;
  padding: 10px;
}

.text-link-r>a:hover {
  color: #2196F3;
  padding: 10px;
  background-color: #0000000e;
  box-shadow: 0px 0px 1px 0px rgba(230, 230, 230, 1);
  border-radius: 3px;
}

a:hover>.card-dashboard.orange-gradient>.bg-circle.icon {
  transform: scale(1.5);
  transition: 0.3s;
}

.answer-area>.btn-group>button.btn.btn-default.active {
  background-color: #a4edff;
  color: #696666;
  font-weight: 700;
}

.survey-area {
  margin: 30px 0;
}

.content-head>p.details {
  margin-top: 30px;
}

.content-head>small {
  color: #9ba0a2;
}

.form-text-area {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 4px solid #46c0ef;
}

.survey-area>.row>.text-center>img {
  width: 100%;
  height: auto;
}

.title-sign {
  display: flex;
}

.title-sign h3 {
  margin-top: 15px;
  margin-right: 10px;
}

.title-sign button {
  margin: 10px 0;
}

.letter-m {
  /* position: relative;
  top: 55px; */
}

.fix-w {
  min-width: 55px !important;
  text-align: center;
  vertical-align: middle;
}

/* ============================ */

@media (min-width: 1200px) {
  .modal-img {
    max-height: 1100px !important;
  }
}

@media (min-width: 768px) {
  .modal-img {
    /* max-height: 900px; */
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .modal.open .modal-img {
    display: block;
  }
}

@media (max-width:991.5px) {
  .menu-right {
    float: none;
  }
  .card-tool {
    font-size: 20px;
  }
  .card-menu>.card-img>img {
    width: 50%;
    height: auto;
  }
  .card-menu>.card-body:nth-of-type(n+2) {
    height: 160px !important;
  }
  .card-menu>.card-body>.title>h2 {
    margin-top: 60px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .content-body {
    padding: 0px;
  }
  .mr-btn {
    margin: 10px 0px;
    float: center;
  }
  .modal-sm {
    width: 500px !important;
  }
  .bd-left {
    border-left: 0px;
    border-top: 1px solid #e6e6e6;
  }
  .image-tools-modal .modal-body {
    height: calc(100% - 58px) !important;
    max-height: unset !important;
  }
  .image-tools-modal .modal-footer {}
  .image-tools-modal .toolbar-area>.toolbar .tool_icon {
    padding: 0px 3px !important;
  }
  .swicth-btn {
    text-align: center !important;
  }
  .card-tool {
    padding: 0px 10px;
    display: table;
    margin: 25px 0px;
  }
  .card-tool>.cardimage {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 15px 20px;
  }
  .card-tool>.cardtext {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
  }
  .card-tool>.cardimage img {
    width: 100%;
    height: auto;
    padding: 0px;
    max-width: unset;
  }
  .card-tool>.cardtext h1 {
    background-color: transparent;
    padding: 15px;
    text-align: left;
  }
  .card-tool.active>h2 {
    padding-top: 45px;
  }
  .img-center img {
    padding: 10px;
    width: 30%;
    height: auto;
  }
  .card-media {
    height: 145px;
  }
  .floating-container .floating-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #2cb3f0;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 50px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .content-bg {
    background-color: #fff;
    padding: 10px 0px;
  }
  .menu-right {
    float: none;
  }
  .modal-img {
    max-height: 800px;
  }
  .content-head-btn {
    text-align: right;
  }
  .img-defect {
    padding: 20px 0;
  }
  .card-input {
    margin-top: 30px;
  }
}

/* ================= Setting Datatable style*/

.dataTables_length .select2-container {
  min-width: 60px;
}

.dataTables_scrollHeadInner .table.dataTable, .dataTables_scrollBody .table.dataTable {
  margin-top: 0px !important;
  min-width: 100% !important;
}

.dataTables_scrollHeadInner, .dataTables_scrollBody {
  min-width: 100% !important;
}

.dataTables_scroll {
  border: 1px solid #e8e8e8;
}

.dataTables_paginate>ul.pagination>li.paginate_button {
  margin-left: 0px;
  border: none;
}

/* ================= End Setting Datatable style*/

.btn:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left)>i:first-child {
  line-height: 37px;
  margin-top: -8px;
  margin-left: -11px;
  margin-bottom: -8px;
  margin-right: 5px;
  padding: 0px 12px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-pill:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left)>i:first-child {
  line-height: 39px;
  margin-top: -8px;
  margin-left: -11px;
  margin-bottom: -8px;
  margin-right: 5px;
  padding: 0px 8px 0px 12px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px 0px 0px 50px;
}

.btn-pill-sm:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left)>i:first-child {
  line-height: 37px;
  margin-top: -8px;
  margin-left: -15px;
  margin-bottom: -8px;
  margin-right: 5px;
  padding: 0px 8px 0px 12px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px 0px 0px 50px;
}

.btn-group>.btn:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left).btn-sm {
  overflow: hidden;
}

.btn-group>.btn:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left).dropdown-toggle.btn-sm {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 17px;
}

.btn-group>.btn:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left).btn-sm>i:first-child {
  font-size: 11px;
  line-height: 24px;
  margin-top: -4px;
  margin-left: -8px;
  margin-bottom: -3px;
  margin-right: 4px;
  padding: 0px 6px;
  background-color: rgba(0, 0, 0, 0.2);
}

.menubackbtn {
  background-color: rgb(231, 188, 216);
  color: #fff !important;
  text-align: center;
  border-radius: 50% !important;
  width: 28px;
  height: 28px;
  font-size: 16px !important;
  line-height: 16px !important;
}

.surveythome .content-head {
  background-color: #b5e1f3;
  padding: 15px;
  border-radius: 15px;
}

.surveythome .content-head>p.details {
  margin-top: 0px;
}

.surveythome .content-head>small {
  color: rgba(0, 0, 0, 0.3);
  font-size: 95%;
}

.surveythome .content-head>p.detailslevel {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  border-radius: 7px;
  margin: 0px;
  margin-top: 10px;
}

.button-area {
  text-align: right;
}

/*=============== headlin info line */

.info-head {
  overflow: hidden;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
}

.info-head:before, .info-head:after {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.info-head:before {
  right: 0.5em;
  margin-left: -50%;
}

.info-head:after {
  left: 0.5em;
  margin-right: -50%;
}

@media (max-width: 767px) {
  .info-head {
    font-size: 1.5rem;
  }
  .button-area {
    text-align: left;
  }
}

.info-head-contentpage {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.backbtn-in-contentpage {
  color: #7676A6;
  display: inline-block;
  vertical-align: top;
}

.backbtn-in-contentpage:hover {
  color: #4B4B7D;
}

.info-head-contentpage>.contantpage-headlinetext {
  display: inline-block;
  width: calc(100% - 3.5rem);
}

/*=============== End headlin info line */

.input-group-btn>.btn:not(.btn-link):not(.menubackbtn):not(.btn-login):not(.not-icon-left)>i:first-child {
  line-height: 1;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-color: rgba(0, 0, 0, 0.0);
}

.notifyAlert {
  z-index: 1050 !important;
  border-radius: 8px;
  overflow: hidden;
}

.notifyAlert .title {
  text-transform: uppercase;
}

.alert-success {
  background: rgba(143, 184, 216, 0.9);
  background: -webkit-linear-gradient(left, rgba(143, 184, 216, 0.8) 0%, rgba(222, 186, 202, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(143, 184, 216, 0.8) 0%, rgba(222, 186, 202, 0.8) 100%);
  background: linear-gradient(to right, rgba(143, 184, 216, 0.8) 0%, rgba(222, 186, 202, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8fb8d8", endColorstr="#debaca", GradientType=1);
  color: #fff;
}

/* ----- WEB Default ----- */

.ml-1 {
  margin-left: 15px;
}

.padall-0 {
  padding: 0px;
}

.padl-1 {
  padding-left: 15px;
}

.mb-05 {
  margin-bottom: 5px;
}

.mb-4 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.nopad {
  padding: 0px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-border {
  border: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-margin-no-padding {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

.pd-bottom {
  padding-bottom: 20px;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mt-4 {
  margin-top: 10px !important;
}

.m-0 {
  margin: 0px !important;
}

.bd-left {
  border-left: 1px solid #e6e6e6;
}

/* ----- WEB Default ----- */

.panel-heading.headleft-and-btnright .btn-sm {
  padding: 0px 10px 0px 0px;
}

.panel-heading.headleft-and-btnright .btn-sm>i {
  line-height: 22px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 1px !important;
  margin-right: 8px !important;
  padding: 0px 9px !important;
  font-size: 12px !important;
}

/* ----------- iPad Pro ----------- */

/* Portrait and Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* mobile flag ship scale*/

@media only screen and (min-width: 812px) and (max-height: 375px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-tools-modal .toolbar-area {
    padding: 0px;
    background-color: transparent;
  }
  .image-tools-modal .toolbar-area>.toolbar {
    padding: 12px 8px;
    margin: 0px;
    display: inline;
    margin-left: 3px;
  }
  .image-tools-modal .toolbar-area>.toolbar .tool_icon {
    padding: 0px 3px;
  }
  .image-tools-modal .modal-footer {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 50px;
    padding: 5px;
    text-align: center;
  }
  .image-tools-modal .modal-footer>.btn {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 40px;
    margin: 2px 0px;
  }
  .image-tools-modal .modal-footer>.btn>i {
    margin: 0px !important;
    background-color: transparent !important;
    line-height: 40px !important;
  }
  .image-tools-modal .modal-footer>.btn>span {
    display: none;
  }
}

/* mobile flag ship scale*/

@media only screen and (max-width: 420px) and (max-height: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .image-tools-modal .toolbar-area {
    padding: 6px;
    background-color: #eaeaea;
    text-align: center;
  }
  .image-tools-modal .toolbar-area>.toolbar {
    padding: 0;
    margin: 0px;
    display: inline;
    background-color: transparent;
  }
  .image-tools-modal .toolbar-area>.toolbar .colorPickSelector {
    width: 23px;
    height: 23px;
  }
  .image-tools-modal .modal-footer {
    text-align: center
  }
  .image-tools-modal .modal-footer>.btn {
    padding: 0px;
    margin: 0px;
    width: 40px;
    margin: 0px 5px;
    float: none !important;
    display: inline;
  }
  .image-tools-modal .modal-footer>.btn>i {
    margin: 0px !important;
    background-color: transparent !important;
    line-height: 40px !important;
  }
  .image-tools-modal .modal-footer>.btn>span {
    display: none;
  }
}

@media only screen and (max-width: 420px) and (max-height: 622px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

.choosefile-labelarea input[type="file"], .choosefile-labelarea .bootstrap-filestyle {
  display: none;
}

.btn-lockscroll.active {
  background-color: #B81114 !important;
}

.modal-on-modal {
  z-index: 1052;
}

.modal-on-modal~.modal-backdrop+.modal-backdrop {
  z-index: 1050;
}

.modal-on-modal-tui {
  z-index: 1053;
}
#newSanitary  {
  z-index: 1053;
}
/*for backdrop modal on modal */

.modal-on-modal-tui~.modal-backdrop+.modal-backdrop {
  z-index: 1051;
}
#newSanitary ~ .modal-backdrop + .modal-backdrop {
  z-index: 1052!important;
}
.control-check {
  padding-top: 15px;
}

.btn-setting>i:first-child {
  background-color: rgba(0, 0, 0, 0.0) !important;
  margin-right: 0px !important;
}

ul.round-list {
  padding-left: 25px;
  position: relative;
}

ul.round-list li {
  font-weight: 300;
  line-height: 1.5;
  padding: 7px 0;
  list-style-type: none !important;
}

ul.round-list li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  position: absolute;
  left: 0px;
  color: #2395ce;
}

#developer_table tbody>tr>td:nth-of-type(1) {
  max-width: 100px;
  text-align: center;
}

#developer_table tbody>tr>td:nth-of-type(2) {
  max-width: 100px;
  text-align: center;
}

#developer_table tbody>tr>td:nth-last-of-type(n+1):nth-last-of-type(-n+3) {
  max-width: 200px;
  text-align: center;
}

#dev_detail_table tbody>tr>td:nth-of-type(n+1):nth-of-type(-n+2) {
  max-width: 100px;
  text-align: center;
}

#dev_detail_table tbody>tr>td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
  max-width: 200px;
  text-align: left;
}

#dev_detail_table tbody>tr>td:nth-last-of-type(3) {
  max-width: 250px;
  text-align: left;
}

#project_table tbody>tr>td:nth-of-type(1) {
  max-width: 100px;
  text-align: center;
}

#project_table tbody>tr>td:nth-of-type(2) {
  max-width: 100px;
  text-align: center;
}

#project_table tbody>tr>td:nth-last-of-type(1) {
  min-width: 400px;
  text-align: left;
}

#project_table tbody>tr>td:nth-last-of-type(2) {
  min-width: 100px;
  text-align: center;
}

#house_plan_table tbody>tr>td:nth-of-type(1) {
  max-width: 100px;
  text-align: center;
}

#house_plan_table tbody>tr>td:nth-of-type(2) {
  max-width: 100px;
  text-align: center;
}

#house_plan_table tbody>tr>td:nth-of-type(3) {
  max-width: 250px;
  text-align: center;
}

#house_plan_table tbody>tr>th:nth-of-type(3) {
  max-width: 250px;
  text-align: center;
}

#house_plan_table tbody>tr>td:nth-last-of-type(1) {
  min-width: 700px;
  text-align: left;
}

#house_plan_table tbody>tr>th:nth-last-of-type(1) {
  min-width: 700px;
  text-align: left;
}

#house_plan_table tbody>tr>td:nth-last-of-type(1) span.label {
  margin: 2px 5px;
}

#select_plan_table tbody>tr>td:nth-of-type(1) {
  max-width: 100px;
  text-align: center;
}

#select_plan_table tbody>tr>th:nth-last-of-type(1) {
  min-width: 500px;
  text-align: left;
}

#select_plan_table tbody>tr>td:nth-last-of-type(1) {
  min-width: 500px;
  text-align: left;
}

#mt_plan_table tbody>tr>td {
  vertical-align: middle;
}

#mt_plan_table tbody>tr>td:nth-of-type(1) {
  max-width: 70px;
  text-align: center;
}

#mt_plan_table tbody>tr>td:nth-of-type(2) {
  max-width: 300px;
  text-align: left;
}

#mt_plan_table tbody>tr>td:nth-of-type(n+3):nth-of-type(-n+4) {
  max-width: 150px;
  text-align: center;
}

#mt_plan_table tbody>tr>td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
  max-width: 70px;
  text-align: center;
}

/*===== add defect table ======== */

@media only screen and (max-width: 767px) {
  .defecttable_mobile {
    border: none;
    display: block;
  }
  .defecttable_mobile table {
    display: block;
  }
  .defecttable_mobile table thead {
    display: none;
  }
  .defecttable_mobile table * {
    border: none;
    white-space: normal;
  }
  .defecttable_mobile table * .btn-outline {
    border: 2px solid #ddd;
  }
  .defecttable_mobile table tbody {
    display: block;
  }
  .defecttable_mobile table tbody tr {
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: block;
  }
  .defecttable_mobile table tbody tr td {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    white-space: normal !important;
  }
  .defecttable_mobile .major-control {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .defecttable_mobile .card-comment {
    margin: 0px;
    display: block;
  }
  .defecttable_mobile .card-comment .card-img {
    padding: 0px;
    width: 100% !important;
  }
  .defecttable_mobile .card-comment .card-body {
    height: auto;
    width: 100% !important;
  }
  .defecttable_mobile .card-comment .card-body p {
    margin: 0px;
  }
  .defecttable_mobile table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
    background-color: rgb(165 208 225);
  }
  .defecttable_mobile table tbody tr:nth-of-type(even) td:nth-of-type(1) {
    background-color: rgb(235 211 227);
  }
  .defecttable_mobile table tbody tr td:nth-of-type(1) {
    text-align: center !important;
  }
  .defecttable_mobile table tbody tr td:nth-of-type(2) {}
  .defecttable_mobile table tbody tr td:nth-of-type(3) {}
  .defecttable_mobile table tbody tr td:nth-of-type(4) img {
    width: 100%;
  }
  .defecttable_mobile table tbody tr td:nth-of-type(5)::before {
    content: "ข้อบกพร่อง : ";
    font-weight: bold;
  }
  .defecttable_mobile table tbody tr td:nth-of-type(6)::before {
    content: "ตำแหน่ง : ";
    font-weight: bold;
  }
  .defecttable_mobile table tbody tr td:nth-of-type(7)::before {
    content: "ผู้รับเหมา : ";
    font-weight: bold;
  }
  .defecttable_mobile table tbody tr td:nth-of-type(8)::before {
    content: "Developer : ";
    font-weight: bold;
  }
  .defecttable_mobile table tbody tr td:nth-of-type(9)::before {
    content: "หมายเหตุ : ";
    font-weight: bold;
  }
  /*========= table_add_new_defect =========== */
  .defecttable_mobile .table_add_new_defect tbody tr td:nth-of-type(1) .letter-m {
    float: left;
  }
  .defecttable_mobile .table_add_new_defect tbody tr td:nth-of-type(2) {
    display: inline-block;
    border: none !important;
    float: right;
    width: fit-content !important;
    max-width: fit-content !important;
    min-width: fit-content !important;
    white-space: normal !important;
    margin-top: -48px;
  }
  .defecttable_mobile .table_add_new_defect tbody tr td:nth-of-type(3) img {
    width: 100%;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(4)::before {
    content: "ข้อบกพร่อง : ";
    font-weight: bold;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(5)::before {
    content: "ตำแหน่ง : ";
    font-weight: bold;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(6)::before {
    content: "ผู้รับเหมา : ";
    font-weight: bold;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(7)::before {
    content: "Developer : ";
    font-weight: bold;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(8)::before {
    content: "หมายเหตุ : ";
    font-weight: bold;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(9)::before {
    content: "สลับตำแหน่ง : ";
    font-weight: bold;
  }
  .defecttable_mobile table.table_add_new_defect tbody tr td:nth-of-type(10)::before {
    content: "ลบ : ";
    font-weight: bold;
  }
  .pd-bottom {
    display: block;
  }
}

#add_div.table-footer-new {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.70);
  /*for above g_checklist_fixhead,details-control */
  z-index: 12;
}

#add_div.table-footer-new .choosefile-labelarea {
  width: fit-content;
  display: inline-block;
}

.fix_btn_bottom_area {
  padding: 5px 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.70);
  /*for above g_checklist_fixhead,details-control */
  z-index: 12;
}

.checked_status_area {
  width: 100%;
  display: inline-block;
  border: 1px solid #f9bce3;
  background-color: rgb(0 0 0 / 15%);
  margin: 5px 0px;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  float: left;
  overflow: hidden;
}

.checked_status_area>.checked_status_name {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  width: 50%;
  float: left;
  background-color: #f9bce3;
}

.checked_status_area>.checked_status_status {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #eee;
}

.checked_status_area>.checked_status_status>.taskbar {
  height: 34px;
  line-height: 34px;
  float: left;
  width: 100%;
  padding-left: 15px;
}

.checked_status_area>.checked_status_status>.taskbar>.task {
  width: 28px;
  height: 28px;
  margin-top: 3px;
  display: inline-block;
  float: left;
}

.checked_status_area>.checked_status_status>.taskbar>span {
  line-height: 34px;
  display: inline-block;
  padding: 0px;
  float: left;
}

.inspec_btn {
  cursor: pointer;
  margin-bottom: 15px;
}

.inspec_btn>img {
  width: 100%;
}

.inspec_btn:hover {
  opacity: 0.8;
}

.inspec_btn.disabled, .inspec_btn.disabled:disabled {
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: 0.3;
}

.inspec_btn.disabled:hover, .inspec_btn.disabled:disabled:hover {
  cursor: not-allowed;
  opacity: 0.3;
}

.inspec_btn .inspec_status {
  width: 100%;
  padding: 0px 5px;
  overflow: hidden;
}

.inspec_btn .inspec_status>div {
  width: 100%;
  background-color: #9F9F9F;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.inspec_btn .inspec_status>div>span {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 3px 0px;
  border-radius: none;
}

.panel_today_list span.txtHilightInCard {
  color: #000;
}

/*=================== Slide Tab =====================*/

.g_checklist_area {
  position: relative;
  width: 100%;
}

.g_checklist_area>.g_checklist_fixhead {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  padding: 10px 10px;
  text-align: center;
  /* background-color: #f1d7e8; */
  background-color: rgb(241 215 232 / 0.7);
  /* background-image: linear-gradient(120deg, #fdcbf1 0%, #fdcbf1 1%, #8ee1fa 100%); */
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 11;
}

.g_checklist_fixhead>button {
  margin: 5px 5px;
}

.g_panel_repeat {
  padding: 0px;
  margin-top: 10px;
}

/* .icheckbox_flat-grey, .iradio_flat-grey {
  visibility: hidden;
  display: none;
} */

.btn-group, .btn-group-vertical {
  position: relative;
  vertical-align: middle;
}

.btn-group.btn-group-toggle>label.btn {
  border: 1px solid #ececec;
  white-space: normal;
}

.btn-group.btn-group-toggle {
  width: 100%;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-group.btn-group-toggle>.btn.btn-secondary {
  padding: 10px;
}

.btn-group.btn-group-toggle.btn-xs>.btn.btn-secondary {
  padding: 2px 5px;
}

.btn-group.btn-group-toggle>.btn.btn-secondary.active {
  background-color: #3369AF;
  color: #ffffff;
  border-color: #1c3f6b;
}

.btn-group.btn-group-toggle>.btn.btn-secondary.active:hover {
  background-color: #1e569e;
  color: #ffffff;
}

.panel.panel-secondary {
  border-color: darkgray;
}

.panel-secondary>.panel-heading {
  color: #FFF;
  background-color: darkgrey;
  border-color: darkgrey;
}

.panel-secondary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: darkgrey;
}

/*======gus modal====*/

.g_modal_body_noscroll {
  overflow: hidden;
}

.g_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1039;
  overflow: hidden;
  display: none;
}

.g_modal .g_modal_area {}

.g_modal .g_modal_head {}

.g_modal .g_modal_headlinetext {}

.g_modal .g_modal_close {}

.g_modal .g_modal_centent {}

.g_modal .g_model_footer {}

#choose_member tr>td:nth-of-type(1) {
  text-align: center;
}

table.table-middle thead>tr>th, table.table-middle tbody>tr>td {
  vertical-align: middle;
  text-align: left;
}

ul.listintable, ol.listintable {
  margin-bottom: 0px;
  padding-left: 25px;
  ;
}

ul.listintable>li>a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

table.table thead>tr.search_in_thead>th {
  padding: 7px;
}

table.table thead>tr.search_in_thead>th>input[type=text] {
  margin-bottom: 0px;
  height: 30px;
  font-weight: normal;
}

table.table thead>tr.search_in_thead>th>input[type=text].form-control {
  width: 100%;
}

.modal>.modal-dialog>.modal-content .table>tbody>tr>td {
  padding: 4px 6px;
}

.modal>.modal-dialog>.modal-content {
  box-shadow: none;
}

.form-horizontal>.form-group input[type=text] {
  margin-bottom: 0px;
}

.group_radio_fit_h1>label.btn {
  border: 1px solid #ececec;
  white-space: normal;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.group_radio_fit_h2>label.btn {
  border: 1px solid #ececec;
  white-space: normal;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.group_radio_fit_h2>label.btn>span.label {
  display: block;
  margin: auto;
  font-size: 14px;
}

.g_logo_image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
}

.g_logo_image>img {
  width: 100%;
  height: 50px;
	
}

.g_reserv_card_homedetail>.g_reserv_card_left {
  text-align: right;
}

.g_reserv_card_homedetail>.g_reserv_card_left>.g_reserv_card_leftbox {
  width: fit-content;
  display: inline-block;
  text-align: center;
}

.g_reserv_card_homedetail>.g_reserv_card_left>.g_reserv_card_leftbox>.g_reserv_card_developer {
  font-size: 18px;
  color: #70b8d2;
  font-weight: bold;
}

.g_reserv_card_homedetail>.g_reserv_card_left>.g_reserv_card_leftbox>.g_reserv_card_developer::before, .g_reserv_card_homedetail>.g_reserv_card_left>.g_reserv_card_leftbox>.g_reserv_card_developer::after {
  content: '\f192';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  font-size: 13px;
  vertical-align: bottom;
  padding: 0px 5px;
}

.g_reserv_card_homedetail>.g_reserv_card_left>.g_reserv_card_leftbox>.g_reserv_card_housetype {
  background-color: #f9bce3;
  padding: 3px 8px;
  border-radius: 5px;
  margin-top: 5px;
}

.g_reserv_card_homedetail>.g_reserv_card_right {
  border-left: 2px solid #f9bce3;
  color: #d0994c;
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_village {
  color: #70b8d2;
  font-size: 18px;
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_village::before {
  content: "โครงการ ";
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_housestyle::before {
  content: "แบบบ้าน ";
  font-weight: bold;
  color: #6f6f6f;
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_space::before {
  content: "พื้นที่ใช้สอย ";
  font-weight: bold;
  color: #6f6f6f;
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_space::after {
  content: " ตรม.";
  font-weight: bold;
  color: #6f6f6f;
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_plot::before {
  content: "แปลงที่ ";
  font-weight: bold;
  color: #6f6f6f;
}

.g_reserv_card_homedetail>.g_reserv_card_right>.g_reserv_card_homenumber::before {
  content: "บ้านเลขที่ ";
  font-weight: bold;
  color: #6f6f6f;
}

@media (max-width: 768px) {
  .g_reserv_card_homedetail>.g_reserv_card_left {
    text-align: center;
  }
  .g_reserv_card_homedetail>.g_reserv_card_right {
    border-left: none;
    text-align: center;
    margin-top: 15px;
    border-top: 2px solid #f9bce3;
    padding-top: 10px;
  }
  .m-t5-xs {
    margin-top: 5px;
  }
}

.m-t5 {
  margin-top: 5px;
}

.g_tab_defect>.nav-tabs>li {
  margin-bottom: 0px;
}

.g_btn_group {
  display: inline-flex;
}

.btn-outline {
  font-size: 16px;
  padding: 5px 10px;
  margin: 0px 3px;
  border: 2px solid #ddd;
  border-radius: 6px;
}

.g_btn_group .text-warning {
  color: #FF9800;
}

.g_btn_group .text-success {
  color: #15a717;
}

.footer-btn-mobile {
  display: none;
}

.btn-group-block.dropup {
  /* display: flex; */
}

.btn-group-block.dropup>ul.dropdown-menu {
  width: 100%;
  text-align: center;
}

.btn-group-block.dropup>ul.dropdown-menu .divider {
  margin: 0px;
}

.btn-group-block.dropup>ul.dropdown-menu>li>a {
  padding: 10px 0;
}

.g_li_mb {
  padding: 9px 0;
}

.g_li_mb:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  cursor: pointer;
}

.g_li_mb:hover a {
  color: #262626;
}

.btn-group-block.dropup>.dropdown-toggle {
  padding: 9px;
}

.g_preview_area {
  text-align: center;
  height: 60px;
}

.g_preview_area>img {
  height: 100%;
  width: auto;
  max-width: 100%;
  text-align: center;
}

.g-chart-area {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0 0.4375rem 0.875rem 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}

.g-chart-text {
  text-align: right;
}

.g-chart-text>h2:nth-child(1) {
  color: #848484;
}

.g-chart-text>h2:nth-child(2) {
  color: #f17373;
  font-size: 40px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.g-chart-text>small {
  color: #848484;
}

.g-chart-text>div {
  margin-top: 10px;
}

.g-chart-text>div>button {
  color: #777777;
  background-color: #FFF;
}

.g-chart-text>div>button:nth-child(1) {
  margin: 0 15px;
}

/* ============ table master ============ */

#mt_dev_table tbody>tr>td {
  vertical-align: middle;
}

#mt_dev_table tbody>tr>td:nth-child(n+1):nth-child(-n+2) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#mt_dev_table tbody>tr>td:nth-child(4) {
  width: 150px;
  max-width: 150px;
  text-align: center;
}

#mt_dev_table tbody>tr>td:nth-last-child(n+3):nth-last-child(-n+4) {
  width: 100px;
  max-width: 100px;
  text-align: center;
}

#mt_dev_table tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+2) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}
/*
#mt_project_table  .dataTables_scrollBody {
	min-height: 300px;
}
*/
#mt_project_table tbody>tr>td {
  vertical-align: middle;
}

#mt_project_table tbody>tr>td:nth-child(1) {
  width: 70px;
  max-width: 70px;
  text-align: center;
}

#mt_project_table tbody>tr>td:nth-child(2) {
  width: 300px;
  max-width: 300px;
  text-align: left;
}

#mt_project_table tbody>tr>td:nth-child(n+4):nth-child(-n+5) {
  width: 150px;
  max-width: 150px;
  text-align: center;
}

#mt_project_table tbody>tr>td:nth-child(6) {
  width: 200px;
  max-width: 200px;
  text-align: center;
}

#mt_project_table tbody>tr>td:nth-last-child(n+3):nth-last-child(-n+4) {
  width: 80px;
  max-width: 80px;
  text-align: center;
}

#mt_project_table tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+2) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#mt_housetype_table tbody>tr>td:nth-child(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
  vertical-align: middle;
}

#mt_housetype_table tbody>tr>td:nth-child(2) {
  vertical-align: middle;
}

#mt_housetype_table tbody>tr>td:nth-child(n+3):nth-child(-n+4) {
  width: 80px;
  max-width: 80px;
  text-align: center;
  vertical-align: middle;
}

#mt_housetype_table tbody>tr>td:nth-child(n+5):nth-child(-n+8) {
  width: 150px;
  max-width: 150px;
}

#mt_housetype_table tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+2) {
  width: 50px;
  max-width: 50px;
  text-align: center;
  vertical-align: middle;
}

#add_detail_plan tbody>tr>td {
  vertical-align: middle;
}

#add_detail_plan tbody>tr>td:nth-child(1) {
  width: 70px;
  max-width: 70px;
  text-align: center;
}

#add_detail_plan tbody>tr>td:nth-child(n+2):nth-child(-n+3) {
  width: 200px;
  max-width: 200px;
  text-align: center;
}

#add_detail_plan tbody>tr>td:nth-child(4) {
  width: 100px;
  text-align: center;
}

#add_detail_plan tbody>tr>td:nth-last-child(4) {
  width: 200px;
  max-width: 200px;
  text-align: center;
}

#add_detail_plan tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+3) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#housetype_edit_table tbody>tr>td {
  vertical-align: middle;
}

#housetype_edit_table tbody>tr>td:nth-child(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#housetype_edit_table tbody>tr>td:nth-child(4), #housetype_edit_table tbody>tr>td:nth-child(6), #housetype_edit_table tbody>tr>td:nth-child(8), #housetype_edit_table tbody>tr>td:nth-child(10), #housetype_edit_table tbody>tr>td:nth-child(12) {
  width: 150px;
  max-width: 150px;
  text-align: center;
}

#housetype_edit_table tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+3) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#housetype_list_table tbody>tr>td:nth-child(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#housetype_list_table tbody>tr>td:nth-child(2) {
  width: 150px;
  max-width: 150px;
  text-align: center;
}

#housetype_list_table tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+2) {
  width: 250px;
  max-width: 250px;
  text-align: left;
}

#img_sample_table tbody>tr>td {
  vertical-align: middle;
}

#img_sample_table tbody>tr>td:nth-child(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

#img_sample_table tbody>tr>td:nth-child(2) {
  text-align: center;
}

img.image_setbg_fitheight {
  background-size: contain;
  background-position: center;
  height: 130px;
  width: auto;
}

img.image_setbg_fitwidth {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.pointer {
  cursor: pointer;
}

#img_sample_table tbody>tr>td:nth-last-child(n+1):nth-last-child(-n+3) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}

table.search_master_select tr>th:nth-of-type(1), table.search_master_select tr>td:nth-of-type(1) {
  width: 50px;
  max-width: 50px;
  text-align: center;
}


#img_plan tbody>tr>td:nth-of-type(1) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}

#img_plan tbody>tr>td:nth-of-type(2) {
  width: 200px !important;
  text-align: center;
}

#img_plantbody>tr>td:nth-last-child(1) {
  vertical-align: middle;
  max-width: 100px !important;
  text-align: center;
}

#img_plan tbody>tr>td:nth-last-child(n+2):nth-last-child(-n+3) {
  vertical-align: middle;
  max-width: 70px !important;
  text-align: center;
}


#contractor_master_table tbody>tr>td {
  vertical-align: middle;
}

#contractor_master_table tbody>tr>td:nth-of-type(n+1):nth-of-type(-n+2) {
  max-width: 70px;
  text-align: center;
}

#contractor_master_table tbody>tr>td:nth-of-type(n+3):nth-of-type(-n+4) {
  max-width: 250px;
  text-align: left;
}

#contractor_master_table tbody>tr>td:nth-of-type(5) {
  max-width: 150px;
  text-align: center;
}

#contractor_master_table tbody>tr>td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
  max-width: 70px;
  text-align: center;
}

#defect_master_table tbody>tr>td {
  vertical-align: middle;
}

#defect_master_table tbody>tr>td:nth-of-type(n+1):nth-of-type(-n+2) {
  width: 70px;
  max-width: 70px;
  text-align: center;
}

#defect_master_table tbody>tr>td:nth-of-type(3) {
  max-width: 200px;
  text-align: center;
}

#room_master_table tbody>tr>td, #position_master_table tbody>tr>td {
  vertical-align: middle;
}

#room_master_table tbody>tr>td:nth-of-type(1), #position_master_table tbody>tr>td:nth-of-type(1) {
  width: 70px;
  max-width: 70px!important;
  text-align: center;
}

#room_master_table tbody>tr>td:nth-of-type(2), 
#position_master_table tbody>tr>td:nth-of-type(2) {
  width: 70px;
  max-width: 70px!important;
  text-align: center;
}
/* 
#room_master_table tbody>tr>td:nth-last-of-type(1), #position_master_table tbody>tr>td:nth-last-of-type(1) {
  max-width: 300px;
  text-align: left;
} */

#master_other_table tbody>tr>td {
  vertical-align: middle;
}

#master_other_table tbody>tr>td:nth-of-type(n+1):nth-of-type(-n+2) {
  max-width: 70px;
  text-align: center;
}

#master_other_table tbody>tr>td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
  max-width: 70px;
  text-align: center;
}

#history_member_table tbody>tr>td {
  vertical-align: middle;
}
#history_member_table tbody>tr>td {
  max-width: 70px;
  text-align: center;
}
#history_member_table tbody>tr>td:nth-of-type(n+2):nth-of-type(-n+3) {
  max-width: 150px;
  text-align: center;
}

#history_member_table tbody>tr>td:nth-of-type(4) {
  max-width: 200px;
  text-align: center;
}

#history_member_table tbody>tr>td:nth-of-type(5) {
  text-align: left;
}

#history_member_table tbody>tr>td:nth-last-of-type(1) {
  max-width: 200px;
  text-align: center;
}

#history_member_table tbody>tr>td:nth-last-of-type(n+2):nth-last-of-type(-n+3) {
  max-width: 150px;
  text-align: center;
}

.g_preview_imgupload {
  height: 150px !important;
  margin-top: 15px !important;
  background-color: #f0f8ff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}

#old_user_request_table tbody>tr>td {
  vertical-align: middle;
}
#old_user_request_table tbody>tr>td:nth-of-type(1) {
  max-width: 70px;
  text-align: center;
}
#old_user_request_table tbody>tr>td:nth-of-type(2) {
  max-width: 200px;
  text-align: center;
}
#old_user_request_table tbody>tr>td:nth-of-type(n+3):nth-of-type(-n+5) {
  max-width: 100px;
  text-align: center;
}
#old_user_request_table tbody>tr>td:nth-last-of-type(n+1):nth-last-of-type(-n+2) {
  max-width: 200px;
  text-align: center;
}
/* -------------------------------- 
Basic Style
-------------------------------- */

.cd-breadcrumb, .cd-multi-steps {
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #f0f8ff;
  border: 3px solid #e4f1fd;
  border-radius: .25em;
}

.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}

.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li>*, .cd-multi-steps li>* {
  /* single step */
  display: inline-block;
  font-size: 17px;
  color: #737373;
}

.cd-breadcrumb li.current>*, .cd-multi-steps li.current>* {
  /* selected step */
  color: #52b4e0;
}

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #52b4e0;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before, .cd-multi-steps.custom-icons li>*::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-separator.svg) no-repeat 0 0;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
  background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
  background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before, .cd-multi-steps.custom-icons li.current:first-of-type>*::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
  background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
  background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li>*, .cd-multi-steps li>* {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */

@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li>* {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current>* {
    /* selected step */
    color: #80a3d8;
    background-color: #f0f8ff;
    border-color: #e4f1fd;
  }
  .cd-breadcrumb.triangle li:first-of-type>* {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type>* {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li>*::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li>*::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type>*::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li>*::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li>*::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

/*============ design add edit new page ไม่ใช้กับ modal*/

.g_add_edit_new_page {
  margin-bottom: 50px;
}

.g_add_edit_new_page.content-bg>.content-head {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #bfbfbf;
  border-image: linear-gradient(45deg, rgb(232 187 216), rgb(79 197 241)) 1;
  border-color: #e7bcd8;
  margin-bottom: 15px;
}

.g_add_edit_new_page.content-bg>.content-head .page-heading {
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .g_add_edit_new_page.content-bg>.content-head>.page-heading {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 5px;
  }
  .g_add_edit_new_page.content-bg>.content-head>.page-heading>.menubackbtn {
    margin-top: -2px;
  }
  /* footer defect */
  .footer-btn-desktop {
    display: none;
  }
  .footer-btn-mobile {
    display: block;
  }
}

table.table_final_summary {
  background-color: #E8D1D9;
  border-radius: 15px 15px 0px 0px;
  border-color: transparent;
  margin-bottom: 0px;
  overflow: hidden;
  margin: auto;
  max-width: 100%;
  background-image: url("../img/systemimg/confirmfinalleftbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 1px #0000008c;
}

table.table_final_summary>tbody>tr>td {
  padding: 6px 11px !important;
  border: none;
}

table.table_final_summary>tbody>tr:nth-of-type(1) {
  background-color: rgb(0 0 0 / 54%);
  font-size: 21px;
  text-align: center;
  color: #fff;
}

table.table_final_summary>tbody>tr:nth-of-type(2) {
  background-color: rgb(0 0 0 / 45%);
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}

table.table_final_summary>tbody>tr:nth-of-type(n+3):nth-of-type(-n+6) {
  font-size: 17px;
  color: #fff;
  background-color: rgb(0 0 0 / 20%);
}

table.table_final_summary>tbody>tr:nth-of-type(n+3):nth-of-type(-n+6)>td:nth-of-type(1) {
  width: 110px;
}

table.table_final_summary>tbody>tr:nth-of-type(7) {
  background-color: rgb(0 0 0 / 44%);
  font-size: 17px;
  color: #fff;
}

table.table_final_summary_signature {
  background-color: #E8D1D9;
  border-radius: 0px 0px 15px 15px;
  border-color: transparent;
  margin-bottom: 0px;
  overflow: hidden;
  margin: auto;
  max-width: 100%;
  text-shadow: 1px 1px 1px #0000008c;
}

table.table_final_summary_signature>tbody>tr>td {
  border: 1px solid rgb(0 0 0 / 10%);
}

table.table_final_summary_signature>tbody>tr:nth-of-type(1) {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgb(0 0 0 / 22%);
}

table.table_final_summary_signature>tbody>tr:nth-of-type(2)>td {
  text-align: center;
  padding: 5px !important;
}

table.table_final_summary_signature>tbody>tr:nth-of-type(2)>td>img {
  max-width: 100%;
  border-radius: 20px;
}

.input-group>span.form-control {
  background-color: #eee;
}

.input-group>span.form-control+.input-group-btn>button.btn {
  padding: 6px 9px;
}

table .btn-group ul.dropdown-menu {
  margin-top: -1px;
  border: 1px solid #d0d0d0;
  border-radius: 0px 5px 5px 5px;
  overflow: hidden;
}

table .btn-group ul.dropdown-menu>li {
  border-bottom: 1px solid #a5a5a5;
}

table .btn-group ul.dropdown-menu>li:nth-last-of-type(1) {
  border-bottom: 0px;
}

table .btn-group ul.dropdown-menu>li>a {
  padding: 8px 13px;
}

table tr>td.w50-ct {
  width: 50px;
  text-align: center;
}
.addon-bg {
	    background-color: #808080;
    border-color: #808080;
    color: #fff;
}
.btn-primary[disabled] {
	background-color: #bbbbbb;
}
.btn-primary[disabled]:hover {
	ackground-color: #d6d6d6;
}