﻿.panel {
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 0;
}

.confirmBox .close {
    opacity: 9;
    height: 24px !important;
}

    .confirmBox .close:hover {
        opacity: 9;
    }


i {
    margin-right: 10px;
}

.logo {
    display: none;
}

.c-logo img {
    width: 60px;
}

.c-name {
}

    .c-name h2 {
        color: #d9321c;
        font-weight: bold;
        margin:0;
        padding:0;
    }

.c-contact {
    font-size: 14px;
    width: 300px;
    color: #808080;
    border-left: 1px solid #d9321c !important;
}

    .c-contact p {
        margin-left: 10px;
        font-size: 12PX;
    }

.new-table {
    border: 1px solid #d4145a;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.news-lts {
    width: 165px;
    font-size: 14px;
    font-weight: bold;
    background-image: radial-gradient(circle, #d4145a 5%, #de2514 100%);
    text-align: center;
    color: #fff;
}
    
#MarNews {
    padding: 5px 0 0 0;
}

.news {
    color: #000;
}

    .news:hover {
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
        color: #000;
    }

.dot {
    background-color: #d11130;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}


/*tab panel*/
.tab-panel {
    overflow: auto;
}

    .tab-panel .panel-heading {
    }

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #000;
        background-color: #faf7e9;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #d9321c;
    font-weight: bold;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.heading-table {
    width: 250px;
}

.tab-content {
    height: 440px;
}

/*left panel links*/
.l-link {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .l-link li {
        margin-bottom: 20px;
        background-color: #eee6e6;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-image: radial-gradient(circle, #fbe7e7 0%, #ff8686 100%);
        font-weight: bold;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

        

        .l-link li:hover {
            /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                    border: 1px solid #f76060;*/
            /*background-image: linear-gradient(180deg, #fa5555, #f6c3c3);*/
            opacity: 0.8;
            border: 1px solid #000;
        }

    .l-link a {
        color: #000;
        text-decoration: none;
       
        display: block;
        width: 100%;
        height: 100%;
    }

        .l-link a:hover {
            text-decoration: none;
            color: #000;
        }

.u-login {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}


    .u-login li {
        background-color: #dce9ef;
        text-align: left;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #fff;
    }

        .u-login li:hover {
            font-weight: bold;
        }

        .u-login li a {
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #000;
        }

            .u-login li a:hover {
                text-decoration: none;
                font-weight: bold;
            }

.l-popup-title {
    font-size: 16px;
    letter-spacing: 1px;
}

.u-login li i {
    font-size: 16px;
}

.u-login li:hover {
    /*background-image: linear-gradient(180deg, #12a7f2, #a4d9f6);*/
    background-image: radial-gradient(circle, #dbf0fb 0%, #337ab7 100%);
}
/*logins*/
.card-pan {
    width: 75%;
    margin: auto;
    float: none;
}

.card {
    width: 100%;
    height: 40px;
    /*-moz-box-shadow: 0 0 2px 2px #cec4c4;
            -webkit-box-shadow: 0 0 2px 2px #cec4c4;
            box-shadow: 0 0 2px 2px #cec4c4;*/
    text-align: center;
    padding: 10px 5px 5px 5px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .card:hover {
        border: 1px solid #000;
        opacity: 0.8;
    }

    .card a {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        text-decoration: none;
        font-weight: bold;
        color: #000;
    }

.effect1 {
    background-image: radial-gradient(circle, #fbe7e7 0%, #f67c7c 100%);
}

.effect2 {
    background-image: radial-gradient(circle, #dbf0fb 0%, #337ab7 100%);
}

.effect3 {
    background-image: radial-gradient(circle, #ede3d5 0%, #ec971f 100%);
}

.card i {
    font-size: 40px;
    color: #337ab7;
}

.card p {
    margin-top: 20px;
    font-size: 16px;
    height: 40px;
}

/*notification*/


.notify {
    width: 100%;
    display: block;
    border: 1px solid #d5dddb;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 20px;
}

    .notify:hover {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        background-color: #f5f5f5;
        /*background-image: linear-gradient(to right, #fff, #e5c9c9);*/
    }



    .notify table {
        width: 100%;
    }

        .notify table tr td {
        }

.notify-left {
    width: 120px;
}



.icon_box {
    width: 100%;
    margin-right: 15px;
}

    .icon_box .top {
        /*background: #d5d5d7;*/
        color: #1d1d29;
        padding: 2px 20px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background-image: radial-gradient(circle, #fff 0%, #b4b4b1 100%);
    }

    .icon_box .bott {
        background: #d11130;
        color: #fff;
        padding: 1px 16px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        font-size: 15px;
        text-align: center;
    }

.notify-right {
    padding-left: 20px;
}

    .notify-right:hover {
    }

    .notify-right .top {
        padding: 0;
        margin: 0;
    }

    .notify-right .bott {
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #808080;
    }

    .notify-right a {
        color: #222;
        width: 100%;
        display: block;
    }

        .notify-right a:hover {
            text-decoration: none;
        }

.notify-bott {
    padding: 5px 10px 5px 10px;
    color: #d11130;
    font-weight: bold;
}

    .notify-bott:hover {
        text-decoration: none;
        background-color: #d11130;
        color: #fff;
        border-radius: 5px;
    }

/*pop up*/
.modal-login {
    width: 320px;
}

    .modal-login .modal-content {
        border-radius: 1px;
        border: none;
    }

    .modal-login .modal-header {
        position: relative;
        justify-content: center;
        background: #337ab7;
        color: #fff;
    }

    .modal-login .modal-body {
        padding: 30px;
    }

    .modal-login .modal-footer {
        background: #f2f2f2;
    }

    .modal-login h4 {
        text-align: center;
        font-size: 18px;
    }

    .modal-login label {
        font-weight: normal;
        font-size: 13px;
    }

    .modal-login .form-control, .modal-login .btn {
        min-height: 38px;
        border-radius: 2px;
    }

    .modal-login .hint-text {
        text-align: center;
    }

    .modal-login .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        opacity: 0.9;
    }

    .modal-login .checkbox-inline {
        margin-top: 12px;
    }

    .modal-login input[type="checkbox"] {
        position: relative;
        top: 1px;
    }

    .modal-login .btn {
        min-width: 100px;
        background: #3498db;
        border: none;
        line-height: normal;
    }

        .modal-login .btn:hover, .modal-login .btn:focus {
            background: #248bd0;
        }

    .modal-login .hint-text a {
        color: #999;
    }



@media (max-width: 768px) {

    body {
        padding: 5px;
    }

    .c-name h2 {
        font-size: 22px;
    }

    .c-contact {
        display: none;
    }
}
