/* General Colors */
.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;
}
/* Gilroy Font Pack */
@font-face {
  font-family: 'gilroy_regular';
  src: url('../fonts/gilroy/Gilroy-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_regular_italic';
  src: url('../fonts/gilroy/Gilroy-RegularItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_medium';
  src: url('../fonts/gilroy/Gilroy-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_medium_italic';
  src: url('../fonts/gilroy/Gilroy-MediumItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_semibold';
  src: url('../fonts/gilroy/Gilroy-SemiBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_semibold_italic';
  src: url('../fonts/gilroy/Gilroy-SemiBoldItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_bold';
  src: url('../fonts/gilroy/Gilroy-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_bold_italic';
  src: url('../fonts/gilroy/Gilroy-BoldItalic.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_extrabold';
  src: url('../fonts/gilroy/Gilroy-ExtraBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy_extrabold_italic';
  src: url('../fonts/gilroy/Gilroy-ExtraBoldItalic.otf');
  font-weight: normal;
  font-style: normal;
}
/* Heron Sans Fonts Pack */
@font-face {
  font-family: 'heronsanslight';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_light-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsanslight_italic';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_light_italic-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_light_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsansregular';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_regular-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsansitalic';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_italic-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsansmedium';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_medium-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsansmedium_italic';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_medium_italic-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_medium_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsanssemibold';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_semibold-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsanssemibold_italic';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_semibold_italic-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_semibold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsansbold';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_bold-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heronsansbold_italic';
  src: url('../fonts/heronsans/font_bureau_-_heronsans_bold_italic-webfont.woff2') format('woff2'), url('../fonts/heronsans/font_bureau_-_heronsans_bold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* General */
.clearboth {
  clear: both;
}
.relative {
  position: relative;
}
.tooltip {
  font: normal 12px/1 'gilroy_regular', sans-serif;
  letter-spacing: 0.02em;
}
a,
.btn,
button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.shower {
  display: block;
}
.hider {
  display: none;
}
.d-block {
  display: block;
}
.process-status .process-buttons {
  margin: 5px  0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 10px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.process-status .process-buttons p {
  font: normal 13px/1 'gilroy_medium', sans-serif;
  color: #999;
  margin: 0 0 5px;
}
.process-status .process-buttons ul {
  font-size: 0;
}
.process-status .process-buttons ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  font: normal 13px/1 'gilroy_regular', sans-serif;
}
.process-status .process-buttons ul li a {
  display: block;
  padding: 8px 10px 10px ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.process-status .process-buttons ul li a[class^="btn"] {
  color: #fff;
}
.alert {
  font: normal 13px/16px 'gilroy_regular', sans-serif;
  padding: 10px 10px 12px;
}
.alert span b,
.alert span strong {
  font-family: 'gilroy_medium', sans-serif;
}
.alert a:hover {
  text-decoration: underline;
}
.alert[class*="-success"] a {
  color: #3c763d;
}
.alert[class*="-warning"] a {
  color: #8a6d3b;
}
.alert[class*="-info"] a {
  color: #31708f;
}
.alert[class*="-danger"] a {
  color: #a94442;
}
.color-white {
  color: #fff !important;
}
.color-white:hover {
  color: #e6e6e6 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
hr {
  border-color: #b2d6e3;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
@-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;
  }
}
@-webkit-keyframes bgColorAnimate {
  50% {
    background-color: #27409c;
  }
}
@-moz-keyframes bgColorAnimate {
  50% {
    background-color: #27409c;
  }
}
@-o-keyframes bgColorAnimate {
  50% {
    background-color: #27409c;
  }
}
@keyframes bgColorAnimate {
  50% {
    background-color: #27409c;
  }
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-underline {
  text-decoration: underline;
}
.no-scroll {
  overflow: hidden !important;
}
.yes-scroll {
  overflow: auto;
}
.row-in-center {
  display: flex;
  align-items: center;
}
.row-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gutter-5 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-gutter-10 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
input.form-control,
textarea.form-control {
  background-color: #ffffff;
  padding: 12px 10px 14px;
  min-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-dialog .modal-header .modal-title {
  font: normal 15px/1 'gilroy_medium', sans-serif;
  padding: 2px 0 0;
  color: #27409c;
}
.modal-dialog .modal-header .modal-title span {
  color: #318496;
}
.modal-dialog .modal-body {
  font: normal 14px/18px 'gilroy_regular', sans-serif;
  color: #464646;
  padding: 15px 15px 18px;
}
.modal-dialog .modal-body img {
  margin: auto;
}
.modal-dialog .modal-body p.title {
  font: normal 14px/1 'gilroy_semibold', sans-serif;
  color: #27409c;
  padding: 0 0 10px;
  margin: 10px 0 0;
}
.modal-dialog .modal-body ul.ref-orderlist {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-dialog .modal-body ul.ref-orderlist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 10px 9px;
  color: #343434;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-dialog .modal-body ul.ref-orderlist li:hover {
  background-color: #ebebeb;
}
.modal-dialog .modal-body ul.ref-orderlist li:before {
  content: '\f290';
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  margin-right: 5px;
  color: #318496;
}
.modal-dialog .modal-body ul.ref-orderlist li:last-child {
  border-bottom: 0;
}
.modal-dialog .modal-body ul.ref-orderlist li span {
  float: right;
  font-family: 'gilroy_semibold', sans-serif;
}
.modal-dialog .modal-body ul.ref-orderlist li span.date {
  float: none;
  font: normal 11px/1 'gilroy_semibold', sans-serif;
  color: #777;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modal-dialog .modal-body ul.ref-orderlist li a {
  color: #318496;
}
.modal-dialog .modal-body ul.ref-orderlist li a:hover {
  color: #236674;
  text-decoration: underline;
}
.modal-dialog .modal-body .modal-content-btns .mcb-item {
  text-align: center;
  display: block;
}
.modal-dialog .modal-body .modal-content-btns .mcb-item a,
.modal-dialog .modal-body .modal-content-btns .mcb-item button {
  display: block;
  font: normal 13px/1 'gilroy_regular', sans-serif;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-dialog .modal-body .modal-content-btns .mcb-item.edit a,
.modal-dialog .modal-body .modal-content-btns .mcb-item.edit button {
  background-color: #2c48b0;
  color: #fff;
}
.modal-dialog .modal-body .modal-content-btns .mcb-item.remove a,
.modal-dialog .modal-body .modal-content-btns .mcb-item.remove button {
  background-color: #e63e3e;
  color: #fff;
}
.modal-dialog .modal-body .kazanc {
  background-color: #ebebeb;
  color: #fff;
  padding: 4px 5px;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.modal-dialog .modal-body .kazanc.money-plus {
  background-color: #147f26;
}
.modal-dialog .modal-body .kazanc.money-negative {
  background-color: #e63e3e;
}
.modal-dialog .modal-body .kazanc.money-zero {
  background-color: #868686;
}
.modal-dialog .modal-footer button[class*="modal-"] {
  font: normal 14px/1 'gilroy_regular', sans-serif;
  padding: 15px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-dialog .modal-footer button.modal-update {
  background-color: #147f26;
  color: #fff;
}
.modal-dialog .modal-footer button.modal-update:hover {
  background-color: #11691f;
}
.modal-dialog .modal-footer button.modal-process {
  background-color: #318496;
  color: #fff;
}
.modal-dialog .modal-footer button.modal-process:hover {
  background-color: #236674;
}
.modal-dialog .modal-footer button.modal-close {
  background-color: #ccc;
}
.modal-dialog .modal-footer button.modal-close:hover {
  background-color: #868686;
  color: #fff;
}
.swal2-modal .swal2-title {
  font: normal 24px/1 'gilroy_medium', sans-serif;
}
.swal2-modal .swal2-styled {
  font-family: 'gilroy_medium', sans-serif;
}
.swal2-modal .swal2-content {
  font: normal 14px/1.5 'gilroy_regular', sans-serif;
}
/* Topic */
.topic h1,
.topic h2,
.topic h3,
.topic h4,
.topic h5,
.topic h6,
.topic p,
.topic ul,
.topic ol {
  margin-bottom: 20px;
  font-family: 'Gilroy Semibold', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #171721;
  letter-spacing: -0.04em;
}
.topic h1 a,
.topic h2 a,
.topic h3 a,
.topic h4 a,
.topic h5 a,
.topic h6 a,
.topic p a,
.topic ul a,
.topic ol a {
  color: #27274e;
  border-bottom: 1px dotted #ccc;
}
.topic h1 a:hover,
.topic h2 a:hover,
.topic h3 a:hover,
.topic h4 a:hover,
.topic h5 a:hover,
.topic h6 a:hover,
.topic p a:hover,
.topic ul a:hover,
.topic ol a:hover {
  opacity: 0.8;
}
.topic h1.h1-title,
.topic h1,
.topic h2,
.topic h3,
.topic h4,
.topic h5,
.topic h6 {
  font-family: 'Gilroy Extrabold', sans-serif;
  color: #171721;
}
.topic h1.h1-title,
.topic h1 {
  font-size: 28px;
  line-height: 32px;
}
.topic h1.h1-title.border-bottom,
.topic h1.border-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.topic h2 {
  font-size: 26px;
  line-height: 30px;
}
.topic h3 {
  font-size: 24px;
  line-height: 28px;
}
.topic h4 {
  font-size: 22px;
  line-height: 26px;
}
.topic h5 {
  font-size: 20px;
  line-height: 24px;
}
.topic h6 {
  font-size: 18px;
  line-height: 22px;
}
.topic p {
  color: #2c2c2c;
}
.topic img.page-image {
  margin-bottom: 25px;
  width: 100%;
}
.topic ul {
  margin-left: 30px;
}
.topic ul li::before {
  content: '\e906';
  font-family: 'icon', sans-serif;
  margin-right: 10px;
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
}
.topic ul.type-2 {
  list-style: disc;
  margin-left: 20px;
}
.topic ul.type-2 li {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 0;
  font-family: 'Gilroy Extrabold', sans-serif;
}
.topic ul.type-2 li:first-child {
  padding-top: 0;
}
.topic ul.type-2 li:last-child {
  padding-bottom: 0;
}
.topic ul.type-2 li:before {
  display: none;
}
.topic ol {
  margin-left: 45px;
  list-style-type: decimal;
}
.topic ol li::before {
  font-family: 'Icons', sans-serif;
  margin-right: 10px;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
.loading-block-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.loading-block-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.loading-block-wrap .inner {
  width: 100%;
}
.loading-block-wrap .inner p {
  font: normal 14px/1 'gilroy_regular', sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.loading-block-wrap .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-block-wrap .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loading-block-wrap .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.loading-block-wrap .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading-block-wrap .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loading-block-wrap .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading-block-wrap .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loading-block-wrap .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading-block-wrap .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loading-block-wrap .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading-block-wrap .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading-block-wrap .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading-block-wrap .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loading-block-wrap .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading-block-wrap .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loading-block-wrap .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading-block-wrap .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loading-block-wrap .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading-block-wrap .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input.datepicker {
  padding: inherit;
}
.text-left {
  text-align: left !important;
}
.cursor-pointer {
  cursor: pointer;
}
.unselectable {
  user-select: none !important;
  /* Modern tarayıcılar */
  -webkit-user-select: none !important;
  /* Chrome, Safari */
  -moz-user-select: none !important;
  /* Firefox */
  -ms-user-select: none !important;
  /* IE/Edge */
}
.datepicker.dropdown-menu {
  z-index: 999;
  padding: 10px;
  border: 1px solid #27409c;
  font: normal 13px/1 'gilroy_semibold', sans-serif;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr:first-child {
  padding-bottom: 10px;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr th {
  text-align: center;
  font: normal 13px/1 'gilroy_medium', sans-serif;
  padding: 10px;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr th.dow {
  background-color: #318496;
  color: #fff;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr th.dow:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr th.dow:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr th.datepicker-switch {
  text-align: center;
  font: normal 14px/1 'gilroy_semibold', sans-serif;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed thead tr th.next {
  text-align: right;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody {
  text-align: center;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody:before,
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody:after {
  content: '';
  display: block;
  height: 5px;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody tr td {
  border: 0;
  color: #27409c;
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody tr td:hover {
  background-color: #ebebeb;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody tr td.active {
  background-color: #27409c;
  color: #fff;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody tr td.old,
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody tr td.new {
  color: #ccc;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tbody tr td.today {
  background-color: #ccc;
  color: #454545;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tfoot tr th.today {
  text-align: center;
  background-color: #ebebeb;
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker.dropdown-menu .datepicker-days table.table-condensed tfoot tr th.today:hover {
  background-color: #ddd;
}
.pl-login-page {
  margin: auto;
  display: block;
  padding-top: 50px;
}
.pl-login-page input,
.pl-login-page input:focus,
.pl-login-page button,
.pl-login-page button:focus {
  width: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pl-login-page .alert {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 15px;
  -webkit-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
}
.pl-login-page .alert button {
  width: auto;
  top: -5px;
  right: 0;
  position: relative;
}
.pl-login-page .wrapper {
  display: block;
  width: 350px;
  margin: 0 auto 0;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.pl-login-page .wrapper .title {
  margin: 0 0 10px;
  font: bold 18px/1 'gilroy_regular', sans-serif;
  background-color: #25a4f5;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.pl-login-page .wrapper .pl-form-controller {
  padding: 10px;
  background-color: #fff;
}
.pl-login-page .wrapper .pl-form-controller .form-item {
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.pl-login-page .wrapper .pl-form-controller .form-item:last-child {
  margin-bottom: 5px;
}
.pl-login-page .wrapper .pl-form-controller .form-item input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 15px 10px;
  display: block;
  text-align: center;
  font: normal 14px/1 'gilroy_regular', sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pl-login-page .wrapper .pl-form-controller .form-item input:focus {
  border-color: #25a4f5;
}
.pl-login-page .wrapper .pl-form-controller .form-item button[type="submit"] {
  background-color: #f73c3c;
  font: bold 14px/1 'gilroy_semibold', sans-serif;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 18px 15px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pl-login-page .wrapper .pl-form-controller .form-item button[type="submit"]:hover {
  background-color: #be1a1a;
}
.pl-login-page .pl-copyright {
  text-align: center;
  font: normal 12px/1 'gilroy_regular', sans-serif;
  color: #777;
  letter-spacing: 0.1em;
  display: block;
  padding: 10px 0;
  margin: 30px 0 0;
}
/* 5'li Kolon */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (max-width: 767px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 991px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1230px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Spacing */
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -2rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}
.m-n6 {
  margin: -2.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
/* Spacing */
a.modal-fatura-speedinfo {
  font: normal 14px/1 'gilroy_medium', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.copy-btn-general {
  cursor: pointer;
}
.copy-btn-general .copied {
  display: block;
  position: absolute;
  z-index: 99999;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  bottom: 0;
  text-align: center;
  background-color: #147f26;
  color: #fff;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.copy-btn-general.bg-green {
  background-color: #5dc26e !important;
  color: #fff !important;
}
/*# sourceMappingURL=general.css.map */