﻿.hide {
    display: none;
}

.sayac {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 110px;
}

.urun-card:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
    background-color: rgba(204, 0, 1, .16);
    color: #212529;
}


[class*="icheck-"] > input:first-child:not(:checked):not(:disabled) + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled) + input[type="hidden"] + label::before {
    border-width: 2px;
}

.icheck-robos-green > input:first-child:not(:checked):not(:disabled) + label::before,
.icheck-robos-green > input:first-child:not(:checked):not(:disabled) + input[type="hidden"] + label::before {
    border-color: #00815B;
}

.icheck-robos-green > input:first-child:checked + label::before,
.icheck-robos-green > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #00815B;
    border-color: #00815B;
}

.text-robos-green {
    color: #00815B  ;
}

.btn-robos-red {
    color: #fff;
    background-color: #cc0000;
    box-shadow: none;
}

.btn-robos-green {
    color: #fff;
    background-color: #00815B;
    box-shadow: none;
}

.bg-gradient-robos {
    background: #cc0001 linear-gradient(180deg,#cc0000,#800000) repeat-x !important;
}

.navbar-robos {
    background-color: #cc0000;
}

.checkout-th {
    text-align: center;
    background-color: #cc0000;
}

.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 1px);
    margin-bottom: 0;
}

.brand-img {
    display: block;
    height: 1.25rem;
    line-height: 1.5;
    padding: .8125rem .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.badge-robos {
    color: #fff;
    background-color: #cc0000;
}


.e-daterangewidget {
    height: calc(2.25rem + 2px);
}

@-webkit-keyframes flash {
    from {
        background-color: #ff3300;
    }

     to {
         background-color: inherit;
     }
 }

@-moz-keyframes flash {
    from {
        background-color: #ff3300;
    }

     to {
         background-color: inherit;
     }
 }

@-o-keyframes flash {
    from {
        background-color: #ff3300;
    }

     to {
         background-color: inherit;
     }
 }

@keyframes flash {
    from {
        background-color: #ff3300;
    }

     to {
         background-color: inherit;
     }
 }

.flash {
    -webkit-animation: flash 3s infinite; /* Safari 4+ */
    -moz-animation: flash 3s infinite; /* Fx 5+ */
    -o-animation: flash 3s infinite; /* Opera 12+ */
    animation: flash 3s infinite; /* IE 10+ */
}

.jsgrid-cell {
    background-color: inherit !important;
}

.datepicker {
    min-width: 350px;
}


@media only screen and (max-width: 567px) {
    .datepicker {
        min-width: 0;
    }
}