﻿
@import "/Manage/Styles/font-awesome/css/font-awesome.css";

@import "/Manage/assets/global/plugins/simple-line-icons/simple-line-icons.min.css";
@import "/Manage/assets/global/plugins/bootstrap/css/bootstrap.min.css";
@import "/Manage/assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css";
@import "/Manage/assets/global/css/components-rounded.min.css";
@import "/Manage/assets/global/css/plugins.min.css";



@import "/Manage/assets/global/plugins/bootstrap-daterangepicker/daterangepicker.min.css";
@import "/Manage/assets/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css";
@import "/Manage/assets/global/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css";
@import "/Manage/assets/global/plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css";
@import "/Manage/assets/global/plugins/clockface/css/clockface.css";
@import "/Manage/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.css";
@import "/Manage/assets/global/plugins/jstree/dist/themes/default/style.min.css";
@import "/Manage/assets/global/plugins/select2/css/select2.min.css";
@import "/Manage/assets/global/plugins/select2/css/select2-bootstrap.min.css";
@import "/Manage/assets/global/plugins/typeahead/typeahead.css";
@import "/Manage/assets/global/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css";


@import "/Manage/assets/layouts/layout3/css/layout.min.css";
@import "/Manage/assets/layouts/layout3/css/themes/default.min.css";
/*assets/layouts/layout3/css/themes/default.min.css*/
@import "/Manage/assets/layouts/layout3/css/custom.min.css";


@import "/Manage/Styles/css/plugins/iCheck/custom.css";
@import "/Manage/Styles/css/plugins/sweetalert/sweetalert.css";
@import "/Manage/Styles/css/plugins/ladda/ladda-themeless.min.css";
@charset "UTF-8";






body {
    font-size: 12px;
    color: #000;
    font-family: 'DINPro';
}

h1, h2, h3, h4, h5, h6, div, p, a, .select2-selection, .select2-container--bootstrap .select2-selection, .overlay_text h2 {
    font-family: 'DINPro';
}


.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    border-top: 0px solid #ebebeb;
    padding-top: 10px;
}

    .m-style:before,
    .m-style:after {
        content: "";
        display: table;
    }

    .m-style:after {
        clear: both;
        overflow: hidden;
    }

    .m-style span {
        float: left;
        margin-right: 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #bdbdbd;
        font-size: 14px;
    }

    .m-style .active {
        float: left;
        margin-right: 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #2D5F8B;
        color: #fff;
        font-size: 14px;
        border: 1px solid #2D5F8B;
    }

    .m-style a {
        float: left;
        margin: 0 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #fff;
        border: 0px solid #ebebeb;
        color: #2D5F8B;
        font-size: 14px;
    }

        .m-style a:hover {
            color: #fff;
            background: #2D5F8B;
        }

    .m-style .next,
    .m-style .prev {
        font-size: 16px;
        font-weight: bold;
    }

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    float: left;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

.drop-shadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-header {
    height: 65px;
}

    .page-header .page-header-top {
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        height: 65px;
    }

        .page-header .page-header-top .page-logo {
            float: left;
            display: block;
            width: auto;
            height: 65px;
            padding-top: 5px;
        }

            .page-header .page-header-top .page-logo img {
                height: 60px;
                margin-top: 5px;
            }



.page-date {
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 5px;
    overflow: hidden;
}

    .page-date p {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }

.page-wrapper .page-wrapper-middle {
    background: #fff;
}

.page-header .page-header-top .page-logo .logo-default {
    /*height:100%;*/
    margin-top: 0;
}

.page-breadcrumb {
    background: #fff;
}




.overlay {
    width: 100%;
    height: 320px;
    background: url('/Page/Styles/image/1.jpg') center center no-repeat;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}






.overlay_text {
    text-align: center;
    margin: 0 auto;
    margin-top: 120px;
    width: 100%;
}

    .overlay_text img {
        width: 120px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .overlay_text h2 {
        font-size:3rem;
        text-shadow: 2px 2px 2px #000;
    }


.page-prefooter {
    background: #fcfcfc;
    color: #a2abb7;
}

.page-footer {
    background: #ffffff;
    color: #808080;
    overflow: hidden;
    -webkit-box-shadow: 0px -1px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0px -1px 10px 0 rgba(0,0,0,0.1);
}



.toplinks_container {
    background: rgba(0, 0, 0, 0.4);
}


.toplinks {
    /*width: 800px;*/
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .toplinks li {
        float: left;
        display: inline-block;
    }

        .toplinks li a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #fff;
            text-decoration: none;
        }

            .toplinks li a.active {
                background: #fff;
                color: #000;
                font-weight: bold;
            }

            .toplinks li a:hover {
                background: #fff;
                color: #000;
            }




/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #2bb8c4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*附件样式*/
.list-attachment {
    margin: 0;
    list-style: none;
    padding: 0;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
}

    .list-attachment li {
        padding: 5px;
        line-height: 16px;
        width: 25%;
        float: left;
        text-align: center;
        text-wrap: inherit;
        word-wrap: break-word;
        margin-bottom: 10px;
    }

        .list-attachment li img {
            text-align: center;
            width: 60px;
            height: 60px;
        }

        .list-attachment li h3 {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 16px;
        }

        .list-attachment li a {
            color: #000;
        }



#visitorreg .visitorreg,
#speakerreg .speakerreg,
#agenda .agenda,
#exhibitingreg .exhibitingreg {
    border-bottom: 3px solid #ea5460;
}


.tabbable-custom h3 {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
}

.reg-success-content {
}

@media (max-width: 992px) {
    .reg-success-content img {
        width: 100%;
    }
}

/*列表样式*/
.table-responsive ul {
    overflow: hidden;
    clear: both;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #dddddd;
    border-top: 0px;
    font-size: 14px;
    line-height: 1.74;
    border-color: #dddddd;
}

.table-responsive > ul:nth-of-type(odd) {
    background-color: #fbfcfd;
}

.table-responsive ul:first-child {
    font-weight: bold;
    background-color: #f5f5f5;
}

.table-responsive ul li {
    padding: 8px;
    vertical-align: middle;
    display: block;
    width: 20%;
    min-height: 40px;
    float: left;
    word-wrap: break-word;
}


