/**********************************/
/* Project   :  Trinity Bath Html v.1 */
/* Creation  :  Jan, 2019 */
/* Preparing :  Ismail FIDAN */
/* Company   :  Tek Fikir */
/* Web Site  :  www.tekfikir.com */
/* E-Mail    :  info@tekfikir.com */
/**********************************/
/* General Colors */
@import "../plugin/css_animate/animate.css";
.btn-white {
  background-color: #ffffff;
  color: #fff;
}
.btn-white:hover {
  background-color: #e6e6e6;
  color: #ffffff;
}
.btn-black {
  background-color: #000000;
  color: #fff;
}
.btn-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-green {
  background-color: #147f26;
  color: #fff;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background-color: #0d5319;
  color: #ffffff;
}
.btn-blue {
  background-color: #27409c;
  color: #fff;
}
.btn-blue:hover {
  background-color: #1d2f73;
  color: #ffffff;
}
.btn-bluelight {
  background-color: #3151c5;
  color: #fff;
}
.btn-bluelight:hover {
  background-color: #1d2f73;
  color: #ffffff;
}
.btn-red {
  background-color: #e63e3e;
  color: #fff;
}
.btn-red:hover,
.btn-red:active,
.btn-red:visited {
  background-color: #d51c1c;
  color: #ffffff;
}
.btn-turq {
  background-color: #318496;
  color: #fff;
}
.btn-turq:hover {
  background-color: #246270;
  color: #ffffff;
}
.btn-orange {
  background-color: #f64e0d;
  color: #fff;
}
.btn-orange:hover {
  background-color: #c93d07;
  color: #ffffff;
}
.btn-purple {
  background-color: #7818c1;
  color: #fff;
}
.btn-purple:hover {
  background-color: #5c1294;
  color: #ffffff;
}
.btn-gray {
  background-color: #868686;
  color: #fff;
}
.btn-gray:hover {
  background-color: #6d6d6d;
  color: #ffffff;
}
.btn-graylight {
  background-color: #ccc;
  color: #fff;
}
.btn-graylight:hover {
  background-color: #b3b3b3;
  color: #ffffff;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #000000;
}
.color-green {
  color: #147f26;
}
.color-blue {
  color: #27409c;
}
.color-bluelight {
  color: #405fcf;
}
.color-red {
  color: #e63e3e;
}
.color-turq {
  color: #318496;
}
.color-orange {
  color: #f64e0d;
}
.color-purple {
  color: #7818c1;
}
.color-gray {
  color: #868686;
}
.color-graylight {
  color: #ccc;
}
.color-yellow {
  color: #caee23;
}
.border-white {
  border-color: #ffffff;
}
.border-black {
  border-color: #000000;
}
.border-green {
  border-color: #147f26;
}
.border-blue {
  border-color: #27409c;
}
.border-bluelight {
  border-color: #405fcf;
}
.border-red {
  border-color: #e63e3e;
}
.border-turq {
  border-color: #318496;
}
.border-orange {
  border-color: #f64e0d;
}
.border-purple {
  border-color: #7818c1;
}
.border-gray {
  border-color: #868686;
}
.border-graylight {
  border-color: #ccc;
}
.border-yellow {
  border-color: #caee23;
}
.bgc-white {
  background-color: #ffffff;
}
.bgc-black {
  background-color: #000000;
}
.bgc-green {
  background-color: #147f26;
}
.bgc-blue {
  background-color: #27409c;
}
.bgc-blue-ultra {
  background-color: #bbc6ee;
}
.bgc-bluelight {
  background-color: #405fcf;
}
.bgc-red {
  background-color: #e63e3e;
}
.bgc-turq {
  background-color: #318496;
}
.bgc-orange {
  background-color: #f64e0d;
}
.bgc-orange-ultra {
  background-color: #fdded2;
}
.bgc-purple {
  background-color: #7818c1;
}
.bgc-gray {
  background-color: #868686;
}
.bgc-gray-ultra {
  background-color: #ececec;
}
.bgc-graylight {
  background-color: #ccc;
}
.bgc-yellow {
  background-color: #caee23;
}
body {
  background: #f9f9f9;
  font: normal 14px/1 'gilroy_medium', sans-serif;
  -webkit-font-smoothing: antialiased;
  /* 3 */
  -moz-osx-font-smoothing: inherit;
  position: relative;
  z-index: 1;
}
body:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  display: block;
  height: 100vh;
  width: 100%;
  background: url("../images/bg-pattern.png") repeat;
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}
.main {
  margin: 20px 0;
}
.overlay {
  cursor: pointer !important;
  position: fixed;
  width: 100vw;
  height: 100vh !important;
  overflow: hidden !important;
  background: rgba(47, 47, 47, 0.7);
  z-index: 998;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.copy-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
.copy-btn:hover {
  text-decoration: underline;
}
.copy-btn .copied {
  display: block;
  position: absolute;
  z-index: 99999;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  bottom: 0;
  text-align: center;
  font: normal 11px/1 'gilroy_medium', sans-serif;
  background-color: #147f26;
  color: #fff;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.copy-btn-2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
.copy-btn-2:hover {
  text-decoration: underline;
}
.copy-btn-2 .copied {
  display: block;
  position: absolute;
  z-index: 99999;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  bottom: 0;
  text-align: center;
  font: normal 11px/1 'gilroy_medium', sans-serif;
  background-color: #147f26;
  color: #fff;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.copy-btn-2.bg-green {
  background-color: #5dc26e !important;
  color: #fff !important;
}
.white-block {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.tooltip {
  font: normal 11px/1 'gilroy_medium', sans-serif;
  max-width: none !important;
}
.tooltip .tooltip-inner {
  padding: 8px 10px;
  white-space: nowrap !important;
}
/* Slidebar Menu */
#new_sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  width: 100%;
  max-width: 320px;
  background-color: #f9f9f9;
  -webkit-transform: translate3d(200%, 0, 0) skewX(-30deg);
  transform: translate3d(200%, 0, 0) skewX(-30deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* Yeniler */
}
#new_sidebar.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#new_sidebar .inner {
  display: block;
  /*.navbar-links {
			padding-left: 0;
			padding-right: 0;
			display: block;
			vertical-align: top;
			
			> ul {
				font-size: 0;
				line-height: 1;
				
				li {
					display: block;
					position: relative;
					margin: 0 0 10px;
					
					a {
						text-decoration: none !important;
						color: @color-white;
						font: normal 14px/1 'gilroy_medium', sans-serif;
						padding: 10px 7px;
						border: 1px solid rgba(255, 255, 255, .2);
						display: block;
						position: relative;
						.radiusFull(5px);
						
						> &:before {
							content: "";
							width: 0;
							height: 0;
							border-left: 7px solid transparent;
							border-right: 7px solid transparent;
							border-top: 7px solid @color-black;
							position: absolute;
							left: 50%;
							top: 0;
							margin-left: -4px;
						}
						
						&:hover {
							//
						}
						
					}
					
					&.dropdown {
						display: block;
						
						> a {
						
						}
						
						&.open {
							
							a {
								background-color: @color-turq;
							}
						}
						
						.dropdown-menu {
							position: relative;
							top: 0;
							float: none;
							background-color: @color-turq;
							padding: 7px;
							border: 0;
							.radiusFull(5px);
							
							ul {
								li {
									margin: 0 0 7px;
									
									&:last-child {
										margin-bottom: 0;
									}
									
									a {
										padding: 10px;
										font: normal 13px/1 'gilroy_medium', sans-serif;
										background-color: @color-white;
										color: @color-black;
									}
									
								}
							}
						}
						
						
					}
					
					
				}
				
			}
			
			
		}*/
}
#new_sidebar .inner .navbar-links ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#new_sidebar .inner .navbar-links ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#new_sidebar .inner .navbar-links ul li a {
  font: 400 16px/1 'gilroy_medium', sans-serif;
  color: #343434;
  display: block;
  position: relative;
  padding: 15px 10px 17px;
  text-decoration: none !important;
}
#new_sidebar .inner .navbar-links ul li a:hover {
  color: #343434;
}
#new_sidebar .inner .navbar-links ul li a::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
}
#new_sidebar .inner .navbar-links ul li.dropdown a:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 14px;
}
#new_sidebar .inner .navbar-links ul li.dropdown.open {
  background-color: #f0f0f0;
}
#new_sidebar .inner .navbar-links ul li.dropdown.open > a {
  background-color: #333;
  color: #fff;
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu {
  background-color: transparent;
  float: none;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 15px;
  margin: 0;
  border: 0;
  top: 0;
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu ul {
  font: 400 14px/1 'gilroy_medium', sans-serif;
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu ul li a {
  background-color: transparent;
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu ul li a::before {
  font-weight: 900;
  margin: 0 14px 0 0;
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu ul li a::after {
  display: none;
}
#new_sidebar .inner .navbar-links ul li.dropdown .dropdown-menu ul li:last-child {
  border-bottom: 0;
}
#new_sidebar .closed-slidebar {
  font-size: 14px;
  color: #ccc;
  padding: 5px 0 0 0;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 27px;
  height: 27px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#new_sidebar .closed-slidebar:hover {
  background-color: #ccc;
  color: #fff;
}
#new_sidebar .closed-slidebar:hover:hover {
  background-color: #b3b3b3;
  color: #ffffff;
}
#new_sidebar .logo {
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding: 15px 20px 15px 15px;
  position: relative;
}
#new_sidebar .logo img {
  margin: auto;
}
.header {
  background-color: #ffffff;
  border-bottom: 4px solid #aedbe5;
  padding: 15px 0 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 11;
}
.header .logo {
  margin: 3px 0 0;
}
.header .header-navbar {
  position: relative;
  z-index: 1;
  vertical-align: top;
  text-align: right;
  margin: 10px 0 0;
}
.header .header-navbar .navbar-links {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
}
.header .header-navbar .navbar-links > ul {
  font-size: 0;
  line-height: 1;
}
.header .header-navbar .navbar-links > ul > li {
  display: inline-block;
  position: relative;
  animation: fadeInDown 0.5s both;
  -webkit-animation: fadeInDown 0.5s both;
}
.header .header-navbar .navbar-links > ul > li:nth-child(1) {
  animation-delay: 0.1s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(2) {
  animation-delay: 0.2s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(3) {
  animation-delay: 0.3s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(4) {
  animation-delay: 0.4s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(5) {
  animation-delay: 0.5s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(6) {
  animation-delay: 0.6s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(7) {
  animation-delay: 0.7s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(8) {
  animation-delay: 0.8s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(9) {
  animation-delay: 0.9s;
}
.header .header-navbar .navbar-links > ul > li:nth-child(10) {
  animation-delay: 1s;
}
.header .header-navbar .navbar-links > ul > li a {
  text-decoration: none !important;
  color: #000000;
  font: normal 14px/1 'gilroy_semibold', sans-serif;
  padding: 10px 15px;
  display: block;
  position: relative;
}
 > .header .header-navbar .navbar-links > ul > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000000;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -4px;
}
.header .header-navbar .navbar-links > ul > li .tooltip {
  font: normal 11px/1 'gilroy_medium', sans-serif;
  max-width: none !important;
}
.header .header-navbar .navbar-links > ul > li .tooltip .tooltip-inner {
  padding: 8px 10px;
  white-space: nowrap !important;
}
.header .header-navbar .navbar-links > ul > li.dropdown {
  z-index: 9999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@-webkit-keyframes effects {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@keyframes effects {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
.header .header-navbar .navbar-links > ul > li.dropdown:hover .dropdown-inner {
  display: block;
  opacity: 1;
  -webkit-animation: 0.2s effects both;
  animation: 0.2s effects both;
}
.header .header-navbar .navbar-links > ul > li.dropdown:hover .dropdown-inner ul {
  display: block;
}
.header .header-navbar .navbar-links > ul > li.dropdown > a {
  padding-right: 25px;
}
.header .header-navbar .navbar-links > ul > li.dropdown > a:after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-style: normal;
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  top: 9px;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner {
  position: absolute;
  min-width: 200px;
  top: 100%;
  left: 15px;
  padding: 10px 0 0;
  display: none;
  text-align: left;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000000;
  position: absolute;
  left: 10px;
  top: 3px;
  animation: fadeInUp 0.3s 0.2s both;
  -webkit-animation: fadeInUp 0.3s 0.2s both;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul {
  background-color: #999;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li {
  display: block;
  position: relative;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(4) {
  animation-delay: 0.4s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(5) {
  animation-delay: 0.5s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(6) {
  animation-delay: 0.6s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(7) {
  animation-delay: 0.7s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(8) {
  animation-delay: 0.8s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(9) {
  animation-delay: 0.9s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:nth-child(10) {
  animation-delay: 1s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 11px;
  letter-spacing: 0;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li a:before {
  content: '\f22d';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 0;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li a:hover {
  color: #fff;
  background-color: #1d2f73;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li a:hover:before {
  color: #ffffff;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li a span {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font: normal 12px/1 'gilroy_medium', sans-serif;
  padding: 4px;
  margin-left: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li:last-child a {
  border-bottom: 0;
}
.header .header-navbar .navbar-links > ul > li.dropdown .dropdown-inner ul li.divider {
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
  display: block;
}
.header .header-navbar .navbar-links > ul > li.menu-home a {
  background-color: #27409c;
  color: #ffffff;
  font-size: 16px;
  width: 32px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header .header-navbar .navbar-links > ul > li.menu-home a:hover {
  background-color: #3151c5;
}
.header .header-navbar .navbar-links > ul > li.menu-order > a {
  color: #147f26;
}
.header .header-navbar .navbar-links > ul > li.menu-order > a:hover {
  color: #0d5319;
}
.header .header-navbar .navbar-links > ul > li.menu-order .dropdown-inner:before {
  border-bottom-color: #147f26;
}
.header .header-navbar .navbar-links > ul > li.menu-order .dropdown-inner ul {
  background-color: #147f26;
}
.header .header-navbar .navbar-links > ul > li.menu-order .dropdown-inner ul li a {
  color: #ffffff;
}
.header .header-navbar .navbar-links > ul > li.menu-order .dropdown-inner ul li a:hover {
  background-color: #0d5319;
}
.header .header-navbar .navbar-links > ul > li.menu-barkod > a {
  color: #318496;
}
.header .header-navbar .navbar-links > ul > li.menu-barkod > a:hover {
  color: #246270;
}
.header .header-navbar .navbar-links > ul > li.menu-barkod .dropdown-inner:before {
  border-bottom-color: #318496;
}
.header .header-navbar .navbar-links > ul > li.menu-barkod .dropdown-inner ul li a {
  background-color: #318496;
  color: #ffffff;
}
.header .header-navbar .navbar-links > ul > li.menu-barkod .dropdown-inner ul li a:hover {
  background-color: #246270;
}
.header .header-navbar .navbar-links > ul > li.menu-fatura > a {
  color: #e63e3e;
}
.header .header-navbar .navbar-links > ul > li.menu-fatura > a:hover {
  color: #d51c1c;
}
.header .header-navbar .navbar-links > ul > li.menu-fatura .dropdown-inner:before {
  border-bottom-color: #e63e3e;
}
.header .header-navbar .navbar-links > ul > li.menu-fatura .dropdown-inner ul li a {
  background-color: #e63e3e;
  color: #ffffff;
}
.header .header-navbar .navbar-links > ul > li.menu-fatura .dropdown-inner ul li a:hover {
  background-color: #d51c1c;
}
.header .header-navbar .navbar-links > ul > li.menu-sms > a {
  color: #f64e0d;
}
.header .header-navbar .navbar-links > ul > li.menu-sms > a:hover {
  color: #c93d07;
}
.header .header-navbar .navbar-links > ul > li.menu-sms .dropdown-inner:before {
  border-bottom-color: #f64e0d;
}
.header .header-navbar .navbar-links > ul > li.menu-sms .dropdown-inner ul li a {
  background-color: #f64e0d;
  color: #ffffff;
}
.header .header-navbar .navbar-links > ul > li.menu-sms .dropdown-inner ul li a:hover {
  background-color: #c93d07;
}
.header .header-navbar .navbar-links > ul > li.menu-message {
  margin: 0 10px 0 0;
}
.header .header-navbar .navbar-links > ul > li.menu-message a {
  background-color: #147f26;
  color: #ffffff;
  font-size: 16px;
  width: 32px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header .header-navbar .navbar-links > ul > li.menu-message a:hover {
  background-color: #0d5319;
}
.header .header-navbar .navbar-links > ul > li.menu-parameter {
  margin: 0 10px 0 10px;
}
.header .header-navbar .navbar-links > ul > li.menu-parameter a {
  color: #ffffff;
  font-size: 16px;
  width: 32px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header .header-navbar .navbar-links > ul > li.menu-calculate {
  margin: 0 10px 0 0;
}
.header .header-navbar .navbar-links > ul > li.menu-calculate a {
  background-color: #f64e0d;
  color: #ffffff;
  font-size: 16px;
  width: 32px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header .header-navbar .navbar-links > ul > li.menu-calculate a:hover {
  background-color: #c93d07;
}
.header .header-navbar .navbar-links > ul > li.menu-setting {
  margin: 0 10px 0 0;
}
.header .header-navbar .navbar-links > ul > li.menu-setting a {
  background-color: #868686;
  color: #ffffff;
  font-size: 16px;
  width: 32px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header .header-navbar .navbar-links > ul > li.menu-setting a:hover {
  background-color: #6d6d6d;
}
.header .header-navbar .navbar-links > ul > li.menu-signout a {
  background-color: #e63e3e;
  color: #ffffff;
  font-size: 16px;
  width: 32px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.header .header-navbar .navbar-links > ul > li.menu-signout a:hover {
  background-color: #d51c1c;
}
.header .menu-button {
  text-align: -webkit-right;
  display: block;
  margin: 8px 0 0;
  width: 100%;
}
.header .menu-button button.menu {
  width: 40px;
  height: 40px;
  background-color: #868686;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header .menu-button button.menu:hover {
  background-color: #6d6d6d;
  color: #ffffff;
}
.footer .wrapper {
  border-top: 3px solid #aedbe5;
  padding: 20px 0 30px;
}
.footer .wrapper .copy-text {
  font: normal 12px/1 'gilroy_medium', sans-serif;
  color: #27409c;
}
.footer .wrapper .copy-logo {
  text-align: right;
  -webkit-align-items: flex-end;
  display: inline-block;
  width: 100%;
}
.footer .wrapper .copy-logo img {
  float: right;
}
.ajax-order-block {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ajax-order-block .title {
  font: normal 14px/1 'gilroy_semibold', sans-serif;
  color: #27409c;
}
.ajax-order-block .item-badge {
  display: block;
  margin: 0 0 5px;
  vertical-align: top;
  background-color: #cfe9f4;
  border: 1px solid #72b9d6;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ajax-order-block .item-badge span.icon {
  display: block;
  background-color: #72b9d6;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  margin: 0 0 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ajax-order-block .item-badge span[class*="ajax-"] {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #17485d;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.general-select-styled {
  display: inline-block;
  width: 100%;
}
.general-select-styled.siparis-sayfa-ozel-css button,
.general-select-styled.siparis-sayfa-ozel-css button.dropdown-toggle:focus,
.general-select-styled.siparis-sayfa-ozel-css button:active,
.general-select-styled.siparis-sayfa-ozel-css button:focus,
.general-select-styled.siparis-sayfa-ozel-css button:hover,
.general-select-styled.siparis-sayfa-ozel-css button.dropdown-toggle {
  min-height: 40px;
}
.general-select-styled.siparis-sayfa-ozel-css button.dropdown-toggle .filter-option-inner-inner .text-muted {
  color: #fff;
  display: table;
  margin: 2px 0 0;
  padding: 3px;
  font: normal 10px/1 'gilroy_regular', sans-serif;
  background-color: #147f26;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.general-select-styled button,
.general-select-styled button.dropdown-toggle:focus,
.general-select-styled button:active,
.general-select-styled button:focus,
.general-select-styled button:hover {
  outline: 0 !important;
  box-shadow: none;
  background-color: #fff;
  min-height: 36px;
  padding: 0 10px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.general-select-styled button.dropdown-toggle {
  min-height: 36px;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.general-select-styled button.dropdown-toggle .filter-option-inner-inner {
  padding: 2px 0;
}
.general-select-styled button.dropdown-toggle .filter-option-inner-inner .text-muted {
  color: #fff;
  margin: 2px 0 0;
  font: normal 10px/1 'gilroy_regular', sans-serif;
  background-color: #147f26;
}
.general-select-styled .bs-searchbox {
  padding-bottom: 10px;
}
.general-select-styled .bs-searchbox input {
  min-height: 36px;
  font: normal 14px/1 'gilroy_medium', sans-serif;
}
.general-select-styled .no-results {
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background-color: #ebebeb;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.general-select-styled .dropdown-menu {
  max-height: 300px;
}
.general-select-styled ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.general-select-styled ul li.dropdown-header {
  padding: 10px 0 10px 10px;
  font: normal 13px/1 'gilroy_semibold', sans-serif;
  background-color: #318496;
  color: #ffffff;
}
.general-select-styled ul li.divider {
  margin: 0;
  display: none;
}
.general-select-styled ul li a {
  padding: 9px 0 10px 10px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  border-bottom: 1px solid #d3d3d3;
}
.general-select-styled ul li a:hover {
  background-color: #e6e6e6;
}
.general-select-styled ul li a.selected {
  background-color: #d3d3d3;
  color: #343434;
}
.general-select-styled ul li a.selected .check-mark {
  font-size: 13px;
  top: 10px !important;
}
.general-select-styled ul li a.opt {
  padding-left: 10px !important;
}
.general-select-styled ul li.active > a,
.general-select-styled ul li.active > a:hover {
  color: #ffffff;
  background-color: #27409c;
}
.general-select-styled ul li.disabled > a,
.general-select-styled ul li.disabled > a:hover {
  color: #333;
  background-color: inherit;
}
.general-select-styled.check-style-two ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.general-select-styled.check-style-two ul li a.selected {
  background-color: #ececec;
  color: #343434;
}
.general-select-styled.check-style-two ul li a.selected:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  padding: 2px 0 0;
  color: #147f26;
  border-color: #ddd;
}
.general-select-styled.check-style-two ul li a.selected .check-mark {
  display: none !important;
}
.general-select-styled.check-style-two ul li a.opt {
  padding-left: 10px !important;
}
.general-btn-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.general-btn-dropdown > button {
  outline: 0 !important;
  text-align: left;
  box-shadow: none;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  min-height: 36px;
  padding: 0 25px 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.general-btn-dropdown > button:after {
  content: "\f0d7";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', sans-serif;
  display: inline-block;
  position: absolute;
  width: 30px;
  top: 50%;
  right: 0;
  margin-top: -6px;
  text-align: center;
}
.general-btn-dropdown .dropdown-menu {
  max-height: 300px;
  width: 100%;
  border: 1px solid #d3d3d3;
}
.general-btn-dropdown .dropdown-menu ul li {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  display: block;
}
.general-btn-dropdown .dropdown-menu ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.general-btn-dropdown .dropdown-menu ul li a {
  position: relative;
  display: block;
  padding: 9px 0 10px 15px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  border-bottom: 1px solid #d3d3d3;
  color: #343434;
}
.general-btn-dropdown .dropdown-menu ul li a:hover {
  background-color: #e6e6e6;
}
.general-btn-dropdown .dropdown-menu ul li a:before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', sans-serif;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
}
.styled-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}
.styled-switch input {
  display: none;
}
.styled-switch input:checked + .slider {
  background-color: #2196F3;
}
.styled-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.styled-switch input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.styled-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.styled-switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.styled-switch .slider.round {
  border-radius: 34px;
}
.styled-switch .slider.round:before {
  border-radius: 50%;
}
.styled-switch.small {
  width: 34px;
  height: 14px;
}
.styled-switch.small input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.styled-switch.small .slider:before {
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
}
.title-group {
  border-bottom: 2px solid #c2e4eb;
  padding: 0 0 15px;
  -webkit-box-shadow: 0 2px 0 #fff;
  -moz-box-shadow: 0 2px 0 #fff;
  box-shadow: 0 2px 0 #fff;
}
.title-group .title-text {
  font: normal 16px/1 'gilroy_semibold', sans-serif;
  padding-top: 9px;
  color: #27409c;
}
.title-group .title-text .fa,
.title-group .title-text .far,
.title-group .title-text .fas {
  color: #147f26;
}
.title-group .title-text span {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-group .title-text span.info {
  background-color: #f64e0d;
  color: #ffffff;
  font: normal 11px/1 'gilroy_regular', sans-serif;
  padding: 3px 10px;
}
.title-group .inner-text {
  margin: 10px 0 0;
}
.title-group .inner-text.style-1 {
  background-color: #fff;
  border-left: 3px solid #27409c;
  padding: 5px 10px 8px;
}
.title-group .inner-text p {
  font: normal 13px/15px 'gilroy_regular', sans-serif;
  margin-bottom: 10px;
  color: #343434;
}
.title-group .inner-text p:last-child {
  margin-bottom: 0;
}
.title-group .other-group {
  font-size: 0;
}
.title-group .other-group > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.title-group .other-group .button-group ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.title-group .other-group .button-group ul li:first-child {
  margin-left: 0;
}
.title-group .other-group .button-group ul li button,
.title-group .other-group .button-group ul li a {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  padding: 0 10px 2px;
  display: block;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.02em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-group .other-group .button-group ul li button .fa,
.title-group .other-group .button-group ul li a .fa,
.title-group .other-group .button-group ul li button .far,
.title-group .other-group .button-group ul li a .far,
.title-group .other-group .button-group ul li button .fas,
.title-group .other-group .button-group ul li a .fas {
  margin-right: 5px;
  position: relative;
  top: 0;
}
.title-group .other-group .select-styled .dropdown {
  background-color: transparent;
}
.title-group .other-group .select-styled button,
.title-group .other-group .select-styled button:active,
.title-group .other-group .select-styled button:focus,
.title-group .other-group .select-styled button:hover {
  outline: 0 !important;
  box-shadow: none;
  background-color: #fff;
}
.title-group .other-group .select-styled button.dropdown-toggle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  min-height: 36px;
  padding: 0 10px;
  min-width: 200px;
}
.title-group .other-group .select-styled button.dropdown-toggle .filter-option {
  position: relative;
  top: -1px;
}
.title-group .other-group .select-styled button.dropdown-toggle .filter-option .filter-option-inner-inner {
  padding: 3px 2px;
}
.title-group .other-group .select-styled .no-results {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 3px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background-color: #ebebeb;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-group .other-group .select-styled .dropdown-menu {
  max-height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-group .other-group .select-styled .dropdown-menu .bs-searchbox {
  padding: 0 8px 5px;
  border-bottom: 1px solid #ececec;
}
.title-group .other-group .select-styled .dropdown-menu .bs-searchbox input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-group .other-group .select-styled .dropdown-menu .bs-actionsbox {
  background-color: #ffffff;
  padding: 7px 8px 8px;
  border-bottom: 1px solid #ececec;
}
.title-group .other-group .select-styled ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.title-group .other-group .select-styled ul li.dropdown-header {
  padding: 10px 0 10px 10px;
  font: normal 13px/1 'gilroy_semibold', sans-serif;
  background-color: #318496;
  color: #ffffff;
}
.title-group .other-group .select-styled ul li.divider {
  margin: 0;
  display: none;
}
.title-group .other-group .select-styled ul li a {
  padding: 9px 0 10px 10px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  border-bottom: 1px solid #d3d3d3;
}
.title-group .other-group .select-styled ul li a.selected {
  background-color: #f2f2f2;
  color: #1a1a1a;
}
.title-group .other-group .select-styled ul li a.selected .check-mark {
  font-size: 13px;
  top: 8px;
  right: 10px;
}
.title-group .other-group .select-styled ul li.disabled > a,
.title-group .other-group .select-styled ul li.disabled > a:hover {
  color: #333;
  background-color: inherit;
}
.title-group .print-page {
  text-align: right;
  font: normal 14px/1 'Google Sans Medium', sans-serif;
}
.title-group .print-page a {
  display: inline-block;
  padding: 10px 10px 11px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-group .print-page a:before {
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
  position: relative;
  margin: 0 5px 0 0;
}
.title-group .print-page a .fa {
  margin-right: 5px;
}
.title-group.no-border {
  border-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none 0px 0px #000000;
  -moz-box-shadow: none 0px 0px #000000;
  box-shadow: none 0px 0px #000000;
}
.title-group.small {
  -webkit-box-shadow: 0 2px 0 transparent;
  -moz-box-shadow: 0 2px 0 transparent;
  box-shadow: 0 2px 0 transparent;
}
.title-group.small .title-text {
  font: normal 13px/1 'gilroy_semibold', sans-serif;
  color: #27409c;
}
.title-group.small .title-text span.info-text {
  top: 2px;
}
.filter-search-block input {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.new-order-page {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.new-order-page .inner-ext {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.new-order-page .inner-ext.bg-bluelight {
  background-color: #d7e9f2;
  border-color: #b0d3e6;
}
.new-order-page .inner-ext.bg-greenlight {
  background-color: #a2f0af;
  border-color: #1bab33;
}
.new-order-page .inner-ext.bg-greenlight input {
  border-color: #1bab33;
}
.new-order-page .inner-ext .inner-text {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.new-order-page .inner-ext .inner-text.no-border {
  border-bottom: 0;
}
.new-order-page .inner-ext .inner-text h6 {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  padding: 9px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.new-order-page .inner-ext .inner-text p {
  margin: 0 0 5px;
  font: normal 12px/1 'gilroy_regular', sans-serif;
  color: #323232;
}
.new-order-page .inner-ext .inner-text p:last-child {
  margin: 0;
}
.new-order-page .inner-title {
  background-color: #27409c;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 11px 10px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@-webkit-keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
@-moz-keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
@-o-keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
@keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
.new-order-page .inner-title i {
  display: inline-block;
  margin: -2px 5px 0 0;
  color: #9dc8e0;
}
.new-order-page .inner-title .text {
  font: normal 13px/1 'gilroy_medium', sans-serif;
}
.new-order-page .inner-title .switch {
  text-align: right;
}
.new-order-page .inner-title .switch label {
  margin-bottom: 0;
  padding: 0;
  vertical-align: top;
}
.new-order-page .inner-title.sm {
  background-color: #27409c;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 7px 10px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.new-order-page .inner-title.sm .text {
  font: normal 12px/1 'gilroy_medium', sans-serif;
}
.new-order-page.fatura-list-page {
  padding: 6px 10px 0px;
}
.new-order-page.fatura-list-page button.faturano-upload.btn,
.new-order-page.fatura-list-page .fatura-btn {
  font-size: 18px;
  padding: 5px 5px 4px;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.new-order-page.fatura-list-page .form-ext-label {
  font: normal 13px / 1 'gilroy_regular', sans-serif;
  color: #27409c;
}
.new-order-page.fatura-list-page .form-ext-label a {
  color: #27409c;
}
.new-order-page.fatura-list-page .form-ext-label a:hover {
  color: #1d2f73;
  text-decoration: underline;
}
.new-order-page.fatura-list-page .fake-input {
  font: normal 13px / 1 'gilroy_regular', sans-serif;
  min-height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
}
.new-order-page.fatura-list-page .fake-input a {
  color: #333;
}
.new-order-page.fatura-list-page .fake-input a:hover {
  text-decoration: underline;
}
.new-order-page.fatura-list-page .fatura-list-order-item {
  border-bottom: 1px solid #ccc;
  padding: 1px 0 6px;
  margin: 0 0 6px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
}
.new-order-page.fatura-list-page .fatura-list-order-item > div {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  padding: 1px 10px 0 0;
  margin-right: 10px;
}
.new-order-page.fatura-list-page .fatura-list-order-item > div:first-child {
  padding-left: 0;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-sira {
  font: normal 11px/1 'gilroy_medium', sans-serif;
  background-color: #f64e0d;
  padding: 3px 0 2px;
  width: 25px;
  text-align: center;
  color: #fff;
  border-right: 0;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-title a {
  color: #27409c;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-title a:hover {
  color: #131f4a;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-type {
  color: #147f26;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-orderdate {
  color: #318496;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-sipno {
  color: #f64e0d;
}
.new-order-page.fatura-list-page .fatura-list-order-item .floi-edit {
  color: #27409c;
}
.new-order-page .discount-block {
  background-color: #d2eef6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.new-order-page .discount-block .inner-title {
  position: relative;
  margin-bottom: 5px;
}
.new-order-page .discount-block .inner-title .sub-link {
  position: absolute;
  right: 7px;
  top: 12px;
  font: normal 11px/1 'gilroy_regular', sans-serif;
  color: #fff;
}
.new-order-page .discount-block .inner-title .sub-link a {
  color: #fff;
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}
.new-order-page .discount-block .inner-title .sub-link a:hover {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.new-order-page .discount-block p {
  font: normal 11px/12px 'gilroy_regular', sans-serif;
  margin: 0 0 5px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fadcdc;
  border: 1px solid #f29898;
}
.new-order-page .discount-block p:last-child {
  margin-bottom: 0;
}
.new-order-page .discount-block p a {
  color: #147f26;
  font-family: 'gilroy_medium';
}
.new-order-page .discount-block p a:hover {
  color: #0d5319;
}
.new-order-page .input-sm {
  height: 24px;
  min-height: 24px !important;
}
.new-order-page .inner-hr-title {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #434343;
}
.new-order-page .info-text {
  font: normal 12px/1 'gilroy_regular', sans-serif;
  color: #343434;
}
.new-order-page .table-fiyat-result {
  background-color: #ddd;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.new-order-page .table-fiyat-result table {
  margin: 0 0 10px;
}
.new-order-page .table-fiyat-result table:last-child {
  margin-bottom: 0;
}
.new-order-page .table-fiyat-result th {
  font: normal 12px/1 'gilroy_semibold', sans-serif;
}
.new-order-page .table-fiyat-result td {
  font: normal 12px/1 'gilroy_medium', sans-serif;
}
.new-order-page .table-fiyat-result thead th,
.new-order-page .table-fiyat-result thead td {
  color: #fff;
}
.new-order-page .table-fiyat-result tbody th,
.new-order-page .table-fiyat-result tbody td {
  background-color: #fff;
}
.List-wrapper .list-item {
  padding: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 0 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper .list-item:after {
  content: '\f055';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 21px 0 0;
  background-color: #318496;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.List-wrapper .list-item:hover {
  background-color: #eaf3f9;
  border-color: #318496;
  padding-right: 50px;
}
.List-wrapper .list-item:hover:after {
  right: 0;
  border-color: #9daadb;
}
.List-wrapper .list-item.order-complete {
  border-color: #1ec13a;
}
.List-wrapper .list-item.active {
  background-color: #27409c;
  border-color: #27409c;
  padding-right: 50px;
  margin-bottom: 5px;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.List-wrapper .list-item.active:after {
  content: '\f063';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #131f4a;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.List-wrapper .list-item.active .li-name .js-search-order span.order-name {
  color: #fff;
}
.List-wrapper .list-item.active .block {
  font-size: 0;
}
.List-wrapper .list-item.active .block > div {
  color: rgba(255, 255, 255, 0.7);
}
.List-wrapper .list-item .li-name {
  margin: 0 0 6px;
  display: block;
  font-size: 0;
}
.List-wrapper .list-item .li-name > div {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper .list-item .li-name .js-search-order span {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper .list-item .li-name .js-search-order span.order-name {
  font: normal 17px/1 'gilroy_medium', sans-serif;
  color: #343434;
  margin: 0 5px 0 0;
}
.List-wrapper .list-item .li-name .js-search-order span.order-name i.fa {
  color: #147f26;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
.List-wrapper .list-item .li-name .js-search-order span.customer-name {
  font: normal 11px/1 'gilroy_regular', sans-serif;
  background-color: #008162;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 4px 5px;
  position: relative;
  top: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper .list-item .li-name .js-search-order span.customer-name:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: bold;
  margin-right: 3px;
  font-size: 9px;
  position: relative;
  top: -1px;
}
.List-wrapper .list-item .li-name .other {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 0 0 10px;
}
.List-wrapper .list-item .li-name .other > div {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
}
.List-wrapper .list-item .li-name .other > div span {
  display: block;
  font: normal 11px/1 'gilroy_medium', sans-serif;
  padding: 4px 5px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper .list-item .li-name .other > div span.sip-images,
.List-wrapper .list-item .li-name .other > div span.barcode,
.List-wrapper .list-item .li-name .other > div span.invoice {
  width: 26px;
  background-color: #ccc;
}
.List-wrapper .list-item .li-name .other > div span.sip-images {
  background-color: #7818c1;
  width: auto;
}
.List-wrapper .list-item .li-name .other > div span.sip-images i {
  display: inline-block;
}
.List-wrapper .list-item .li-name .other > div span.barcode.active {
  background-color: #5570d4;
}
.List-wrapper .list-item .li-name .other > div span.invoice.active {
  background-color: #61b9cc;
}
.List-wrapper .list-item .li-name .other > div span.payment {
  background-color: #e63e3e;
  display: none;
}
.List-wrapper .list-item .li-name .other > div span.order-empty {
  background-color: #e63e3e;
  animation: bgColorAnimate 1s infinite;
  -webkit-animation: bgColorAnimate 1s infinite;
}
.List-wrapper .list-item .li-name .other > div span i {
  font-weight: bold;
  font-size: 10px;
}
.List-wrapper .list-item .block {
  font-size: 0;
}
.List-wrapper .list-item .block > div {
  font: normal 12px/1 'gilroy_medium', sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.List-wrapper .list-item .block > div:before,
.List-wrapper .list-item .block > div i {
  font-size: 11px;
  vertical-align: top;
  position: relative;
  margin: 0 3px 0 0;
}
.List-wrapper .list-item .block div.tooltip {
  font: normal 12px/1 'gilroy_medium', sans-serif !important;
}
.List-wrapper .list-item .block .li-total {
  clear: both;
  margin: 10px 0 0;
  display: block;
  width: 100%;
}
.List-wrapper .list-item .block .li-total .in {
  display: block;
}
.List-wrapper .list-item .li-total {
  text-align: right;
  position: relative;
  top: -1px;
  font-size: 0;
}
.List-wrapper .list-item .li-total > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.List-wrapper .list-item .li-total .brand {
  color: #fff;
  border: 1px solid #e0dfdf;
  background-color: #fff;
}
.List-wrapper .list-item .li-total .brand span {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.List-wrapper .list-item .li-total .brand img {
  margin: 0 auto;
}
.List-wrapper .list-item .li-total .in {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  background-color: #5365aa;
  text-align: center;
  padding: 12px;
  color: #fff;
  height: 39px;
}
.List-wrapper .list-item .li-total .in i {
  vertical-align: top;
  position: relative;
  top: 0;
  margin: 0 2px 0 0;
}
.List-wrapper .list-item.front-pay {
  background-color: #fdf3f3;
  border-color: #f29898;
}
.List-wrapper .list-item.front-pay:after {
  background-color: #f29898;
}
.List-wrapper .list-item.front-pay.active {
  background-color: #bf1919;
  border-color: #e63e3e !important;
}
.List-wrapper .list-item.front-pay.active:after {
  background-color: #921313;
}
.List-wrapper .list-item.front-pay .li-name .other > div span.payment {
  display: inline-block;
}
.List-wrapper .list-item.empty-order {
  border-color: #f29898;
}
.List-wrapper .list-item-content {
  margin-bottom: 15px;
  position: relative;
  z-index: 8;
  display: none;
  font: normal 14px/22px 'gilroy_regular', sans-serif;
  color: #343434;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.List-wrapper .list-item-content .left-column {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.List-wrapper .list-item-content .left-column .inner-title {
  font: normal 14px/1 'gilroy_semibold', sans-serif;
  background-color: #236674;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.List-wrapper .list-item-content .left-column .inner-title span {
  margin: 0 0 0 10px;
  padding: 3px 5px 3px;
  font: normal 10px/1 'gilroy_medium', sans-serif;
  letter-spacing: 0.05em;
  vertical-align: top;
  position: relative;
  top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper .list-item-content .left-column .inner-title span > * {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper .list-item-content .left-column .inner-title span i {
  color: #fff;
}
.List-wrapper .list-item-content .left-column .inner-title span.front-pay {
  background-color: #e63e3e;
  color: #fff;
  border: 2px solid #fff;
  animation: borderColor 1s infinite;
  -webkit-animation: borderColor 1s infinite;
  display: none;
}
.List-wrapper .list-item-content .left-column .inner-title span.barcode {
  background-color: #405fcf;
  color: #fff;
  border: 1px solid #fff;
}
.List-wrapper .list-item-content .left-column .inner-title i {
  display: inline-block;
  margin: -2px 5px 0 0;
  color: #9dc8e0;
}
.List-wrapper .list-item-content .left-column div[class*="info-"] p {
  font: normal 13px/18px 'gilroy_regular', sans-serif;
  margin-bottom: 10px;
}
.List-wrapper .list-item-content .left-column div[class*="info-"] p:last-child {
  margin-bottom: 0;
}
.List-wrapper .list-item-content .left-column .order-general-info {
  padding: 0 5px;
}
.List-wrapper .list-item-content .left-column .order-general-info ul {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li {
  border-bottom: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li.prices {
  background-color: #f9f9f9;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li:nth-child(3n+3) {
  border-right: 0;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li:nth-last-child(-n+3) {
  border-bottom: 0;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li div {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #454545;
  padding: 10px;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li div span {
  font-family: 'gilroy_semibold', sans-serif;
  display: inline-block;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li div a {
  text-decoration: underline;
}
.List-wrapper .list-item-content .left-column .order-general-info ul li div a:hover {
  text-decoration: none;
}
.List-wrapper .list-item-content .left-column .info-bar {
  /*border: 1px solid @color-graylight;
				background-color: lighten(@color-orange, 45%);*/
  padding: 10px;
  margin: 0 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.List-wrapper .list-item-content .left-column .info-bar ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.List-wrapper .list-item-content .left-column .info-bar ul li {
  display: inline-block;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  margin: 0 10px 0 0;
}
.List-wrapper .list-item-content .left-column .info-bar ul li div {
  display: inline-block;
}
.List-wrapper .list-item-content .left-column .info-bar ul li div.subtitle {
  color: #ffffff;
}
.List-wrapper .list-item-content .left-column .info-bar ul li div.text {
  color: #9dc8e0;
  font-family: 'gilroy_medium', sans-serif;
}
.List-wrapper .list-item-content .left-column .info-bar ul li div.text a {
  color: #f7a788;
}
.List-wrapper .list-item-content .left-column .info-bar ul li div.text a:hover {
  color: #f16028;
  text-decoration: underline;
}
.List-wrapper .list-item-content .left-column .info-bar.one {
  background-color: #343434;
}
.List-wrapper .list-item-content .left-column .info-bar.two {
  background-color: #e63e3e;
}
.List-wrapper .list-item-content .left-column .info-bar.two ul li div.subtitle {
  color: #f8c5c5;
}
.List-wrapper .list-item-content .left-column .info-bar.two ul li div.text {
  color: #ffffff;
  text-decoration: underline;
}
.List-wrapper .list-item-content .left-column .info-bar.customer {
  background-color: #5a5a5a;
}
.List-wrapper .list-item-content .left-column .info-bar.customer ul li div.subtitle {
  color: #ccc;
}
.List-wrapper .list-item-content .left-column .info-bar.customer ul li div.text {
  color: #ffffff;
}
.List-wrapper .list-item-content .left-column .info-bar.order-complete {
  background: #147f26;
  color: #fff;
  font: normal 14px/1 'gilroy_regular', sans-serif;
}
.List-wrapper .list-item-content .left-column .info-bar.order-complete span {
  font-family: 'gilroy_semibold', sans-serif;
}
.List-wrapper .list-item-content .left-column .info-bar.order-complete a {
  color: #fff;
  text-decoration: underline;
}
.List-wrapper .list-item-content .left-column .info-bar.order-complete a:hover {
  text-underline: none;
}
.List-wrapper .list-item-content .left-column .info-orders {
  margin: 0 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.List-wrapper .list-item-content .left-column .info-orders table {
  margin: 0;
}
.List-wrapper .list-item-content .left-column .info-orders table thead {
  background-color: #318496;
  color: #fff;
}
.List-wrapper .list-item-content .left-column .info-orders table thead tr th {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  border-bottom: 0;
  border-right: 1px solid #ffffff;
  padding: 9px 10px 10px;
}
.List-wrapper .list-item-content .left-column .info-orders table thead tr th:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.List-wrapper .list-item-content .left-column .info-orders table thead tr th:last-child {
  border-right: 0;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  background-color: #fff;
  border-bottom: 1px solid #9dc8e0;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr:nth-child(even) {
  background-color: #e1f6fc;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr:hover {
  background-color: #e63e3e;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr:hover td {
  color: #fff;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr:hover td a {
  color: #fff;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr td {
  padding: 7px;
  border-right: 1px solid #9dc8e0;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr td:first-child {
  border-left: 1px solid #9dc8e0;
}
.List-wrapper .list-item-content .left-column .info-orders table tbody tr td a:hover {
  text-decoration: underline;
}
.List-wrapper .list-item-content .left-column .info-orders table tfoot tr td {
  border: 0;
  font: normal 12px/1 'gilroy_medium', sans-serif;
  padding: 7px 10px 9px;
}
.List-wrapper .list-item-content .left-column .info-orders table tfoot tr td.ext {
  background-color: #318496;
  color: #fff;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.List-wrapper .list-item-content .left-column .info-orders table .btn-order-images {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #7818c1;
  display: block;
  padding: 6px 0 0;
}
.List-wrapper .list-item-content .left-column .info-notes {
  padding-bottom: 15px;
  font: normal 13px/1.5 'gilroy_regular', sans-serif;
}
.List-wrapper .list-item-content .left-column .info-cargo {
  margin: 0 0 10px;
  padding: 15px 0 0;
  border-top: 2px solid #9dc8e0;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 0 10px;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li:last-child {
  margin-bottom: 0;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li .item {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li .item div {
  display: inline-block;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li .item div.icon {
  margin: 0 5px 0 0;
  font-size: 14px;
  color: #f64e0d;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li .item div.text {
  font: normal 13px/1 'gilroy_regular', sans-serif;
}
.List-wrapper .list-item-content .left-column .info-cargo ul li .item div.text:hover {
  text-decoration: underline;
}
.List-wrapper .list-item-content .right-column > ul > li {
  display: block;
  font: normal 12px/1 'gilroy_semibold', sans-serif;
  margin: 0 0 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.List-wrapper .list-item-content .right-column > ul > li.divider {
  background-color: #ccc;
  height: 1px;
  margin: 10px 0;
}
.List-wrapper .list-item-content .right-column > ul > li > a {
  display: block;
  padding: 15px 10px 15px 30px;
  color: #fff;
  position: relative;
  text-align: center;
  min-height: 42px;
}
.List-wrapper .list-item-content .right-column > ul > li > a i {
  margin: 0 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 14px 0 0 2px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.List-wrapper .list-item-content .right-column .general-btn-dropdown button {
  text-align: center;
  padding-left: 30px;
  font: normal 12px/1 'gilroy_semibold', sans-serif;
  min-height: 42px;
  padding-top: 1px;
}
.List-wrapper .list-item-content .right-column .general-btn-dropdown button:before {
  content: '\f0d1';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', sans-serif;
  margin: 0 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 0 0 2px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.List-wrapper .list-item-content .right-column .general-btn-dropdown .dropdown-menu {
  border: 1px solid #d3d3d3;
}
.List-wrapper .list-item-content.front-pay .left-column .inner-title span.front-pay {
  display: inline;
}
.List-wrapper.list-barcodes .list-item {
  padding: 10px;
  height: 61px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.List-wrapper.list-barcodes .list-item.active {
  background-color: #ebebeb;
}
.List-wrapper.list-barcodes .list-item .check-label-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999;
  height: 100%;
}
.List-wrapper.list-barcodes .list-item:after {
  display: none;
}
.List-wrapper.list-barcodes .list-item:hover {
  padding-right: 10px;
}
.List-wrapper.list-barcodes .list-item .checkbox {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 0;
  text-align: center;
  margin-top: 0;
}
.List-wrapper.list-barcodes .list-item .checkbox label.check-label {
  background-color: #f9f9f9;
  border: 2px solid #ccc;
  display: block;
  width: 38px;
  height: 38px;
  margin: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper.list-barcodes .list-item .checkbox label.check-label:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 0 0;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper.list-barcodes .list-item .checkbox label.check-label:hover {
  background-color: #ececec;
}
.List-wrapper.list-barcodes .list-item .checkbox label.check-label:hover .fci-inner {
  background-color: #716a6a;
}
.List-wrapper.list-barcodes .list-item .checkbox input.styled-check:checked ~ label.check-label {
  background-color: #6d8b00;
  border-color: #6d8b00;
}
.List-wrapper.list-barcodes .list-item .checkbox input.styled-check:checked ~ label.check-label:before {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.List-wrapper.list-barcodes .list-item .li-total {
  margin-right: 10px;
}
.List-wrapper.list-barcodes .list-item .side-right {
  padding-left: 60px;
}
.List-wrapper.list-references .list-item {
  padding: 10px;
  border: 1px solid #9dc8e0;
  background-color: #fff;
  margin: 0 0 10px;
  cursor: default;
  position: relative;
  z-index: 9;
  overflow: visible;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper.list-references .list-item:after {
  display: none;
}
.List-wrapper.list-references .list-item:hover {
  border: 1px solid #76b2d4;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.List-wrapper.list-references .list-item.toggle-active {
  border: 1px solid #76b2d4;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.List-wrapper.list-references .list-item .li-name {
  margin: 0 0 4px;
  display: block;
  font-size: 0;
}
.List-wrapper.list-references .list-item .li-name > div {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-references .list-item .li-name .js-search-order span {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-references .list-item .li-name .js-search-order span.order-name {
  font: normal 15px/1 'gilroy_medium', sans-serif;
  color: #27409c;
  margin: 0 5px 0 0;
}
.List-wrapper.list-references .list-item .li-name .js-search-order span.order-name i.far {
  color: #147f26;
  display: inline-block;
  vertical-align: top;
  top: -1px;
  position: relative;
  margin: 0 2px 0 0;
}
.List-wrapper.list-references .list-item .li-name .js-search-order span.order-name a {
  color: #27409c;
}
.List-wrapper.list-references .list-item .li-name .js-search-order span.order-name a:hover {
  text-decoration: underline;
}
.List-wrapper.list-references .list-item .li-name .js-search-order span.total-number {
  font: normal 10px/1 'gilroy_regular', sans-serif;
  background-color: #147f26;
  color: #fff;
  padding: 2px 6px 2px 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.List-wrapper.list-references .list-item .list-references-side {
  text-align: right;
  margin: 3px 0 0;
}
.List-wrapper.list-references .list-item .list-references-side > * {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons {
  margin: 0 5px 0 0;
  font-size: 0;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 0 0 8px;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a {
  text-align: center;
  font-size: 13px;
  padding: 7px 0 0 1px;
  display: block;
  height: 27px;
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a.btn-statistics {
  background-color: #318496;
  color: #fff;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a.btn-edit {
  background-color: #3565b5;
  color: #fff;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a.btn-toggle-js {
  background-color: #868686;
  color: #fff;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a.btn-toggle-js.toggle-active {
  background-color: #27409c;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a.btn-remove {
  background-color: #b5353e;
  color: #fff;
}
.List-wrapper.list-references .list-item .list-references-side ul.process-buttons li a.btn-add {
  background-color: #147f26;
  color: #fff;
}
.List-wrapper.list-references .list-item .list-references-side .ref-switch {
  text-align: right;
}
.List-wrapper.list-references .list-item .list-references-side .brand img {
  margin: 0 auto;
}
.List-wrapper.list-references .list-item.passive {
  background-color: #f5f5f5;
  border-color: #ccc;
}
.List-wrapper.list-references .list-item.passive .li-name .js-search-order span.order-name {
  color: #343434;
}
.List-wrapper.list-references .list-item.passive .li-name .js-search-order span.order-name i.far {
  color: #868686;
}
.List-wrapper.list-references .list-item.passive .li-name .js-search-order span.order-name a {
  color: #868686;
}
.List-wrapper.list-references .list-item.passive .ref-text {
  background-color: #f0f0f0;
}
.List-wrapper.list-references .list-item .siparis-tip-list {
  background-color: #f0f0f0;
  font-size: 0;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item {
  display: block;
  width: 100%;
  margin: 0 5px 5px 0;
  cursor: pointer;
  font-size: 0;
  position: relative;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  display: inline-block;
  vertical-align: top;
  height: 28px;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span.name,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div.name {
  padding: 6px 5px 0 5px;
  margin-right: 70px;
  color: #454545;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  letter-spacing: -0.02em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span.name i.fa,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div.name i.fa,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span.name i.fas,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div.name i.fas,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span.name i.far,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div.name i.far {
  font-size: 10px;
  position: relative;
  margin: 0 2px 0 0;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span.name:hover,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div.name:hover {
  background-color: #f0f0f0;
  border-color: #318496;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item span.name .single-price,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item > div.name .single-price {
  padding: 2px 0 0;
  color: #777;
  font: normal 11px/1 'gilroy_medium', sans-serif;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.edit,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.remove {
  color: #fff;
  font-size: 13px;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.edit a,
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.remove a {
  display: block;
  height: 28px;
  width: 28px;
  color: #fff;
  padding: 7px 0px 7px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.edit a {
  background-color: #318496;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.edit a:hover {
  background-color: #236674;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.remove {
  margin: 0 0 0 3px;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.remove a {
  background-color: #e63e3e;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item .btns span.remove a:hover {
  background-color: #e63e3e;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item a {
  color: #666;
}
.List-wrapper.list-references .list-item .siparis-tip-list .siparis-tip-item a:hover {
  color: #fff;
}
.List-wrapper.list-product-prices .list-item {
  border: 1px solid #9dc8e0;
  background-color: #fff;
  margin: 0 0 10px;
  cursor: default;
  position: relative;
  z-index: 9;
  overflow: visible;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper.list-product-prices .list-item:after {
  display: none;
}
.List-wrapper.list-product-prices .list-item:hover {
  border: 1px solid #76b2d4;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.List-wrapper.list-product-prices .list-item p {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #434343;
}
.List-wrapper.list-product-prices .list-item.toggle-active {
  border: 1px solid #76b2d4;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.List-wrapper.list-product-prices .list-item .li-name {
  margin: 0 0 8px;
  display: block;
  font-size: 0;
}
.List-wrapper.list-product-prices .list-item .li-name > div {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.order-name {
  font: normal 15px/1 'gilroy_medium', sans-serif;
  color: #27409c;
  margin: 0 5px 0 0;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.order-name i.far {
  color: #147f26;
  display: inline-block;
  vertical-align: top;
  top: -1px;
  position: relative;
  margin: 0 2px 0 0;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.order-name a {
  color: #27409c;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.order-name a:hover {
  text-decoration: underline;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.total-number {
  font: normal 10px/1 'gilroy_regular', sans-serif;
  background-color: #147f26;
  color: #fff;
  padding: 2px 6px 2px 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.infos {
  display: inline-block;
  vertical-align: top;
  font: normal 11px/1 'gilroy_medium', sans-serif;
  margin: 0 5px 0 0;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.infos-image {
  border-right: 0;
  background-color: #fff;
  position: relative;
  margin: 0px 5px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.List-wrapper.list-product-prices .list-item .li-name .js-search-order div.infos-image img {
  height: 14px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item {
  margin: 0 0 5px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .subtext-1 {
  font: normal 10px/1 'gilroy_medium', sans-serif;
  padding-bottom: 2px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item:hover {
  background-color: #ebebeb;
  border: 1px solid #ccc;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item:last-child {
  margin-bottom: 0;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item label {
  font: normal 14px/1 'gilroy_medium', sans-serif;
  color: #2e5c86;
  cursor: pointer;
  display: inline-block;
  padding: 13px 0 0 0;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item label:hover {
  text-decoration: underline;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item label sub {
  font: normal 10px/1 'gilroy_regular', sans-serif;
  bottom: 0;
  color: #777;
  margin-left: 5px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item input,
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item select {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  min-height: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .input-group .input-group-addon.checkbox {
  padding: 0px 5px 0;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .input-group .input-group-addon.checkbox label {
  margin-bottom: 0;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit {
  font-size: 0;
  text-align: left;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit button,
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit > div.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 46%;
  margin: 0 4% 0 0;
  position: relative;
  top: -1px;
  padding: 7px 5px 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit button:last-child,
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit > div.btn:last-child {
  margin-right: 0;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit button.active:before,
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit > div.btn.active:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit button a,
.List-wrapper.list-product-prices .list-item .list-pp-item .form-item .form-submit > div.btn a {
  display: block;
  padding-top: 5px;
  color: #fff;
}
.List-wrapper.list-product-prices .list-item .list-pp-item.sorter .form-item {
  padding: 5px;
}
.List-wrapper.list-product-prices .list-item .list-pp-item.sorter .form-item label {
  padding: 0;
  margin: 0;
}
.List-wrapper.list-parameter .list-item {
  border: 1px solid #9dc8e0;
  background-color: #fff;
  padding-bottom: 6px;
  cursor: default;
  position: relative;
  z-index: 9;
  overflow: visible;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.List-wrapper.list-parameter .list-item:after {
  display: none;
}
.List-wrapper.list-parameter .list-item:hover {
  border: 1px solid #76b2d4;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding-right: 12px;
}
.List-wrapper.list-parameter .list-item .li-name {
  margin: 0 0 12px;
  display: block;
  font-size: 0;
}
.List-wrapper.list-parameter .list-item .li-name > div {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-parameter .list-item .li-name .js-search-order span {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-parameter .list-item .li-name .js-search-order span.order-name {
  font: normal 16px/1 'gilroy_medium', sans-serif;
  color: #27409c;
  margin: 0 10px 0 0;
}
.List-wrapper.list-parameter .list-item .li-name .js-search-order span.order-name i.far {
  color: #147f26;
  display: inline-block;
  vertical-align: top;
  top: -1px;
  position: relative;
  margin: 0 2px 0 0;
}
.List-wrapper.list-parameter .list-item .li-name .js-search-order span.order-name a {
  color: #27409c;
}
.List-wrapper.list-parameter .list-item .li-name .js-search-order span.order-name a:hover {
  text-decoration: underline;
}
.List-wrapper.list-parameter .list-item .li-name .js-search-order span.total-number {
  font: normal 12px/1 'gilroy_regular', sans-serif;
  letter-spacing: 0.5px;
  background-color: #147f26;
  color: #fff;
  padding: 4px 6px 4px 5px;
  text-align: center;
  position: relative;
  top: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.List-wrapper.list-parameter .list-item .in-block .parameter-item {
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 0px 0;
  margin: 0;
  font: normal 14px/1 'gilroy_medium', sans-serif;
  border: 1px solid #fff;
  text-align: center;
  border-color: #7818c1;
}
.List-wrapper.list-parameter .list-item .in-block .parameter-item:hover {
  background-color: rgba(246, 78, 13, 0.05);
}
.List-wrapper.list-parameter .list-item .in-block .parameter-item span {
  font: normal 11px/1 'gilroy_medium', sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 0 0px 0;
  padding: 5px 3px;
  background-color: #7818c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper.list-parameter .list-item .in-block .parameter-item .copy-btn-ext {
  padding: 5px 5px 6px;
}
.List-wrapper.list-parameter .list-item .in-block .parameter-item .copy-btn-ext.copied {
  font-weight: bold;
  background-color: rgba(20, 127, 38, 0.1);
  color: #147f26;
}
.List-wrapper.list-parameter .list-item .list-references-side {
  text-align: right;
  margin: 0 0;
  position: relative;
  top: -4px;
}
.List-wrapper.list-parameter .list-item .list-references-side > * {
  display: inline-block;
  vertical-align: top;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons {
  margin: 0 5px 0 0;
  font-size: 0;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 0 0 8px;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 7px 0 0 1px;
  display: block;
  height: 26px;
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a.btn-statistics {
  background-color: #318496;
  color: #fff;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a.btn-edit {
  background-color: #3565b5;
  color: #fff;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a.btn-toggle-js {
  background-color: #868686;
  color: #fff;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a.btn-toggle-js.toggle-active {
  background-color: #27409c;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a.btn-remove {
  background-color: #b5353e;
  color: #fff;
}
.List-wrapper.list-parameter .list-item .list-references-side ul.process-buttons li a.btn-add {
  background-color: #147f26;
  color: #fff;
}
.List-wrapper .side-buttons ul {
  font-size: 0;
}
.List-wrapper .side-buttons ul li span,
.List-wrapper .side-buttons ul li button,
.List-wrapper .side-buttons ul li a {
  display: block;
  font-size: 24px;
  height: 61px;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.order-detail-page .order-detail-inner .list-item {
  margin: 0 0 10px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.order-detail-page .order-detail-inner .list-item.order-complete {
  border-color: #1ec13a;
}
.order-detail-page .order-detail-inner .list-item.active {
  background-color: #27409c;
  border-color: #27409c;
  padding-right: 50px;
  margin-bottom: 5px;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.order-detail-page .order-detail-inner .list-item.active:after {
  content: '\f063';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 19px 0 0;
  background-color: #131f4a;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.order-detail-page .order-detail-inner .list-item.active .li-name .js-search-order span.order-name {
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item.active .block {
  font-size: 0;
}
.order-detail-page .order-detail-inner .list-item.active .block > div {
  color: rgba(255, 255, 255, 0.7);
}
.order-detail-page .order-detail-inner .list-item .li-name {
  margin: 8px 0 5px;
  display: block;
  font-size: 0;
}
.order-detail-page .order-detail-inner .list-item .li-name > div {
  display: inline-block;
  vertical-align: top;
}
.order-detail-page .order-detail-inner .list-item .li-name .js-search-order span {
  display: inline-block;
  vertical-align: top;
}
.order-detail-page .order-detail-inner .list-item .li-name .js-search-order span.order-name {
  font: normal 20px/1 'gilroy_medium', sans-serif;
  color: #3a3a3a;
  margin: 0 5px 0 0;
}
.order-detail-page .order-detail-inner .list-item .li-name .js-search-order span.order-name > * {
  display: inline-block;
  vertical-align: top;
}
.order-detail-page .order-detail-inner .list-item .li-name .js-search-order span.order-name i {
  color: #147f26;
  margin: 0 5px 0 0;
  position: relative;
}
.order-detail-page .order-detail-inner .list-item .li-name .js-search-order span.order-name b {
  font-family: 'gilroy_semibold', sans-serif;
}
.order-detail-page .order-detail-inner .list-item .li-name .js-search-order span.customer-name {
  font: normal 11px/1 'gilroy_medium', sans-serif;
  background-color: #008162;
  color: #fff;
  padding: 4px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-detail-page .order-detail-inner .list-item .li-name .other {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 0 0 10px;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div span {
  display: block;
  font: normal 11px/1 'gilroy_medium', sans-serif;
  padding: 4px 5px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div span.barcode,
.order-detail-page .order-detail-inner .list-item .li-name .other > div span.invoice {
  width: 26px;
  background-color: #ccc;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div span.barcode.active {
  background-color: #5570d4;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div span.invoice.active {
  background-color: #61b9cc;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div span.payment {
  background-color: #e63e3e;
  display: none;
  font: normal 14px/1 'gilroy_medium', sans-serif;
  position: relative;
  top: 2px;
}
.order-detail-page .order-detail-inner .list-item .li-name .other > div span i {
  font-weight: bold;
  font-size: 10px;
}
.order-detail-page .order-detail-inner .list-item .block {
  font-size: 0;
}
.order-detail-page .order-detail-inner .list-item .block > div {
  font: normal 12px/1 'gilroy_medium', sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.order-detail-page .order-detail-inner .list-item .block > div:before,
.order-detail-page .order-detail-inner .list-item .block > div i {
  font-size: 11px;
  vertical-align: top;
  position: relative;
  margin: 0 3px 0 0;
}
.order-detail-page .order-detail-inner .list-item .block div.tooltip {
  font: 500 11px/1 'Google Sans', sans-serif !important;
}
.order-detail-page .order-detail-inner .list-item .block .li-total {
  clear: both;
  margin: 10px 0 0;
  display: block;
  width: 100%;
}
.order-detail-page .order-detail-inner .list-item .block .li-total .in {
  display: block;
}
.order-detail-page .order-detail-inner .list-item .li-total {
  text-align: right;
  position: relative;
  top: -1px;
  font-size: 0;
}
.order-detail-page .order-detail-inner .list-item .li-total > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.order-detail-page .order-detail-inner .list-item .li-total .brand {
  color: #fff;
  border: 1px solid #e0dfdf;
  background-color: #fff;
}
.order-detail-page .order-detail-inner .list-item .li-total .brand span {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-detail-page .order-detail-inner .list-item .li-total .brand img {
  margin: 0 auto;
}
.order-detail-page .order-detail-inner .list-item .li-total .in {
  font: normal 12px/1 'gilroy_medium', sans-serif;
  background-color: #5365aa;
  text-align: center;
  padding: 13px;
  color: #fff;
  height: 39px;
}
.order-detail-page .order-detail-inner .list-item .li-total .in a {
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item .li-total .in i {
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: 0;
  margin: 0 2px 0 0;
}
.order-detail-page .order-detail-inner .list-item .li-total .in.bg-green {
  background-color: #147f26;
}
.order-detail-page .order-detail-inner .list-item .li-total .inlink {
  font: normal 12px/1 'gilroy_medium', sans-serif;
  text-align: center;
  color: #fff;
  display: block;
}
.order-detail-page .order-detail-inner .list-item .li-total .inlink a {
  background-color: #5365aa;
  padding: 13px;
  height: 39px;
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item .li-total .inlink i {
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: 0;
  margin: 0 2px 0 0;
}
.order-detail-page .order-detail-inner .list-item .li-total .inlink.bg-green {
  background-color: #147f26;
}
.order-detail-page .order-detail-inner .list-item .other-group {
  font-size: 0;
}
.order-detail-page .order-detail-inner .list-item .other-group > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li button,
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li a {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  padding: 0 10px 2px;
  display: block;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.02em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li button .fa,
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li a .fa,
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li button .far,
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li a .far,
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li button .fas,
.order-detail-page .order-detail-inner .list-item .other-group .button-group ul li a .fas {
  margin-right: 5px;
  position: relative;
  top: 0;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled .dropdown {
  background-color: transparent;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button,
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button:active,
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button:focus,
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button:hover {
  outline: 0 !important;
  box-shadow: none;
  background-color: #fff;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button.dropdown-toggle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  min-height: 36px;
  padding: 0 10px;
  min-width: 200px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button.dropdown-toggle .filter-option {
  position: relative;
  top: -1px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled button.dropdown-toggle .filter-option .filter-option-inner-inner {
  padding: 3px 2px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled .no-results {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 3px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background-color: #ebebeb;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled .dropdown-menu {
  max-height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled .dropdown-menu .bs-searchbox {
  padding: 0 8px 5px;
  border-bottom: 1px solid #ececec;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled .dropdown-menu .bs-searchbox input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled .dropdown-menu .bs-actionsbox {
  background-color: #ffffff;
  padding: 7px 8px 8px;
  border-bottom: 1px solid #ececec;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li.dropdown-header {
  padding: 10px 0 10px 10px;
  font: normal 13px/1 'gilroy_semibold', sans-serif;
  background-color: #318496;
  color: #ffffff;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li.divider {
  margin: 0;
  display: none;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li a {
  padding: 9px 0 10px 10px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  border-bottom: 1px solid #d3d3d3;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li a.selected {
  background-color: #f2f2f2;
  color: #1a1a1a;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li a.selected .check-mark {
  font-size: 13px;
  top: 8px;
  right: 10px;
}
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li.disabled > a,
.order-detail-page .order-detail-inner .list-item .other-group .select-styled ul li.disabled > a:hover {
  color: #333;
  background-color: inherit;
}
.order-detail-page .order-detail-inner .list-item.front-pay .li-name .other > div span.payment {
  display: inline-block;
}
.order-detail-page .order-detail-inner .list-item-content {
  margin-bottom: 15px;
  position: relative;
  z-index: 8;
  font: normal 14px/22px 'gilroy_regular', sans-serif;
  color: #343434;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.order-detail-page .order-detail-inner .list-item-content .item-block {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title {
  font: normal 14px/1 'gilroy_semibold', sans-serif;
  background-color: #27409c;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@-webkit-keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
@-moz-keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
@-o-keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
@keyframes borderColor {
  50% {
    border-color: #27409c;
  }
}
.order-detail-page .order-detail-inner .list-item-content .inner-title span {
  margin: 0 0 0 10px;
  padding: 3px 5px 3px;
  font: normal 10px/1 'gilroy_medium', sans-serif;
  letter-spacing: 0.05em;
  vertical-align: top;
  position: relative;
  top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title span > * {
  display: inline-block;
  vertical-align: top;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title span i {
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title span.front-pay {
  background-color: #e63e3e;
  color: #fff;
  border: 2px solid #fff;
  animation: borderColor 1s infinite;
  -webkit-animation: borderColor 1s infinite;
  display: none;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title span.barcode {
  background-color: #405fcf;
  color: #fff;
  border: 1px solid #fff;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title i {
  display: inline-block;
  margin: -2px 5px 0 0;
  color: #9dc8e0;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title.color-turq {
  background-color: #318496;
}
.order-detail-page .order-detail-inner .list-item-content .inner-title.color-purple {
  background-color: #7818c1;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 0 5px;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li:last-child {
  margin-bottom: 0;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li .item {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li .item:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li .item div {
  display: block;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li .item div.icon {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #f64e0d;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li .item div.text {
  font: normal 14px/1 'gilroy_medium', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-1 li .item div.text:hover {
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 0 5px;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li:last-child {
  margin-bottom: 0;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li .item {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li .item:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li .item div {
  display: block;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li .item div.icon {
  margin: 0 0 2px 0;
  font: normal 10px/1 'gilroy_semibold', sans-serif;
  color: #318496;
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li .item div.text {
  font: normal 14px/1 'gilroy_medium', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content ul.styled-fatura li .item div.text:hover {
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 0 10px;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li:last-child {
  margin-bottom: 0;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li .item {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li .item div {
  display: inline-block;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li .item div.icon {
  margin: 0 5px 0 0;
  font-size: 14px;
  color: #f64e0d;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li .item div.text {
  font: normal 14px/1 'gilroy_medium', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content ul.onlyicon li .item div.text:hover {
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content div[class*="info-"] p {
  font: normal 13px/18px 'gilroy_regular', sans-serif;
  margin-bottom: 10px;
}
.order-detail-page .order-detail-inner .list-item-content div[class*="info-"] p:last-child {
  margin-bottom: 0;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar {
  /*border: 1px solid @color-graylight;
				background-color: lighten(@color-orange, 45%);*/
  padding: 10px 10px 12px;
  margin: 0 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul li {
  display: inline-block;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  margin: 0 10px 0 0;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul li div {
  display: inline-block;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul li div.subtitle {
  color: #ffffff;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul li div.text {
  color: #9dc8e0;
  font-family: 'gilroy_medium', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul li div.text a {
  color: #f7a788;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar ul li div.text a:hover {
  color: #f16028;
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.one {
  background-color: #343434;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.two {
  background-color: #e63e3e;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.two ul li div.subtitle {
  color: #f8c5c5;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.two ul li div.text {
  color: #ffffff;
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.customer {
  background-color: #5a5a5a;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.customer ul li div.subtitle {
  color: #ccc;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.customer ul li div.text {
  color: #ffffff;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.order-complete {
  background: #147f26;
  color: #fff;
  font: normal 14px/1 'gilroy_regular', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.order-complete span {
  font-family: 'gilroy_semibold', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.order-complete a {
  color: #fff;
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content .info-bar.order-complete a:hover {
  text-underline: none;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table {
  margin: 0;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table thead {
  background-color: #318496;
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table thead tr th {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  border-bottom: 0;
  border-right: 1px solid #ffffff;
  padding: 9px 10px 10px;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table thead tr th:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table thead tr th:last-child {
  border-right: 0;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  background-color: #fff;
  border-bottom: 1px solid #9dc8e0;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr:nth-child(even) {
  background-color: #e1f6fc;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr:hover {
  background-color: #e63e3e;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr:hover td {
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr:hover td a {
  color: #fff;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr td {
  padding: 7px;
  border-right: 1px solid #9dc8e0;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr td:first-child {
  border-left: 1px solid #9dc8e0;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tbody tr td a:hover {
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tfoot tr td {
  border: 0;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  padding: 7px 10px 9px;
}
.order-detail-page .order-detail-inner .list-item-content .info-orders table tfoot tr td.ext {
  background-color: #147f26;
  color: #fff;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.order-detail-page .order-detail-inner .list-item-content .info-notes {
  padding-bottom: 15px;
  font: normal 13px/1.5 'gilroy_regular', sans-serif;
}
.order-detail-page .order-detail-inner .list-item-content .right-column ul li {
  display: block;
  font: normal 12px/1 'gilroy_semibold', sans-serif;
  margin: 0 0 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.order-detail-page .order-detail-inner .list-item-content .right-column ul li.divider {
  background-color: #ccc;
  height: 1px;
  margin: 10px 0;
}
.order-detail-page .order-detail-inner .list-item-content .right-column ul li a {
  display: block;
  padding: 14px 10px 15px 30px;
  color: #fff;
  position: relative;
  text-align: center;
}
.order-detail-page .order-detail-inner .list-item-content .right-column ul li a i {
  margin: 0 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 14px 0 0 2px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info {
  padding: 0 5px;
  background-color: #fff;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li {
  border-bottom: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li.prices {
  background-color: #f9f9f9;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li:nth-child(3n+3) {
  border-right: 0;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li:nth-last-child(-n+3) {
  border-bottom: 0;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li div {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #454545;
  padding: 10px;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li div span {
  font-family: 'gilroy_semibold', sans-serif;
  display: inline-block;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li div a {
  text-decoration: underline;
}
.order-detail-page .order-detail-inner .list-item-content .order-general-info ul li div a:hover {
  text-decoration: none;
}
.order-detail-page .order-detail-inner .list-item-content.front-pay .inner-title span.front-pay {
  display: inline;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images {
  display: none;
  width: 0;
  height: 0;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images.active {
  display: block;
  width: auto;
  height: auto;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images .order-images-item {
  margin: 0 0 10px;
  position: relative;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images .order-images-item .in-trash {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: #e63e3e;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images .order-images-item a {
  display: block;
  font-size: 0;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images .order-images-item a img {
  margin: 0;
  border: 3px solid #ddd;
  width: 100%;
  height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.order-detail-page .order-detail-inner .list-item-content .order-adding-images .order-images-item a img:hover {
  border-color: #9dc8e0;
}
.order-detail-page .order-detail-sidebar .prop-column ul li {
  display: block;
  font: normal 12px/1 'gilroy_semibold', sans-serif;
  margin: 0 0 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.order-detail-page .order-detail-sidebar .prop-column ul li.divider {
  background-color: #ccc;
  height: 1px;
  margin: 10px 0;
}
.order-detail-page .order-detail-sidebar .prop-column ul li a {
  display: block;
  padding: 14px 10px 15px 30px;
  color: #fff;
  position: relative;
  text-align: center;
}
.order-detail-page .order-detail-sidebar .prop-column ul li a i {
  margin: 0 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 14px 0 0 2px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.completed {
  text-align: center;
  margin-top: 15px;
}
.completed .icon {
  font-size: 40px;
  color: #1da851;
  margin: 0 0 20px;
  border: 4px solid #ccc;
  background-color: #fff;
  display: inline-block;
  padding: 10px 0 0;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.completed .icon i {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 50px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.completed .icon img {
  margin: auto;
}
.completed .text {
  font: normal 16px/1 'gilroy_medium', sans-serif;
  color: #777;
  margin: 0 0 20px;
}
.completed .text b,
.completed .text strong {
  font-weight: bold;
  color: #369;
}
.completed .text p {
  margin: 0 0 10px;
}
.completed .text.delete b,
.completed .text.delete strong {
  font-weight: bold;
  color: #f00;
}
.completed button.completed-submit {
  background-color: #1da851;
  color: #fff;
  padding: 15px 20px 17px;
  font: normal 18px/1 'gilroy_semibold', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.completed button.completed-submit:hover {
  background-color: #1b9b4b;
}
.completed button.completed-submit[disabled] {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.completed button.delete-submit {
  background-color: #f00;
  color: #fff;
  padding: 15px 20px 17px;
  font: normal 18px/1 'gilroy_semibold', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.completed button.delete-submit:hover {
  background-color: #f00000;
}
.order-complete-all {
  background-color: #fff;
  padding: 15px 15px 17px;
  border: 1px solid #1da851;
  text-align: center;
  color: #1b9b4b;
  position: relative;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-complete-all .row {
  margin-left: -5px;
  margin-right: -5px;
}
.order-complete-all .row [class*="col-"] {
  padding: 0 5px;
}
.order-complete-all .form-item,
.order-complete-all .form-submit {
  margin: 0;
}
.order-complete-all .form-item .input-sub-label,
.order-complete-all .form-submit .input-sub-label {
  text-align: left;
  padding: 3px 0 0;
  font: normal 12px/1 'gilroy_regular', sans-serif;
  color: #999;
}
.order-complete-all .form-item input {
  font: normal 18px/1 'gilroy_medium', sans-serif;
  min-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-complete-all .form-item.fat_no_success:before,
.order-complete-all .form-item.cargo_no_success:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-complete-all .form-item.fat_no_success:after,
.order-complete-all .form-item.cargo_no_success:after {
  content: '\f058';
  font-family: 'Font Awesome 5 Free', sans-serif;
  z-index: 99991;
  font-size: 24px;
  color: #147f26;
  position: absolute;
  right: 15px;
  top: 13px;
}
.order-complete-all .form-submit button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: normal 16px/1 'gilroy_medium', sans-serif;
  min-height: 50px;
  background-color: #0c85d0;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.order-complete-all .form-submit button:hover {
  background-color: #0b76b8;
}
.order-complete-all .form-submit button.active {
  background-color: #1b9b4b;
}
.order-complete-all .form-submit button.active:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
}
table.completed-table thead tr {
  background-color: #318496;
}
table.completed-table thead tr td {
  color: #fff;
  font-family: 'gilroy_semibold', sans-serif;
}
table.completed-table tbody tr {
  background-color: #fff;
}
table.completed-table tbody tr td {
  font: normal 14px/1 'gilroy_medium', sans-serif;
  padding: 7px 7px 10px;
  vertical-align: middle;
}
table.completed-table tbody tr td a {
  color: #147f26;
}
table.completed-table tbody tr td a:hover {
  text-decoration: underline;
}
table.completed-table tbody tr td span {
  margin: 0 5px;
}
table.completed-table tbody tr td .badgex {
  background-color: #147f26;
  color: #fff;
  font: normal 12px/1 'gilroy_medium', sans-serif;
  padding: 4px;
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.barcode-select button,
.barcode-select button:active,
.barcode-select button:focus,
.barcode-select button:hover {
  outline: 0 !important;
  box-shadow: none;
  background-color: #fff;
}
.barcode-select button.dropdown-toggle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: normal 13px/1 'Google Sans', sans-serif;
  min-height: 36px;
}
.barcode-select button.dropdown-toggle .filter-option-inner-inner {
  padding: 2px 0;
}
.barcode-select .no-results {
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #ebebeb;
  font: normal 13px/1 'Google Sans', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.barcode-select .dropdown-menu {
  max-height: 300px;
}
.barcode-select ul li {
  border-bottom: 1px solid #ccc;
}
.barcode-select ul li.dropdown-header {
  padding: 5px 0 5px 10px;
  font: 700 12px/1 'Google Sans', sans-serif;
  color: #1a45c3;
}
.barcode-select ul li.divider {
  margin: 4px 0 8px;
}
.barcode-select ul li a {
  padding: 8px 0 8px 25px;
  font: normal 13px/1 'Google Sans', sans-serif;
}
.barcode-select ul li .glyphicon {
  font-size: 10px;
  top: 9px;
  left: 10px;
}
.barcode-select ul li.disabled > a,
.barcode-select ul li.disabled > a:hover {
  color: #333;
  background-color: inherit;
}
.form-comp-new .pastable {
  background-color: #ebebeb;
  border: 2px solid #ddd;
  height: 80px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-comp-new .pastable span {
  padding: 10px;
  font: normal 11px/14px 'gilroy_semibold', sans-serif;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.form-comp-new .pastable span i {
  margin-top: -5px;
  display: none;
  font-size: 28px;
}
.form-comp-new .pastable:hover {
  background-color: #d2d2d2;
}
.form-comp-new .pastable.pastable-focus {
  background-color: #f64e0d;
  border-color: #d24008;
}
.form-comp-new .pastable.pastable-focus span {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.form-comp-new .pastable.pastable-focus span i {
  display: block;
}
.form-comp-new hr {
  margin: 10px 0;
}
.form-comp-new .button-group ul {
  font-size: 0;
}
.form-comp-new .button-group ul li {
  display: inline-block;
  vertical-align: top;
  font: normal 12px/1 'Google Sans Medium', sans-serif;
}
.form-comp-new .button-group ul li label.check-all-label {
  font: normal 12px/1 'Google Sans Medium', sans-serif;
  display: block;
  margin: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #ddd;
  color: #999;
  padding: 12px 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-comp-new .button-group ul li input.styled-check-all {
  margin: 0;
  display: none;
  font-size: 0;
}
.form-comp-new .button-group ul li input.styled-check-all:checked ~ label.check-all-label {
  background-color: #6d8b00;
  color: #fff;
}
.form-comp-new .button-group ul li input.styled-check-all:checked ~ label.check-all-label:before {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.form-comp-new .button-group ul li a,
.form-comp-new .button-group ul li button,
.form-comp-new .button-group ul li label.check-all-label {
  height: 36px;
  font: normal 12px/1 'Google Sans Medium', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-comp-new .form-item {
  margin-bottom: 10px;
}
.form-comp-new .form-item label {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #2e5c86;
  width: 100%;
}
.form-comp-new .form-item label sub {
  font: normal 10px/1 'gilroy_regular', sans-serif;
  bottom: 0;
  color: #777;
  margin-left: 5px;
}
.form-comp-new .form-item label sub.sub-2 {
  font: normal 11px/1 'gilroy_medium', sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  top: -1px;
  padding: 2px 5px;
  background-color: #147f26;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-comp-new .form-item .input-group-addon {
  background-color: #868686;
  color: #fff;
  font-weight: normal;
}
.form-comp-new .form-item input,
.form-comp-new .form-item select,
.form-comp-new .form-item textarea,
.form-comp-new .form-item .pastable {
  font: normal 13px/1 'gilroy_regular', sans-serif;
  min-height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-comp-new .form-item input[disabled],
.form-comp-new .form-item select[disabled],
.form-comp-new .form-item textarea[disabled],
.form-comp-new .form-item .pastable[disabled],
.form-comp-new .form-item input[readonly],
.form-comp-new .form-item select[readonly],
.form-comp-new .form-item textarea[readonly],
.form-comp-new .form-item .pastable[readonly] {
  background-color: #f0f0f0;
}
.form-comp-new .form-item textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 101px;
  resize: vertical;
}
.form-comp-new .form-item textarea.auto-height {
  min-height: auto;
}
.form-comp-new .form-item textarea.sms-textarea {
  font: normal 13px/1.5 'gilroy_regular', sans-serif;
}
.form-comp-new .form-item .input-group input:not(:last-child),
.form-comp-new .form-item .input-group select:not(:last-child),
.form-comp-new .form-item .input-group textarea:not(:last-child) {
  border-right: none;
}
.form-comp-new .form-item .input-group .input-group-addon {
  font: normal 12.5px/1 'gilroy_regular', sans-serif;
  padding-top: 4px;
}
.form-comp-new .form-item .input-group .input-group-addon.checkbox {
  padding: 0px 5px 0;
}
.form-comp-new .form-item .input-group .input-group-addon.checkbox label {
  margin-bottom: 0;
}
.form-comp-new .form-item .input-group .input-group-btn {
  border: 1px solid #f64e0d;
  border-left: 0;
  overflow: hidden;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.form-comp-new .form-item .input-group .input-group-btn:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-comp-new .form-item .input-group .input-group-btn button.btn {
  border-left: 1px solid #fff;
}
.form-comp-new .form-item .pastable {
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
  color: #999;
  cursor: pointer;
}
.form-comp-new .form-item .pastable.pastable-focus {
  border-color: #27409c;
}
.form-comp-new .form-item .imgPaste-wrapper {
  margin: 0px 0 0;
  font-size: 0;
}
.form-comp-new .form-item .imgPaste-wrapper .order-adding-images {
  display: none;
  width: 0;
  height: 0;
}
.form-comp-new .form-item .imgPaste-wrapper .order-adding-images.active {
  display: block;
  width: auto;
  height: auto;
}
.form-comp-new .form-item .imgPaste-wrapper .order-images-item {
  margin: 0 0 10px;
  position: relative;
}
.form-comp-new .form-item .imgPaste-wrapper .order-images-item .in-trash {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: #e63e3e;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-comp-new .form-item .imgPaste-wrapper .order-images-item a {
  display: block;
  font-size: 0;
}
.form-comp-new .form-item .imgPaste-wrapper .order-images-item a img {
  margin: 0;
  border: 3px solid #ddd;
  width: 100%;
  height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-comp-new .form-item .imgPaste-wrapper .order-images-item a img:hover {
  border-color: #9dc8e0;
}
.form-comp-new .form-item.tip-edit-image {
  position: relative;
}
.form-comp-new .form-item.tip-edit-image .delete-image {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
  text-align: center;
}
.form-comp-new .form-item.tip-edit-image .delete-image > a {
  display: block;
  font-weight: normal;
  padding: 5px 7px;
  background-color: #e63e3e;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-comp-new .form-item.tip-edit-image img {
  border: 1px solid #ccc;
  width: 100%;
  height: 56px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-comp-new .form-item.siparis-tip-image img {
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-comp-new .form-submit button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: normal 18px/1 'gilroy_semibold', sans-serif;
  padding: 15px 10px;
  background-color: #1da851;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-comp-new .form-submit button:hover {
  background-color: #199247;
}
.form-comp-new .form-submit button.active {
  background-color: #1b9b4b;
}
.form-comp-new .form-submit button.active:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
}
.form-comp-new .vergi-bilgileri {
  margin: 0 0 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-comp-new .vergi-bilgileri.active {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.form-comp-new .styled-checkbox-item label.sci-label {
  height: 36px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-comp-new .styled-checkbox-item label.sci-label:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  /*font-family: 'Font Awesome 5 Free', sans-serif;
				font-weight: 900;
				color: #fff;
				display: block;
				position: absolute;
				z-index: 100;
				right: 5px;
				font-size: 10px;
				bottom: 5px;*/
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 28px;
  background-color: #ebebeb;
  display: block;
  text-align: center;
  font-size: 0;
  padding: 8px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-comp-new .styled-checkbox-item label.sci-label:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 10px;
  bottom: 3px;
  font-size: 14px;
  padding: 6px 0 0;
  color: #343434;
  -webkit-filter: opacity(0);
  filter: opacity(0);
}
.form-comp-new .styled-checkbox-item label.sci-label .sci-text {
  display: block;
  color: #343434;
  font: normal 13px/1 'Google Sans', sans-serif;
  padding: 10px 0 0 10px;
}
.form-comp-new .styled-checkbox-item label.sci-label:hover {
  background-color: #f5f5f5;
}
.form-comp-new .styled-checkbox-item label.sci-label:hover:before {
  background-color: #ddd;
}
.form-comp-new .styled-checkbox-item input.sci-radio {
  margin: 0;
  display: none;
  font-size: 0;
}
.form-comp-new .styled-checkbox-item input.sci-radio:checked ~ label.sci-label {
  border-color: #27409c;
  background-color: #27409c;
  color: #fff;
}
.form-comp-new .styled-checkbox-item input.sci-radio:checked ~ label.sci-label:before {
  background-color: #fff;
}
.form-comp-new .styled-checkbox-item input.sci-radio:checked ~ label.sci-label:after {
  color: #0c85d0;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.form-comp-new .styled-checkbox-item input.sci-radio:checked ~ label.sci-label .sci-text {
  color: #fff;
}
.form-comp-new .styled-checkbox-item.style-green input.sci-radio:checked ~ label.sci-label {
  border-color: #1b9b4b;
  background-color: #1b9b4b;
}
.form-comp-new .styled-checkbox-item.style-green input.sci-radio:checked ~ label.sci-label:after {
  color: #1b9b4b;
}
.settings-page .item {
  background-color: #fff;
  border: 2px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.settings-page .item .text {
  font: normal 16px/1 'gilroy_semibold', sans-serif;
  color: #777;
  padding: 4px 0 0;
}
.settings-page .item .switch {
  font-size: 0;
  text-align: right;
}
.settings-page .item .switch .price-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0;
}
.settings-page .item .switch .price-switch input {
  display: none;
}
.settings-page .item .switch .price-switch input:checked + .slider {
  background-color: #2196F3;
}
.settings-page .item .switch .price-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.settings-page .item .switch .price-switch input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.settings-page .item .switch .price-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.settings-page .item .switch .price-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.settings-page .item .switch .price-switch .slider.round {
  border-radius: 34px;
}
.settings-page .item .switch .price-switch .slider.round:before {
  border-radius: 50%;
}
/* Barcode Page */
.barcode-wrapper .text-group .item {
  margin: 0 0 5px;
  font: normal 14px/18px 'Google Sans Medium', sans-serif;
}
.barcode-wrapper .text-group .item .subtitle {
  position: relative;
  color: #000;
  padding: 8px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.barcode-wrapper .barcode-image {
  background-color: #fff !important;
  border: 1px solid #e0dfdf;
  text-align: center;
  padding: 20px 10px 22px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.barcode-wrapper .barcode-image img {
  margin: 0 auto;
}
#printer-page {
  width: 148mm;
  height: 105mm;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
#printer-page .inner {
  background-color: #fff;
  border: 2px solid #393185;
  padding: 10px 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#printer-page .inner .logo {
  margin: 5px 0 0;
}
#printer-page .inner .qr-code {
  text-align: center;
  width: 90px;
  position: relative;
  left: 30px;
}
#printer-page .inner .qr-code .in {
  border: 2px solid #aa3232;
  background-color: #aa3232;
  position: relative;
  height: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#printer-page .inner .qr-code .in span {
  display: block;
}
#printer-page .inner .qr-code .in span.title {
  background-color: #aa3232;
  padding: 2px 0 10px;
  font: normal 12px/1 'gilroy_medium', sans-serif;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#printer-page .inner .qr-code .in span.qr-img {
  background-color: #fff;
  padding: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 18px;
  height: 68px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#printer-page .inner .qr-code .in span.qr-img img {
  display: block;
  margin: auto;
  width: 60px;
}
#printer-page .inner .ul-1 {
  text-align: right;
}
#printer-page .inner .ul-1 li {
  margin: 0 0 3px;
  font: normal 14px/1 'gilroy_medium', sans-serif;
  letter-spacing: -0.02em;
}
#printer-page .inner .ul-1 li span {
  display: inline-block;
  border: 2px solid #e31145;
  color: #000;
  width: 20px;
  height: 20px;
  padding: 2px 0 0 1px;
  text-align: center;
  font-size: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#printer-page .inner .ul-1 li.instagram span {
  border-color: #e31145;
}
#printer-page .inner .ul-1 li.facebook span {
  border-color: #6666ff;
}
#printer-page .inner .ul-1 li.web span {
  border-color: #f17e00;
}
#printer-page .inner .ul-1 li.phone span {
  border-color: #118008;
}
#printer-page .inner .ul-2 li {
  font: normal 13px/16px 'gilroy_medium', sans-serif;
  letter-spacing: -0.02em;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 8px;
}
#printer-page .inner .ul-2 li .fa {
  position: absolute;
  left: 0;
  top: 2px;
}
#printer-page .inner .ul-2 li span {
  font: normal 11px/1 'gilroy_regular', sans-serif;
  border: 1px solid #ccc;
  padding: 1px;
  position: relative;
  top: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#printer-page .inner .print-inner-info {
  margin: 10px 0;
}
#printer-page .inner .print-inner-info .title {
  background-color: #27409c;
  padding: 10px;
  text-align: center;
  font: normal 16px/1 'gilroy_semibold', sans-serif !important;
  color: #000;
  margin: 0 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#printer-page .inner .print-inner-info .barcode-img img {
  height: 90px;
}
#printer-page .inner .print-inner-info .barcode-text {
  padding: 5px 0;
  text-align: center;
  font: normal 14px/1 'gilroy_medium', sans-serif;
  letter-spacing: 0.1em;
}
#printer-page .inner .print-kopirayt {
  background-color: #2ea905;
  font: normal 13px/16px 'gilroy_semibold', sans-serif;
  text-align: center;
  padding: 4px;
  margin: 0 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#printer-page .inner .tekfikir {
  background-color: #393185;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -2px;
  padding: 8px 5px 7px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font: normal 14px/1 'gilroy_bold', sans-serif;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
#printer-page .inner .tekfikir img {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 5px;
  width: 70px;
}
@media print {
  .header,
  .content,
  .footer {
    display: none !important;
  }
  #printer-page {
    display: block !important;
    width: 148mm;
    height: 105mm;
    padding: 10px;
    /*background-color: #ccc !important;
		print-color-adjust: exact;*/
  }
  #printer-page .inner {
    background-color: #fff !important;
    print-color-adjust: exact;
  }
  #printer-page .inner .ul-2 li.color-red {
    print-color-adjust: exact;
    color: #e63e3e !important;
  }
  #printer-page .inner .qr-code .in {
    background-color: #aa3232 !important;
    print-color-adjust: exact;
  }
  #printer-page .inner .qr-code .in span.title {
    background-color: #aa3232 !important;
    print-color-adjust: exact;
  }
  #printer-page .inner .qr-code .in span.qr-img {
    background-color: #fff !important;
    print-color-adjust: exact;
  }
  #printer-page .inner .print-inner-info .title {
    background-color: #27409c !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  #printer-page .inner .print-kopirayt {
    background-color: #2ea905 !important;
    print-color-adjust: exact;
  }
  #printer-page .inner .tekfikir {
    background-color: #393185 !important;
    print-color-adjust: exact;
  }
}
.ref-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.ref-switch input {
  display: none;
}
.ref-switch input:checked + .slider {
  background-color: #2196F3;
}
.ref-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.ref-switch input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.ref-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ref-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ref-switch .slider.round {
  border-radius: 34px;
}
.ref-switch .slider.round:before {
  border-radius: 50%;
}
/* Rounded sliders */
.nortification {
  display: block;
  font: normal 14px/1 'gilroy_regular', sans-serif;
  width: 180px;
  padding: 10px 0 12px;
  position: fixed;
  z-index: 99991;
  top: 10px;
  right: 20px;
  box-sizing: border-box;
  background-color: #fff;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.nortification.active {
  background-color: #147f26;
}
.nortification.disable {
  background-color: #e63e3e;
}
.animateOpen {
  -webkit-animation: moveOpen 2s;
  -webkit-animation-fill-mode: both;
}
/* Safari and Chrome */
@-webkit-keyframes moveOpen {
  from {
    -webkit-transform: translate(0, -100px);
  }
  10% {
    -webkit-transform: translate(0, 10px);
  }
  12% {
    -webkit-transform: translate(0, 12px);
  }
  16% {
    -webkit-transform: translate(0, 10px);
  }
  80% {
    -webkit-transform: translate(0, 10px);
  }
  85% {
    -webkit-transform: translate(0, 25px);
  }
  to {
    -webkit-transform: translate(0, -100px);
  }
}
/* Duplicater Block */
.entry-wrap {
  margin: 0;
}
.entry-wrap .entry {
  position: relative;
}
.entry-wrap .entry .entry-inputs {
  border: 1px solid #bfe3ed;
  background-color: #dcf4fb;
  padding: 10px 10px 8px;
  margin: 0 0 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.entry-wrap .entry .entry-inputs .btn-remove,
.entry-wrap .entry .entry-inputs .btn-remover {
  position: absolute;
  z-index: 99;
  right: -1px;
  top: -1px;
  background-color: #e63e3e;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px 3px 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 0 4px 0 4px;
  -moz-border-radius: 0 4px 0 4px;
  border-radius: 0 4px 0 4px;
}
.entry-wrap .entry .entry-inputs .btn-remove a,
.entry-wrap .entry .entry-inputs .btn-remover a {
  color: #fff;
}
.entry-wrap .entry .entry-inputs .btn-remove:hover,
.entry-wrap .entry .entry-inputs .btn-remover:hover {
  background-color: #e32727;
}
.entry-wrap .entry .entry-inputs.style-2 {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.entry-wrap .entry .entry-inputs.style-2 .btn-remove,
.entry-wrap .entry .entry-inputs.style-2 .btn-remover {
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background-color: #0d5319;
  color: #fff;
  font-size: 14px;
  padding: 7px 0 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.entry-wrap .entry .entry-inputs.style-2 .btn-remove a,
.entry-wrap .entry .entry-inputs.style-2 .btn-remover a {
  color: #fff;
}
.entry-wrap .entry .entry-inputs.style-2 .btn-remove:hover,
.entry-wrap .entry .entry-inputs.style-2 .btn-remover:hover {
  background-color: #11691f;
}
.entry-wrap .entry .duplicater-btn {
  font-size: 0;
  text-align: right;
}
.entry-wrap .entry .duplicater-btn span {
  display: inline-block;
  color: #fff;
  font: normal 12px/1 'gilroy_regular', sans-serif;
  padding: 6px 10px 7px;
  cursor: pointer;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.entry-wrap .entry .duplicater-btn span.btn-add {
  background-color: #147f26;
}
.entry-wrap .entry .duplicater-btn span.btn-add:hover {
  background-color: #0d5319;
}
.entry-wrap .entry .duplicater-btn span.btn-remove {
  background-color: #e63e3e;
}
.entry-wrap .entry .duplicater-btn span.btn-remove:hover {
  background-color: #d51c1c;
}
.entry-wrap .entry:last-child .duplicater-btn {
  margin-top: 10px;
}
.entry-wrap.page-edit {
  margin-bottom: 13px;
  padding: 10px 10px 0;
  background-color: #eae8c6;
  border: 1px solid #d4d1a0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.entry-wrap.page-edit .alert {
  border-color: #d4d1a0;
  margin-bottom: 10px !important;
}
.entry-wrap.page-edit p {
  font: normal 13px/16px 'gilroy_medium', sans-serif;
  margin: 0 0 10px;
}
.entry-wrap.page-edit .entry .entry-inputs {
  border-color: #d4d1a0;
  background-color: #fefde6;
  padding: 5px 10px 0;
}
.entry-wrap.page-edit .entry .entry-inputs .absolute-id {
  position: absolute;
  left: 10px;
  top: -8px;
  z-index: -1;
  font: normal 10px/1 'gilroy_medium', sans-serif;
  color: #333;
  background-color: #d4d1a0;
  padding: 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Side Navbar */
.sidebar .side-navbar ul li {
  display: block;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  margin: 0 0 5px;
  text-align: right;
}
.sidebar .side-navbar ul li.divider {
  height: 3px;
  background-color: #9dc8e0;
}
.sidebar .side-navbar ul li a {
  display: block;
  padding: 9px 10px 11px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #9dc8e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar .side-navbar ul li a:after {
  content: '\f359';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: bold;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}
.sidebar .side-navbar ul li a:hover {
  background-color: #318496;
  border-color: #318496;
  color: #fff;
}
/* Scroll Block */
.scroll-block {
  height: 200px !important;
  overflow: auto;
}
.speed-messages-wrapper .sortable-item.ui-sortable-helper .smw-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.speed-messages-wrapper .smw-item {
  background-color: #27409c;
  padding: 1px;
  cursor: pointer;
  margin: 0 0 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.speed-messages-wrapper .smw-item > div {
  margin: 0 0 5px;
}
.speed-messages-wrapper .smw-item .title {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #ffffff;
  padding: 8px 8px 6px;
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
}
.speed-messages-wrapper .smw-item .words {
  background-color: #fae1c9;
  font: normal 11px/1 'gilroy_regular', sans-serif;
  color: #454545;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.speed-messages-wrapper .smw-item .text {
  font: normal 13px/1.2 'gilroy_regular', sans-serif;
  color: #454545;
  height: 90px;
  padding: 5px;
  background-color: #fff;
  margin: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.speed-messages-wrapper .smw-item .button-group {
  background-color: #fff;
  display: block;
  font-size: 0;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.speed-messages-wrapper .smw-item .button-group .bg-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 16.66666%;
  text-align: center;
  overflow: hidden;
}
.speed-messages-wrapper .smw-item .button-group .bg-item .brand {
  border-top: 1px solid #ccc;
  background-color: #fff;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.speed-messages-wrapper .smw-item .button-group .bg-item .brand img {
  display: block;
  margin: 4px auto;
  height: 16px;
  max-width: 90%;
}
.speed-messages-wrapper .smw-item .button-group .bg-item a,
.speed-messages-wrapper .smw-item .button-group .bg-item span.alink {
  display: block;
  height: 28px;
  padding: 8px 0 0;
  color: #343434;
}
.speed-messages-wrapper .smw-item .button-group .bg-item:last-child {
  border-right: none;
}
.speed-messages-wrapper .smw-item .button-group .bg-item img {
  margin: 0 auto;
}
.speed-messages-wrapper .smw-item.selected {
  background-color: #f64e0d;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#sortable-list li {
  list-style: none;
  background-color: #e5e5e5;
  border-bottom: 1px solid #f8f8f8;
}
#sort-result {
  color: brown;
}
.sms-send-wrapper .sms-item {
  background-color: #fdfbf0;
  border: 1px solid #dad7c1;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sms-send-wrapper .sms-item:hover {
  background-color: #ffffff;
  border-color: #c7c2a1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.sms-send-wrapper .sms-item ul {
  font-size: 0;
  display: block;
  line-height: 0;
  margin: 0 0 5px;
}
.sms-send-wrapper .sms-item ul li {
  display: inline-block;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  margin: 0 10px 0 0;
}
.sms-send-wrapper .sms-item .sms-text {
  font: normal 13px/1.5 'gilroy_regular', sans-serif;
  color: #454545;
}
.sortable-ghost {
  opacity: 0.6;
  background-color: #f0f0f0;
  border: 1px dashed #333 !important;
  -webkit-box-shadow: 10px 10px 10px #333;
  -moz-box-shadow: 10px 10px 10px #333;
  box-shadow: 10px 10px 10px #333;
  cursor: move;
}
.sortable-drag {
  opacity: 1;
  transform: scale(1.05);
  z-index: 9999;
}
.list-item {
  transition: all 0.3s ease;
}
.speed-message-ajax-table {
  color: #868686;
  font: normal 12px/1 'gilroy_regular', sans-serif;
}
.speed-message-ajax-table table th,
.speed-message-ajax-table table td {
  padding: 3px;
}
.speed-message-ajax-table table th {
  font-family: 'gilroy_medium', sans-serif;
  font-weight: normal;
  background-color: #27409c;
  color: #fff;
}
.speed-message-ajax-table table td {
  background-color: #fff;
  color: #333;
}
.hesaplama-sonuclari {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'gilroy_medium', sans-serif;
}
.hesaplama-sonuclari .panel-primary {
  border-color: #337ab7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.hesaplama-sonuclari .panel-primary .panel-heading {
  background-color: #337ab7;
  border-color: #337ab7;
}
.hesaplama-sonuclari .panel-primary .panel-heading .panel-title {
  font-weight: 600;
  font-size: 18px;
}
.hesaplama-sonuclari .panel-primary .panel-body {
  padding: 20px;
}
.hesaplama-sonuclari h4 {
  color: #337ab7;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}
.hesaplama-sonuclari h4 i {
  margin-right: 8px;
}
.hesaplama-sonuclari .bilgi-item {
  margin-bottom: 10px;
  padding: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.hesaplama-sonuclari .bilgi-item.toplam {
  background-color: #c7ddef;
  font-weight: 600;
}
.hesaplama-sonuclari .bilgi-item .etiket {
  font-weight: 600;
  color: #777;
  display: inline-block;
  min-width: 150px;
}
.hesaplama-sonuclari .bilgi-item .deger {
  color: #333;
}
.hesaplama-sonuclari .genel-bilgiler {
  margin-bottom: 25px;
}
.hesaplama-sonuclari .hammadde-bilgileri {
  margin-bottom: 25px;
}
.hesaplama-sonuclari .urun-detaylari .row {
  margin-bottom: 20px;
}
.hesaplama-sonuclari .urun-detaylari .urun-panel {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.hesaplama-sonuclari .urun-detaylari .urun-panel .urun-baslik {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.hesaplama-sonuclari .urun-detaylari .urun-panel .urun-baslik h5 {
  margin: 0;
  font-weight: 600;
  color: #337ab7;
}
.hesaplama-sonuclari .urun-detaylari .urun-panel .urun-icerik {
  padding: 15px;
}
.hesaplama-sonuclari .urun-detaylari .urun-panel .urun-icerik .bilgi-item {
  background-color: white;
  border: 1px solid #e0e0e0;
}
.hesaplama-sonuclari .urun-detaylari .urun-panel .urun-icerik .bilgi-item.toplam {
  background-color: #eaf6ea;
}
@media (max-width: 767px) {
  .hesaplama-sonuclari .bilgi-item .etiket {
    display: block;
    margin-bottom: 5px;
  }
  .hesaplama-sonuclari .urun-panel {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=custom.css.map */