.ng-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-left: 0px;
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  z-index: 888;
}
/* Yukardakiler Kesin */
.iframeFormPOST {
  display: none;
}
#divHiddenElements {
  display: none;
}
.alertSpan {
  color: #d33724;
  font-weight: 600;
}
.hideCanceledOrder5,
.hideCanceledOrder6,
.hideCanceledOrderDetail6 {
  display: none !important;
}
.showCanceledOrder6,
.showCanceledOrderDetail6 {
  display: table-cell !important;
}
.hideCanceledInvoice1,
.hideCanceledReceipt1 {
  display: none;
}
.btn-newobject {
  width: 200px;
}
.w-160px {
  width: 160px;
}
.w-150px {
  width: 150px;
}
.w-120px {
  width: 120px;
}
.w-100px {
  width: 100px;
}
.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.w-50 {
  width: 50%;
}
.w-45 {
  width: 45%;
}
.w-25 {
  width: 25%;
}
.color-red {
  color: #d33724 !important;
}
.color-orange {
  color: #f39c12 !important;
}
.color-green {
  color: #008d4c !important;
}
.color-green-bold {
  color: #008d4c !important;
  font-weight: 600;
}
.color-blue {
  color: #357ca5 !important;
}
.color-grey {
  color: #656565 !important;
}
.color-red > td > a {
  color: #d33724 !important;
}
.color-orange > td > a {
  color: #f39c12 !important;
}
.color-green > td > a {
  color: #008d4c !important;
}

.divFormError {
  display: none;
  text-align: left;
  color: rgb(221, 75, 57);
  font-weight: 600;
  font-size: larger;
}
.spanHesaplananFiyat {
  color: #0088cc;
}
.datepicker {
  z-index: 9999 !important;
}
.trEdit {
  display: none;
}
.input-number {
  text-align: left;
  padding: 0px 6px;
  border: none;
  border-bottom: 1px dashed #0e8e4c;
  outline: none;
}
.input-text {
  text-align: left;
  padding: 0px 6px;
  border: none;
  border-bottom: 1px dashed #0e8e4c;
}
.formTableBody tr td:first-child {
  width: 60%;
}
.fw600 {
  font-weight: 600 !important;
}
.fw500 {
  font-weight: 500 !important;
}
/*.table-responsive {
	overflow-x : auto !important;
}*/
.display-none {
  display: none !important;
}
.spanButtonTooltip {
  display: none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  position: relative;
  z-index: 1000;
  left: 28%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.spanButtonTooltip.spanError {
  background-color: #dd4b39;
  color: #fff;
}
.spanButtonTooltip::after {
  content: "";
  position: absolute;
  top: -100%;
  left: calc(50% - 14px);
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
  z-index: 1000;
}

.spanButtonTooltip.spanError::after {
  border-color: transparent transparent #dd4b39 transparent;
}
.orderDetailQuantitySpan {
  line-height: 34px;
}
#divOrderSaveSuccess,
#divInvoiceSaveSuccess,
#divDebtSaveSuccess,
#divPaymentSaveSuccess {
  display: none;
  background-color: #00a65a !important;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: white;
}
#divOrderError,
#divInvoiceError,
#divPaymentError {
  display: none;
  background-color: #d33724 !important;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: white;
}

.btnOrderDetailReady,
.btnOrderDetailShipped,
.btnChangeState {
  width: 111px !important;
}
.sh-inventory_type {
  display: none;
}
.spanInvoiceProductInventoryType {
  margin-left: 5px;
  margin-top: 6px;
  display: inline-block;
}
.home-table thead tr th {
  font-weight: 500;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}
.productTRClassPassive {
  display: none;
}
.filterTableByState {
  color: #b8c7ce;
  text-decoration: underline !important;
}
.filterTableByState.activeFilter {
  color: #337ab7;
  text-decoration: underline !important;
}

.trPaymentState1 {
  color: #656565 !important;
}
.trPaymentState2 {
  color: #008d4c !important;
}
.trPaymentState3 {
  color: #d33724 !important;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.bodyDialogActive {
  overflow: hidden;
}
.bodySetup,
.bodyLogin {
  background: url("../img/login-default-background.jpg") no-repeat center center fixed;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* label color */
label {
  color: #000;
  font-size: 14px;
}
body > header {
  display: block;
}
body > .divFullPageHeader {
  display: block;
}
body > section {
  display: block;
}
body > .fixed-action-btn {
  display: block;
}

.divSuccessCard {
  display: none;
}
.divLoader.divDialogContent {
  display: block;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 180px;
}
.divPageContent,
.divDialogContent {
  display: none;
  float: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.divPageContent {
  background-color: transparent;
}
.divFullPage {
  position: absolute;
}
.divDialogContent {
  z-index: 1000;
}
.divPageContent .divContentWrapper,
.divDialogContent .divContentWrapper {
  margin-top: 150px;
  padding-top: 20px;
}
.divContentWrapper.divSetupContentWrapper {
  margin-top: 70px;
}
.divDialogContent .divContentWrapper {
  margin-top: 50px;
}
.divDialogContent.divPageActive,
.divDialogContent.divDialogActive {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.divContentWrapper {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 120px;
  float: none;
  display: block;
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.divFullPage .divContentWrapper {
  max-width: 100%;
}
.divContentWrapper.level1 {
  width: 100%;
  max-width: 860px;
}
.divContentWrapper.level2 {
  width: 100%;
  max-width: 760px;
}
.divContentWrapper.level3 {
  width: 100%;
  max-width: 660px;
}
.divContentWrapper.level4 {
  width: 100%;
  max-width: 560px;
}
.divContentWrapper.nomaxwidth {
  max-width: none;
}
.divContentPanel {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.divPageContent .headerHero,
.divDialogContent .headerHero {
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 0px;
}
.tdHasparent1 {
  padding-left: 50px;
}
.headerHero .divHeaderInfo > h3 {
  float: none;
  display: block;
  background-color: #eeeeee;
  box-sizing: border-box;
  line-height: normal;
  font-size: 20px;
  margin: 0px;
  padding: 20px;
}
.headerHero .buttonClosePage,
.headerHero .buttonCloseDialog {
  position: relative;
  margin-top: -65px;
  height: 65px;
  padding-top: 10px;
}
.headerHero .buttonClosePage > i,
.headerHero .buttonCloseDialog > i {
  font-size: 24px;
  line-height: 30px;
  padding-top: 10px;
}
.divErrorDialog .divContentWrapper {
  padding-top: 70px;
}
.iframeFormPOST {
  display: none;
}
.buttonTopMenu {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  vertical-align: top;
  min-width: 50px;
}
.buttonTopMenu:active,
.buttonTopMenu.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.buttonTopMenu > i {
  font-size: 1.6rem;
}
.ulPageTopMenuMore.dropdown-content {
  transition: none;
}
.ulPageTopMenuMore.dropdown-content li a {
  color: #00acc1;
  transition: none;
}
.ulPageTopMenuMore.dropdown-content li.active a,
.ulPageTopMenuMore.dropdown-content li.selected a,
.ulPageTopMenuMore.dropdown-content a:hover {
  color: #fff;
  background-color: #00acc1;
}
.section-padding {
  padding: 0px;
}
.card-background {
  background-color: #fff !important;
}
.hide-on-mobile {
  display: block;
}
@media only screen and (min-width: 601px) {
  .buttonTopMenu {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
    vertical-align: top;
    min-width: 58px;
  }
  .buttonTopMenu > i {
    font-size: 1.7rem;
  }
  .section-padding {
    padding: 20px;
  }
  .card-background {
    background-color: #eee !important;
  }
}

.divFullPageBG {
  z-index: 1;
  background-color: #00acc1;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
}
.list-container {
  z-index: 2;
  position: relative;
}
.list-header {
  background-color: #00acc1;
  height: 95px;
}
.list-header h3 {
  margin: 0px;
  padding-top: 35px;
  padding-left: 10px;
  font-size: 24px;
  line-height: normal;
}
.list-header h4 {
  margin: 0px;
  padding-left: 10px;
  font-size: 0.9rem;
  line-height: normal;
  opacity: 0.5;
}
.table-head {
  background-color: #efefef;
  border-bottom: 1px solid #d0d0d0;
}
.table-body {
  height: 363px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.table-pagination {
  height: 50px;
  border-top: 1px solid #d0d0d0;
}
.row .col.offset-s0 {
  margin-left: 4.1666666666%;
}
table.classlist-table thead,
table.userlist-table thead {
  border: none;
}

.cell-s1 {
  min-width: 5%;
  text-align: left;
}
.cell-s2 {
  min-width: 10%;
  text-align: left;
}
.cell-s3 {
  min-width: 15%;
  text-align: left;
}
.cell-s4 {
  min-width: 20%;
  text-align: left;
}
.cell-s5 {
  min-width: 25%;
  text-align: left;
}
.cell-s6 {
  min-width: 30%;
  text-align: left;
}
.cell-s7 {
  min-width: 35%;
  text-align: left;
}
.cell-s8 {
  min-width: 40%;
  text-align: left;
}
.cell-last {
  min-width: 10%;
  text-align: center;
}

table.classlist-table thead tr th:nth-child(2),
table.classlist-table thead tr th:nth-child(3) {
  width: 29%;
  text-align: left;
}
table.classlist-table thead tr th:nth-child(1),
table.classlist-table thead tr th:nth-child(4),
table.classlist-table thead tr th:nth-child(5) {
  width: 14%;
  text-align: center;
}
table.classlist-table tbody tr td:nth-child(2),
table.classlist-table tbody tr td:nth-child(3) {
  width: 29%;
  text-align: left;
}
table.classlist-table tbody tr td:nth-child(1),
table.classlist-table tbody tr td:nth-child(4),
table.classlist-table tbody tr td:nth-child(5) {
  width: 14%;
  text-align: center;
}
.side-nav .collapsible {
  padding-bottom: 100px;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  background-color: transparent;
}
.trChecked {
  background-color: #e0f7fa;
}
.trDisabled {
  opacity: 0.6;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: inherit;
}
.media-object {
  display: inline-block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: inline-block;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 23px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.divHiddenElements {
  display: none;
}
.tableList {
  width: 100%;
}
/* BOF: Checkbox2 New Checkbox Style */
.checkbox2 {
  display: inline-block;
  line-height: 26px;
  cursor: pointer;
}
.checkbox2:hover .inner,
.checkbox2:active .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  background-color: #1976d2;
}
.checkbox2:hover .outer,
.checkbox2:active .outer {
  border: 3px solid #1976d2;
}
.checkbox2 input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.checkbox2 input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.checkbox2 input + .outer {
  border: 3px solid #0d47a1;
}
.checkbox2 input:checked + .outer {
  border: 3px solid #0d47a1;
}
.checkbox2:hover input:checked + .outer,
.checkbox2:active input:checked + .outer {
  border: 3px solid #1976d2;
}
/*
.checkbox2 input:focus + .outer .inner {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   background-color: #0D47A1;
}
*/
.checkbox2 .outer {
  height: 26px;
  width: 26px;
  display: block;
  float: left;
  margin: 0px 5px 5px 5px;
  border: 3px solid #0d47a1;
  background-color: #fff;
}
.checkbox2 .inner {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 16px;
  width: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 10%;
  background-color: #0d47a1;
  opacity: 0;
}
/* EOF: Checkbox2 New Checkbox Style */
.tableList .checkbox2 {
  padding-top: 5px;
}
.tableList thead .checkbox2 {
  color: #fff;
}
.tableList tbody .checkbox2 {
  padding-right: 0px;
  vertical-align: middle;
}
.tableList tbody .checkbox2 .outer {
  margin: 0px 5px 5px 5px;
}
.tableList tbody .buttonTableListAction,
.buttonFlatAction {
  color: #00acc1;
  font-size: 28px;
  line-height: 40px;
  box-sizing: border-box;
  outline: 0px;
  cursor: pointer;
  background: none;
  width: 40px;
  height: 40px;
  border: none;
  transition: 0.3s;
  vertical-align: middle;
  text-align: center;
}
.tableList .buttonTableColumn {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.tableList .buttonTableColumn .sorting {
  display: none;
}
.tableList .buttonTableColumn.sorting-asc .sorting.sorting-asc {
  display: inline-block;
}
.tableList .buttonTableColumn.sorting-desc .sorting.sorting-desc {
  display: inline-block;
}
.buttonCloseDialog {
  color: white;
}
.buttonCloseDialog:hover,
.buttonCloseDialog:active,
.buttonCloseDialog.active,
.tableList tbody .buttonTableListAction:hover,
.tableList tbody .buttonTableListAction:active,
.tableList tbody .buttonTableListAction.active,
.buttonFlatAction:hover,
.buttonFlatAction:active,
.buttonFlatAction.active {
  color: #26c6da;
}
table.highlight > tbody > tr:hover {
  background-color: #e0f7fa;
}
.buttonPageTopMenu {
  display: none;
}
.divGhostHeaderContainer {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 40px;
  margin-top: -160px;
  overflow: hidden;
  height: 120px;
  display: none;
}
.divGhostHeaderContainer > .tableList > thead {
  background-color: #fff;
}
.divGhostHeaderContainer > .tableList > tbody {
  visibility: hidden;
}
.tableList tbody td {
  padding: 5px 3px;
}
.tableList tbody tr:nth-child(even) {
  background-color: #ededed;
}
div.col .checkbox2 {
  margin-bottom: 20px;
}
div.col th .checkbox2,
div.col td .checkbox2 {
  margin-bottom: 0px;
}
.switch {
  margin-bottom: 0px;
}
.divDropzonePanel {
  margin-bottom: 20px;
}
.divDropzone {
  border: 4px dotted #eceff1;
  margin-bottom: 0px;
}
.dz-preview {
  display: none !important;
}
@media (max-width: 800px) {
  .divContentWrapper {
    padding: 0px;
  }
  .divLoader .divContentWrapper {
    padding: 20px;
  }
  .divGhostHeaderContainer {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
  }
}
.imagesCropWrapper {
  height: 250px;
  overflow: hidden;
}

#imagesResizeContainer {
  position: relative;
  display: inline-block;
  cursor: move;
}

#imagesResizeContainer img {
  display: block;
}

#imagesResizeContainer:hover img,
#imagesResizeContainer:active img {
  outline: 2px dashed rgba(0, 0, 0, 0.9);
}

#divCroppedImage {
  display: none;
  position: absolute;
  left: 50%;
  /*top: 50%;*/
  margin-left: -102px;
  margin-top: -2px;
  z-index: 999;
  width: 200px;
  height: 200px;
  border: solid 2px #00acc1;
  box-sizing: content-box;
  pointer-events: none;
}
.spanButtonTooltip {
  display: none;
  max-width: 250px;
  text-align: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1000;
  bottom: -10px;
  right: 60px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.spanButtonTooltip.spanSuccess {
  background-color: #2e7d32;
  color: #fff;
}
.spanButtonTooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  z-index: 1000;
}

.spanButtonTooltip.spanSuccess::after {
  border-color: #2e7d32 transparent transparent transparent;
}

.ulUploadedFiles {
  text-align: left;
}

.ulUploadedFiles > li {
  display: block;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  margin: 3px;
}

.ulUploadedFiles > li .divCheckbox,
.ulUploadedFiles > li .divCheckboxAll {
  display: inline-block;
  padding-top: 3px;
}

.ulUploadedFiles > li .divCheckbox .checkbox2,
.ulUploadedFiles > li .divCheckboxAll .checkbox2 {
  margin-bottom: 0px;
}

.ulUploadedFiles > li .divFileImage {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.ulUploadedFiles > li .divFileInformation {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  padding: 5px;
}

.ulUploadedFiles > li .divFileName {
  word-wrap: break-word;
}

.ulUploadedFiles > li .divFileSize {
  font-size: 12px;
}

.divCancelObjectDialog {
  margin-top: -60px;
}

.ulFileList .collection-item .title {
  vertical-align: top;
}

.ulUploadedFiles .aMediaDirectory > img,
.ulUploadedFiles .aMediaFile > img {
  width: 64px;
  height: 64px;
}

.ulFileList .aMediaType2 .imgFileListItemFileURL,
.ulImageList .aMediaType2 .imgFileListItemFileURL,
.ulUploadedFiles .aMediaImage > img {
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ulFileList .aFileListItemFileURL span.title,
.ulImageList .aFileListItemFileURL span.title {
  margin: 5px;
  display: none;
}

.ulFileList span.grippy {
  content: ".....";
  width: 20px;
  height: 75px;
  display: inline-block;
  overflow: hidden;
  line-height: 5px;
  padding: 6px 4px;
  cursor: move;
  vertical-align: middle;
  margin-top: -0.7em;
  margin-right: 0.3em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
  float: left;
  box-sizing: border-box;
}

.ulFileList span.grippy::after {
  content: ".. .. .. .. .. .. .. .. .. .. .. .. ..";
}

.ulFileList.collection .collection-item {
  padding: 10px;
  min-height: 85px;
  display: inline-block;
  width: 150px;
  vertical-align: top;
  border: none;
}

.divLocationProperty .divLocationLatitude {
  width: 50%;
  float: left;
  padding-right: 0.75em;
}

.divLocationProperty .divLocationLongitude {
  width: 50%;
  float: right;
  padding-left: 0.75em;
}

.divLocationProperty .divLocationMapObject {
  width: 100%;
  float: left;
}
.divPlaceholder {
  opacity: 0.5;
}
.divPlaceholder .card-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.divObjectListContainer {
  overflow-x: auto;
}

.buttonWizard > i {
  position: relative;
  top: 2px;
}
.spanEarlyBirdBadge {
  padding: 5px;
  font-weight: normal;
  font-size: 0.8rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block;
}
.divActionButtons {
  margin-top: 100px;
}
.strong {
  font-weight: bold;
}

.figureLogo {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #divCroppedImage {
    margin-top: -176px;
  }
}
.divTabContent {
  padding-top: 30px !important;
}
.aMediaImage img {
  width: 100%;
}

.spanState {
  padding: 5px;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.divFullPageHeader .tabs {
  text-align: center;
  display: block;
  background-color: #eee;
}
.divFullPageHeader .tabs .tab {
  display: inline-block;
  float: none;
  flex: none;
}
.divFullPageHeader .tabs .tab a {
  color: #00acc1;
}
.divFullPageHeader .tabs .indicator {
  background-color: #00acc1;
}
.sectionContent .tabs .tab a {
  color: #00acc1;
}
.sectionContent .tabs .indicator {
  background-color: #00acc1;
}
.divPageSubHeader {
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 10px;
}
.divPageSubHeader h1 {
  display: block;
  font-size: 24px;
  line-height: normal;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.divPageSubHeader h2 {
  display: block;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  color: #000;
  opacity: 0.5;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
}
.divPageSubHeader a {
  color: #00acc1;
  text-decoration: underline;
}
.divTopMenu img {
  margin-top: 12px;
  margin-left: 12px;
}
.buttonAction {
  margin: 5px;
}
.divTabsContainer {
  height: 48px;
  background-color: #eee;
  display: block;
}
.divLoaderNonBlocking {
  position: fixed;
  top: 12px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  padding: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.8;
}
.divLoaderNonBlocking span {
  padding-left: 5px;
  padding-right: 5px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.divLoaderNonBlocking img {
  vertical-align: middle;
  display: inline-block;
}
.spanAuditStepType {
  display: inline-block;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.spanAuditStepType.spanAuditStepType1 {
  background-color: #fff;
  color: #000;
  border: 1px solid #efefef;
}
.spanAuditStepType.spanAuditStepType2 {
  background-color: #fbc02d;
  border: 1px solid transparent;
}
.spanAuditStepType.spanAuditStepType3 {
  background-color: #b71c1c;
  border: 1px solid transparent;
}
.spanReportAuditStepType {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.spanReportAuditStepType3 {
  border: 1px solid #b71c1c;
  background-color: #b71c1c;
  color: #fff;
}
.spanReportAuditStepType2 {
  border: 1px solid #fbc02d;
  background-color: #fbc02d;
  color: #fff;
}
.spanReportAuditStepType1 {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.spanReportAuditAnswerType {
  font-size: 17px;
  font-weight: 600;
}
.spanReportAuditAnswerType2 {
  color: #eee;
}
.spanReportAuditAnswerType1 {
  color: #2e7d32;
}
.spanReportAuditAnswerType0 {
  color: #b71c1c;
}
.buttonSatisfied {
  padding-left: 10px;
  padding-right: 10px;
  margin: 2px;
  display: inline-block;
  color: #666;
}

.buttonSatisfied.buttonSatisfiedNo.buttonSatisfiedNo0 {
  background-color: #ccc;
}

.buttonSatisfied.buttonSatisfiedNo.buttonSatisfiedNo1 {
  background-color: #b71c1c;
  color: #fff;
}
.tableApplicationTaskList,
.tableAuditStepList {
  width: 100%;
  display: table;
}
.tableApplicationTaskList .spanNote,
.tableAuditStepList .spanNote {
  font-weight: bold;
}
.tdEditObject {
  cursor: pointer;
}
.spanIMGCount {
  position: relative;
  top: -23px;
  left: -10px;
  font-size: 15px;
  font-weight: 600;
}
.spanSubTaskIMGCount {
  position: relative;
  top: -63px;
  left: 10px;
  font-size: 15px;
  font-weight: 600;
}
.spanSubTaskCount {
  position: relative;
  top: -23px;
  left: -10px;
  font-size: 15px;
  font-weight: 600;
}
.hideTaskActualDate {
  display: none;
}
.showTaskActualDate5 {
  display: block;
}
.td-button {
  color: #00acc1;
  font-size: 20px;
  line-height: 40px;
  box-sizing: border-box;
  outline: 0px;
  cursor: pointer;
  background: none;
  border: none;
  transition: 0.3s;
  vertical-align: text-bottom;
  padding: 0px;
}
.td-button > span {
  font-size: 18px;
  color: #357ca5;
}
.width250px {
  width: 250px !important;
}
.show-on-mobile {
  display: none;
}
.hide-on-mobile {
  display: block;
}
@media (max-width: 600px) {
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }

  .divTopMenu img {
    margin-top: 8px;
    margin-left: 8px;
  }

  .divLoaderNonBlocking {
    top: 8px;
    right: 8px;
  }
}
.tab-dropdown-button {
  height: 50px;
  padding: 8px;
}
.tab-dropdown-button::after {
  content: "▼";
  display: inline;
  padding-left: 5px;
}
.tab-dropdown-option {
  color: #00acc1 !important;
}
.tab-dropdown-option.active {
  text-decoration: underline;
}
.spanFileListItemFileName {
  display: none;
}
#chartdiv {
  width: 100%;
  height: 500px;
  border: 1px solid #f1f1f1;
}
#piechartdiv {
  width: 100%;
  height: 500px;
  border: 1px solid #f1f1f1;
}
.spanRedStar {
  font-size: 20px;
  color: #f36b28;
}
.spanYellowStar {
  font-size: 20px;
  color: #f7a137;
}
#reportFactoryLogo {
  float: left;
  position: absolute;
  left: 30px;
  margin-top: 5px;
}
.spanReportLabel {
  display: block;
  margin-bottom: -5px;
}
.application-task-list {
  width: 100%;
  border: none !important;
  margin: 0 !important;
  box-shadow: unset !important;
}
.application-task-list__header {
  display: grid;
  align-items: center;
  grid-template-columns: 5% 1fr 10% 10%;
  grid-gap: 7px;
  padding: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
.application-task-list__header button {
  font-weight: 700;
}
.application-task {
  position: relative;
  display: grid;
  grid-gap: 7px;
  grid-template-columns: 5% 1fr 10% 10%;
  padding: 20px 5px;
  transition: all ease 0.2s;
  cursor: pointer;
  background: transparent;
  border: none;
}
.application-task:hover {
  background-color: #e0f7fa;
}
.application-task__body {
  display: table-cell;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: black;
}
.application-task-list .collapsible-body {
  padding-bottom: 10px;
}
.application-task-list .collapsible-body > .wrapper {
  display: grid;
  grid-template-columns: 5% 1fr 20%;
  grid-gap: 7px;
}
.application-task-list .collapsible-body > .wrapper > * {
  grid-column: 2 / 4;
}
.application-task-list .collapsible-body > .wrapper > h5 {
  border-bottom: 1px solid #d0d0d0;
}
.application-substeps-list > li,
.substeplist__header {
  display: grid;
  grid-template-columns: 20% 1fr 20% 10% 10%;
  border-bottom: 1px solid #d0d0d0;
}
.substeplist__header > span {
  font-weight: 700;
}
.application-substeps-list > li {
  padding: 15px 0;
}
.divLoader {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.divLoader.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.divLoader.divDialogContent {
  display: block;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 180px;
}
.ulPagination {
  display: block;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.ulPagination > li {
  display: inline-block;
}
.ulPagination .buttonPage {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  min-width: 40px;
  margin: 2px;
}
.ulPagination .htmldb-pagination-template {
  display: none;
}
.ulPagination.htmldb-loading {
  opacity: 0.6;
}
.divSearchBar .labelSearchBar > img {
  top: 5px;
  position: relative;
  display: none;
}
.divSearchBar .labelSearchBar > i {
  display: inline-block;
}
.divSearchBar .inputSearchBar.htmldb-loading + .labelSearchBar > img {
  display: inline-block;
}
.divSearchBar .inputSearchBar.htmldb-loading + .labelSearchBar > i {
  display: none;
}
.buttonSortColumn .sorting {
  width: 18px;
  height: 18px;
  vertical-align: super;
}
.buttonSortColumn .sorting.sorting-default {
  display: inline-block;
}
.buttonSortColumn.htmldb-sorting-asc .sorting.sorting-default,
.buttonSortColumn.htmldb-sorting-desc .sorting.sorting-default,
.buttonSortColumn.htmldb-sorting-loading .sorting.sorting-default {
  display: none;
}
.buttonSortColumn.htmldb-sorting-asc .sorting.sorting-asc {
  display: inline-block;
}
.buttonSortColumn.htmldb-sorting-desc .sorting.sorting-desc {
  display: inline-block;
}
.buttonSortColumn.htmldb-loading .sorting,
.buttonSortColumn.htmldb-loading.htmldb-sorting-asc .sorting,
.buttonSortColumn.htmldb-loading.htmldb-sorting-desc .sorting {
  display: none;
}
.buttonSortColumn.htmldb-loading .sorting.sorting-loading {
  display: inline-block;
}
.buttonSortColumn {
  color: #000;
  outline: 0;
}
.buttonSortColumn.htmldb-loading {
  color: #efefef;
}
.buttonSortColumn.htmldb-sorting-asc,
.buttonSortColumn.htmldb-sorting-desc {
  color: #00acc1;
}
.htmldb-pagination-active > button {
  color: white;
  background: #3c8dbc;
}
.fa-external-link {
  font-size: 12px;
  vertical-align: super;
}
.td-error {
  background: #f37a6b;
  color: white;
}
.td-success {
  background: white;
  color: black;
}
.span_invoice_time {
  color: #a9a9a9;
  font-size: 12px;
}

.cb-customer-detail > tbody > tr > th,
.cb-customer-detail > tbody > tr > td {
  padding: 3px 3px;
}
.buttonDurum {
  margin: 2px;
  display: inline-block;
  color: #666;
  border: none;
    background: none;
    outline: none;
    font-size: 20px;
    width: 30px;
    height: 20px;
    padding: 0px;
}
.buttonDurum > i.fa.fa-hourglass-start {
    font-size: 14px;
}
.buttonDurum.buttonDurumBekleyen.buttonDurumBekleyen1 {
  display: none;
}
.buttonDurum.buttonDurumBekleyen.buttonDurumBekleyen2,
.buttonDurum.buttonDurumBekleyen.buttonDurumBekleyen3 {
  color: #666;
  font-size: 16px;
padding-top: 3px;
}

.buttonDurum.buttonDurumOnaylanan.buttonDurumOnaylanan2 {    padding-left: 8px;
  display: none;
}
.buttonDurum.buttonDurumOnaylanan.buttonDurumOnaylanan1,
.buttonDurum.buttonDurumOnaylanan.buttonDurumOnaylanan3 {    padding-left: 8px;
  color: #2e7d32;
}

.buttonDurum.buttonDurumIptal.buttonDurumIptal3 {
 display: none;
}
.buttonDurum.buttonDurumIptal.buttonDurumIptal1,
.buttonDurum.buttonDurumIptal.buttonDurumIptal2 {
  color: #b71c1c;
}
.trDurumPayment{
    padding: 1px 6px;
    border-radius: 4px;
}
.trDurumPayment1 {
    background-color: none  !important;
}.trDurumPayment2 {
    background-color: #2e7d32  !important;color: #fff;
}.trDurumPayment3 {
    background-color: #b71c1c  !important;color: #fff;
}