.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.imgText{
    display: block;
    background: #000000;
    text-align: center
}

.imgTransparentText{
    display: block;
    background:rgba(41,63,33,0.6);
    text-align: center;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}




.header-ntu {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.solidLine{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 5px solid #F58F29;
}

.fineSolidLine{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid #F58F29;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 30px;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

#body{
    min-height: 80%;
}

.is-request{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 69, 0.25);
}


.template{
    display: none !important;
}



/*back to top start*/

 .back-to-top {
    position: fixed !important;
    bottom: 2em !important;
    right: 0px !important;
    text-decoration: none !important;
    color: #000000 !important;
    background-color: rgba(235, 235, 235, 0.80) !important;
    font-size: 12px !important;
    padding: 1em !important;
    display: none ;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50) !important;
}

/*back to top end*/

/*dataTable detail start*/
td.details-control {
    background: url('../../img/system/icon/expand32.png') no-repeat center center !important;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../img/system/icon/collapse32.png') no-repeat center center !important;
}
/*dataTable detail end*/


/* horizontal images start*/
.horizontalImages {
    /*overflow-x: scroll;*/
    /*white-space: nowrap;*/
    /*padding: 1rem;*/


    overflow: auto;
    white-space: nowrap;
    padding: 1rem;
    max-height: 300px;

}

.horizontalImagesItem{
    /*display: inline-block;*/
    /*float: none;*/
    /*max-width: 200px;*/



    /*display: inline-block;*/
    float: none;


}
/* horizontal images end*/


/*image close icon start*/
.myCloseIcon {
    position: absolute;
    top: 10%;
    left: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%) !important;
    background-color: #555 !important;
    font-size: 50px !important;
    padding: 12px 24px !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 5px;
}
/*image close icon end*/


/*scrollbar color start*/
.flexcroll{
    overflow:auto;
}
.flexcroll{
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.flexcroll::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*scrollbar color end*/



b, strong {
    font-weight: bold;
}



/*google customer search*/
.gsc-adBlock {
    display: none !important;
}


.gs-image{
    display: none;
}


.gsc-control-cse
{
    padding:0px !important;
    background-color:transparent !important;
    border:none !important;
    /*border-width:0px !important;*/
}

