



/*************************************************************************************************************
* Admin Board ************************************************************************************************
**************************************************************************************************************/
    /* Common */
    .color_default {
    color: #555!important;
    }
    .lv_img {
        width: 22px;
    }
    .lastbox {
        width: 300px;
        margin : 0 auto;
        text-align: center;
        padding-bottom: 15px;
    }

    /* Table css */

    .custom_table {
        width: 100%;
        margin-bottom: 50px;
    }
    .custom_table caption { /* Title */
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding : 14px;
        font-size: 16px;
        background-color: #212121;
        color: #eee;
        /*text-shadow: 0px 0px 5px darkgoldenrod;*/
    }
    .custom_table thead > tr > th { /* Menu */
        background-color: #555;
        border : 1px solid #888;
        text-align: center;
        padding : 10px;
        color: #fed700;
    }
    .custom_table > tbody > tr > td {
        text-align: center;
        padding : 10px 5px;
        border : 1px solid #ddd;
        color: #000;
        font-size: 13px;
        line-height: 20px;
    }
    .custom_table > tbody > tr > td:last-child {
        text-align: left;
        padding-left: 10px;
    }
    .custom_table span {
        color: mediumblue;
    }
    .custom_table b {
        color: #970000;
    }
    .custom_table hr {
        border-top: 1px solid #DDD;
    }

    @media (max-width: 767px) {
        .custom_table thead > tr > th {
            padding : 5px;
        }
    }




    /*************************************************************************************************************
    * EVENT - Board CSS ***********************************************************************************************
    **************************************************************************************************************/

    /* EVENT - Basic CSS */
    .board-basic {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .btn.board-basic {
        background-color: #970000;
        font-weight: bolder;
        font-size: 12px;
        color: #eee;
        margin-top: 15px;
        width: 100%;
        transition: 0.1s;
    }
    .btn.board-basic:hover {
        box-shadow: 0px 0px 5px lightslategrey;
        text-shadow: 0px 0px 5px lightgoldenrodyellow;
        transition: 0.1s;
    }
    .thumbnail.board-basic {
        box-shadow: 0px 0px 3px lightslategrey;
    }

    .event-main-logo {
        width: 400px;
        display: block;
        margin : 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .event-table { width: 100%; }
    .event-table tbody > tr > td {
        border-bottom : 1px solid #ddd;
        padding : 10px 0px 10px 30px;
    }
    .event-table tbody > tr > td > span {
        color: #970000;
    }
    .event-table tbody > tr > td > b {
        color: mediumblue;
    }


    @media (max-width: 767px) {
        .col-xs-6.board-basic {
            padding : 0px;
        }
        .board-basic {
            margin-top: 0px;
        }
        .board-basic .caption h3 {
            margin: 10px 0px 10px 0px;
            text-align: center;
            font-size: 16px;
        }
        .btn.board-basic {
            margin-top: 5px!important;
            margin-bottom: 5px!important;
        }
        .event-main-logo {
            width: 65%;
            margin-bottom: 40px;
        }
    }


    /* Common CSS */
    @media (max-width: 767px) {
        .m-left {
            padding-right: 3px!important;
        }
        .m-right {
            padding-left: 3px!important;
        }
        .modal-dialog {

        }
        .m-modal {
            font-size: 14px;
            color: #970000;
        }
    }