﻿body {
  /*font-size: 80% !important;*/
  font-size: 12px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

header .navbar-brand img {
  max-width: 100%;
  max-height: 100%; }

span.firma {
  color: #fff;
  display: block;
  padding-top: 23px;
  box-sizing: border-box;
  white-space: nowrap;
  max-width: 600px;
  text-overflow: ellipsis;
  overflow: hidden; }

.border-red {
  border-color: #d10000 !important; }

button[disabled] {
  background: #aaa !important;
  border-color: #ddd !important; }

@media only screen and (max-width: 768px) {
  span.firma {
    max-width: 300px; } }

@media only screen and (max-width: 468px) {
  span.firma {
    max-width: 150px; } }

.masaustuislemler {
  display: inline-block; }

.mobilislemler {
  display: none; }

@media only screen and (max-width: 950px) {
  .masaustuislemler {
    display: none; }
  .mobilislemler {
    display: inline-block; } }

.faturaolustur, .faturaolustur input, .faturaolustur select, .faturaolustur select option {
  font-size: 9pt; }

.faturaolustur div.card-header {
  padding: 0px 5px;
  border-radius: 0;
  -webkit-border-radius: 0; }

.faturaolustur div.card-header, .faturaolustur div.card-header h4 {
  font-size: 10pt;
  text-align: center;
  color: #ffF; }

.faturaolustur div.card-header div.card-actions a {
  margin-right: 10px; }

.faturaolustur .form-group {
  margin-bottom: 0px; }

.faturaolustur .card-header {
  padding: .35rem 1.25rem; }

.faturaolustur .ftcard {
  padding: 9px; }

.m-b-0 {
  margin-bottom: 0px !important; }

.poniter {
  cursor: pointer; }

table.faturatable input {
  background-color: transparent;
  border: none;
  width: 100%; }

table.faturatable th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 8pt;
  background: linear-gradient(#f1f1f1, #ddd); }

table.faturatable th:nth-child(1) {
  border-left: 1px solid #ddd; }

table.faturatable tbody tr td:nth-child(1) {
  background: linear-gradient(90deg, #f1f1f1, #ddd); }

tr.secili {
  background-color: #c3e1fa !important;
  transition: background .2s ease-in-out; }

table.faturatable tbody tr td {
  border: 1px solid #ddd;
  padding: 0 10px 0 0;
  vertical-align: middle;
  font-size: 8pt; }

table.faturatable tbody tr td:nth-child(1) {
  text-align: center; }

table.faturatable tbody tr td select {
  outline: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none; }

table.faturatable input.currency {
  text-align: right; }

table.faturatable .birimselect {
  font-size: 10pt;
  height: 25px;
  padding: 0 10px; }

.faturaolustur .alttoplamlar input {
  text-align: right; }

input.para {
  text-align: right; }

.duzenle {
  color: #2bc2eb; }

.sil {
  color: #ff9191; }

.table td, .table th {
  padding: .35rem !important;
  vertical-align: middle !important; }

.table thead th {
  vertical-align: middle !important; }

.shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); }

.form-control-sm {
  height: 25px !important; }

.btn-green {
  background: #00c18a;
  border: 1px solid #00c18a; }

.btn-green:hover {
  background: #007b58;
  opacity: 0.7;
  border: 1px solid #007b58; }

.form-material.form-material-green .form-control,
.form-material.form-material-green .form-control.focus {
  background-image: linear-gradient(#00c18a, #00c18a), linear-gradient(#d9d9d9, #d9d9d9); }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #00c18a;
  border-color: #00c18a; }

.faturaolustur .custom-select {
  padding: 5 5px; }

div.firmasec {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 15px; }

div.firmasec span {
  color: #fff;
  margin-bottom: 5px;
  display: block; }

div.firmasec select.firmasec {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff; }

div.firmasec select.firmasec option {
  color: initial; }

.checkbox label {
  display: block;
  padding-left: 5px;
  position: relative; }

.checkbox2 label {
  display: block;
  padding-left: 15px;
  position: relative; }

div.input-group span.input-group-sm {
  font-size: inherit;
  padding: 0 5px; }

div.input-group span.input-group-btn-sm button,
div.input-group span.input-group-btn-sm button:focus,
div.input-group span.input-group-btn-sm button:active {
  padding: 0 5px;
  outline: none;
  box-shadow: none; }

.btn-secondary {
  color: #939393;
  background-color: #e1e1e1;
  border-color: #ccc; }

.card {
  margin-bottom: 0px; }

.checkbox {
  padding-left: 5px; }

.checkbox22 label {
  display: block;
  padding-left: 25px;
  position: relative; }

.checkbox22 label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid rgba(120, 130, 140, 0.8);
  /*border: 1px solid rgba(120,130,140,0.13);*/
  content: "";
  display: inline-block;
  height: 18px;
  left: 14px;
  margin-left: -14px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 20px;
  outline: none; }

.checkbox22 label::after {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  left: 15px;
  margin-left: -14px;
  padding-left: 3px;
  position: absolute;
  top: 2px;
  width: 16px; }

.checkbox22 input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0px;
  outline: none; }

.checkbox22 input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none; }

.checkbox22 input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome'; }

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #f2f7f8;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox22.checkbox22-inline {
  margin-top: 0; }

.checkbox.checkbox-single label {
  height: 20px;
  width: 20px; }

.checkbox22-primary input[type="checkbox"]:checked + label::before {
  background-color: #0f4776;
  border-color: #0f4776; }

div.uyari {
  padding: 10px 0;
  background-color: #ffb7b7;
  border: 1px solid #bf3c3c;
  color: #444;
  border-radius: 4px; }

html body .bg-danger {
  background-color: #ff768f !important; }

.desktop-info {
  display: block; }

.mobil-info {
  display: none; }

@media only screen and (max-width: 768px) {
  .desktop-info {
    display: none !important; }
  .mobil-info {
    display: block !important; } }

.raportable table {
  border: 1px solid #f1f1f1;
  border-collapse: collapse; }

.raportable table thead tr {
  background-color: #f1f1f1; }

.raportable table thead tr th {
  text-align: center; }

.raportable table tbody tr td {
  text-align: right;
  border: 1px solid #f1f1f1; }

.raportable table tbody tr td:nth-child(1) {
  text-align: left; }

div.checkbox.ftcheck {
  padding-top: 5px;
  padding-left: 0; }

div.checkbox.ftcheck label {
  padding-left: 25px; }

div.checkbox.ftcheck label::before {
  top: 0;
  height: 17px;
  left: 0; }

div.checkbox.ftcheck label::after {
  top: 0;
  height: 17px;
  left: 0; }

.login-box {
  width: 300px; }

.login-register {
  padding: 5% 0; }

div.table {
  /*font-size: 12px !important;*/
  /*font-size: 0.6vw !important;*/
  font-size: 12px !important;
  overflow-x: auto; }

div.checkbox.muhurcheck label::before {
  top: -6px;
  height: 17px;
  left: 0; }

div.checkbox.muhurcheck label::after {
  top: -6px;
  height: 17px;
  left: 0; }

#ms-firmalistesi.ms-container {
  width: 100%; }

.modaluyari {
  cursor: pointer !important; }

div.ettn, div.gtb, div.sistemID {
  min-width: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 2px 5px;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 12px;
  background-color: #4f82d1;
  transition: background .2s ease-in-out; }

div.firmasecdiv {
  font-size: 12px !important; }

div.firmasecdiv .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff; }

div.firmasecdiv .select2-container--default .select2-selection--single {
  background-color: transparent; }

.select2-container {
  width: 100% !important;
  font-size: 12px !important; }

.ftduzenlemenu {
  left: inherit;
  right: 0px; }

.ftduzenlemenu a {
  font-size: 12px; }

.yetkitablo tr.aktif {
  background-color: #f1f1f1; }

.yetkitablo tr:hover {
  background-color: #f8f8f8; }

.yetkialttablo tr:hover {
  background-color: #f8f8f8 !important;
  box-shadow: inset 0 0 2px 2px #ddd; }

table.faturatableince input {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 0;
  font-family: "Rubik",sans-serif; }

table.faturatableince th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 8pt;
  background: #f1f1f1;
  padding: 2px 0 !important; }

table.faturatableince th:nth-child(1) {
  border-left: 1px solid #ddd; }

table.faturatableince tbody tr td:nth-child(1) {
  background: #f1f1f1; }

tr.secili {
  background-color: #c3e1fa !important;
  transition: background .2s ease-in-out; }

table.faturatableince tbody tr td {
  border: 1px solid #ddd;
  padding: 0 0 0 5px !important;
  vertical-align: middle;
  font-size: 8pt; }

table.faturatableince tbody tr td:nth-child(1), table.faturatableince tbody tr td:nth-last-child(1) {
  padding: 0 !important; }

table.faturatableince tbody tr td:nth-child(1) {
  text-align: center; }

table.faturatableince tbody tr td select {
  outline: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none;
  font-family: "Rubik",sans-serif; }

table.faturatableince tbody tr td .btnsil {
  background-color: transparent;
  outline: none; }

table.faturatableince input.currency {
  text-align: right; }

table.faturatableince .birimselect {
  font-size: 10pt;
  height: 25px;
  padding: 0 10px; }

.overflowheight75 {
  max-height: 75px;
  overflow-y: auto; }

.overflowheight75::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #F5F5F5; }

.overflowheight75::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

.overflowheight75::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.5); }

.card {
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2); }

.card-shadow {
  box-shadow: 0 1px 12px 7px rgba(0, 0, 0, 0.2); }

.hizmetiptal {
  margin-bottom: 15px;
  font-size: 12pt; }
  .hizmetiptal div.text {
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box; }
    .hizmetiptal div.text h4 {
      text-align: center;
      border-bottom: 1px solid #ddd;
      width: 100%;
      float: left;
      display: block;
      box-sizing: border-box;
      padding: 10px 0;
      margin: 0 0 10px 0; }
      .hizmetiptal div.text h4 i {
        margin-right: 10px; }
  .hizmetiptal table {
    width: 100%; }
    .hizmetiptal table tr td:first-child {
      white-space: nowrap; }
    .hizmetiptal table tr td:nth-child(2) {
      padding: 0 10px; }
  .hizmetiptal textarea {
    width: 100%;
    min-height: 30px;
    border: 1px solid #ddd; }
  .hizmetiptal button.iptal {
    width: 100%; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  background-color: #0c617a;
  border: 1px solid #0b6a7c; }

.btn-primary.active, .btn-primary:focus, .btn-primary.disabled.active, .btn-primary.disabled:focus {
  background: #0c617a; }

#HizmetIptal div.inputdiv {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
  #HizmetIptal div.inputdiv label {
    display: block;
    width: 100%; }

.FrmBelgeSablonlari table th, .FrmBelgeSablonlari table td {
  white-space: nowrap; }

@-webkit-keyframes gizZoomIn {
  from {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate3d(0, 0, 1, 0) scale(0.8);
    transform: rotate3d(0, 0, 1, 0) scale(0.8);
    opacity: 0; }
  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes gizZoomIn {
  from {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate3d(0, 0, 1, 0) scale(0.8);
    transform: rotate3d(0, 0, 1, 0) scale(0.8);
    opacity: 0; }
  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes gizZoomOut {
  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate3d(0, 0, 1, 0) scale(0.8);
    transform: rotate3d(0, 0, 1, 0) scale(0.8);
    opacity: 0; }
  from {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes gizZoomOut {
  to {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate3d(0, 0, 1, 0) scale(0.8);
    transform: rotate3d(0, 0, 1, 0) scale(0.8);
    opacity: 0; }
  from {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.modal.fade .modal-dialog {
  -webkit-animation-name: gizZoomOut;
  animation-name: gizZoomOut;
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important; }

.modal.fade.in .modal-dialog,
.modal.fade.show .modal-dialog {
  -webkit-animation-name: gizZoomIn;
  animation-name: gizZoomIn;
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important; }

.modal-dialog {
  width: 75%;
  max-width: 1920px;
  margin: 30px auto; }
  .modal-dialog > div {
    flex: 1 1 auto;
    box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.4);
    border: none; }

b, strong {
  font-weight: 700; }

.aktarim table thead th {
  padding: 0 !important;
  border: 1px solid #156d98;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  background: #0e5579 !important;
  color: #fff;
  font-weight: 400;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-family: "Rubik",sans-serif; }
  .aktarim table thead th select {
    border: 0;
    border-radius: 0;
    font-family: "Rubik",sans-serif;
    font-size: 13px;
    color: #fff;
    width: 100%;
    font-weight: 400;
    box-shadow: inset rgba(0, 0, 0, 0.2);
    min-width: 130px; }

.aktarim table tbody td {
  font-family: "Rubik",sans-serif;
  font-size: 12px;
  padding: 0 2px !important;
  border-right: 1px solid #f1f1f1; }
  .aktarim table tbody td span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px; }

.modal-form {
  margin: 15px 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.FrmPacketList {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .FrmPacketList .credit-card-form {
    display: none;
    flex: 2;
    background: #fff;
    margin: 10px;
    padding: 15px;
    border-radius: 4px;
    /*@include boxShadow();*/ }
  .FrmPacketList .packet-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-width: 220px; }
    .FrmPacketList .packet-box button {
      /*@include boxShadow();
            background: #fff;*/
      color: #fff; }
    .FrmPacketList .packet-box .packet {
      flex: 1;
      padding: 10px;
      /*@include boxShadow();*/
      border-radius: 4px;
      background: #fff;
      display: flex;
      flex-direction: column; }
      .FrmPacketList .packet-box .packet .top {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px; }
        .FrmPacketList .packet-box .packet .top img {
          width: 30px; }
        .FrmPacketList .packet-box .packet .top h3 {
          margin: 0 15px;
          font-size: 16pt; }
      .FrmPacketList .packet-box .packet .desc {
        flex: 1; }
      .FrmPacketList .packet-box .packet .currency {
        display: block;
        text-align: right;
        font-size: 16pt;
        font-weight: 500;
        border-top: 1px solid #ddd;
        padding-top: 5px; }
      .FrmPacketList .packet-box .packet .kdv {
        display: block;
        text-align: right;
        font-size: 10pt;
        font-weight: 500; }
  .FrmPacketList.active .credit-card-form {
    display: block; }
  .FrmPacketList.active .packet-box:not(.active) {
    display: none; }
  .FrmPacketList.active .packet-box.active button {
    margin-bottom: 0; }
  .FrmPacketList .bank {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .FrmPacketList .bank ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      background: rgba(255, 255, 255, 0.5);
      padding: 5px 10px;
      border-radius: 6px; }
      .FrmPacketList .bank ul li {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        padding-right: 5px; }
        .FrmPacketList .bank ul li:after {
          position: absolute;
          content: " ";
          width: 1px;
          height: 15px;
          background: #f1f1f1;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
        .FrmPacketList .bank ul li:last-child:after {
          display: none; }

.white {
  color: white !important; }

.nav-link {
  line-height: 25px !important; }

.disabled {
  background-color: #eceeef; }

.modal-xlg {
  max-width: 1280px;
  min-width: 640px; }

.modal-center-xlg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  min-width: 640px; }

.modal-lg {
  max-width: 960px;
  min-width: 480px; }

.modal-center-lg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 960px;
  min-width: 480px; }

.modal-sm {
  max-width: 480px;
  min-width: 360px; }

.modal-center-sm {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  min-width: 360px; }

.email-modal-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  min-width: 960px;
  min-height: 100%; }
  .email-modal-center .modal-dialog {
    width: 100%;
    max-width: 1920px;
    margin: 30px auto; }
    .email-modal-center .modal-dialog > div {
      flex: 1 1 auto;
      box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.4);
      border: none; }

.modal-iptal-etiketle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 360px;
  min-height: 640px; }
  .modal-iptal-etiketle .modal-dialog {
    width: 100%;
    max-width: 1920px;
    margin: 30px auto; }
    .modal-iptal-etiketle .modal-dialog > div {
      flex: 1 1 auto;
      box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.4);
      border: none; }

.custom-select2 {
  background: url(../images/custom-select2.png) right 0.75rem center no-repeat; }

textarea {
  resize: none; }

.mini-sidebar img {
  content: url(/Content/assets/images/logo-header-mini.png); }

.display-7 {
  font-size: 30px; }

.display-8 {
  font-size: 24px; }

.display-9 {
  font-size: 18px; }

.display-10 {
  font-size: 12px; }

.display-11 {
  font-size: 10px; }

.display-12 {
  font-size: 8px; }

.card-block-dashboard {
  background: #0f4776;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.background-white {
  background: white; }

.hr-line {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem; }

.text-muted {
  color: #8898aa !important; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox-title {
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 2px 2px 0 0; }

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  text-align: right; }

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: none; }

.ibox-content {
  clear: both; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px; }

.no-margins {
  margin: 0 !important; }

.font-bold {
  font-weight: 600; }

.stat-percent {
  float: right; }

.small, small {
  font-size: 120%;
  font-weight: 400; }

.no-padding {
  padding: 0 !important; }

.padding-l-5 {
  padding: 0 0 0 5px !important; }

.min-height-42 {
  min-height: 42px !important; }

.ct-series-b .ct-line, .ct-series-b .ct-point {
  stroke: blue !important; }

.fs-percent-100 {
  font-size: 100% !important; }

.dashboard-card {
  position: relative;
  margin-top: 0px;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: calc(100% - 25px);
  margin-bottom: 25px; }

.dashboard-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.dashboard-card-shadow {
  border: none;
  box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23); }

.dashboard-text-light {
  color: #f8f9fa !important; }

.dashboard-bg-light {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(54, 162, 245, 0.59); }

.dashboard-wb-icon-box {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px; }

.dashboard-bg-danger {
  background-color: #f00 !important; }

.dashboard-bg-info {
  background-color: #36a2f5 !important; }

.dashboard-bg-success {
  background-color: #00c18a !important; }

.dashboard-fl-right {
  float: right;
  text-align: right; }

.dashboard-fl-right h4 {
  font-size: 18px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 9px; }

.dashboard-fl-right h3 {
  font-size: 22px;
  color: #2e2e3a;
  font-weight: 500;
  margin-bottom: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  margin: 0px; }

.dashboard-header {
  margin-bottom: 15px; }

.dashboard-link-header {
  margin-bottom: 13px; }

.dashboard-single p {
  padding-top: 10px;
  font-size: 12px;
  color: #999999;
  border-top: 1px solid #f2f2f2;
  /*margin-top: 20px;*/
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  font-weight: 400; }

span.dashboard-fl-right {
  float: right;
  color: #36a2f5;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer; }

.f24 {
  font-size: 24px; }

.f18 {
  font-size: 18px; }

.collapse.show.dashboard {
  display: flex; }

.dropdown-menu ul > li > div.slimScrollDiv {
  height: auto !important;
  max-height: 250px; }

/*.sidebar-nav > ul > li > a i {
    color:white!important;
}*/
.mini-sidebar .mdi {
  color: white !important; }

.notify {
  top: -20px !important; }

.btn {
  outline: none !important; }

.label-durum {
  width: 100%;
  display: block;
  text-align: center;
  margin: 3px; }

.label-durum-end {
  width: 100%;
  display: block;
  text-align: center;
  margin: 3px; }

.dialog-form {
  background-color: #0f4776; }
  .dialog-form h1, .dialog-form h2, .dialog-form h3, .dialog-form h4, .dialog-form h5, .dialog-form h6 {
    color: white; }

.zoom:hover {
  -ms-transform: scale(2);
  /* IE 9 */
  -webkit-transform: scale(2);
  /* Safari 3-8 */
  transform: scale(2); }

.custom-select {
  min-width: 100%; }

.table_error {
  background-color: #eeee;
  /*color: white;*/
  /*border:none !important;*/ }

.label-xs {
  font-size: 10px; }

.modal-right .modal-dialog {
  right: 0;
  position: fixed;
  margin: auto;
  width: 720px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  box-shadow: -2px 0 6px rgba(41, 70, 97, 0.1);
  animation-name: modalRight !important; }

.modal-right .modal-content {
  height: 100%;
  padding: 45px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  border-radius: 0; }

.modal-right .modal-body {
  padding: 0; }

.modal-right .card-header {
  padding: .75rem 0; }

@-webkit-keyframes modalRight {
  from {
    right: -640px;
    -webkit-transition: opacity 1s linear, right 1s ease-out;
    -moz-transition: opacity 1s linear, right 1s ease-out;
    -o-transition: opacity 1s linear, right 1s ease-out;
    transition: opacity 1s linear, right 1s ease-out;
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important; }
  to {
    right: 0; } }

.emailicon-green {
  font-size: 18px;
  color: green;
  margin-right: 10px; }

.emailicon-blue {
  font-size: 18px;
  color: blue;
  margin-right: 10px; }

.emailicon-red {
  font-size: 18px;
  color: red;
  margin-right: 10px; }

#accordionEmail p {
  margin: 0;
  padding: 0; }

#accordionEmail p:nth-child(2) {
  margin-right: 23px; }

/*#accordionEmail li {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}*/
#accordionEmail .row {
  width: 100%; }

#accordionEmail button:not(.collapsed) div div i {
  transform: rotate(-180deg);
  transition: transform .2s ease-in-out; }

#accordionEmail button {
  font-weight: 400;
  color: #546b81;
  border-radius: 0; }
  #accordionEmail button, #accordionEmail button:active, #accordionEmail button.active, #accordionEmail button[disabled],
  fieldset[disabled] #accordionEmail button {
    background-color: transparent;
    box-shadow: none; }
  #accordionEmail button, #accordionEmail button:hover, #accordionEmail button:focus, #accordionEmail button:active {
    border-color: transparent; }
  #accordionEmail button:hover, #accordionEmail button:focus {
    color: #546b81;
    text-decoration: none;
    background-color: transparent; }
  #accordionEmail button[disabled]:hover, #accordionEmail button[disabled]:focus,
  fieldset[disabled] #accordionEmail button:hover,
  fieldset[disabled] #accordionEmail button:focus {
    color: #546b81;
    text-decoration: none; }

.swal-success .sa-success {
  display: block !important; }

.swal-error .sa-error {
  display: block !important; }

@media (min-width: 1200px) and (max-width: 1600px) {
  .dashboard-col {
    min-width: 33.333333%; } }

.label-etiket {
  background-color: #aaaaaa; }

.md-whiteframe-z1 {
  box-shadow: none; }

md-autocomplete {
  background: none;
  min-width: 75px; }

.sidebar-nav > ul > li > a.active {
  border-left: 3px solid #00c18a;
  color: #00c18a;
  background: none !important; }

.form-group {
  margin-bottom: 1rem; }

.modal {
  margin: 0 auto; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: white !important; }

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  width: 700px !important; }

.md-autocomplete-suggestions .md-autocomplete-suggestion {
  font-size: 12px !important; }
