﻿


/*accordion Start;*/

.accordionBody {
    background-color: red;
    padding: 10px;
    margin: 0;
}

.accordionPlus {
    float: right;
    font-size: 20px;
}


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    /*width: 100%;*/
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 15px;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.accordionpanel {
    padding: 0 18px;
    padding: 10px;
    display: none;
    background-color: white;
    overflow: hidden;
    /*display: block;*/
}


/*accordion End;*/



.completionListElement {
    overflow: auto;
    /*overflow-y: scroll;*/
    margin: 0px!important;
    background-color: white;
    color: black;
    border: solid 1px gray;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    padding: 0;
}

.listItem {
    background-color: white;
    padding: 1px;
}

.highlightedListItem {
    background-color: #c3ebf9;
    padding: 1px;
}



.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


.lblmsg {
    background-color: #00ff21;
    color: green;
    background-color: #ff00ff;
    color: white;
    padding: 10px;
    border-radius: 10px;
    z-index: 10000;
    position: absolute;
    vertical-align: middle;
    right: 500px;
    top: 65px;
    font-family: 'Times New Roman';
    font-weight: bold;
    -webkit-animation: autopopup .5s;
    -moz-animation: autopopup .5s;
    animation: autopopup .5s;
}

.ContentPlaceHolder_Height {
    min-height: 400px;
}



@media only screen and (max-width:768px) {


    .lblmsg {
        background-color: #00ff21;
        color: green;
        background-color: #ff00ff;
        color: white;
        padding: 10px;
        border-radius: 10px;
        z-index: 10000;
        position: absolute;
        vertical-align: middle;
        width: 300px;
        left: 90px;
        font-family: 'Times New Roman';
        font-weight: bold;
        -webkit-animation: autopopup .5s;
        -moz-animation: autopopup .5s;
        animation: autopopup .5s;
    }
}





.textbox {
    width: 93%;
}

.error {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 0, 0, .6);
}

.Deactive, .Done, .Loss, .No, .Return, .N, .Pending, .User, .Paid, .Non-Veg {
    background-color: red;
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
}

.Both {
    background-color: lightblue;
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
    font-size: 14px;
    color: black;
}

.Active, .Normal, .Yes, .Sales, .Y, Booked, .Admin, .Received, .Veg {
    background-color: #00bc8c;
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
    color: white;
}

/* style untuk link popup */
a.popup-link {
    padding: 17px 0;
    text-align: center;
    margin: 10% auto;
    position: relative;
    width: 300px;
    color: #fff;
    text-decoration: none;
    background-color: #FFBA00;
    border-radius: 3px;
    box-shadow: 0 5px 0px 0px #eea900;
    display: block;
}

    a.popup-link:hover {
        background-color: #ff9900;
        box-shadow: 0 3px 0px 0px #eea900;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
/* end link popup*/
/* animasi popup */

@-webkit-keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }

    to {
        opacity: 1;
    }
}

@keyframes autopopup {
    from {
        opacity: 0;
        margin-top: -200px;
    }

    to {
        opacity: 1;
    }
}
/* end animasi popup */
/*style untuk popup */
#popup {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-animation: autopopup .5s;
    -moz-animation: autopopup .5s;
    animation: autopopup .5s;
}

    #popup:target {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        opacity: 0;
        visibility: hidden;
    }

@media (min-width: 768px) {
    .popup-container {
        /*width: 600px;*/
        width: 70%;
    }
}

@media (max-width: 767px) {
    .popup-container {
        width: 100%;
    }
}

.popup-container {
    position: relative;
    margin: 7% auto;
    padding: 30px 3800px;
    padding-left: 0;
    padding-right: 0;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
}

a.popup-close {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #333;
    padding: 7px 10px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}
/* end style popup */

/* style untuk isi popup */
.popup-form {
    margin: 10px auto;
}

    .popup-form h2 {
        margin-bottom: 5px;
        font-size: 37px;
        text-transform: uppercase;
    }

    .popup-form .input-group {
        margin: 10px auto;
    }

        .popup-form .input-group input {
            padding: 17px;
            text-align: center;
            margin-bottom: 10px;
            border-radius: 3px;
            font-size: 16px;
            display: block;
            width: 100%;
        }

            .popup-form .input-group input:focus {
                outline-color: #FB8833;
            }

            .popup-form .input-group input[type="email"] {
                border: 0px;
                position: relative;
            }

            .popup-form .input-group input[type="submit"] {
                background-color: #FB8833;
                color: #fff;
                border: 0;
                cursor: pointer;
            }

                .popup-form .input-group input[type="submit"]:focus {
                    box-shadow: inset 0 3px 7px 3px #ea7722;
                }
/* end style isi popup */
.lmlml {
    color: red;
    padding: 5px 20px 5px 15px;
    font-family: 'Times New Roman';
}


.blink {
    animation: blinker 4s linear infinite;
    /*text-align: center;*/
}

@keyframes blinker {
    20% {
        opacity: 0.10;
        color: red;
    }

    50% {
        opacity: 0.50;
        color: green;
    }

    80% {
        opacity: 0.80;
        color: blue;
    }

    0% {
        opacity: 1;
        color: black;
    }

    100% {
        opacity: 1;
        color: black;
    }
}













/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    position: absolute;
    z-index: 50000;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}











@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}
