/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(skillsfuture/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(skillsfuture/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(skillsfuture/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(skillsfuture/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(skillsfuture/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
/*and (orientation : landscape)*/ {
    html, body {
        width:1000px; 
    }
}

html, body, h1, h2, h3, h4, h5, h6, p, div, span, footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
	font-family:'PT Sans', sans-serif;
    font-weight: normal;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
    overflow-x: hidden;
}

body {
    font-family:'PT Sans', sans-serif;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}

.container {
    position: relative;
}


.border {
    border: 1px solid red;
}

.right {
    float:right;
    clear:all;
}





#MobileBrowseCategoryPanel,
#MobileSortbyAtoZAccordionPanel,
#MobileFilterbyPanel {
    display:none;
    position:absolute;
    z-index: 999;
    width: 100%;
}


#AllContent {
    display:block;
}


#blackoutbox {
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    overflow:hidden;
    position:fixed;
    display:none;
    z-index: 998;
    background-color: rgba(0,0,0,0.8);
}




/* navbar customize */
/*=====================================================*/

.navbar-brand {
    font-family: inherit;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    height:75px;
    line-height:1.42857143;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse {
    background-color: #cb333b;
    /* background-color: transparent; */
}

.navbar-inverse .container {
    background-color: #cb333b;
    border-color: #cb333b;
}


.navbar {
    min-height: 75px;
    border: 0px solid transparent;
    margin-bottom: 0px;
}

@media screen and (min-width:768px){
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}






/* Course Directory Heading Styling - customize Jumbotron */
/*========================================================*/

.jumbotron {
    background-image:url('skillsfuture/images/hd_bg_CourseDirectory.jpg');
    background-position:center;
    background-attachment: fixed;
}

.jumbotron {
    min-height: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom:0px;
}

.jumbotron_searchresults {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.jumbotron .container {
    text-align:center;
    color:#fff;
}

.jumbotron h1 {
    padding-top:18px;
    font-size: 40px;
    font-weight: 700;
}

.jumbotron p {
    font-size: 14px;
    line-height: 16px;
}



.btn_browsebycategories {
    padding: 19px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #cb333b;
    border-color: #d84e35;
    text-align: center;
}

.btn_browsebycategories .glyphicon {
    font-size: 12px;
    margin-left:15px;
}

.btn_browsebycategories:visited {
    color: #fff;
}

.btn_browsebycategories:hover, .btn_browsebycategories:focus, .btn_browsebycategories.focus, .btn_browsebycategories:active, .btn_browsebycategories.active, .btn_browsebycategories:active:hover, .btn_browsebycategories.active:hover {
    background-color: #d84e35;
    border-color: #d84e35;
}

.form-control, .form-control:hover, .form-control:focus, .form-control.focus, .form-control:active, .form-control.active, .form-control:active:hover, .form-control.active:hover  {
  background-color: transparent;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;    
}

#searchbykeywordgroup .btn {
    font-size: 20px;
    background: transparent;
    border-radius: 0px;
}

#searchbykeywordgroup .btn:hover {
    color:#d84e35;
}

.textbox_underline {
    border: 0px;
    border-bottom: 1px solid #cecece;
}

.keywordtag_box{
    margin-top: 10px;
}

.keywordtag_box li {
    list-style-type: none; display:inline;
}

.keyword_tags {
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    color:#fbb03b;
    background-color: rgba(0,0,0,0.3);
    padding: 8px 11px;
    line-height:2.7em;
    white-space:nowrap;
}








/* Autocomplete Box Styling */
/*=====================================================*/


.AutoCompleteBoxStyling {
    padding: 0px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 200px;
    position:absolute;
    z-index: 999;
    top:198px;
    border:1px solid #efefef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
      -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.05);
      -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.05);
      box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.05);
}

.AutoCompleteBoxStyling .panel {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.AutoCompleteBoxStyling .panel-body {
    background: transparent;
    font-size: 14px;
    color: #666;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.AutoCompleteBoxStyling .list-group {
    margin-bottom: 0px;
}

.AutoCompleteBoxStyling .list-group .list-group-item:last-child {
    border-radius: 0px;
}

.AutoCompleteBoxStyling .list-group .list-group-item {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid #ececec;
}

.AutoCompleteBoxStyling .list-group-item a {
    display:block;
    margin: 0px;
    padding: 8px 15px;
}

.AutoCompleteBoxStyling .list-group-item a:hover,
.AutoCompleteBoxStyling .list-group-item a:focus,
.AutoCompleteBoxStyling .list-group-item a:active
{
    text-decoration: none;
    background: #efefef;
}

.AutoCompleteBoxStyling .panel-heading {
    font-weight: bold;
    font-size: 14px;
    color: #666;
    background: #efefef;
}








/* Adjust Text Size Buttons */
/*=====================================================*/


.changetextsize_box {
    position:absolute;
    right:15px;
    top:0px;
}

#changetextsize_bigger span {
    font-size: 17px;
    line-height:0px;
}

#changetextsize_smaller span {
    font-size: 14px;
    line-height:0px;
}

.changetextsize_box span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -3px;
}

.changetextsize_box div {
    color:#21409a;
    background-color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    margin-right:2px;
    display: inline-block; 
}

.changetextsize_box div:hover, .changetextsize_box div:focus, .changetextsize_box div.focus, .changetextsize_box div:active, .changetextsize_box div.active, .changetextsize_box div:active:hover, .changetextsize_box div:hover {
    background-color: #d84e35;
    border-color: #d84e35;
    color:#fff;
}





/* Browse by Categories Tab */
/*=====================================================*/

.tab_panel {
    text-align:left;
    padding: 0px;
}

.tab-pane {
    margin: 0px;
    position: relative;
}

.tab-content {
    padding:15px;
    margin-bottom: 0px;
    background: #c44b35;
    position: relative;
}

#collapseCategoriesTabPanel {
    background: #cb333b;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 10;
    position: absolute;
    width:100%;
}

#collapseCategoriesTabPanel .nav-tabs {
    border-bottom: 0px;
}

#collapseCategoriesTabPanel a:link, #collapseCategoriesTabPanel a:hover, #collapseCategoriesTabPanel a:active, #collapseCategoriesTabPanel a:visited, #collapseCategoriesTabPanel a:visited {
    color: #fff;
} 

#collapseCategoriesTabPanel .nav-tabs > li.active > a, #collapseCategoriesTabPanel .nav-tabs > li.active > a:focus, #collapseCategoriesTabPanel .nav-tabs > li.active > a:hover {
    background: #c44b35;
    border: 1px #c44b35 solid;
}

#collapseCategoriesTabPanel a:focus {
    outline: 0px;
}

#collapseCategoriesTabPanel .nav-tabs > li > a {
    border-radius: 0px;
}

#collapseCategoriesTabPanel .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #ff5e40;
    border: 1px #ff5e40 solid;
}

.nav-tabs > li.active {
    font-weight:bold;
}

.tab-pane_list {
    font-size: 12.5px;
    line-height: 14px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    list-style: none;
    /*border:1px solid white;*/
    margin-left:-25px;
}

.tab-pane_list li {
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    white-space: pre-line;
    display: inline-table;
    min-width: 150px;
}

#AreaofTraining {
    position: relative;
    background: #c44b35;
}

#tab-pane_AreaofTraining_page1, #tab-pane_AreaofTraining_page2  {
    position: relative;
    left: 0px; top: 0px;
    background: #c44b35;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

#tab-pane_page3, #tab-pane_page4 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

#tab-pane_AreaofTraining_page1 {
    display:block;
}

#tab-pane_AreaofTraining_page2 {
    display:none;
}

#panelprev, #panelnext {
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -30px);
    -ms-transform: translate(0%, -30px);
    transform: translate(0%, -30px);
    font-size: 10px;
}

#panelprev:hover, #panelnext:hover {
    background: #ff5e40;
}

#panelnext {
    right:0px;
}

#panelprev {
    left:0px;
}

#panelprev span, #panelnext span {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin-top: 0px;
    width: 100%;
}






/* Jumbotron, Browse Keyword Accordion Panel and Keyword tag box custom settings for MOBILE */
/*=====================================================*/

/* Extra Small */
@media(max-width:767px){
    .jumbotron {
        padding-top: 0px;
        padding-bottom: 15px;
        min-height: 300px;
        height: auto;
    }

    .jumbotron_searchresults {
        min-height: 260px;
    }
    
    .jumbotron .container {
        text-align:left;
        padding-left:0px;
        padding-right:0px;
    }
    .keywordtag_box {
        width:auto;
        white-space:nowrap;
        overflow-x:scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch;
    }
    .keywordtag_box::-webkit-scrollbar {
        display: none;
        width: 0 !important;
    }
    .keywordtag_box{
        margin-top: 5px;
    }

    .mobile_textbox_input, .mobile_textbox_input:focus, .mobile_textbox_input:active, .mobile_textbox_input:hover, .form-control, .form-control:hover, .form-control:focus {
        border-bottom:1px solid #cecece !important;
        height: 46px;
        color: #cecece;
    }
    
    .tab-pane_list {
        font-size: 13px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        list-style: none;
        /*border:1px solid white;*/
    }

    .tab-pane_list li {
        margin: 0px 27px 15px -27px;
        padding: 5px;
        background: #888;
    }

}



    .main-content-menu {
        margin-left: 0px;
        margin-right: 0px;
    }

    .main-content-menu .panel-group .panel-heading {
        color: #FFF;
        background-color: #ff5e40;
    }
    
    .main-content-menu .panel-body ul.menu-navigation li::after {
        display:none;
    }
    .mobilepanel_box {
        margin-top: 5px;
    }

    .mobilepanel_box li {
        list-style-type: none; 
    }
    
    .mobilepanel_box {
        width:auto;
        white-space:nowrap;
        overflow-x:scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none; 
        -webkit-overflow-scrolling: touch;
    }
    .mobilepanel_box::-webkit-scrollbar {
        display: none;
        width: 0 !important;
    }
    
    .AreaofTraining_listbox {
        display: table-cell;
        min-width: 300px;
        max-width: 300px;
        font-size: 16px;
        padding: 15px 15px 0px 15px;
    }

    .AreaofTraining_listbox li {
        margin-bottom: 20px;
        line-height: 18px;
        white-space:normal;
    }
 




.text_viewall_white {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}


.mobile_browsecategories_btn {
    border-radius: 0px;
    background-color: #cb333b;
    border-color: #d84e35;
}

.mobile_browsecategories_btn:hover {
    color: #fff;
    background-color: #c44b35;
    border-color: #c44b35;
}

.mobile_browsecategories_btn span {
    margin-left: -2px;
    padding-top: 2px;
}

.mobile_search_btn {
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid #cecece !important;
    margin-left: -2px;
    padding-top: 7px;
}

.mobile_search_btn:hover {
    color: #d84e35;
}

.mobile-panel .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobilesliding_container {
    overflow:hidden;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.mobile_offset_15 {
    padding-left: 15px;
}

#MobileSortbyAtoZAccordionPanel .list-group {
    margin-bottom: 0px;
}

#MobileSortbyAtoZAccordionPanel .list-group-item {
    padding: 0px;
}

#MobileSortbyAtoZAccordionPanel .list-group a {
    width: 100%;
    height: 100%;
    display:block;
    padding: 15px 15px;
    color: #666;
}

#MobileSortbyAtoZAccordionPanel .list-group a:hover,
#MobileSortbyAtoZAccordionPanel .list-group a:focus {
    text-decoration: none;
    color: #444;
    background: #efefef;
}


#MobileFilterbyPanel .main-content-menu .panel-body ul.menu-navigation li a {
    display: inline;
    padding: 0px;
}

#MobileFilterbyPanel .panel-heading {
    border-bottom: 1px solid #fff;
}

#MobileFilterbyPanel .main-content-menu .panel-body ul.menu-navigation li a:hover {
    background: transparent;
}

#MobileFilterbyPanel .main-content-menu .panel-body ul.menu-navigation li {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
}


#MobileFilterbyPanel .panel-title-right {
    font-weight: normal;
    font-size: 14px;
    float: right;
    display: block;
    width: 55px;
    height: auto;
    right: 10px;
    top: 50%;
}

#MobileFilterbyPanel a.panel-title-right:hover {
    text-decoration: underline;
}

#MobileFilterbyPanel .panel-body {
}

#MobileFilterbyPanel .checkbox_tertiary {
    padding: 10px 15px;
}

#MobileFilterbyPanel .checkbox_tertiary:first-child {
    padding-top: 20px;
}

#MobileFilterbyPanel .checkbox_tertiary:last-child {
    padding-bottom: 20px;
}

#MobileFilterbyPanel #datetimepicker_box {
    height: auto;
    padding: 15px;
    overflow: visible;
}

#MobileCourseDurationRange .panel-body,
#MobileTotalCost .panel-body {
    padding: 15px;
}







/* Featured box HEADER settings */
/*=====================================================*/


.featuredcourses_container .row, .popularcourses_container .row {
    position: relative;
    margin-top: 15px;
    margin-bottom: 8px;
}

.courseheaderbox {
    position: relative;
    margin: 0 auto;
    /* border: 1px yellow solid;  */
}

.viewall_linkbox {
    text-align: right;
    right: 15px;
    bottom: 0px;
    position: absolute;
}

.text_1of6 {
    font-size: 12px;
    padding-right: 10px;
}

.text_viewall {
    font-size: 12px;
    font-weight: bold;
    color: #21409a;
}

.viewall_linkbox .text_viewall:hover, .viewall_linkbox .text_viewall:active, .viewall_linkbox .text_viewall:focus {
    color: #d84e35;
}


/* Extra Small */
@media(max-width:767px){
    .courseheaderbox {
        text-align: left;
        width:100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    .courseheaderbox {
        text-align: center;
        width:543px;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    .courseheaderbox {
        text-align: center;
        width:815px;
    }    
}

/* Large */
@media(min-width:1200px){
    .courseheaderbox {
        text-align: center;
        width:1085px;
    }    
}







/* Featured Courses and Popular Courses ROW */
/*=====================================================*/


.featuredcourses_container{
    min-height:460px;
}

.featuredcourses_container .container, .popularcourses_container .container {
    position:relative;
    text-align: center;
    /* border: 1px solid red; */
}

.featuredcourses_container .container h1, .popularcourses_container .container h1 {
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
    color: #cb333b;
}


.popularcourses_container{
    background:#fff;
    min-height:490px;
}



.courses_sliderplate {
    position:relative;
    display: block;
    width: 262px;
    height: 342px;
    margin: 0px 15px 0px 0px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color:#fff;
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
}

.courses_sliderplate .contentblock {
    margin: 10px 15px;
}

.courses_sliderplate .courses_sliderplate_banner_box {
    position:relative;
    width:100%;
    height:112px;
}

.course_banner_quote_box{
    position:absolute;
    bottom:0px;
    background: rgba(0,0,0,0.5);
    height: 31px;
    width: 100%;
    color: #fff;
    z-index: 10;
}

.glyphicon.glyphicon-one-fine-dot {
    margin-bottom: -0.03em;
    overflow: hidden;
}
.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.1em;
    line-height: .5em;
}

.glyphicon-adjust {
    margin-top: 7px;    
}

.course_banner_icons {
    display: table-cell;
    height: 100%;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 8px;
}

.course_banner_language {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 100%;
    padding-top:7px;
    vertical-align: top;
    display:  table-cell;
}

.course_banner_language a:link,
.course_banner_language a:hover, 
.course_banner_language a:active, 
.course_banner_language a:focus, 
.course_banner_language a:visited {
    color: #fff;
    text-decoration: none;
}


.tooltip {
    /*margin: 14px 30px;*/
}

.tooltip.in{
    opacity:1;
    filter:alpha(opacity=100)
}


.tooltip-inner {
    max-width: 260px;
    padding: 15px 25px;
    color: #666;
    border: 1px solid #b6b6b6;
    text-align: left;
    background-color: #f6f6f6;
    border-radius: 4px;
}

.tooltip.right .tooltip-arrow{
    top:50%;
    left:1px;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #f6f6f6
}

.tip_title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 14px;
}

.tip_content {
    font-size: 13px;
    color: #333;
    line-height: 12px;
}

.tip_content a:link, 
.tip_content a:hover, 
.tip_content a:visited, 
.tip_content a:active, 
.tip_content a:focus 
{
    color: #21409a
}


#featuredcourses_proprev, #popularcourses_proprev {
    position:absolute;
    top:180px;
    z-index: 99;
}

#featuredcourses_pronext, #popularcourses_pronext {
    position:absolute;
    top:180px;
    z-index: 99;
}












/* Featured Courses and Popular Courses Slider */
/*=====================================================*/


.featuredcourses_sliderplate_box, .popularcourses_sliderplate_box {
    position: relative;
}

#featuredcourses_sliderplate_box_outter, #popularcourses_sliderplate_box_outter {
    position: relative;
}

#featuredcourses_sliderplate_box {
    display: inline-block;
    overflow: hidden;
}

#popularcourses_sliderplate_box {
    display: inline-block;
    overflow: hidden;
}



/* Extra Small */
@media(max-width:767px){
    #featuredcourses_sliderplate_box, #popularcourses_sliderplate_box  {
        width:100%;
    }
    
    .featuredcourses_container .container, .popularcourses_container .container {
        overflow: visible;
    }
    
    .courseheaderbox {
        padding-left:15px;
    }
    
    #featuredcourses_proprev, #featuredcourses_pronext, #popularcourses_proprev, #popularcourses_pronext {
        display: none;
    }
    
    .text_1of6 {
        display: inline-block;
    }

    #popularcourses_sliderplate_box {
        height: 400px;
    }
    
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    #featuredcourses_sliderplate_box, #popularcourses_sliderplate_box {
        width:543px;
    }
    #popularcourses_sliderplate_box {
        height: auto;
    }
    .text_1of6 {
        display: none;
    }
    #featuredcourses_proprev, #popularcourses_proprev {
        left:50px;
    }

    #featuredcourses_pronext, #popularcourses_pronext {
        right:50px;
    }

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #featuredcourses_sliderplate_box, #popularcourses_sliderplate_box {
        width:815px;
    }    
    #popularcourses_sliderplate_box {
        height: auto;
    }
    .text_1of6 {
        display: none;
    }
    #featuredcourses_proprev, #popularcourses_proprev {
        left:30px;
    }

    #featuredcourses_pronext, #popularcourses_pronext {
        right:30px;
    }

}

/* Large */
@media(min-width:1200px){
    #featuredcourses_sliderplate_box, #popularcourses_sliderplate_box {
        width:1085px;
    }    
    #popularcourses_sliderplate_box {
        height: auto;
    }
    .text_1of6 {
        display: none;
    }
    #featuredcourses_proprev, #popularcourses_proprev {
        left:-10px;
    }

    #featuredcourses_pronext, #popularcourses_pronext {
        right:-10px;
    }

}











/* Course sliderplate description styling */
/*=====================================================*/


.course_newlabel {
    background:url('skillsfuture/images/icon_new.png');
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    padding: 0px;
    margin: 0px;
    top: 0px;
    right: 0px;
    display:block;
    position:absolute;
    z-index: 20;
}

.course_title, .course_title a  {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color:#21409a;
    margin-bottom: 2px;
    position:relative;
}

.course_sn {
    font-size: 12px;
    margin-bottom: 4px;
}

.course_institution {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.course_institution a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
    text-decoration: none;
}

.course_institution_number {
    font-size:12px;
    font-weight: bold;
    line-height:10px;
    color: #fff;
    background-color:#fc3d1a;
    padding: 5px 8px 4px 8px;
    display:inline-block;
    margin-top: -1px;
    margin-left: 5px;
    position:absolute;
    border-radius:10px;
    min-width: 30px;
    text-align: center;
}

.course_divider {
    border-bottom:1px solid #cecece;
    padding-bottom: 4px;
}

.course_genre {
    font-size: 12px;
    font-weight: bold;
    text-transform:uppercase;
    color: #21409a;
    margin-top: 8px;
    margin-bottom: 1px;
}

.course_type {
    font-size: 14px;
    margin-bottom: 3px;
}

.course_note {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    margin-bottom: 0px;
    display:inline-block;
}

.course_info_icon {
    position:relative;
    background:url('skillsfuture/images/icon_info.png');
    background-repeat: no-repeat;
    width:24px;
    height:24px;
    color: #cb333b;
    margin-left:5px;
    display:inline-block;
}


.course_fee_box {
    display: table;
    width: 100%;
    position:relative;
}

.leftbox, .rightbox
{
    display: table-cell;
    width: 50%;
    position:relative;
}

.course_fee {
    position:relative;
}

.course_currency {
    font-size: 16px;
    vertical-align: top;
    margin-top: 2px;
    display:inline-block;
}

.course_cost {
    font-size: 20px;
    letter-spacing: -0.08em;
    display:inline-block;
}

.darkgray {
    font-weight: bold;
}

.gray {
    color: #666;
}

.darkgray {
    color: #333;
}



/*=====================================================*/

/* SEARCH RESULTS PAGE */

/*=====================================================*/

.searchresults_container {
    padding-left: 0px;
    padding-right: 0px;
}

.searchresults_container ul {
    padding-left: 0px;
}

.searchresults_container ul li {
    display: inline-block;
}

.searchresults_container h2 {
    font-size:24px;
    font-weight: bold;
    color:#cb333b;
}

#searchresult_box {
    padding-top: 25px;
    min-width: 252px;
}

#searchresult_box .panel-group {
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0px;
}

#searchresult_box .panel-heading, #searchresult_box .panel-group-header {
    padding: 0px;
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0px;
}

#searchresult_box .panel-group-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #cb333b;
    color: #fff;
}

#searchresult_box .panel-group-header .panel-title {
    font-weight: bold;
}

#searchresult_box .panel {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

#searchresult_box .panel-body {
    padding: 15px 20px;
}

#searchresult_box .panel-title-right {
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    float: right;
    display: block;
    width: 55px;
    height: auto;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}


#searchresult_box .panel-title {
    font-size: 18px;
    color: inherit;
    text-align: left;
}

.panel-heading a {
    text-decoration: none;
}


#searchresult_box .panel-heading a.collapsed {
    text-decoration: none;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}

#searchresult_box .panel-heading .panel-title a {
    /*background-color: #cb333b;*/
    background-color: #f6f6f6;
    padding: 10px 15px;
    /* padding-right: 70px; */ /*This is for the + - panel-title-icon */
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    }

.panel-heading .panel-title a:hover, .panel-heading .panel-title a:hover {
    text-decoration: none;
}

#searchresult_box .panel-heading a:after {
    font-family: "Glyphicons Halflings"; 
    content:"\e113";
    font-size: 14px;
    line-height: 18px;
    float: right;
    color: #cb333b;
}
#searchresult_box .panel-heading a.collapsed:after {
    content:"\e114"; 
}


#searchresult_displaybox {
    padding-top: 5px;
}






/* Accordion on left panel */
/*===============================*/

#accordion_inner .panel-heading {
    background: transparent;
    color: #666;
    padding: 0px;
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
    display: block;
}

#accordion_inner .panel-heading .panel-title a {
    padding: 10px 10px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    }

#accordion_inner .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    font-size: 12px;
    content:"\e113";
    float: right;
    color: #cb333b;
}

#accordion_inner .panel-heading a.collapsed:after {
    content:"\e114";
}

#accordion_inner .panel-title {
    font-size: 14px;
    font-weight: normal;
    color: inherit;
    text-align: left;
}




/* Select box */

.dropdownmenu_mySelect {
    display: inline-block;
    max-width: 100%;
    margin: 0px;
    font-weight: normal;
}

#MobileCourseDurationRange select, 
.mySelect {
    font-size: 14px;
    padding-left:10px;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('skillsfuture/images/arrowdown.png') right 16px no-repeat;;
    margin-bottom: 20px;
}

.mySelect option {
    background: transparent;
}

.mySelect::-ms-expand {
    display: none;
}

.mySelect:after {
    font-family: "Glyphicons Halflings"; 
    content:"\e113";
    font-size: 14px;
    line-height: 18px;
    float: right;
    color: #cb333b;
    border: 1px solid red;
}

.mySelect:focus {
    outline: none;
}

.mySelect option {
    border-bottom: 1px solid #cecece;
    padding: 10px;
}


#datetimepicker_box {
    margin-bottom: 50px;
}

#MobileFilterbyPanel .panel-group {
    margin-bottom: 200px;
}


/* Go to page */

.gotopage_container {
    padding: 10px 0px 25px 0px;
    display:inline-block;
}

.gotopage_container span {
    padding: 0px 10px;
}

.gotopage_container span:first-child {
    padding-left: 0px;
}

.gotopage_container span:last-child {
    padding-right: 0px;
}

.gotopage_container_inputbox {
    padding-top:5px;
    display:inline-block;
    float: right;
    clear: none;
}

.grayout {
    color: #999;
}

.orangeout {
    color: #cb333b;
}



/* Extra Small */
@media(max-width:592px){
    
    .searchresults_container h2, .searchresults_container p {
        text-align: center;
    }

    #searchresults_listbox_container ul li:nth-child(n+7) {
        display: none;
    }

    #gotopage_container_outterbox, #gotopage_container_bottombox {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #gotopage_container_outterbox .gotopage_container, 
    #gotopage_container_outterbox .gotopage_container_inputbox,
    #gotopage_container_bottombox .gotopage_container, 
    #gotopage_container_bottombox .gotopage_container_inputbox {
        display: none;
    }
    #searchresults_listbox_container {
        text-align: center;
        padding-left: 20px;
    }
}

@media(min-width:593px) and (max-width:767px){
    #searchresults_listbox_container ul li:nth-child(n+7) {
        display: none;
    }
    #gotopage_container_outterbox, #gotopage_container_bottombox {
        padding-left: 20px;
        padding-right: 20px;
    }
    #searchresults_listbox_container {
        text-align: center;   
        padding-left: 20px;
    }
}


/* Small */
@media(min-width:768px) and (max-width:991px){

    #gotopage_container_outterbox, #gotopage_container_bottombox {
        width: 544px;
    }
    #searchresults_listbox_container {
        width: 564px;
    }
    .custom_containerwidth {
        width:100%;
    }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #gotopage_container_outterbox, #gotopage_container_bottombox {
        width: 544px;
    }
    #searchresults_listbox_container {
        width: 564px;
    }
}

/* Large */
@media(min-width:1200px){
    #gotopage_container_outterbox, #gotopage_container_bottombox {
        width: 825px;
    }
    #searchresults_listbox_container {
        width: 840px;
    }
}





#searchresult_displaybox .courses_sliderplate {
    min-width: 250px;
    max-width: 400px;
    margin-bottom: 20px;
}




/* SLIDER BOX Component CSS */
/*=====================================================*/

.slider.slider-horizontal {
    width:100%;
}

.slider.slider-horizontal .slider-track {
  height: 6px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider-handle {
  position: absolute;
  width: 7px;
  height: 26px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 1;
  border: 1px solid #d7d7d7;
}
.slider-handle.round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #d7d7d7;
  background-image: -moz-linear-gradient(top, #d7d7d7, #d7d7d7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d7d7), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #d7d7d7, #d7d7d7);
  background-image: -o-linear-gradient(top, #d7d7d7, #d7d7d7);
  background-image: linear-gradient(to bottom, #d7d7d7, #d7d7d7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7d7d7', endColorstr='#ffd7d7d7', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.slider-selection {
  position: absolute;
  background-color: #fc3d1a;
  background-image: -moz-linear-gradient(top, #fc3d1a, #fc3d1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fc3d1a), to(#fc3d1a));
  background-image: -webkit-linear-gradient(top, #fc3d1a, #fc3d1a);
  background-image: -o-linear-gradient(top, #fc3d1a, #fc3d1a);
  background-image: linear-gradient(to bottom, #fc3d1a, #fc3d1a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc3d1a', endColorstr='#fffc3d1a', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.slider_min {
    font-weight: bold;
    float: left;
    padding: 5px 0px;
}

.slider_max {
    font-weight: bold;
    float: right;
    padding: 5px 0px;
}




/* Date Time Picker Customize CSS */
/*=====================================================*/

#datetimepicker_box{
    padding-top:10px;
}

#datetimepicker_box .form-control, 
#datetimepicker_box .form-control:hover, 
#datetimepicker_box .form-control:focus, 
#datetimepicker_box .form-control.focus, 
#datetimepicker_box .form-control:active, 
#datetimepicker_box .form-control.active, 
#datetimepicker_box .form-control:active:hover, 
#datetimepicker_box .form-control.active:hover {
    background-color: transparent;
    outline: none;
    border-width: 1px 0px 1px 1px !important;
    border-style: solid !important;
    border-color: #cecece !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#datetimepicker_box .input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fc3d1a;
    text-align: center;
    background-color: #fff;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #cecece;
    border-radius: 0px;
}







/* COMMON ELEMENTS */
/*=====================================================*/



.content12 {
    font-size: 12px;
}

.content14 {
    font-size: 14px;
}

.content18 {
    font-size: 18px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.blue {
    color:#21409a;
}

.right {
    text-align: right;
}

.btn_bigorange {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    color: #fff;
    background: #cb333b;
    margin: 0 auto;
    width: 162px;
    border:0px;
}

.btn_bigorange:hover,
.btn_mdorange:hover 
{
    background: #ff5e40;
    color: #fff;
    cursor:pointer;
}

.btn_bigorange span,
.btn_mdorange span
{
    text-align: center;
}


.btn_mdorange {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    color: #fff;
    background: #cb333b;
    margin: 0 auto;
    border:0px;
}






/* Compare Checkbox custom */
/*=====================================================*/


.checkbox_compare {
    font-size: 14px;
    font-weight:bold;
    color: #21409a;
    right:20px;
    bottom:8px;
    z-index: 99;
    width:auto;
    height:auto;
    position:absolute;
}


.checkbox_tertiary {
    font-size: 14px;
    font-weight:normal;
    color: #666;
    width:auto;
    height:auto;
}

.checkbox_tertiary label {
    font-weight:normal;
}
    
input[type=checkbox] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:17px;
    height:17px;
    margin:0px 5px 0px 0px;
    vertical-align:middle;
    background:url('skillsfuture/images/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url('skillsfuture/images/check_radio_sheet.png') -19px top no-repeat;
}

.labelcount {
    font-weight: bold;
}




/* bxslider custom */
/*=====================================================*/


.bxslider li {
    background: transparent;
    height:400px;
}

.bxslider ul {
    background: transparent;
}

.bx-wrapper .bx-viewport {
    background: transparent;
    box-shadow: 0 0 0px;
    border: 0px solid #fff;
    left:0px;
}

.bx-wrapper .bx-next {
    background: url('skillsfuture/images/arrow_right.png') center no-repeat;
    right:-50px;
}

.bx-wrapper .bx-prev {
	background:url('skillsfuture/images/arrow_left.png') center no-repeat;
	left:-50px;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background-position:center;
}








/* btn_scrolltotop */
/*=====================================================*/

#btn_scrolltotop_container {
    position:relative;
    height:55px;
    padding: 0px;
}

/* Extra Small */
    @media(max-width:767px){
    #btn_scrolltotop_container {
        position:relative;
        height:55px;
        padding: 0px;
    }

    #btn_scrolltotop {
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #cecece;
        color: #666;
        position: absolute;
        font-size: 11px;
        right:15px;
    }

    #btn_scrolltotop:hover {
        background: #ff5e40;
        color: #fff;
    }

    #btn_scrolltotop .glyphicon {
        text-align: center;
        position: absolute;
        top: 36%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        margin-top: 0px;
        width: 100%;
    }

    #btn_scrolltotop .text_top {
        text-align: center;
        position: absolute;
        top: 70%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        margin-top: 0px;
        width: 100%;
    }
}

/* Small onwards */
@media(min-width:768px){
    #btn_scrolltotop_container {
        position:relative;
        height:55px;
        padding: 0px;
    }

    #btn_scrolltotop {
        width: 110px;
        height: 32px;
        background: #fff;
        border: 1px solid #cecece;
        color: #666;
        position: absolute;
        font-size: 14px;
        right: 0px;
        text-align: center;
    }

    #btn_scrolltotop:hover {
        background: #ff5e40;
        color: #fff;
    }

    #btn_scrolltotop .glyphicon, #btn_scrolltotop .text_top {
        text-align: center;
        line-height: 25px;
    }
    
    #btn_scrolltotop .glyphicon {
        margin-left:5px;
    }
}




/* Compare Courses Pop-up Panel */
/*=====================================================*/

#CompareCourses_PopupPanel {
    left:0px;
    width:100vw;
    height:210px;
    overflow:hidden;
    position:fixed;
    bottom:0px;
    display:block;
    z-index: 300;
    background-color: rgba(140,140,140,0.95);
    padding-top:0px;
    padding-bottom:10px;
}


#CompareCourses_PopupPanel h4 {
    font-size:18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
}

#CompareCourses_PopupPanel span.glyphicon {
    font-size:14px;
}

#CompareCourses_PopupPanel .courses_sliderplate {
    width: 262px;
    height: 127px;
    padding-top:7px;
    margin-top:0px;
    margin-bottom:20px;
    background-image: -moz-linear-gradient(top, #f4f4f4, #d2d2d2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#d2d2d2));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #d2d2d2);
    background-image: -o-linear-gradient(top, #f4f4f4, #d2d2d2);
    background-image: linear-gradient(to bottom, #f4f4f4, #d2d2d2);
    background-repeat: repeat-x;
    overflow:visible;
    position:relative;
    border: 1px solid rgba(255,255,255,0.3);
}


.Closebtn_PopupPanel {
    width:30px;
    height:30px;
    color:#707070;
    background:#d7d7d7;
    position:absolute;
    right: -15px;
    top: -15px;
    border-radius: 15px;
    border:0px;
    text-align: center;
}
.Closebtn_PopupPanel:hover, .Closebtn_PopupPanel:active {
    color:#fff;
    background:#cb333b;
}

.Closebtn_PopupPanel:after {
    font-family: "Glyphicons Halflings"; 
    content:"\e014";
    font-size: 14px;
    line-height: 30px;
}

.ActionPanel {
    position: relative;
    display: block;
    margin: 15px auto;
    width:100%;
    height:100%;
    text-align: center;
}

.ActionPanel a:link, .ActionPanel a:visited {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ActionPanel a:hover {
    color: #cb333b;
    text-decoration: none;
    cursor:pointer;
}

.ActionPanel .ClearAll {
    margin-top:15px;
}



/* Extra Small */
@media(max-width:767px){
    #CompareCourses_PopupPanel {
        height:auto;
    }
    #CompareCourses_PopupPanel .courses_sliderplate {
        width: 95%;
        height: 127px;
    }
    #LoadNext6_panelMobile {
        display:block;
    }
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    #CompareCourses_PopupPanel {
        height:400px;
    }
    #CompareCourses_PopupPanel .courses_sliderplate {
        width: 100%;
        height: 180px;
    }
/*     #LoadNext6_panelMobile { */
/*         display:none; */
/*     } */
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #CompareCourses_PopupPanel {
        height:280px;
    }
    #CompareCourses_PopupPanel .courses_sliderplate {
        width: 100%;
        height: 180px;
    }
    .ActionPanel {
        margin: 45px auto;
    }
    #LoadNext6_panelMobile {
        display:none;
    }
}
/* Large */
@media(min-width:1200){
    #LoadNext6_panelMobile {
        display:none;
    }
}



#searchresult_box_mobile {
    padding-left: 0px;
    padding-right: 0px;
    /*border: 1px solid;*/
}


#Sortlist_panelMobile {
    padding: 15px 0px;
    display:block;
    position:relative;
    text-align: center;
}

#LoadNext6_panelMobile {
    padding: 0px 0px 15px 0px;;
    position:relative;
    text-align: center;
}


#Sortlist_panelMobile .btn,
#LoadNext6_panelMobile .btn
{
    display:inline-block;
    padding:10px 20px;
    margin:5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #cb333b;
}

#Sortlist_panelMobile .btn:hover, 
#LoadNext6_panelMobile .btn:hover
{
    background: #d84e35;
}


#TrainingProvider_PopupPanel {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    margin: 0px 15px 0px 0px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color:#fff;
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 3px #000; !important;
    -moz-box-shadow: 1px 1px 3px #000; !important;
    box-shadow: 1px 1px 3px #000; !important;    
    width: 820px;
    min-height: 320px;
}

#TrainingProvider_PopupPanel .contentblock {
    padding: 15px 50px;
}

#TrainingProvider_PopupPanel h4 {
    font-size: 22px;
}

#TrainingProvider_PopupPanel .Closebtn_PopupPanel {
    right: 10px;
    top: 10px;
}

#TrainingProvider_PopupPanel .ActionPanel {
    text-align: center;
}

#TrainingProvider_PopupPanel .btn_bigorange {
    font-size: 14px;
    width: 100px;
    height: 30px;
    padding: 5px 10px;
    margin: 10px;
    display:inline-block;
}

#TrainingProvider_PopupPanel .message {
    padding: 10px;
    text-align: center;
}

.trainingproviderpopup_slidercontainer {
    width: 100%;
    height: auto;
    position: relative;
}

#trainingproviderpopup_proprev,
#trainingproviderpopup_pronext {
    position: absolute;
    top: 70px;
}

#trainingproviderpopup_proprev {
    left: -35px;
}

#trainingproviderpopup_pronext {
    right: -35px;
}

.trainingprovider_sliderplate {
    position:relative;
}

.listitem {
    font-size:16px;
    display: block;
    padding-top:10px;
    padding-bottom:10px;
} 




#Alert_PopupPanel {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    margin: 0px 15px 0px 0px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color:#fff;
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 3px #000; !important;
    -moz-box-shadow: 1px 1px 3px #000; !important;
    box-shadow: 1px 1px 3px #000; !important;    
    width: 300px;
    height: 200px;
}

#Alert_PopupPanel .contentblock {
    padding: 15px;
}

#Alert_PopupPanel .Closebtn_PopupPanel {
    right: 10px;
    top: 10px;
}

#Alert_PopupPanel .ActionPanel {
    text-align: center;
}

#Alert_PopupPanel .btn_bigorange {
    font-size: 14px;
    width: 100px;
    height: 30px;
    padding: 5px 10px;
    margin: 10px;
    display:inline-block;
}

#Alert_PopupPanel .message {
    padding: 10px;
    text-align: center;
}

#CourseDisclaimer_PopupPanel table, 
#CourseDisclaimer_PopupPanel tr,
#CourseDisclaimer_PopupPanel th{
    border: 1px solid black;
}

#CourseDisclaimer_PopupPanel table tr th a{
	padding-left : 10px;
}

#CourseDisclaimer_PopupPanel {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px 15px 0px 0px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color:#fff;
    border-radius: 4px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 3px #000; !important;
    -moz-box-shadow: 1px 1px 3px #000; !important;
    box-shadow: 1px 1px 3px #000; !important;    
    width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 200px;
}

#CourseDisclaimer_PopupPanel .contentblock {
    padding: 15px 50px;
 	min-height: 320px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

#CourseDisclaimer_PopupPanel h4 {
    font-size: 22px;
}

#CourseDisclaimer_PopupPanel .Closebtn_PopupPanel {
    right: 10px;
    top: 10px;
}

/* Extra Small */
@media(max-width:767px){
    #TrainingProvider_PopupPanel { width:90%; };
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    #TrainingProvider_PopupPanel { width:80%; };
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    #TrainingProvider_PopupPanel { width:80%; };
}

/* Large */
@media(min-width:1200px){
    #TrainingProvider_PopupPanel { width:820px; };
}






/* FOOTER */
/*=====================================================*/

footer {
    color: #fff;
    background-color: #cb333b;
    min-height: 70px;
    bottom:0px;
    margin:0px;
    padding:0px;
    position:relative;
    font-size: 14px;
}

footer .container {
    padding: 15px;
}

footer div {
    padding: 5px;
}

/* Extra Small */
@media(max-width:542px){
    footer .copyright { text-align: left; }
    footer .termsofuse { text-align: left;}
}

@media(min-width:543px) and (max-width:767px){
    footer .copyright { text-align: left; }
    footer .termsofuse { text-align: left;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    footer .copyright { text-align: left; }
    footer .termsofuse { text-align: right;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
    footer .copyright { text-align: left; }
    footer .termsofuse { text-align: right;}
}

/* Large */
@media(min-width:1200px){
    footer .copyright { text-align: left; }
    footer .termsofuse { text-align: right;}
}
/* DISABLE GLYPHICON */
/*=====================================================*/

.noglyphicon {
}
.noglyphicon.glyphicon:before {
	display:none;
}

.noglyphicon.glyphicon {
	background-repeat: no-repeat;
	background-position:center;
	display: inline-block;
	text-indent: 0;
}

.noglyphicon.glyphicon-search {
	background-image:url(skillsfuture/images/glyphicons/glyphicon-search-red.png);
}

.noglyphicon.glyphicon-search {
    width: 20px;
    height: 20px;
}

.courses_sliderplate .courses_sliderplate_banner_box {
    height:110px;
}
.courses_sliderplate{
	height: 382px;
}
.sfc-white{
	color:#fff!important;
	font-weight:700;
}

.sfc-orange{
	color:#cb333b!important;
	font-size:23px;
}

.submit-btn{
	top:-1px;
	height:48px;
	border-radius:0!important;
	border:1px solid #cb333b;
}

.btn-default:hover{
	background-position: 0px;
}
.box-background{
	background-color: #cb333b;
	padding-top:10px;
}

.course_title a, .course_genre, .featuredcourses_container .container h1, .popularcourses_container .container h1{
	color: #cb333b;
}



#searchQuery{
	background-color:white;
	z-index:0 !important;

}

.course_title{
	min-height:64px;
	text-transform: uppercase;
	overflow: hidden;
}

.course_institution{
	height:40px;
	overflow: hidden;
	text-transform: uppercase;
}

.course-genre{
	height: 17px;
	overflow: hidden;
}


.course_info_icon{
	cursor:pointer;
}
.bx-prev.disabled {
	display: none;
}
.bx-next.disabled {
	display: none;
}

.course_banner_icons img {
    display: inline;
    vertical-align: middle;
}

/** Autocomplete **/
.ui-autocomplete {
	border: 1px solid #c5c5c5 !important;
	z-index:9999 !important;
}

.ui-autocomplete > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.ui-menu-item,
.ui-state-active {
	min-height: 30px !important;
	background-color: white;
    color: black !important;
}

.ui-state-active {
	background: rgb(232, 138, 45) !important;
	border: 0px !important;
}

.ui-state-focus {
	background-color: #ededed !important;
	margin: 0px !important;
}

li.ui-menu-item > a > span {
	white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.ui-state-active {
	background: rgb(232, 138, 45) !important;
	border: 0px !important;
	margin: 0px !important;
}

li.ui-state-disabled {
	background-color: black;
	color: white;
}

li.ui-state-disabled.ui-menu-item {
    text-indent: 5px !important;
    padding-top: 5px !important;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.5; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:1px solid #000; background:#fff;padding: 15px 20px 10px 25px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(skillsfuture/images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(skillsfuture/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(skillsfuture/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        
/*         #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(skillsfuture/images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;} */
/*         #cboxClose:hover{background-position:bottom center;} */

#cboxClose{
	background-image:url(skillsfuture/images/glyphicons/glyphicon-remove-grey.png);
	width:30px;
    height:30px;
    color:#707070;
    position:absolute;
    right: 10px;
    top: 10px;
    border-radius: 15px;
    border:0px;
    text-align: center;
    cursor:pointer;
}
#cboxClose:hover{
    background-image:url(skillsfuture/images/glyphicons/glyphicon-remove-red.png);
}
        

