/* * {
    font-family: 'Open Sans', Arial;
}
*/
a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
} 

.nav-link:hover {
  color: rgb(242, 103, 33)!important;
  }

ol.breadcrumb li a, ul.nav li a:visited {
  color: rgb(93, 91, 233)!important;
}

ol.breadcrumb li a:hover, ul.nav li a:active {
  color: rgb(93, 91, 233) !important;
}

/* ol.breadcrumb li.active a {
  color: rgb(255, 127, 0) !important;
} */

.bg-warning {
  background-color: rgb(93, 91, 233) !important;
}
.bg-hangit {
  background-color: rgb(242, 103, 33) !important;
}

.text-warning {
  color: rgb(17, 17, 17) !important;
}

.text-hangit {
  color: rgb(242, 103, 33) !important;
}

.img-warning {
  fill:rgb(93, 91, 233);
}
/* rgb(142, 75, 148) */
/* rgb(255,127,0) */
.btn-warning {
  background-color: rgb(93, 91, 233) !important;
  border-style: none;
}
.blinkgreen {
    animation: blinker 1s linear ;
    color:green;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.blinkred {
    animation: blinker 1s linear ;
    color: red;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .blink-one {
    animation: blinker-one 1s linear infinite;
  }
  @keyframes blinker-one {
    0% {
      opacity: 0;
    }
  }
  .blink-two {
    animation: blinker-two 1.4s linear infinite;
  }
  @keyframes blinker-two {
    100% {
      opacity: 0;
    }
  }

/*  Dropdowni ortaya çekmek için */
.dropdown{text-align:center !important;}
.button, .dropdown-menu{margin:50px auto !important}
.dropdown-menu{left:50% !important; transform:translateX(-50%) !important;}

.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

/* table thead tr:first-child  th:first-child
{
    border-top-left-radius: 1em;
}

/* Round Corner for TOP RIGHT COLUMN */

/* table thead tr:first-child  th:last-child
{
    border-top-right-radius: 1em;
} */

/* Round Corner for BOTTOM LEFT COLUMN */

/* table tbody tr:last-child td:first-child
{
    border-bottom-left-radius: 1em;
} */

/* Round Corner for BOTTOM RIGHT COLUMN */

/* table tbody tr:last-child td:last-child
{
    border-bottom-right-radius: 1em;
} */ 


div.dataTables_wrapper  div.dataTables_filter {
  width: 100%;
  float: none;
  text-align: center;
}

.marquee {
  /* width: 400px; */
  max-width: 100%;
  display: block;
  overflow: hidden;
  /* border: 1px solid #ccc;
  background: #ccc; */
}