﻿
.item-search {
    display: block;
    position: relative;
    max-width: 400px;
    padding: 0px 20px;
}

    .item-search span:nth-child(1), .item-search span:nth-child(2) {
        font-weight: 600;
        color: darkblue;
    }

    .item-search a {
        position: absolute;
        right: 10px;
        text-decoration: none;
        color: red;
        cursor: pointer;
    }

        .item-search a:hover {
            color: maroon;
            font-weight: 600;
        }

.table td, .table th {
    white-space: nowrap;
    padding-right: 20px !important;
}

    .table th[sortable] {
        position: relative;
        cursor: pointer;
    }

        .table th[sortable] i {
            position: absolute;
            top: 12px;
            right: 5px;
            ;
            opacity: .3;
            margin-left: 20px;
        }

    .table td a {
        margin-right: 8px;
        text-decoration: none;
        cursor: pointer;
    }

        .table td a i.fa-edit {
            color: green;
        }

        .table td a i.fa-trash {
            color: red;
        }

        .table td a i.fa-check {
            color: green;
        }

.page-info {
    position: relative;
    margin: 10px auto;
    padding: 5px 10px;
    line-height: 10px;
}

    .page-info span {
        margin: 10px;
    }

input[type="checkbox"] {
    cursor: pointer;
}

.datepicker {
    z-index: 10000 !important;
}

.upload-container {
    width: 0%;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    transition: all ease 500ms;
}

.show-upload {
    width: 60%;
}

.d-none {
    display: none;
}

#error {
    position: relative;
    height: 100vh;
}

    #error .error {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.error {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .error .error-code {
        position: relative;
        height: 240px;
    }

        .error .error-code h1 {
            font-family: 'Montserrat', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 252px;
            font-weight: 900;
            margin: 0px;
            color: #ffd800;
            text-transform: uppercase;
            letter-spacing: -20px;
            margin-left: -20px;
        }

            .error .error-code h1 > span {
                text-shadow: -10px 0px 0px #000000;
            }

        .error .error-code h3 {
            font-family: 'Cabin', sans-serif;
            position: relative;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #262626;
            margin: 0px;
            letter-spacing: 3px;
            padding-left: 6px;
        }

    .error h2 {
        font-family: 'Cabin', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        margin-top: 0px;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .error .error-code {
        height: 200px;
    }

        .error .error-code h1 {
            font-size: 200px;
        }
}

@media only screen and (max-width: 480px) {
    .error .error-code {
        height: 162px;
    }

        .error .error-code h1 {
            font-size: 162px;
            height: 150px;
            line-height: 162px;
        }

    .error h2 {
        font-size: 16px;
    }
}
