﻿#customertable_filter input[type="search"], .dataTables_length select {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 8px 12px;
    height: 40px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
}

.content {
    background: white;
}

.btn-create {
    font-size: 24pt;
    padding: 5px 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=date]::-webkit-clear-button {
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}

.action {
    width: 150px !important;
}

/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d4d4d5;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c1c1c2;
    }

/* Alert */
.alert-success {
    color: #468847 !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

/* Color Mixin */
.color-primary,
.text-primary {
    color: #4680ff;
}

.color-success,
.text-success {
    color: #26dad2;
}

.color-info,
.text-info {
    color: #62d1f3;
}

.color-danger,
.text-danger {
    color: #fc6180;
}

.color-warning,
.text-warning {
    color: #ffb64d;
}

.color-pink,
.text-pink {
    color: #e6a1f2;
}

.color-dark,
.text-dark {
    color: #444c67;
}

.color-grey,
.text-grey {
    color: #ddd;
}

/* Messenger */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    border: 1px solid #00a2ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    background: white;
}

.my-float {
    width: 40px;
    margin: 9px;
}

/* Pre-order tag/ sale tag */
.tag-box {
    position: absolute;
    overflow: hidden;
    height: 25px;
    width: 75px;
    text-align: center;
    margin-top: 168px;
    z-index: 9;
    left: 11px;
    box-shadow: 1px 2px 5px 0px #ab8d8f;
}

    .tag-box span.on_tag {
        font-size: 0.85em;
        color: white;
        background: #09D1B6;
        text-transform: uppercase;
        padding-top: 6px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 0;
        width: 150px;
        height: 25px;
        text-align: center;
        display: block;
        position: absolute;
        left: -64px;
        top: 0px;
        z-index: 1;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        font-family: 'Roboto', sans-serif;
    }

.preorder-tag-bg {
    background: #9062d1 !important;
}

.tag-header {
    width: 20px;
}

.tag-text {
    cursor: pointer;
}

.tag-text i {
    font-size: large;
    font-weight: bolder;
}

.pre-color {
    color: #9060d1;
}

.order-color {
    color: #0a849e;
}

.sale-color {
    color: green;
}

.return-color {
    color: red;
}

/* Dashboad */
.content {
    background: #fafafa;
}

.dashboard .card {
    background: #ffffff none repeat scroll 0 0;
    margin: 15px 0;
    padding: 20px;
    border: 0 solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

    .dashboard .card:hover {
        box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.5);
        /*width: 250px;
        margin-left: -5px;
        height: 145px;
        margin-top: 9px;*/
    }

@media(min-width: 1208px){
    .revenue-card {
        padding: 30px 135px !important;
    }

        .revenue-card:hover {
            /*width: 530px !important;
            margin-left: -13px !important;*/
        }
}

.p-30 {
    padding: 30px !important;
}

.media-left {
    float: left;
}

.media-text-right {
    text-align: right;
    float: right;
}

.media-body {
    vertical-align: middle;
    margin-top: -30px;
}

    .media-body p {
        color: #99abb4;
        line-height: 15px;
    }

.f-s-40 {
    font-size: 40px !important;
}

.tab-content {
    padding: 20px 10px;
    border: 1px solid #dddddd;
    border-top: none;
    background: white;
    border-radius: 0 0 5px 5px;
}

/* Loading */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loadingmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingmodal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}

/* Switch - checkbox */


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 20px;
    width: 50px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 0px;
        bottom: -3px;
        background-color: #45a5dc;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.card {
    box-shadow: none;
}

    .card .list-group-item {
        padding-bottom: 0px;
        padding-top: 20px;
        margin: 10px;
    }

/* Reports */
#reporttable tr {
    height: 45px;
}

/* Loader */
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lds-facebook {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        background: #42a8da;
    }

        .lds-facebook div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 26px;
    }
}