@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: '\e612';
}

.icon-password:before {
    content: '\e60e';
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, 0.7);
}

body {
    background: url(../images/bodybg.png);
    min-width: 960px;
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

.g-main {
    position: relative;
}

.g-main:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 50%;
    width: 980px;
    margin-left: -490px;
    background: rgba(50, 50, 50, .4);
    z-index: -1;
}

.navbar {
    border: 0;
    z-index: 11;
    min-height: 80px;
    width: 100%;
}

.navbar:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #e94609;
    content: '';
    z-index: -1;
}

.navbar:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #262930;
    content: '';
    z-index: -1;
}

@media (min-width: 768px) {
    .navbar:before,
    .navbar:after {
        height: 80px;
        min-height: 80px;
    }
}

.navbar .container {
    height: 80px;
    background: #262930;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover {
    width: 178px;
    font-size: 0;
    background: #e94609 url(../images/logo.png) no-repeat center center;
}

@media (min-width: 768px) {
    .navbar .navbar-brand,
    .navbar .navbar-brand:hover {
        height: 80px;
    }
}

.navbar .navbar-menu {
    float: left;
}

.navbar .navbar-user {
    float: right;
}

.navbar .navbar-nav > li > a {
    padding: 34px 24px 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    font-size: 16px;
}

.navbar .navbar-right > li > a {
    font-size: 13px;
    position: relative;
}

.navbar .navbar-right > li > a .badge {
    position: absolute;
    right: 4px;
    top: 32px;
    background: #ff7b4a;
}

@media (max-width: 768px) {
    .navbar .navbar-nav > li > a {
        padding: 48px 6px 20px;
    }
}

.navbar div.dropdown-menu {
    background-color: #e94609;
    padding: 0;
    border: 0;
}

.navbar div.dropdown-menu .subnav {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.navbar div.dropdown-menu .subnav ul {
    position: absolute;
    top: 0;
    left: 160px;
    width: 400px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #7d7f80;
    display: none;
}

.navbar div.dropdown-menu .subnav li {
    width: 160px;
    list-style: none;
}

.navbar div.dropdown-menu .subnav li:hover a {
    background: #7d7f80;
    color: #ff7b4a;
    text-decoration: none;
}

.navbar div.dropdown-menu .subnav li:hover ul {
    display: block;
    padding: 20px;
}

.navbar div.dropdown-menu .subnav li a {
    display: block;
    background: #56585e;
    color: #cccccc;
    padding: 8px 12px;
}

.navbar div.dropdown-menu .subnav li li {
    float: left;
    width: auto;
    display: inline-block;
    width: 180px;
}

.navbar div.dropdown-menu .subnav li:hover li a {
    padding: 4px 12px;
    display: inline-block;
    color: #cccccc;
}

.navbar div.dropdown-menu .subnav li:hover li a:hover {
    color: #ff7b4a;
}


/* .navbar div.dropdown-menu .nav {
    background: #56585e;
    display: table-cell;
    width: 1%;
    min-width: 140px;
    text-align: center;
}

.navbar div.dropdown-menu .nav-tabs > li > a {
    border-radius: 0;
    word-wrap: nowrap;
    padding-top: 20px;
    color: #cccccc;
    margin-right: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 0;
}

.navbar div.dropdown-menu .nav-tabs > li > a:hover,
.navbar div.dropdown-menu .nav-tabs > li.active > a {
    background-color: #7d7f80;
    color: #ff7b4a;
}

.navbar .tab-content {
    display: table-cell;
    width: 100%;
    background: #7d7f80;
}

.navbar .tab-pane {
    padding: 20px;
}

.navbar .tab-pane h3 {
    margin: 0;
    padding: 5px 15px 10px 15px;
    color: #ff7b4a;
    font-size: 14px;
}

.navbar .tab-pane a {
    color: #ccc;
    display: inline-block;
    margin-right: 8px;
}
 */

footer {
    position: relative;
    margin-top: 40px;
}

footer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 28px;
    width: 65%;
    background: #32333b;
    content: '';
    z-index: -1;
}

footer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 28px;
    width: 35%;
    background: #e84709;
    content: '';
    z-index: -1;
}

@media (min-width: 1140px) {
    footer:before {
        width: 62%;
    }
    footer:after {
        width: 38%;
    }
}

@media (min-width: 1300px) {
    footer:before {
        width: 58%;
    }
    footer:after {
        width: 42%;
    }
}

footer .col-xs-3 {
    background: #32333b;
}

footer .col-xs-3:last-child {
    background: #e84709;
    text-align: right;
    padding: 30px 0 0;
}

footer h3 {
    font-size: 16px;
    color: #fe7a19;
}

footer a,
footer a:hover {
    color: #666666;
}

footer a.twitter,
footer a.facebook,
footer a.googleplus {
    border-radius: 4px;
    padding: 4px;
    margin-right: 8px;
}

footer a .iconfont {
    color: #fff;
}

footer a.twitter {
    background: #2b97f0;
}

footer a.facebook {
    background: #3b5a9b;
}

footer a.googleplus {
    background: #dc4e41;
}

footer .copyright,
footer .copyright a {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    background: #999;
    color: #CACACA;
}

#Mloading .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}

#Mloading .modal-content:after {
    width: 0;
    height: 0;
}

.modal-content {
    border-radius: 8px;
    position: relative;
}

.modal-content:after {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    z-index: -1;
}

.modal-content .alert {
    margin: 0;
    border-radius: 6px;
}

.modal-header {
    background: #e94609;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header button {
    color: #fff;
}

.modal-footer {
    text-align: center;
    margin: 0 20px;
}

.modal-footer .btn-default {
    background: #5a5a5a;
    color: #fff;
}

.page-message {
    background: #fff;
    padding: 80px;
    min-height: 100%;
}

.page-message h3 {
    color: #000000;
    font-weight: bolder;
    font-size: 28px;
    text-align: center;
}

.page-message h3 i.iconfont {
    color: #e94609;
    font-size: 28px;
}

.page-message .content {
    font-size: 16px;
    padding: 20px 60px;
}

.page-message hr {
    margin: 40px 0;
}

.page-message .links {
    text-align: center;
}

.page-message .links a {
    color: #e94609;
    font-size: 18px;
    padding: 0 20px;
}

.page-message .links a + a {
    border-left: #d0d0d0 1px solid;
}

.page-message .contact {
    text-align: center;
    color: #999999;
}

.page-message .contact a {
    border-bottom: #d0d0d0 1px dotted color: #999999;
}

.gototop {
    width: 40px;
    position: fixed;
    bottom: 166px;
    left: 50%;
    margin-left: 490px;
    background: rgba(50, 50, 50, .4);
    display: none;
}

.gototop a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #E84709;
}

.spinner {
    margin: 100px auto;
    width: 80px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #67CF22;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin-right: 8px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.editContent {
    font-size: 14px;
}

.editContent img {
    width: 100%;
    max-width: 100%;
}

.editContent h1 {
    font-size: 2em;
    margin: .67em 0
}

.editContent h2 {
    font-size: 1.5em;
    margin: .75em 0
}

.editContent h3 {
    font-size: 1.17em;
    margin: .83em 0
}

.editContent h4,
.editContent p,
.editContent {
    margin: 1.12em 0
}

.editContent h5 {
    font-size: .83em;
    margin: 1.5em 0
}

.editContent h6 {
    font-size: .75em;
    margin: 1.67em 0
}

.editContent h1,
.editContent h2,
.editContent h3,
.editContent h4,
.editContent h5,
.editContent h6,
.editContent b,
.editContent strong {
    font-weight: bolder
}

.editContent ol,
.editContent ul {
    padding-left: 2em;
    list-style-position: outside;
}

.editContent li {
    list-style: inherit;
}

.editContent td {
    padding: 5px 10px;
    border: #ddd 1px solid;
}
