@charset "UTF-8";
html, body {
  height: 100%; }

body {
  background: url(img/ap.jpg) fixed; }

a, a:hover, a:active, a:focus {
  text-decoration: none; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.header {
  margin: 20px 0; }

.header-top {
  background: #dedede;
  font-size: 15px;
  padding: 5px; }
  .header-top .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px; }
    .header-top .menu li {
      float: left; }
      .header-top .menu li a {
        padding: 0 10px;
        color: #000; }
        .header-top .menu li a:hover {
          color: #d86506; }

.footer {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 0;
  margin-top: 20px; }
  .footer ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    .footer ul li a {
      color: #000; }
      .footer ul li a:hover {
        color: #d86506; }

.kart-taksit .banka-logo {
  text-align: center;
  margin: 15px 0; }

table tr td .form-check-input {
  margin: 0 !important; }
table.banka_1 tbody tr:nth-child(odd) {
  background: #aa0000;
  color: #fff; }
table.banka_1 tbody tr:nth-child(even) {
  background: #df6165;
  color: #fff; }
table.banka_2 tbody tr:nth-child(odd) {
  background: #2168A6;
  color: #fff; }
table.banka_2 tbody tr:nth-child(even) {
  background: #3b95e4;
  color: #fff; }
table.banka_5 tbody tr:nth-child(odd) {
  background: #DC3A2F;
  color: #fff; }
table.banka_5 tbody tr:nth-child(even) {
  background: #f85b51;
  color: #fff; }
table.banka_8 tbody tr:nth-child(odd) {
  background: #0059B8;
  color: #fff; }
table.banka_8 tbody tr:nth-child(even) {
  background: #287cd7;
  color: #fff; }
table.banka_16 tbody tr:nth-child(odd) {
  background: #870052;
  color: #fff; }
table.banka_16 tbody tr:nth-child(even) {
  background: #1170C4;
  color: #fff; }
table.banka_9 tbody tr:nth-child(odd) {
  background: #3763A0;
  color: #fff; }
table.banka_9 tbody tr:nth-child(even) {
  background: #A7A8AD;
  color: #3763A0; }

table.banka_4 tbody tr:nth-child(odd) {
  background: #018755;
  color: #fff; }
table.banka_4 tbody tr:nth-child(even) {
  background: #6CC09E;
  color: #fff; }


.sozlesme_d {
  height: 200px;
  overflow: auto; }

.modal.danger .modal-content {
  border: 1px solid rgba(179, 41, 29, 0.2); }
  .modal.danger .modal-content .modal-header {
    background: #B3291D;
    color: #fff; }
    .modal.danger .modal-content .modal-header .close {
      color: #fff; }

.modal.success .modal-content {
  border: 1px solid rgba(91, 186, 91, 0.2); }
  .modal.success .modal-content .modal-header {
    background: #5BBA5B;
    color: #fff; }
    .modal.success .modal-content .modal-header .close {
      color: #fff; }

/* 
    Created on : 03.Eki.2018, 16:09:27
    Author     : Mehmet Do─şan - 535 601 8772 Freelancer Php Developer
*/
html.login_page {
  background-color: #d1d1d1;
  /* STRUCTURE */
  /* TABS */
  /* FORM TYPOGRAPHY*/
  /* ANIMATIONS */
  /* Simple CSS3 Fade-in-down Animation */
  /* Simple CSS3 Fade-in Animation */
  /* Simple CSS3 Fade-in Animation */
  /* OTHERS */ }
  html.login_page body {
    font-family: "Poppins", sans-serif;
    height: 100vh; }
  html.login_page a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400; }
  html.login_page h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc; }
  html.login_page .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px; }
  html.login_page #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center; }
  html.login_page #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
  html.login_page h2.inactive {
    color: #cccccc; }
  html.login_page h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9; }
  html.login_page input[type=button], html.login_page input[type=submit], html.login_page input[type=reset], html.login_page input[type=password], html.login_page button {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  html.login_page input[type=button]:hover, html.login_page input[type=submit]:hover, html.login_page input[type=reset]:hover, html.login_page button:hover {
    background-color: #39ace7; }
  html.login_page input[type=button]:active, html.login_page input[type=submit]:active, html.login_page input[type=reset]:active, html.login_page button:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  html.login_page input[type=text], html.login_page input[type=password], html.login_page input[type=email] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; }
  html.login_page input[type=text]:focus, html.login_page input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9; }
  html.login_page input[type=text]:placeholder, html.login_page input[type=password]:placeholder {
    color: #cccccc; }
  html.login_page .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  html.login_page .fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s; }
  html.login_page .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  html.login_page .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  html.login_page .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  html.login_page .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }
  html.login_page .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s; }
  html.login_page .underlineHover:hover {
    color: #0d0d0d;
    text-decoration: none; }
  html.login_page .underlineHover:hover:after {
    width: 100%; }
  html.login_page h1 {
    color: #60a0ff; }
  html.login_page *:focus {
    outline: none; }
  html.login_page #icon {
    max-width: 50%;
    height: auto;
    padding: 15px 0; }

/*# sourceMappingURL=ikiortak.css.map */
