﻿@charset "utf-8";

/* Login Loading */
.spinner {
    margin: 1px auto;
    width: 50px;
    height: 33px;
    text-align: center;
    font-size: 10px;
}

    .spinner.big {
        height: 53px;
    }

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner.big > div {
        margin-right: 3px;
    }

    .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 sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* content Loading */
.contentLoading {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    bottom: 0;
    z-index: 110;
    background: #000;
    background-color: rgba(255, 255, 255, 0.9);
    display: none
}

.cssload-thecube {
    width: 26px;
    height: 26px;
    position: fixed;
    top: 49%;
    left: 49%;
}

/**-------**/

.theme-popover {
    z-index: 105;
    position: absolute;
    width: 100%;
    height: 100%;
}

.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative;
}

    .theme-poptit .close {
        float: right;
        color: #999;
        padding: 5px;
        margin: -2px -5px -5px;
        font: bold 14px/14px simsun;
        text-shadow: 0 1px 0 #ddd
    }

        .theme-poptit .close:hover {
            color: #444;
        }

.li {
    overflow: hidden;
    display: inline-block
}

.wai {
    text-align: center
}

.submittedSuccess .iconFailure {
    display: block;
    margin: 20px auto 50px auto;
    width: 213px;
    height: 212px;
    background: url(../images/icon_failure.png) no-repeat 0 0;
    background-size: 100% auto;
}

.Simplified {
    font-size: 18px;
}

    .Simplified input {
        font-size: 18px;
    }

.error.text-danger {
    color: red;
}

td.error {
    color: red;
}

span.notice {
    color: red !important;
}

.importantNotice {
    background-color: #103665;
    display: none;
}
@media (max-width: 1023px) {
    .importantNotice .notice .btnClose {
        right: 20px !important;
    }
}
.importantNotice .notice {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding: 30px 15px 10px 15px;
}

.importantNotice .notice .btnClose {
    position: absolute;
    top: 32px;
    right: 3px;
    width: 22px;
    height: 22px;
    display: block
}

.importantNotice .notice .btnClose:before, .importantNotice .notice .btnClose:after {
    content: '';
    width: 33px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: -4px
}

.importantNotice .notice .btnCloseWhite:before, .importantNotice .notice .btnCloseWhite:after {
    border-top: #FFFFFF 2px solid;
}

.importantNotice .notice .btnCloseBlack:before, .importantNotice .notice .btnCloseBlack:after {
    border-top: #030303 2px solid;
}

.importantNotice .notice .btnCloseLightGrey:before, .importantNotice .notice .btnCloseLightGrey:after {
    border-top: #9fafc1 2px solid;
}

.importantNotice .notice .btnCloseDarkGrey:before, .importantNotice .notice .btnCloseDarkGrey:after {
    border-top: #808080 2px solid;
}

.importantNotice .notice .btnClosePurplee:before, .importantNotice .notice .btnClosePurplee:after {
    border-top: #674ea7 2px solid;
}

.importantNotice .notice .btnCloseYellow:before, .importantNotice .notice .btnCloseYellow:after {
    border-top: #F7F709 2px solid;
}

.importantNotice .notice .btnCloseBlue:before, .importantNotice .notice .btnCloseBlue:after {
    border-top: #0000FF 2px solid;
}

.importantNotice .notice .btnCloseRed:before, .importantNotice .notice .btnCloseRed:after {
    border-top: #EE0000 2px solid;
}

.importantNotice .notice .btnClose:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.importantNotice .notice .btnClose:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.importantNotice .notice h2 {
    font-size: 1.375rem;
    font-weight: bold;
    padding-bottom: 10px;
}
@media (max-width: 1023px) {
    .importantNotice .notice .noticeContent {
        padding-right: 0px !important;
    }
}
.importantNotice .notice .noticeContent {
    font-size: .875rem;
    padding-right: 50px
}

.importantNotice .notice .noticeContent p {
    line-height: 1.5
}


/* Slider starts */
.slick-slider{display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;height:100%;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;top:0;left:0;display:block; overflow:hidden; height:100%;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-slide{display:none;float:left;min-height:1px;position:relative;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide.dragging img{pointer-events:none;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-loading .slick-track,.slick-loading .slick-slide{visibility:hidden;}
.slick-slide img{margin:0 auto; width:100%;}
.slick-slide img,.slick-initialized .slick-slide{display:block;}
.slick-slide.slick-loading img,.slick-arrow.slick-hidden{display:none;}
.slick-dots{/*position:absolute;bottom:15px;*/display:block;width:100%;list-style:none;text-align:center;padding:0;line-height:0;font-size:0;}
.slick-dots li{position:relative;display:inline-block;width:16px;height:16px;margin:0 5px;padding:0; border-radius:100%;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px; background-color:rgba(0,0,0,.3); border:rgba(0,0,0,0) 5px solid; margin:auto; outline:none; padding:0;border-radius:100%; -moz-transition:0.3s;-webkit-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s;}
.slick-dots li.slick-active button{width:100%; height:100%; border-color:#FFF; background:#19A3CE;-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);}
.slick-prev, .slick-next {position:absolute; top:0; z-index:1; width:32px; height:100%; background:transparent; text-indent:-9999px; display:none;}
.slick-prev, .slick-prev:before {left:0;}
.slick-next, .slick-next:before {right:0;}
.slick-prev:before, .slick-next:before {background-color:rgba(28,26,27,.8); background-repeat:no-repeat; background-position:50% 50%; position:absolute; width:100%; height:32px; top:72px;}
/* Slider ends */