/* Bootstrap Hack */
@font-face {
    font-family: "Avenir-Light";
    src: url("fonts/Avenir-Light.eot");
    src: url("fonts/Avenir-Light.woff") format("woff"),
    url("fonts/Avenir-Light.otf") format("opentype"),
    url("fonts/Avenir-Light.svg#filename") format("svg");
}

:root {
    --primary-color:#fbac3e;
    --white-color:#fff;
    --black-color:#000;
}
body {
    color:#6f6f6f;
    margin:0px;
    padding:0px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
    color: #f06723;
}

a:hover, a:active, a:focus {
    color:#192b3e;
}

.primary-color {
    color:var(--primary-color) !important;
}

.logo-lg img {
    align-items: center !important;
    margin: 0 auto;
    position: relative;
    display: block;
}

.sidebar .logo .logo-mini {
    display:none;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar .logo > .logo-mini {
        display: block;
        margin-left: 5px;
        margin-right: -15px;
        font-size: 18px;
    }
    
    .sidebar-mini.sidebar-collapse .sidebar .logo > .logo-lg {
        display: none;
    }
}
.content-wrapper {
    background-color:#f8f8f8;
}
.btn-app {
    min-height: 75px;
    min-width: 120px;
}

.img-circle .fa {
    font-size: 20px;
    border-radius: 50%;
    border: solid 1px #ff0000;
    padding: 5px 10px;
    background: #f06723;
    color: #fff;
}
.user-panel > .info {
    padding:5px !important;
    left:50px;
}
.user-panel > .info > p {
    margin-bottom: 3px !important;
}
.btn-app span {
    display:inline-block;
    margin:10px 10px;
    font-size:16px;
}
-webkit-input-placeholder {
    color:inherit;
}
input.error, select.error {
    color:#ff0000;
    font-weight: normal;
    border:solid 1px #ff0000;
}

input.error::-webkit-input-placeholder {
    color:#ff0000;
}

.alert.alert-success {
    color:#fff !important;
}

label.error {
    clear: both;
    color: #ff0000;
    font-size: 14px;
    display: block;
}

label span {
    color:#ff0000;
    font-size:13px;
}

label.errDesc {
    position: relative;
    top: 100%;
    font-family:'Open Sans',sans-serif !important;
    z-index: 2;
    font-weight: normal;
}

label {
    font-weight: 500 !important;
}

.cart-page label {
    font-size:18px;
    font-weight: 700 !important;
}
.cart-page label.error {
    font-size:14px;
    font-weight:400 !important;
}
.modal-body label {
    font-weight: bold !important;
}

.form-control-feedback {
    left:0px;
}

.alt-width-18 {
    width:18% !important;
}

.alt-width-25 {
    width:25% !important;
}

.alt-width-82 {
    width:82% !important;
}

.alt-width-64 {
    width:64% !important;
}
.main-header {
    margin-bottom: 0px;
}

.main-header .store-info {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}

.main-header .sidebar-toggle {
    color:#fff;
}

.main-header a.sidebar-toggle:hover {
    color:#000;
}

.content-header {
    background:#f2f2f2;
    padding: 10px 15px;
}

.navbar-success {
    background-color: #28a745;
}
.navbar-warning {
    background-color:var(--primary-color);
}
.main-sidebar {
    background: #f2f2f2;
    border-right: solid 1px #ccc;
}

.sidebar-menu > li {
    border-bottom: solid 1px #e5e5e5;
    background: #f8f8f8;
}

.sidebar-menu li > a {
    color:#585858;
}
.sidebar-menu >li.active:hover,  .sidebar-menu>li.active a {
    border-color: #c8d8e2;
    background-color: #c8d8e2;
}

.sidebar-menu >li.active>a:before, .sidebar-menu >li.active>a:after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    right: -10px;
    bottom: auto;
    z-index: 1;
    border-style: solid;
    border-width: 20px 0 21px 10px;
    border-color: transparent;
}

.sidebar-menu >li.active>a:before {
    border-left-color: #a0bccd;
    -moz-border-left-colors: #a0bccd;
    right: -11px;
}

.sidebar-menu>li.active>a:after {
    border-left-color: #f2f6f9;
    -moz-border-left-colors: #f2f6f9;
}


.sidebar-menu > li.active a {
    background-color: #f2f6f9!important;
}

.sidebar-menu li a span img {
    width:48px !important;
    height:48px !important;
}
/*
.sidebar-menu li>.arrow {
    display: none;
    position: absolute;
    top: 8px;
    right: 1px;
    z-index: 1027;
}
*/
.login-box .form-control {
    padding: 6px 12px !important;
}
.learning-company {
    display:block;
    text-align: center;
}
.login-box, .register-box {
    z-index: 11111 !important;
    position: relative !important;
    margin:0px auto 1% !important;
    width:450px !important;
}
.login-logo, .register-logo {
    margin-bottom:0px !important;
}
.login-logo img, .register-logo img {
    display:inline-block !important;
}
.login-box h3 {
    font-size:22px;
    margin:10px 0px 20px 0px;
}
.logo-mini img {
    width:40px !important;
}

.form-control, .select2-selection--multiple {
    border-radius:4px !Important;
    height:40px;
}

textarea.form-control {
    border:1px solid #d2d6de !important;
}

select > span {
    display: block;
    padding: .5rem;
}

.input-group .input-group-addon {
     border-bottom: 1px solid #d2d6de !important;
     border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    color:#969696 !important;
}

.login-page, .register-page {
    background:#F6F7F9;
}

.box-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: #F6F7F9;
}

.login-box #box {
    background: #fff;
    border-radius: 8px;
    margin: 10px auto;
    padding: 0px 35px;
    position: relative;
    max-width: 450px;
    color: #66717f;
    box-shadow: 0 2px 4px 0 rgba(0, 1, 33, 0.1);
}

.login-box p, .signup-box p {
    padding:20px 0px 10px;
    text-align: center;
}

#messages p {
    padding: 0px;
    margin: 0px;
    color: #ff0000;
}

.signup-box #box {
    background: #fff;
    border-radius: 8px;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    max-width: 600px;
    color: #66717f;
    box-shadow: 0 2px 4px 0 rgba(0, 1, 33, 0.1);
}

.signup-box p {
    padding:20px 0px 10px;
}
.label {
    /*padding:.7em .6em .3em;*/
    color:#616161;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size:100%;
    text-align: left;
    padding:9px;
}

span.label.label-pending, span.label.label-overdue , span.label.label-success, span.label.label-info {
    font-size:90% !important;
    padding:5px;
    color:#fff !important;
}

span.label.label-pending {
    background-color:#FFC000 !important;
}

span.label.label-overdue {
    background-color:#ff0000 !important;
}

.select2-container {
    width:100% !important;
    border-color:#d2d6de !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f39c12 !important;
    border: 1px solid #f39c12 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#fff !important;
}

#curriculum_id, .curriculumDiv, .academicCollegeDiv, .departmentDiv {
    display:none;
}

.mandatory {
    color:#eb6d4a !important;
}


.chosen-container-single .chosen-single {
    box-shadow: none !important;
    border-bottom: solid 1px #d2d6de !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background: none !important;
    border-radius: 0px !important;
}


.chosen-container-multi.chosen-container .chosen-choices::after {
    background: url("../plugins/chosen/chosen-sprite.png") no-repeat 3px 4px !important;
    width: 16px !important;
    height: 100% !important;
    content: " " !important;
    position: absolute !important;
    right: 0 !important;
    background-color: transparent !important;
}
/*
.chosen-container-single.chosen-container .chosen-single::after {
    background: url("~/Content/chosen-sprite.png") no-repeat 3px 4px !important;
}
*/

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.contact_college, .contact_department, .contact_courses, .contact_resources,.contact_institutes,.contact_countries {
    font-size:13px;
    font-family: 'Open Sans',sans-serif;
}

.lobipanel {
    margin-bottom: 20px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.lobipanel>.panel-body {
    overflow: visible !important;
}

.pad-t10 {
    padding-top:10px !important;
}

.content-header > .breadcrumb {
    top:10px !important;
}

.select2-container .select2-selection--single, .select2-selection .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: solid 1px #d2d6de !important;
    border-color: #d2d6de;
    border-radius: 4px !important;
    height:40px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left:0px !important;
    line-height: 34px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding:6px 12px !important;
}

.btn.btn-gray {
    color: #fff;
    /*height: 42px;
    padding: 10px 20px;
    */
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    border-color: #444444;
    background-image: -webkit-linear-gradient(top,#d6d6d6 0, #8e8c8c 100%) !important;
    background-image: -o-linear-gradient(top,#d6d6d6 0, #8e8c8c 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00be93),to(#3d887b)) !important;
    background-image: linear-gradient(to bottom,#d6d6d6 0, #8e8c8c 100%) !important;
    /*background-image:  linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%) !important;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#00be93', endColorstr='#ff3d887b', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border-bottom: 3px solid #424242;
    border-style: none none solid;
    border-radius:5px;
}
 
.btn-gray.active.focus, .btn-gray.active:focus, .btn-gray.active:hover, .btn-gray:active.focus, .btn-gray:active:focus, .btn-gray:active:hover, .open>.dropdown-toggle.btn-gray.focus, .open>.dropdown-toggle.btn-gray:focus, .open>.dropdown-toggle.btn-gray:hover {
    background-image: -webkit-linear-gradient(to bottom,#8e8c8c, #d6d6d6 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8e8c8c),to(#d6d6d6)) !important;
    background-image: linear-gradient(to bottom,#8e8c8c, #d6d6d6 100%) !important;
}

.btn-gray:focus, .btn-gray:hover {
    background-image: -webkit-linear-gradient(to bottom,#8e8c8c, #d6d6d6 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8e8c8c),to(#d6d6d6)) !important;
    background-image: linear-gradient(to bottom,#8e8c8c, #d6d6d6 100%) !important;
    background-position:0px !important;
    background-color: #444444 !important;
    border-color: #424242 !important;
}

.btn.btn-primary {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
    border-color: #db8816;
    background:var(--primary-color);/*green #4CB963*/
    border-radius:5px;
}
 
.btn-primary:focus, .btn-primary:hover,.btn-primary:hover, .btn-primary:active,.btn-primary:visited .btn-primary.hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: var(--primary-color);
    border-color:#db8816;
}

.btn.btn-secondary {
    color: #fff;
    /*height: 42px;
    padding: 10px 20px;*/
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    border-color: #005a46;
    background-image: -webkit-linear-gradient(top,#3ba9ff 0, #007be6 100%) !important;
    background-image: -o-linear-gradient(top,#3ba9ff 0, #007be6 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00be93),to(#3d887b)) !important;
    background-image: linear-gradient(to bottom,#3ba9ff 0, #007be6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#00be93', endColorstr='#ff3d887b', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border-bottom: 3px solid #0155a7;
    border-style: none none solid;
    border-radius:5px;
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.dropdown-toggle.btn-secondary.focus, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary:hover {
    background-image: -webkit-linear-gradient(to bottom,#007be6, #3ba9ff 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#007be6),to(#3ba9ff)) !important;
    background-image: linear-gradient(to bottom,#007be6, #3ba9ff 100%) !important;
}

.btn-secondary:focus, .btn-secondary:hover {
    background-image: -webkit-linear-gradient(to bottom,#007be6, #3ba9ff 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#007be6),to(#3ba9ff)) !important;
    background-image: linear-gradient(to bottom,#007be6, #3ba9ff 100%) !important;
    background-position:0px !important;
    background-color: #0155a7 !important;
    border-color: #0155a7 !important;
}

.btn.btn-red {
    color: #fff;
    /*height: 42px;
    padding: 10px 20px;*/
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    border-color: #521200;
    background-image: -webkit-linear-gradient(top,#ff6c43 0, #ea3300 100%) !important;
    background-image: -o-linear-gradient(top,#ff6c43 0, #ea3300 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff6c43),to(#3d887b)) !important;
    background-image: linear-gradient(to bottom,#ff6c43 0, #ea3300 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6c43', endColorstr='#ffea3300', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border-bottom: 3px solid #a92500;
    border-style: none none solid;
    border-radius:5px;
}

.btn-red.active.focus, .btn-red.active:focus, .btn-red.active:hover, .btn-red:active.focus, .btn-red:active:focus, .btn-red:active:hover, .open>.dropdown-toggle.btn-red.focus, .open>.dropdown-toggle.btn-red:focus, .open>.dropdown-toggle.btn-red:hover {
    background-image: -webkit-linear-gradient(to bottom,#ea3300, #ff6c43 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ea3300),to(#ff6c43)) !important;
    background-image: linear-gradient(to bottom,#ea3300, #ff6c43 100%) !important;
}

.btn-red:focus, .btn-red:hover {
    background-image: -webkit-linear-gradient(to bottom,#ea3300, #ff6c43 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ea3300),to(#ff6c43)) !important;
    background-image: linear-gradient(to bottom,#ea3300, #ff6c43 100%) !important;
    background-position:0px !important;
    background-color: #521200 !important;
    border-color: #a92500 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #faaa2e;
    border-color: #e09014;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#555555 !important;
}

.modal-header {
    background:#f39c12 !important;
}

.modal-header .modal-title {
    color:#fff !important;
}

.modal-header .close {
    color:#fff !important;
    opacity: .6 !important;
}

.remarks-history {
    height: 205px;
    overflow-y: scroll;
}

.manager-remark {
    float: left;
    width: 99%;
    position: relative;
    line-height: 26px;
    padding: 12px 18px;
    background: #ffed4d;
    border-radius: 5px;
    margin: 0 0 25px;
    border: solid 1px #ca9e10;
}
.manager-remark:after, .manager-remark:before {
	top: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.manager-remark:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffed4d;
    border-width: 15px;
    margin-left: -15px;
}
.manager-remark:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ca9e10;
    border-width: 16px;
    margin-left: -16px;
}

.staff-remark {
    float: left;
    width: 99%;
    position: relative;
    line-height: 26px;
    padding: 12px 18px;
    background: #B3E5FC;
    border-radius: 5px;
    margin: 0 0 30px;
    border: solid 1px #1976D2;
}
.staff-remark:after, .staff-remark:before {
	top: 100%;
	left: 82%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.staff-remark:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b3e5fc;
    border-width: 15px;
    margin-left: -15px;
}
.staff-remark:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #1976d2;
    border-width: 16px;
    margin-left: -16px;
}

.overdue-tasks {
    background-color:#ff0000 !important;
    color:#fff !important;
}
.high-priority {
    background-color:#FFC000 !important;
    color:#fff !important;
}

.dashboard .info-box-text {
    font-size: 15px !important;
}

.dashboard .info-box-number {
    font-size: 30px !important;
    margin-top:10px;
}

.total_tasks {
    color:#d81b60 !important;
    animation: bounce; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}

.total_completed_tasks {
    color:#f39c12 !important;
    animation:bounce;
    animation-duration: 3s;
}
.total_overdue_tasks {
    color:#dd4b39 !important;
    animation: bounce;
    animation-duration:3s;
}
.total_closed_tasks {
    color:#00a65a !important;
    animation:bounce;
    animation-duration:3s;
}

.total_assigned_tasks {
    color:#0073b7 !important;
    animation:bounce;
    animation-duration:3s;
}
.total_inprogress_tasks {
    color:#ff7701 !important;
    animation:bounce;
    animation-duration:3s;
} 
.total_hours {
    animation:fadeIn;
    animation-duration:3s;
} 
.total_users {
    animation:fadeIn;
    animation-duration:3s;
} 

.align-items-center {
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: solid 1px #d2d6de;
    border-radius: 0px;
    cursor: text;
}
.select2-container .select2-selection--multiple {
    display:table !important;
    width:100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fbac3e !important;
    border: 1px solid #f16723 !important;
    color:#111!important;
    border-radius:0px!important;
}
.select2-results__option:before {border-radius:0px!important;}
.select2-results__option[aria-selected=true]:before {background-color: #747474!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#111!important;
}
.select2-container--default .select2-selection--multiple .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
} 
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.purchase-wrapper {
    margin: 10px 0px;
    padding: 20px;
}

#course-nav {
    padding-left: 0%;
}

#course-nav {
    text-align: center;
    margin-top: 20px;
}

#course-nav li {
    position: relative;
    display: inline-block;
    padding: 0px 30px;
    list-style-type: none;
    border: none;
    margin-bottom: 20px;
}

#course-nav li:first-child {
    border-left: none;
}
.course-box {
    margin: 0px auto;
    background: #F4F4F4;
    padding: 10px;
    display: block;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px 2px rgb(152, 152, 152);
    width:200px;
    min-height:160px;
}

#course-nav a {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #111;
    text-align: center;
    line-height: 1.2em;
    padding: 22px 15px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    border-radius: 10px;
    display: inline-block;
    height: auto;
}

#course-nav li.active {
    top: 1px;
}
/*
#course-nav a.course-box:hover {
    background:#ffc000;
}
 
#course-nav li .course-box {
    background:#ffc000;
}
*/
#course-nav li a:after {
    content: '';
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#course-nav .course-text {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-top:10px;
    white-space: break-spaces;
    text-transform: capitalize;
}

#course-nav .course-dropped {
    margin-top:5px;
    font-size:15px;
    color:#000;
    font-weight: 600;
    text-transform: uppercase;
}

.course-box .fa {
    font-size:30px;
}

.marque {
    font-family: 'Avenir-Light';
    font-size: 20px;
    font-weight: 400;
    color: #192b3e;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    line-height: 34px;
    padding: 0px 20px;
    width: 100%;
}

.marque span {
    color:#f06723;
}

.marque .fa {
    font-size:20px;
    top: -7px;
    position: relative;
}

span.ion-checkmark {
    font-size:18px;
}

.delivery {
    font-weight:500;
}

.panel-heading h4:before {
    content:'';
    background-image: url('../images/question.png');
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    padding:0px 15px;
    margin:0px;
    top:3px;
    position: relative;
}
.panel-heading h4.panel-title {
    color:var(--default-text-color);
    font-weight: 600;
}

.panel-body p {
    font-size:16px;
}

#summaryInfo {
    display:block;
    font-size:16px;
    margin:20px 0px;
    border:solid 1px #adadad;
    font-weight:500;
    color:#203864;
    background: #f5f2f2;
}

#summaryInfo p {
    padding:10px 10px 0px 20px;
   font-size:16px;
    color:#203864;
}

#summaryInfo p.payment {
    padding: 10px;
    margin: 0px;
    margin-bottom: 20px;
    background: #203864;
    color: #fff;
    font-size:20px;
}

#summaryInfo span {
    color:var(--primary-color);
}

#summaryInfo p:last-child:not(.payment) {
    padding-bottom:20px;
}

.main-footer {
    padding:15px 15px 10px 15px ;
}

.main-footer marquee {
    font-weight: 700;
    font-size: 20px;
}
marquee span {
    color:#f06723;
}

.red {
    color:#ff0000;
    font-weight: 500;
}

ul.removed_courses {
    margin:0px;
    padding:0px;
}

ul.removed_courses li {
    list-style: none;
    padding: 4px 10px;
    float: left;
    margin: 10px 10px;
    background: #ddd;
    border:1px solid #aaa;
}

#manageTable .label {
    padding: 4px 9px;
}

/* My Account page Tabs */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}

.nav-tabs li {
    background:#f8f8f8;
    margin-left: 5px;
    border-left: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
    border-top:solid 1px #d1d1d1;
}
.nav-tabs li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    background: #f8f8f8;
    border-radius: 0;
    /*box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);*/
    padding: 10px 30px;
    margin:0px;
    font-size:22px;
    color:#444;
}
.nav-tabs > li.active, .nav-tabs > li.active a {
    border-top: solid 1.5px #fbac3e;
    color:#f06723;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #FFF;
    /*box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);*/
    font-size:22px;
    color:#f06723;
}

/* Tab Content */
.tab-pane {
    background: #FFF;
    /*box-shadow: 0 0 1px rgba(0,0,0,.4);*/
    border:solid 1px #d1d1d1;
    border-radius: 0;
    padding: 10px;
}

.tab-content {
    background-color:#fff;
    background:#FFF;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color:#ffb752 !important;
    color:#111 !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
   display:none;
}