/* Minification failed. Returning unminified contents.
(632,1): run-time error CSS1019: Unexpected token, found '@'
(854,36): run-time error CSS1046: Expect comma, found '0'
(854,40): run-time error CSS1046: Expect comma, found '/'
 */
/* Add here all your CSS customizations */
.text-small {
    font-size: 12px;
    color: black;
}

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: 100px;
}

/*
 .research-bgimg {
    background-image: url(/Content/theme/img/research-icon-1.png);
		background-repeat: no-repeat;
}
*/


/* MAIN MENU BACKGROUNDS */
.research-bgimg {
    position: relative;
    font-color: black;
}

    .research-bgimg:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 10px;
        background-image: url(/Content/img/research-icon-1.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
        background-size: 100px 100px;
    }

.service-bgimg {
    position: relative;
    font-color: black;
}

    .service-bgimg:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 10px;
        background-image: url(/Content/img/service-icon-1.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
        background-size: 130px 100px;
    }

.solution-bgimg {
    position: relative;
    font-color: black;
}

    .solution-bgimg:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 10px;
        background-image: url(/Content/img/solution-icon.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
        background-size: 130px 100px;
    }



/* PRICING TABLE */
th {
    white-space: nowrap;
}

.module-text {
    font-size: 10px;
    text-align: center;
}

.module-cell-background {
    background: white;
    color: black;
    white-space: nowrap;
}

.module-cell-background-2 {
    background: #e0fffe;
}

.item-included {
    text-align: center;
    color: #13bd2b;
    font-size: 15px;
}

.item-included-2 {
    text-align: center;
    color: #13BDFF;
    font-size: 15px;
}

.item-not-included {
    text-align: center;
    color: #d8d8d8;
    font-size: 15px;
}



/* PROFILE ======================================================================================================*/
/* USER PROFILE PAGE */
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .card.hovercard {
        position: relative;
        padding-top: 0;
        overflow: hidden;
        text-align: center;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 1);
    }

        .card.hovercard .card-background {
            height: 130px;
        }

.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}

.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}

    .card.hovercard .useravatar img {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 5px solid rgba(255, 255, 255, 0.5);
    }

.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}

    .card.hovercard .card-info .card-title {
        padding: 0 5px;
        font-size: 20px;
        line-height: 1;
        color: #262626;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn-pref .btn {
    -webkit-border-radius: 0 !important;
}

.link-under-construction {
    color: #d65959;
}


/* ##### SOFTWARE SELECTION STYLE #######*/
.my-special-div-1 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*box-shadow: 1px 1px 2px #888888; */
    border: 1px solid #6891e6;
    margin-bottom: 10px;
    /*border-radius:5px; */
    /*box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    .my-special-div-1:hover {
        border: 1px solid #6891e6;
        /*border-left:10px solid #6891e6;*/
        color: black;
    }


/* ################# TRAINING TABLE STYLE ############*/
.my-time-sqaure {
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    border: 1px solid green;
    color: green;
    border-radius: 20px;
}

.my-anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.my-anchor-1 {
    display: block;
    padding-top: 150px;
    margin-top: -100px;
}

.my-anchor-2 {
    display: block;
    /*padding-top: 100px;*/
    /*margin-top: -100px;*/
    top: -100px;
    position: relative;
    visibility: hidden;
    z-index: 0;
}

@media screen and (max-width: 600px) {
    .my-arrow-img {
        visibility: hidden;
        clear: both;
        display: none;
        vertical-align: middle;
        height: 88px;
    }
}


/* ###################### SERVICE BOXES #############*/
.service-box {
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
    margin: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .service-box:hover {
        opacity: 0.8;
    }

.service-box-style-2 {
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .service-box-style-2:hover {
        opacity: 0.8;
    }


/*################# SITE MAP BOXES ############### */
.sitemap-box {
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
    margin: 1%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .sitemap-box:hover {
        border: 1px solid #737373;
    }

.my-icon-xl {
    font-size: 30px !important;
    /*color:#ff8500;*/
}

    .my-icon-xl:hover {
        color: #e36159;
    }



span.step {
    background: #0094ff;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: white;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}


/* REQUIRED LABEL */
.required label {
}

    .required label:after {
        color: #e32;
        content: ' *';
        display: inline;
    }


/* Glowing Blue Input Highlights */
/*
input[type=text], textarea, input[type=email] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding-left: 10px;
    /*padding: 3px 5px 3px 3px;*/
/*margin: 5px 1px 3px 0px;*/
/*
    border: 1px solid #DDDDDD;
}

    input[type=text]:focus, textarea:focus, input[type=email]:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        /* padding: 3px 0px 3px 3px;*/
/* margin: 5px 1px 3px 0px;*/
/*
        border: 1px solid rgba(81, 203, 238, 1);
    }
*/

/* <a> with no underline when it is hovered */
.no-underline {
    text-decoration: none;
}

    .no-underline:hover {
        text-decoration: none;
    }

    .no-underline:focus {
        text-decoration: none;
    }




/* Box shadow */
.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/* Show/Hide on mobile device */
.mobile-show {
    display: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Smartphone Portrait and Landscape */
    .mobile-show {
        display: inline;
    }
}

.mobile-hide {
    display: inline;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Smartphone Portrait and Landscape */
    .mobile-hide {
        display: none;
    }
}

.laptop-hide {
    display: inline;
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) { /* Smartphone Portrait and Landscape */
    .laptop-hide {
        display: none;
    }
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
}



/* Bootstrap with Google Custom Search Engine */
.gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.gsc-control-cse .gsc-input-box {
    height: inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
    box-sizing: content-box;
    line-height: normal;
    margin-top: 0px;
}


.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}






/* TIMELINE */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 5%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 80%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 5%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 0;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: left;
            left: 10%;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}


/* DATATABLES */
.table-xs td, .table-xs th {
    font-size: 10px !important;
}

.table-sm td, .table-sm th {
    font-size: 12px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

    .table-sm td a {
        /*color: black !important;*/
    }

.table-sm th {
    font-weight: bold;
}

.table-mm td, .table-mm th {
    font-size: 14px;
}

.table thead tr {
    background: #eef0f1;
}


/* SLIDER HIDE WITH MIN WIDTH */
/* Responsive */
@media (min-width: 992px) {
    .slider-ses-international-offices {
        width: 100%;
    }
}


/* NO HOVER UNDERLINE IN LINKS */
.no-hover-underline:hover {
    text-decoration: none;
}


.site-map-text {
    padding-top: 15px;
    color: black;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}


/* CENTER TABLE CELLS */
.table-center td {
    text-align: center;
}


/* Datatable div */
.table-div {
    background-color: white;
    padding: 1.5em;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    /*border-radius: 3px;*/
}


/* UGM REGISTRATION STYLE */
.payment-label {
    border: 1px solid #e2e0e0;
    padding: 5px;
    padding-bottom: 5px;
}

.payment-label-selected {
    padding: 5px;
    padding-bottom: 5px;
    border: 1px solid #47a447;
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.3);*/
}

.payment-label-disabled {
    padding: 5px;
    padding-bottom: 5px;
    border: 1px solid #47a447;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    opacity:0.5;
}

.payment-label:hover {
    opacity: 0.8;
    border: 1px solid #47a447;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.radio-label {
    cursor: pointer;
    display:block;
}

.price-label {
    border: 1px solid #47a447;
    color: #47a447;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
}

.section-box {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-top: 20px;
}

/* APPLY INDENTATION WHEN THE USER SELECT CHINESE LANGUAGE */
.chinese-container p {
    text-indent: 2em !important;
    margin-bottom: 5px;
    line-height: 1.8;
    font-family: Microsoft Yahei;
}

.chinese-centered-container p {
    text-indent: 0!important;
    margin-bottom: 5px;
    line-height: 1.8;
    font-family: Microsoft Yahei;
}

/* PRODUCTS NAVIGATION MENU */
.show-border-in-hover {
    border: 1px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
}


.show-border-in-hover:hover {
    border: 1px solid #c7c7c7;
}


.box-shadow-custom {
    /*-webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);*/
}

.text-color-light-gray {
    color: #929292;
}



/* SELECT 2 STYLE */
.select2-container--default .select2-selection--single {
    height: 34px !important;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 60% !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.42857143 !important;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.instructor-box {
    border: 1px solid #dedddd;
    background: white;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    border-radius: 5px;
}


/* Process */
.process {
    text-align: center;
}

.process .process-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.process .process-step-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border: 2px solid #CCC;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.process .process-step-content {
    padding-top: 20px;
}

.process .process-step-circle-content {
    font-weight: bold;
    color: #212529;
    font-size: 1.6em;
    letter-spacing: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.process .process-step:hover .process-step-circle {
    background-color: #CCC;
}

    .process .process-step:hover .process-step-circle .process-step-circle-content {
        color: #FFF;
    }

        .process .process-step:hover .process-step-circle .process-step-circle-content .icons {
            color: #FFF !important;
        }

@media (min-width: 992px) {
    .process .process-step:before {
        height: 2px;
        display: block;
        background-color: #EDEDED;
        position: absolute;
        content: '';
        width: 50%;
        top: 45px;
        left: 75%;
    }

    .process .process-step:last-child:before {
        display: none;
    }
}

.process-vertical {
    text-align: left;
}

    .process-vertical .process-step {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        position: relative;
        padding-bottom: 60px;
    }

        .process-vertical .process-step:before {
            display: none;
        }

        .process-vertical .process-step:after {
            width: 2px;
            display: block;
            background-color: #EDEDED;
            position: absolute;
            content: '';
            height: calc(100% - 80px);
            top: 70px;
            left: 30px;
        }

        .process-vertical .process-step:last-child:after {
            display: none;
        }

    .process-vertical .process-step-circle {
        height: 60px;
        width: 60px;
        margin: 0 15px 0 0;
        min-height: 60px;
        min-width: 60px;
    }

    .process-vertical .process-step-content {
        padding-top: 0;
    }

.process-connecting-line {
    position: relative;
    text-align: left;
}

    .process-connecting-line .connecting-line {
        content: '';
        position: absolute;
        top: 25px;
        left: 15px;
        right: 15px;
        height: 3px;
        background: #CCC;
    }

    .process-connecting-line .process-step {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 48px;
        padding-right: 3rem;
        padding-left: 48px;
        padding-left: 3rem;
    }

        .process-connecting-line .process-step:before {
            content: none;
        }

    .process-connecting-line .process-step-circle {
        background: #FFF;
        width: 50px;
        height: 50px;
        border: 3px solid #CCC;
    }


.process .process-step-circle {
    border-color: #0088CC;
}

.process .process-step:hover .process-step-circle {
    background-color: #0088CC;
}

    .process .process-step:hover .process-step-circle .process-step-circle-content {
        color: #FFF !important;
    }

.process-connecting-line .connecting-line {
    background: #0088CC;
}

.process-connecting-line .connecting-line {
    background: #0088CC;
}

