
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 45%;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

#openModal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(18, 17, 17, 0.76);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

#openModal > div {
    padding-top: 13%;
    overflow: hidden;
    width: 100%;
    max-width: 994px;
    margin: 0 auto;
}



.overview > li {
    padding: 5px 4px 1px 6px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #ececec;
    background-color: #fff;
    cursor: pointer;
    width: 150px;
    border-radius: 3px;
}
.classStatus{
    margin-left: 80px !important;
}

.classStatus > li {
    padding: 5px 20px;
    width: auto !important;
    font-weight: bold;
    color: #454545;
    background-color: #CEEAF9;
}


.boardStatus > li {
    padding: 10px 20px 0 0px;
    font-weight: bold;
    color: #454545;
    background-color: #CEEAF9;
}

.boardStatus > li:hover, .classStatus > li:hover, .preferenceLevel > li:hover{
    background-color: #96CA39;
    color: #fff;
}


.selectedEntity{
    background-color: #96CA39 !important;
    color: #fff !important;
}

.overview2 > li {
    height: 44px;
    overflow: hidden;
    border: 1px solid #ececec;
    cursor: pointer;
    width: 150px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 0;
}

.overview2 {
    margin: 0 auto !important;
    width: 604px;
}

.overview2 > li: hover {
    height: 44px;
    overflow: hidden;
    border: 1px solid #ececec;
    cursor: pointer;
    width: 150px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 0;
}


.bg_eng{
    background-image: url("../images/icons_profile/eng_th_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_eng:hover{
    background-image: url("../images/icons_profile/eng_th.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}
.bg_bm{
    background-image: url("../images/icons_profile/bus-mng_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_bm:hover{
    background-image: url("../images/icons_profile/bus-mng.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}

.bg_ec{
    background-image: url("../images/icons_profile/economics_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_ec:hover{
    background-image: url("../images/icons_profile/economics.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}



.bg_ec{
    background-image: url("../images/icons_profile/economics_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_ec:hover{
    background-image: url("../images/icons_profile/economics.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}


.bg_med{
    background-image: url("../images/icons_profile/mdicn_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_med:hover{
    background-image: url("../images/icons_profile/mdicn.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}


.bg_cs{
    background-image: url("../images/icons_profile/computer_sc_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_cs:hover{
    background-image: url("../images/icons_profile/computer_sc.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}


.bg_law{
    background-image: url("../images/icons_profile/law_img_gray.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #474747;
}
.bg_law:hover{
    background-image: url("../images/icons_profile/law_img.png");
    background-repeat: no-repeat;
    background-position: left 9px bottom 8px;
    color: #fff;
    background-color:#57f521;
}

.prof_txt {
    margin: 1px -1px 0 44px;
    line-height: 1.1em
}

.container .grid_1 {
    width: 78px;
}

.styledSelect2:after {
    padding: 7px 0 10px !important;
}

.styledSelect2 select {
    padding: 13px 20px !important;
}

.container .grid_0 {
    width: 40px;
}

.button-green:hover {
    background-color: #454545 !important;
}

.prefCountry {
    color: #999999;
}

.mrg_top {
    margin-top: 12px;
}

select, input[type='text'] {
    height: 29px !important;
}

.pad_lf {
    margin-left: 10px;
}

.dot_bg_gray {
    background-color: #7f7f7f;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
}

input[placeholder] {
    color: #454545 !important;
}

::-webkit-input-placeholder {
    color: #999999;
    text-transform: initial;
}

::-moz-placeholder {
    color: #999999;
    text-transform: initial;
}

::-ms-input-placeholder {
    color: #999999;
    text-transform: initial;
}

.dot_bg_blue {
    background-color: #fff;
}

section > .white-bg {
    display: none !important;
}

.search-tny {
    background-image: url('../images/icon-set.png');
    background-repeat: no-repeat;
    background-position: 106% -2%;
    padding: 12px 35px 12px 13px !important;
    text-transform: initial;
    background-color:#fff;
}
.search-tny2 {
    background-image: url('../images/icon-set.png');
    background-repeat: no-repeat;
    background-position: 106% -2%;
    padding: 12px 35px 12px 13px !important;
    text-transform: initial;
    background-color:#fff !important;
    border: 1px solid #cdcdcd !important;;
    border-radius: 3px !important;;
}

.root_h h4 {
    line-height: 1.2em;
}

.lSAction {
    display: none !important;
}

.dsp_2 {
    margin: 0px 113px auto;
    background-color: #fff;
}

#content-slider {
    margin: 20px 0px 20px 0;
}
.page-span{
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #d6d6d6;
    font-weight:bold;
}

.ui-autocomplete{
    max-height:150px !important;
    overflow:auto !important
}

.page-span{
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    right:0px;
    top: 0px;
    color:#9F9BB8;
    font-weight:bold;
}