/* Variables*/
:root {
    --primaryColor: 37, 106, 179;
    --primaryText:#fff;
    --secondaryColor: 0, 174, 239;
    --secondaryText:#fff; 
    --highlightColor: 231, 106, 32;
    --highlightText:#FFF;
    --textLinkColor: #256AB3;
    --searchHomeColor: 0, 174, 239;
    --searchHomeText:#FFF;
    --bannerHomeTxt: #FFF;
    --footerSocial: #FFF;
    --mainFont: "Source Sans Pro";
    
  }


/* Structure */
body {
	background-color: #F5F6F8;
}
.container-top-line {
    border-top: 4px solid rgba(var(--secondaryColor));
}
.header-container .user-menu .dropdown-menu .user-card {
    min-height: 80px;
    background-color: rgba(var(--secondaryColor));
    margin-bottom: 12px;
}
.txt-secondary,
.header-container .user-menu .dropdown-menu .user-card div a {
    color: var(--secondaryText) !important;
}
.header .menu-list .has-children .fa {
    color: #383838 !important;

}
.new-header-title {
    color: var(--bannerHomeTxt);
}
.search-area  {
    background-color: rgba(var(--searchHomeColor), 0.9);
}
.search-area input,
.search-area .btn,
.search-area input::placeholder {
    color: var(--searchHomeText) !important;
    font-family: var(--mainFont);
}
.search-area input:-moz-placeholder,
  .search-area input:-ms-input-placeholder,
  .search-area input::-moz-placeholder,
  .search-area input::-webkit-input-placeholder {
    font-size: 20px;
    font-style: italic;
  }
footer a.socialnet svg g,
footer a.socialnet svg path {
    fill:var(--footerSocial);
}
.close-modal svg g,
.close-modal svg path {
    fill: rgba(var(--primaryColor));
}
.dropdown-menu{
    box-shadow: -3px 3px 12px rgb(56 56 56 / 50%);
}
.user-menu a.dropdown-item:hover {
    text-decoration: none;
    background-color: #e3e5e8 !important;
}
.signcol.col-md-6 {
    overflow: scroll;
}


/* Buttons */
.btn {
    font-family: var(--mainFont);
    font-size: 16px!important;
    line-height: inherit;
    padding: 8px 16px!important;
    text-align: center!important;
    
}
a.header-button-login.btn.btn-big {
    font-family: var(--mainFont);
    font-size: 18px!important;
    width: auto;
    border-radius: 4px;
}
.btn.btn-highlight,
.header-button-login.btn.btn-highlight,
.receipt-row .receipt-container-calendar > a {
    background-color: rgba(var(--highlightColor));
    box-shadow: 0 4px 8px rgba(var(--highlightColor), 0.5) !important;
    color: var(--highlightText) !important;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.btn.btn-highlight:hover,
.btn.btn-highlight:focus,
.receipt-row .receipt-container-calendar > a:hover,
.receipt-row .receipt-container-calendar > a:focus {
    text-decoration: none;
    background: linear-gradient(rgba(var(--highlightColor), 0.7), rgba(var(--highlightColor), 0.7));
    background-color: #000; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.txt-link,
.header-container .dropdown-menu a.dropdown-item.logout.txt-link,
.module-item .module-title  {
    color: var(--textLinkColor) !important;
}
.modal-body .btn.apprendo-btn.disabled,
.modal-body .btn.apprendo-btn.disabled:hover {
    background-color: #9FA5AC;
    background: #9FA5AC;
    color: #383838 !important;
    box-shadow: 0 4px 8px #9FA5AC !important;
}

.btn-app.btn-primary.no-box {
    background-color: rgba(var(--primaryColor));
    border: solid 1px rgba(var(--primaryColor));
    box-shadow:none;
    color: var(--primaryText) !important;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.btn-app.btn-primary.no-box:hover {
    background: linear-gradient(rgba(var(--primaryColor), 0.7), rgba(var(--primaryColor), 0.7));
    background-color: #000; 
    border: solid 1px rgba(var(--primaryColor));
    box-shadow:none;
    color: var(--primaryText) !important;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.btn.btn-primary,
.apprendo-btn,
.receipt-row .btn-more-events,
.receipt-breadcrumb .btn-manage-event,
.btn.apprendo-btn,
.btn-app.btn-primary.yes-box,
.course-breadcrumb .btn-manage-event {
    border-radius: 4px;
    display: inline-block;
    line-height: 22px;
    min-width: 168px;
    padding: 8px 24px;
    text-align: center;
    background-color: rgba(var(--primaryColor));
    border: solid 1px rgba(var(--primaryColor));
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important;
    color: var(--primaryText) !important;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.btn-group .btn.btn-primary:hover,
.apprendo-btn:hover,
.btn.apprendo-btn:hover,
.btn-group .btn.btn-primary:focus,
.top-circle:hover,
.receipt-row .btn-more-events:hover,
.receipt-breadcrumb .btn-manage-event:hover,
.course-breadcrumb .btn-manage-event:hover {
    text-decoration: none;
    background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6));
    background-color: #000; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.btn-outline-primary,
.apprendo-btn.btn-outline-primary,
.open-modal-btn {
    background-color: #fff !important;
    border: solid 1px rgba(var(--primaryColor)) !important;
    color: #383838 !important;
    /* box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important; */
    box-shadow: none !important; 
    height: auto !important;
    width:auto !important;
}
.btn-outline-primary:hover,
.open-modal-btn:hover {
    background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6)) !important;
    background-color: #fff !important; 
    color: #383838 !important;
   
}
.open-modal-btn svg g {
    fill: #383838;
}
.btn-group.background-active .btn.btn-primary.active,
.btn-group label.btn.btn-primary.active {
    background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6));
    background-color: #000; 
    color: var(--primaryText) ;
}
label.btn.btn-primary .fa,
label.btn.btn-primary.active .fa{
    color: var(--primaryText) ;
  }
.top-circle svg path {
    fill: var(--primaryText) ;
}
.top-circle {
    background-color: rgba(var(--primaryColor));
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important;
    color: var(--primaryText) !important;
  }
  
.top-circle.has-tooltip.v-tooltip-open {

    background-color: rgba(var(--primaryColor));
  }
.badge-cat,
a.badge-cat {
    border: 1px solid rgba(var(--primaryColor));
    background-color: white;
    border-radius: 16px;
    padding: 4px 8px;
    font-size: 16px;
    text-align: center;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
    text-decoration: none;
}
.badge-cat:hover, a.badge-cat:hover {
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important;
    text-decoration: none !important;
}
a.primary-color svg g,
a.primary-color svg path {
    fill:rgba(var(--primaryColor));
}
.btn-danger:hover {
    background-color: #973E34 !important;
}



/* Inputs */
.custom-select:focus {
    border-color: rgba(var(--primaryColor));
}
.custom-select {
    background-color: #fff !important;
}
.md-radio.md-theme-default.md-checked.md-primary .md-radio-container:after {
    background-color:rgba(var(--primaryColor));
}
.md-radio.md-theme-default.md-checked.md-primary .md-radio-container {
    border-color:rgba(var(--primaryColor));
}
.btn.dropdown-toggle svg g,
.btn.dropdown-toggle svg path {
    fill:rgba(var(--primaryColor));
}
.single-enroll-page .form-group .form-control {
    border-color:1px solid #7d7f81;
}
.single-enroll-page .form-group .form-control:focus {
    border: 1px solid rgba(var(--primaryColor));
    box-shadow: none;
}
.hidden-radios .md-radio-label {
    height: auto !important;
}
.hidden-radios .md-radio {
    border: 1px solid rgba(var(--primaryColor));
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important; 
}
.hidden-radios .md-radio:hover {
    border: 1px solid rgba(var(--primaryColor));
    background-color: rgba(var(--primaryColor), 0.7);
}
.hidden-radios .md-checked,
.hidden-radios .md-checked:hover {
    background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6));
    background-color: #000;
    color: var(--primaryText);
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5), #00000060 0 0 12px inset !important;
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important; 
}




.md-field.md-theme-default {
    margin-bottom: 10px;
}
#mycoursesimg {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.md-field.md-theme-default label {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 22px;

    font-weight: normal;
}
textarea::-webkit-input-placeholder, textarea::placeholder, textarea:-ms-input-placeholder, textarea::-moz-placeholder {
    color: #ababab !important;
    font-style: italic;
}
textarea::-webkit-input-placeholder {
    color: #ababab !important;
    font-style: italic !important;
}
.checkout-form .md-field.md-theme-default label {
    color: #383838;
}

.md-field.md-theme-default.md-has-value label,
.md-field.md-theme-default.md-focused label {
    padding-left: 0;
}

@supports (-ms-ime-align:auto)
and (not (-ms-accelerator:true)) {
    .md-theme-default :not(input):not(textarea)::selection{
        background-color: initial !important;
        color:initial !important;
    }
}

.filter-header .col-md-12 a{
	color: #256ab3;
}
.filter-header .col-md-12 a:hover {
	color:#256ab3;
	text-decoration: underline;
}

.fb-share-button {
	display: inline;
    padding-left: 6px;
    position: relative;
    left: 4px;
}

a.fb-xfbml-parse-ignore,
a.twitter-share-button {
	padding-left: 6px;
	    margin: 0 !important;
}

.container {
    padding: 0 !important;
}



.fixed-header-container {
    padding-top: 75px !important;
}

.fixed-header-container.with-banner {
   /* padding-top: 139px !important;*/
}

h1 {
    font-family: "Source Sans Pro";
    font-size: 40px;
    color: #383838;
}

p {
    font-size: 18px;
    line-height: 1.44;
    color: #535353;
}

a {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.44;
    color: #00aeef;
    text-decoration: underline;
}

a.clean {
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

.footer {
    background-size: cover;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    position: relative;
    min-height: 295px;
    width: 1200px;
}

.footer.course {
    background: url("../../images/course_footer2.png") no-repeat center center;
    min-height: 295px;
    background-size: cover;
}

.footer .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
}

.footer .bottom hr {
    border-top: solid 1px #979797;
    display: none;
}

.footer .logo {
    margin-left: auto;
    margin-right: auto;
}

.footer .social-links {
    padding-top: 60px;
}


footer .menu .section a,
.footer .links a{
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #256ab3;
    text-decoration: none;
}

.footer .links li {
    margin-left: 20px;
}

.footer .menu {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
}

.footer .menu li.section-container {
    padding-right: 50px;
}

.footer .menu .section li {
    padding-top: 5px;
}

.footer .menu .section label {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}

.header {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 30px;
}
.course .header {
    box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.5);
    border-bottom: solid 2px #d0d2d3;
    padding: 6px 16px;
    height: 70px;
}
.custom-message-container.top .update-success {
	background-color:#59AE8C;
	border-color:#59AE8C;
	color:#ffffff;
}
.counts-list div {
    color: #383838;
    font-family: Source Sans Pro;
  
}
.header .logo {
    max-height: 45px;
    padding-top: 0px;
    margin-top: 5px;
}

.header-button {
	font-family: "Source Sans Pro";
    width: 100px;
    border-radius: 3px;
    background-color: #FC7526;
    box-shadow: 0 1px 0 0 rgba(117,22,18,0.7);
    text-decoration: none;

}



a.header-button.signup {
    color: #FFFFFF !important;
    padding: 7px 28px;
    width: auto;
    height: 35px;
    line-height: 1;
}

a.header-button.signup:hover {
    background-color: #C8510B;
    box-shadow: 0 1px 0 0 rgba(117,22,18,0.7);
}

.header ul.nav-pills li:last-child {
    margin-right: 0;
}


body .jumbotron.header {
    background: url("../../images/header_img.jpg") no-repeat center center;
    background-size: cover;
    height: 360px;
    border-radius: 0;
    /* background-size: cover !important; */
        margin-bottom: 0;

}
span.specialinfo {
	color:#256AB3;
	font-size:16px;
	    font-family: Source Sans Pro;
}

.has-error .custom-theme.fr-toolbar {
    border-top-color: red;
    color: red
}

.has-error .custom-theme.fr-toolbar button {
    color: red !important;
}

.header nav {
    position: relative;
}

.header nav .list-inline.head {
    position: absolute;
    left: 15%;
    margin-bottom: 10px;
}

.nav>li>a.header-button-login:focus, .nav>li>a.header-button-login:hover {
    background-color: #ffffff;
}

.main-page-header .nav.nav-pills {
    padding-top: 20px !important;
}

.nav-pills li {
    margin-right: 30px;
}

.nav-pills li a {
    font-family: "Source Sans Pro";
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    padding: 6px 15px;
}

.nav-pills li a.header-button-login {
    font-size: 18px;
    text-align: center;
    
}

.nav-pills li a.header-button-login:hover {
    background-color: #F1F7FB;
    color: #383838;
    color: #2369b9;
}

.btn.orange:hover,
.btn.orange:focus,
.btn.orange {
    background-color: #FC7526;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
    color: #ffffff;
    padding: 6px 21px;
    border-radius: 3px;
}

.btn.blue:focus,
.btn.blue {
    background-color: #00aeef;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border: none;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 3px;
    min-height: 40px;
}
.btn.blue:hover {
	 background-color: #007AA7;
	 color: #ffffff;
}
.cmquestion {
	width: 48px;
    height: 48px;
    background-color: rgb(171, 171, 171);
    float: left;
    vertical-align: middle;
    position: relative;
    top:0px;
    border-radius: 50%;
}
span, p, div {
    font-family: var(--mainFont);
}

.cmquestion img {
border-radius: 50%;	
}
.manage-courses-page .btn.btn-action.btn-save {
    background-color: #59AE8C;
    color: #fff;
    border-color: transparent;
}
.manage-courses-page .btn.btn-action.btn-save:hover {
    background-color: #3E7961;
    color:#fff;
}
.manage-courses-page .btn.btn-action.btn-save svg g{
    fill: #fff;
}
.manage-courses-page .btn.btn-action.btn-save.disabled svg g{
    fill: #ababab;
}
.manage-courses-page th.date-col input.form-control {
	border-color:transparent !important;
	background-color:transparent;
	color:#fff;
}
.manage-courses-page th.date-col:hover {
	border-color:none;
	background-color:#0079A6;
	color:#fff;
	cursor:pointer;
}
.manage-courses-page .btn.btn-action.btn-save.disabled {
	background-color: #fff;
	color: #ababab;
}
.btn.btn-active {
    background-color: #256ab3;
    color: #fff;
}
.btn.btn-active:hover {
    background-color: #194A7D;
    color: #fff;
}

#online, #onsite{
    background-color: #00aeef;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border: none;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 3px;
    min-height: 40px;
    box-shadow: 0 1px 0 0 #0d335c;
}
#online:hover, #onsite:hover {
	text-decoration: none;
	background-color: #256AB3;
box-shadow: 0 2px 0 0 #0D335C, 0 1px 2px 0 rgba(0,0,0,0.50);

}

.btn.white:focus,
.btn.white {
    background-color: #fff;
    font-family: "Source Sans Pro";
    font-weight: normal;
    text-align: center;
    color: #535353;
    min-height: 35px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.btn.white:hover  {
    color: #256ab3;
    border: solid 1px #256ab3;
    background-color: #F1F7FB;
}

.btn.white span{
   color:  #ababab;
   font-size: 15px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: -webkit-focus-ring-color auto 2px;
}

.btn.white span:hover {
    color: #256ab3;
}

.app-outline {
    border-color: #256ab3;
    color: #383838;
    background-color:#fff;
    border-radius: 4px;
    font-family: "Source Sans Pro";
}
.app-outline:hover {
	background-color: #d3e1ef;
    border-color: #256ab3;
    color: #256ab3;
}
a.app-a, .app-a {
	text-decoration:none !important;
    color: var(--textLinkColor) !important;
	     cursor: pointer;
	         font-size: 14px;
}
a.app-a:hover {
	text-decoration:underline !important;
    color: var(--textLinkColor) !important;
}
span.icon-gray svg g {
    fill: #ababab;
    color: #ababab;
    }
span.location a.simplelink {
    color:#256AB3;
    font-size:18px;
    }
.list-inline button.white {
    color: #ababab;
    font-size: 15px;
    position: relative;
    left: 0px;
    width: 35px;
    padding: 0;
}

h3.header-title {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-weight:lighter;
    font-size: 35px;
    line-height: 50px;
    text-align: left;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    margin-top: 90px;
}

h5.header-subtittle {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 25px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 30px;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
    margin-top: 10px;
}

ul.list-inline.head li{
  vertical-align: middle;
}


.stylish-input-group .input-group-addon{
    background: white !important;
}

.stylish-input-group .form-control {
    box-shadow: 0 0 0;
    border-color: #B7BBC0;
    height: 35px;
    width: 406px;
}

input::placeholder {
    height: 18px;
    color: #D0D2D3 !important;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 18px;
}

input::-webkit-input-placeholder {
    /*height: 18px;
    color: #D0D2D3 !important;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 18px;*/

    color: #ababab !important;
    font-size: 16px;
}

.md-field label {
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
}

.stylish-input-group button{
    border:0;
    color: #D0D2D3;
    background:transparent;
}

ul.header-buttons {
    padding-top: 15px;
}

.footer .orange:focus,
.footer .orange:active,
.footer .orange:hover,
.footer .orange {
    position: absolute;
    top: -35px;
    left: 0;
    height: 70px;
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.main-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 158px;
}

/** Filters **/

.filters-form label:hover,
.filters-form label {
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-align: left !important;
    color: #383838;
    font-weight: normal;
    /*display: block;*/
}

.filters-form select,
.filters-form select:focus,
.filters-form input,
.filters-form input:focus {
    border: solid 1px #256ab3;
}
.bg-filter-onsite {
    width: 40px;
    height: 35px;
    background: url(../../images/filter-onsite.svg);
    position: relative;
    left: -5px;
}
.bg-filter-blended {
    width: 40px;
    height: 35px;
    background: url(../../images/filter-blended.svg);
    position: relative;
    left: -9px;
}
form.filters-form .row, form.filters-form .row .col-md-12 {
	margin: 0;
    padding: 0;
}
form.filters-form .form-control:focus,
form.filters-form .form-control:active {
    height: 35px;
    background-color: #f1f7fb;
}
form.filters-form .form-group #starts {
	width: /*150px*/268px;
    font-size: 18px;
    color: #383838;
        margin: 0;
}
form.filters-form ul.list-inline {
    padding-left: 0;
    list-style: none;
    margin: auto;
    display: block;
    text-align: center;
}
form.filters-form ul.list-inline.first-row {
	     padding-bottom: 20px;
}
form.filters-form .list-inline li {
	padding-right: 14px !important;
	text-align: left;
}
form.filters-form .list-inline li:first-child {
	padding-left: 0;
}
form.filters-form .list-inline.first-row li:first-child {
	    position: relative;
    left: 7px;
    top: 1px;
        display: none;
}

form.filters-form .list-inline li:first-child .btn-group {
	top: -3px;
    left: 2px;
}
.form-group.location-group  {
	    width: 364px /*306px*/;
}
.location-group i {
	   /* position: relative;
    top: -3px;
    left: 67px 5px;*/
    position: relative;
    top: -35px;
    left: -5px /*5px*/;
    float: right;
}
form.filters-form .list-inline li:last-child {
	padding-right: 0px !important;
}
form.filters-form .form-group #level,
form.filters-form .form-group #language,
form.filters-form .form-group #type  {
	width: 184px/*145px*/;
    font-size: 18px;
    color: #383838;
        margin: 0;
}

form.filters-form .form-group #topics {
	width: 188px;
    font-size: 18px;
    color: #383838;
}
form.filters-form li.price-item div.col-xs-6 {
	padding: 0;
	    width: 67px;
}
form.filters-form li.price-item .price-group button {
	    /* padding: 0; */
    width: 56px;
    height: 35px;
    text-transform: uppercase;
    padding-left: 6px;
}
form.filters-form .form-group .price-group span.input-group-btn {
	    width: 56px;
}
form.filters-form .form-group .price-group input {
	    width: 78px;
	    margin-right: 0;
}

form.filters-form .form-group.location-group input {
	    width: 327px /*265px*/;
}
form.filters-form .form-group #duration {
	width: 150px;
    font-size: 18px;
    color: #383838;
}
form.filters-form .form-control {
	height: 35px;
	background-color:white;
	color: #383838;
}
form.filters-form .btn-group label.btn {
	font-size: 18px;
    padding: 3px 7px !important;
    height: 35px;
    position: relative;
    top: -3px;
}

form.filters-form .btn-group label.btn:focus  {
	background-color: #f1f7fb;
}
form.filters-form .btn-group label.btn.active {
	background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6));
    background-color: #000;
    color: var(--primaryText);
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5), #00000060 0 0 12px inset !important;
    color: white;
}
.filters-form .form-control {
    height: 40px;
}

.filters-form .price-group .caret {
    color: #383838;
    margin-left: 10px;
    margin-top: -5px;
}

.filters-form .price-group {
    display: block;
    width: 134px;
}

.filters-form ul.first-row {
      position: relative;
    vertical-align: initial;
    top: 11px;
}


.filters-form .price-item {
        position: relative;
        top: 12px;
}

.buttons .btn.btn-modal,
.filters-form .input-group-btn .btn {
    background-color: white;
    border: solid 1px #256ab3;
    height: 40px;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
}

.filters-form .btn-group .btn {
    background-color: rgba(var(--primaryColor));
    border: solid 1px rgba(var(--primaryColor));
    height: 40px;
    padding-top: 8px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    min-width: auto !important;
    text-align: center !important;
}

.filters-form .btn:hover {
    background-color: #f1f8fb;
}

.filters-form .btn-group .btn:hover {
    background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6));
    background-color: #000; 
    color: var(--primaryText) ;

}
.filters-form .btn-group.background-active .btn.active {
    background: linear-gradient(rgba(var(--primaryColor), 0.6), rgba(var(--primaryColor), 0.6));
    background-color: #000;
    color: var(--primaryText);
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5), #00000060 0 0 12px inset !important;
    height: 40px;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    border-color:transparent;
}

/*.filters-form .btn-group .btn.active {
    background-color: white;
    color: #555;
    height: 40px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 5px solid #256ab3;
}*/

.filters-form .btn-group .btn span {
    color: #256ab3;
    font-size: 14px;
}

.filters-form .btn-group .btn.active span {
    color: white;
    font-size: 14px;
}

.tags {
    display: inline-block;
}

.tags li {
    border-bottom: solid 2px #d0d2d3;
    margin-left: 24px;
    padding-left: 0;
    padding-right: 0;
}

.tags span {
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #535353;
}

.tags span.glyphicon {
    color: #d0d2d3;
    margin-left: 10px;
    font-size: 15px;
    vertical-align: bottom;

    cursor: pointer;
}

hr {
    border-top: 2px solid #979797;
    margin-top: 30px;
    margin-bottom: 30px;
}

/**TODO: make responsive  **/

.topics-select {
    width: 150px;
}

.starts-select {
    width: 200px;
}

.provider-group label,
.location-group label {
    display: block;
}

.location-group .form-control {
    width: 260px;
}

.location-group .twitter-typeahead {
    width: 260px;
}

.provider-group .twitter-typeahead {
    width: 200px;
}


/** End filters **/


/** Cards **/

.cards-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.card-item {
    padding-top: 30px;
}

.card-item h3 {
    font-family: "Source Sans Pro";
    font-size: 18px;
    text-align: left;
    color: #256ab3;
    line-height: 22px;
    min-height: 44px;
    width: 165px;

    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 44px; /* Fallback for non-webkit */
    margin-bottom: 11px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.orange-ch {
    background-color: #FC7526;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 3px;
}
.btn.app-disabled {
    background-color: #fff;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: regular;
    text-align: center;
    border: 1px solid #ababab;
    color: #ababab;
    padding: 6px 10px;
    border-radius: 3px;
}
.btn.app-disabled:hover {
    background-color: #e9e9e9;
    border: 1px solid #ababab;
    color: #ababab;

}
.card-item ul.titulo-wish li i{
    position: absolute;
    right: 1px;
    bottom: 335px;

}

.card-item ul.titulo-wish-result li i{
    position: absolute;
    right: 1px;
    bottom: 295px;

}

.card-item .title-wrapper,
.card-item .image-wrapper-container {
     position: relative;
    width: 194px;
}

.card-item .image-wrapper {
    #width: 230px;
    #height: 160px;
    width: 194px;
    height: 120px;
    overflow: hidden;
    #border-top-left-radius: 10px;
    #border-top-right-radius: 10px;
    border-radius: 10px;
}

.courses-list .card-item .image-wrapper {
    width: 194px;
    height: 120px;
}

.card-item .image-wrapper .bg-active {
    position: absolute;
    right: 6px;
    top: -6px;
}

.card-item .image-wrapper .bg-gris {
    position: absolute;
    left: 150px;
    top: -6px;
}

.card-item .image-wrapper .bg-onsite {
    position: absolute;
    left: 165px;
    top: 5px;
}

.card-item .image-wrapper .new-bg-new {
    position: absolute;
    left: 130px;
    top: 80px;
}

.card-item .image-wrapper p {
    position: absolute;
    left: 160px;
    top: 85px;
    font-family: "Source Sans Pro";
font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #383838;
}

.card-item .attention-wrapper {
    position: absolute;
    right: -6px;
    bottom: 15px;
}

.card-item .title-wrapper i {
    position: absolute;
    right: 1px;
    top: 5px;
}

.grid .attention-wrapper {
    position: absolute;
    right: -10px;
    top: 10px;
}



.attention-wrapper .text {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.attention-wrapper .text span {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: 10px;
    white-space: nowrap;
}
span.txt-small {
	font-size:12px;
	color:#383838;
}

.new-attention-wrapper {
    position: relative;
    #top: 10px;

}


.new-attention-wrapper .text-attention span {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 15px;
}

.new-attention-wrapper .text-ok span {
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #383838;
    text-transform: uppercase;
    position: absolute;
    margin-left: -40px;
    margin-top: 2px;
}

.new-wish {
    position: relative;
    top: 10px;

}


.grid .attention-wrapper .text span {
    top: 10px;
}

.card-item .time-wrapper {
    padding-top: 10px;
}

.card-item .time-wrapper span {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #535353;
}

.card-item .options .right-section{
    text-align: right;
}

.card-item .options span.price {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: 5px;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 26px;
}
.card-item .options ul.list-inline li:last-child {
	    padding-right: 7px;
    padding-left: 0px;
}
.card-item .categories {
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #f6f6f6;
}

.card-item .categories ul li{
    padding-right: 0;
}

.card-item .categories ul span {
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #256ab3;
}

.card-item .options .blue {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;

    line-height: 18px;
    min-height: initial;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00aeef;
}

.card-item .options {
    position: relative;
    text-align: right;
    margin-top: 4px;
    width: 194px;
}

.card-item .options .btn.cta {
    margin-left: 2px;
    vertical-align: bottom;
}

.card-item .options ul li{
    vertical-align: middle;
}

.btn.cta {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;

    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.btn.cta.invite-btn {
    height: 35px;
    width: 35px;
}

.btn.cta.active-blue {
    background-color: #256ab3;
}

.btn.cta.default {
    background-color: transparent;
    border: 1px solid #256ab3;
    padding: 0;
}

.btn.cta.default:hover {
    background-color: #f1f8fb;
}

.btn.cta.active-blue .glyphicon {
    font-size: 15px;
}

.btn.cta.disabled {
    color: #b7bbc0;
    background-color: #f6f6f6;
    border: solid 1px #b7bcc0;
}

.btn.cta.enroll {
   width: 78px;
  	height: 35px;
  	border-radius: 4px;
  	background-color: #00aeef;
  	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(13, 51, 92, 0.58);

}

.btn.cta.enroll:hover {
   width: 78px;
  height: 35px;
  border-radius: 4px;
  background-color: #256ab3;

}

.btn.cta.enroll ul{
  	position: relative;
  	top: -6px;
}

.btn.cta.enroll ul li{

  	font-family: "Source Sans Pro";
  	font-size: 16px;
  	line-height: 1.38;
  	text-align:center;
  	color: #ffffff;
  	vertical-align: middle;
}

.btn.cta.enroll-card {
    width: 85px;
    height: 35px;
    border-radius: 4px;
    background-color: #00aeef;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #ffffff;
    vertical-align: middle;
    font-weight: normal;
    padding-top: 4px;
    position: relative;
    right: -9px;
        transition: .3s cubic-bezier(.25,.8,.25,1);
    transition-property: color,background-color,opacity;
}

.btn.cta.waitlist {
    width: 85px;
    height: 35px;
    border-radius: 4px;
    border-color:#256AB3;
    background-color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #383838;
    vertical-align: middle;
    font-weight: normal;
    padding-top: 4px;
    position: relative;
    right: -9px;
        transition: .3s cubic-bezier(.25,.8,.25,1);
    transition-property: color,background-color,opacity;
}

.btn.cta.waitlist:hover {
	background-color: #F1F7FB;
}

.btn.cta.disable {
	 width: 85px;
    height: 35px;
    border-radius: 4px;
    border-color:#ABABAB;
    background-color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #ABABAB;
    vertical-align: middle;
    font-weight: normal;
    padding-top: 4px;
    position: relative;
    right: -9px;
        transition: .3s cubic-bezier(.25,.8,.25,1);
    transition-property: color,background-color,opacity;
}
.btn.cta.disable:hover {
	background-color: #E9E9E9;
}

.btn.cta.enroll-card:hover {
  width: 85px;
  height: 35px;
  border-radius: 4px;
  background-color: #256ab3;

}

.btn.cta.enroll-card ul{
  	position: relative;
  	top: -10px;
}

.btn.cta.enroll-card ul li{
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #ffffff;
    vertical-align: middle;
}

.btn.active-border {
    border-bottom: 5px solid #256ab3 !important;
}

.card-item .wishlist {
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.33;
    color: #b7bbc0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.grid .wishlist {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.33;
    color: #b7bbc0;
}

.wishlist .bg-disabled {
    display: inline-block;
    margin-right: 5px;
}

.wishlist .bg-selected {
    display: none;
}

.wishlist.active .bg-disabled {
    display: none;
}

.wishlist.active .bg-selected {
    display: inline-block;
    margin-right: 5px;
}

.wishlist.active {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.33;
    color: #535353;
}


/** End cards**/

/** Grid **/


.grid .table thead th {
    font-family: "Source Sans Pro";
    font-size: 14px;
    color: #383838;
    font-weight: 600;
    padding: 15px 10px 10px 10px;
}

.grid .table td label {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}

.grid .table td.title a {
    font-size: 18px;
    text-align: left;
    color: #256ab3;
    position: relative;
    text-decoration: none;
}

.grid table.table {
    border-collapse:separate;
    border:solid #d0d2d3 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius:6px;
}

.grid table.table th {
    background-color: #f6f6f6;
    border-top: none;
    border-right: 1px solid #d0d2d3;
}

.grid table.table td:first-child,
.grid table.table th:first-child {
    border-left: none;
}

.grid table.table td:last-child,
.grid table.table th:last-child {
    border-right: none;
}

.grid .table>thead>tr>th {
    border-bottom: 0;
}

.grid .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.grid .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.grid .blue.price {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;

    line-height: 18px;
    min-height: initial;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00aeef;
}

.grid .blue.price.disabled {
    border-radius: 3px;
    border: solid 1px #b7bbc0;
    min-width: 58px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #b7bbc0;
    background-color: transparent;
}

/** End grid**/

/** Popups **/

.modal-dialog .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal-dialog .modal-content .modal-body {
    padding: 30px 50px 30px 50px;
    height: 100%;
    background-color: #F6F6F6;
}

.modal-dialog.sign-up .modal-content {
    min-height: 540px;
    background-image: linear-gradient(306deg, #ebedee, #fbfbfb);
}

.modal-dialog.forgot-password .modal-content {
    min-height: 380px;
    background-image: linear-gradient(297deg, #ebedee, #fbfbfb);
}

.modal-dialog.forgot-password h5 {
    font-family: "Source Sans Pro";
    opacity: 0.9;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 10px;
}

.modal-dialog.forgot-password p {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #535353;
    margin-bottom: 10px;
}

.modal-dialog .modal-content h4.title {
    font-family: "Source Sans Pro";
    font-size: 40px;
    text-align: left;
    color: #4a4a4a;
    display: inline-block;
    margin-top: 5px;
}

.modal-dialog .modal-content span.divider {
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    color: #b7bbc0;
    margin-left: 10px;
}

.modal-dialog .modal-content .login-btn {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.31;
    text-align: left;
    color: #256ab3;
}

.modal-dialog .buttons {
    padding-top: 20px;
}

.modal-dialog .buttons-footer {
    position: relative;
}

.modal-dialog.forgot-password .buttons-footer {
    padding-top: 30px;
}

.modal-dialog .buttons .btn.btn-modal {
    background-color: transparent;
    width: 47%;
    padding-left: 20px;
    padding-right: 10px;

    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 1.14;
    text-align: left;
    color: #535353;
}

.modal-dialog .buttons-footer .btn.btn-default{
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #b7bbc0;
    height: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #b7bcc0;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-dialog .buttons .btn.btn-modal:hover {
    background-color: #f1f8fb;
}

.modal-dialog .buttons .btn.btn-modal.twitter {
    margin-right: 4%;
}

.modal-dialog .buttons .btn.btn-modal .fa {
    color: #256ab3;
    font-size: 18px;
    margin-right: 10px;
}.receipt-row /deep/ .receipt-container-calendar > a
.modal-dialog .btn.sing-up:hover,
.modal-dialog .btn.sing-up:focus {
    text-decoration: none;
    background: linear-gradient(rgba(var(--highlightColor), 0.7), rgba(var(--highlightColor), 0.7));
    background-color: #000; 
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.modal-dialog .btn.sing-up {
    font-family: var(--mainFont);
    border: none;
    font-size: 18px;
    text-align: center;
    background-color: rgba(var(--highlightColor));
    box-shadow: 0 4px 8px rgba(var(--highlightColor), 0.5) !important;
    color: var(--highlightText) !important;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    display: inline-block;
   width: 100%;
}

.modal-dialog .btn.sing-up:hover {
    background-color: rgba(var(--highlightColor));
      box-shadow: 0 4px 8px rgba(var(--highlightColor), 0.5) !important;
      color: var(--highlightText) !important;
      transition: all .5s cubic-bezier(.25,.8,.25,1);
}

.modal-dialog .btn.login {
    font-family: var(--mainFont);
    background-color: #256ab3;
    border: none;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}

.modal-dialog .terms {
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #535353;
    display: inline-block;
    max-width: 100px;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.modal-dialog .terms a{
    color: #256ab3;
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
}

.modal-dialog .divider-wrapper {
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
}

.modal-dialog .divider-wrapper span {
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    color: #b7bbc0;
    top: -6px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.modal-dialog .divider-wrapper hr {
    width: 40%;
    margin: 0;
    display: inline-block;
    border-top: 1px solid #b7bbc0;
}

.modal-dialog .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.modal-dialog .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 1.33;
    text-align: left;
    color: #535353;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #d50000 !important;
}

.modal-dialog .mdl-textfield__label {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #b7bbc0;
    font-style: italic;
}

.modal-dialog .mdl-textfield {
    padding-bottom: 5px;
}

.modal-dialog .mdl-textfield__label:after {
    bottom: 5px;
    background-color: #36aa58;
}

.modal-dialog.sign-up .mdl-checkbox {
    margin-top: 20px;
}

.modal-dialog.sign-up .mdl-checkbox__label {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #b7bbc0;
}

.modal-dialog .btn.forgot-link {
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #256ab3;
    text-decoration: none;
    margin-top: 30px;
    padding-left: 0;
}

.modal-dialog.request-pay .modal-content {
    min-height: 389px;
    border-radius: 4px;
    background-image: radial-gradient(circle at 48% 50%, #ffffff, #f5f5f5);
        overflow: auto;
}

.modal-dialog.default-padding .modal-content .modal-body {
    padding: 30px 50px 30px 50px;
}

.modal-dialog.request-pay h3 {
    font-family: "Source Sans Pro";
    font-size: 40px;
    line-height: 1.15;
    text-align: left;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 10px;
}

.modal-dialog.request-pay p {
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 1.38;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.modal-dialog.request-pay p.addParticipant {
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #535353;
}

.modal-dialog.request-pay p.addOParticipant {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #383838;
}

.modal-dialog.request-pay p.addParticipant a{
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #256ab3;
    text-decoration: none;
}

.modal-dialog.request-pay hr .hr-footer{
    width: 665px;
    height: 2px;
    color: #ababab;
}

.modal-dialog.request-pay .btn.btn-default{
    width: 100px;
    height: 35px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ababab;
}

.modal-dialog.request-pay .btn.btn-default.keep{
    width: 140px;
    height: 35px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ababab;
}

.modal-dialog.request-pay .btn.btn-primary{
    min-width: 100px;
    border-radius: 4px;
    background-color: rgba(var(--primaryColor));
    color: var(--primaryText);

}
.modal-dialog h1{
	font-family: "Source Sans Pro";
	font-weight:normal;
	}
.modal-dialog .btn.btn-primary {
    color:#fff;
    background-color: rgba(var(--primaryColor));
    border:none;
    font-size: 16px;
}
.modal-dialog .btn.btn-primary:hover {
    background: linear-gradient(rgba(var(--primaryColor), 0.7), rgba(var(--primaryColor), 0.7));
    background-color: #000; 
    border:none;
    text-decoration: none;
}
.modal-dialog.request-pay ul li{
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #d95a4b;
    vertical-align: middle;
}

.modal-dialog.request-pay ul li span.participants-disabled{
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #ababab;
}

.modal-dialog.request-pay ul li span.participants{
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: #383838;
}

.modal-dialog.request-pay div.alternatives{
    width: 194px;
}

.modal-dialog.request-pay span.tittle-course{
    font-size: 18px;
    text-align: left;
    color: #256ab3;
}

.modal-dialog.request-pay .mdl-checkbox {
    margin-top: 40px;
}

.modal-dialog.request-pay .mdl-checkbox__label {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #b7bbc0;
}

.modal-dialog.request-pay .mdl-checkbox__label.small {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #383838;
}

.modal-dialog.request-pay .mdl-checkbox__box-outline {
    color: #b7bbc0;
}

.modal-dialog.request-pay input.searchFriend{
    width: 225px;
    height: 35px;
    border-radius: 4px 0 0 4px;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border-right: hidden;
    border-top: solid 1px #256ab3;
    border-left: solid 1px #256ab3;
    border-bottom: solid 1px #256ab3;
}

.modal-dialog.request-pay span.searchFriend{
    position:relative;
    right: 126px;
    top:  0;
    color: #256ab3;
    border-radius: 0 4px 4px 0;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border-left: hidden;
    border-top: solid 1px #256ab3;
    border-right: solid 1px #256ab3;
    border-bottom: solid 1px #256ab3;
}

.btn.cta.default.btn-left-right {
    width: 39px;
    height: 89px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #256ab3;
}

.btn.cta.default.btn-left-right:hover {
	background-color: #f1f8fb;
}

.btn-left-alternatives {
    position: absolute;
    left: -1px;
    top: 103px;
}

.btn-right-alternatives {
    position: absolute;
    right: -45px;
    top: 103px;
}

.btn.cta.default.btn-add-parti {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #256ab3;
}

.btn.cta.default.btn-add-parti:hover {
	background-color: #f1f8fb;
}

.close {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 5px;
}

/** End popups **/

.cssToolTip {
    position: relative; /* Esta clase tiene que tener posicion relativa */
    color: #ff8c00;
}

/* El tooltip */
.cssToolTip span {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #256ab3;
    color: #383838;
    display: none;
    font-size: 12px;
    padding: 10px 10px 10px 15px;
    max-width: 6000px;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 100;
    min-width: 200px;
}

.cssToolTip:hover span {
    display: inline;
}

.cssToolTip i {
    cursor: pointer;
}

.spinner-container {
    min-height: 200px;
    padding-top: 30px;
}

.search-input-group {
    padding: 0;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.search-input-group input{
    border: 0;
    box-shadow: none;
}

.search-input-group button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.search-input-group button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
    background: none;
}

.search-input-group .glyphicon-search{
    font-size: 14px;
    vertical-align: baseline;
}

.spinner {
    margin: 200px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #00aeef;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}




@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}


/* Temp fixes */
.form-control {
    box-shadow: 0 0 0;
    height: 35px;
    width: 330px;
    border: 1px solid #ABABAB;
    font-size: 16px;
    color: #ababab;
    /*margin-right: 3px; */
}

body, html{
    overflow-x: hidden;
}

.navbar-toggle {
    border: 1px solid #00aeef;
}

.navbar-toggle span {
    background-color: #00aeef;
}

.contacts-section {
    min-height: 50px;
    max-height: 250px;
    overflow-x: auto
}

.attention-wrapper .text span.full {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #ABABAB;
    text-shadow: none;
    padding-top: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    right: 10px;
    white-space: nowrap;
}

.attention-wrapper .text span.available {
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #383838;
    text-shadow: none;
    padding-top: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    right: 10px;
    white-space: nowrap;
    padding-right: 5px;
}

.middle-block {
    border-radius: 0 !important;
    border-top: 0 !important;
}
.cart-count {
    background-color: red;
    border-radius: 50%;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    position: absolute;
    top: -3px;
    right: -1px;
}

.cart-container {
    margin-top: 15px;
}

/* Map Styles */
.gm-style .gm-style-iw {
    border-radius: 10px;
}

.si-content .card-item {
    padding-top: 5px;
}

.si-frame.si-content-wrapper {
    border-radius: 10px;
}

.si-float-wrapper .si-frame.si-shadow-frame {
    border-radius: 15px;
}

.si-content .title-wrapper h3 {
    margin-top: 0;
}

.si-content-wrapper {
    padding: 0;
}

.create-course-page {
    padding-left: 30px;
    padding-right: 30px;
}

.create-course-page .completed-sections {
    padding-top: 50px;
}

.create-course-page a.btn.view:hover,
.create-course-page a.btn.view {
    color: #4A4A4A !important;
    text-decoration: none;
}
.alert.alert-danger {
	    color: #fff;
    background-color: #D95A4B;
    border: none;
    font-family: "Source Sans Pro";
    font-size: 16px;
}
.create-course-page .alert-success.package {
    border-radius: 0;
    background-color: #59ae8c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 50px;
}
.table-apphover tbody tr:hover {
    background-color: #D3E1EF;
}
.create-course-page .alert-success.package label {
    color: white;
    font-weight: normal;
    margin-bottom: 0;
}
btn-orange {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    width: 208px;
    height: 35px;
    border-radius: 4px;
    background-color: #f36d1e;
}
.btn.orange a,
.manage-courses-page .create-course-table .table .btn.orange a {
	color:white;
}
.manage-courses-page .btn.btn-action,
.create-course-page .btn.btn-action {
    height: 32px;
    width: auto;
    border: 1px solid #256AB3;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.manage-courses-page .btn.btn-action:hover,
.create-course-page .btn.btn-action:hover {
	    background-color: #D3E1EF;
    color: #256ab3;

	}
	
	.manage-courses-page .table-apphover .btn.btn-action:hover,
.create-course-page .table-apphover .btn.btn-action:hover {
	    background-color: #256ab3;
    color: #fff;

	}
	table-apphover
	.dashboard .btn-action.orange:hover {
	 background-color: #A24A16;
    border-color: #A24A16;
    color:#fff;
	}
.manage-courses-page .btn.btn-action-small {
	height: 35px;
    width: 35px;
    border: 1px solid #256AB3;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 0;
    padding-left: 0px;
    padding-right: 0px;

}
.btn-disable-small {
	height: 35px;
    width: 35px;
    border: 1px solid #ababab;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #ababab;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-selected-small {
	height: 35px;
    width: 35px;
    border: 1px solid #256ab3;
    border-radius: 4px;
    background-color: #256ab3;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.manage-courses-page .mr-20{
	 margin-right:20px;
}

.seats-buttons .btn.btn-action {
    position: relative;
}

.seats-buttons .btn.btn-action i {
    position: absolute;
    right: 16px;
    top: 8px;
}

.dashboard .btn.btn-action.large,
.create-course-page .btn.btn-action.large {
    width: 140px;
}

.dashboard .btn.btn-action.disabled,
.create-course-page .btn.btn-action.disabled {
    border: 1px solid #ABABAB;
    color: #ABABAB;
    box-shadow: none;
}
.dashboard .btn.btn-action.disabled:hover,
.create-course-page .btn.btn-action.disabled:hover {
	background-color:#e9e9e9;
}
.dashboard .btn.btn-action.disabled i,
.create-course-page .btn.btn-action.disabled i {
    color: #ABABAB;
}

.dashboard .btn.btn-action i,
.create-course-page .btn.btn-action i {
    font-size: 22px;
    color: #256AB3;
}

.create-course-page .form-group.create-course {
    margin-top: 50px;
}

.course-nav {
    padding-top: 25px;
}

.course-nav span {
    font-size: 14px;
    color: #4A4A4A;
}

.course-nav h5 {
    margin-bottom: 12px;
    margin-top: 0;
}

.course-nav .btn-default {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.course-nav .progress {
    box-shadow: none;
    border: 5px solid #f5f5f5;
    border-radius: 10px;
}

.course-nav .progress span.percent {
    position: absolute;
    top: 28px;
    right: 7px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #383838;
}

.course-nav .progress .rocket-nav{
    position: absolute;
    top: 15px;
}

.trumbowyg-button-pane {
    background: #F6F6F6;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.trumbowyg-box {
    border-radius: 5px;
    border: 1px solid #256AB3;
}

.trumbowyg-box svg {
    fill: #256AB3;
}

.has-error .trumbowyg-box {
    border: 1px solid red !important;
}

.has-error .trumbowyg-box svg {
    fill: red;
}

.header-progress-container {
    padding: 30px 10px 0;
    background-color: white;
    border-radius: 10px;
}

.header-progress-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-progress-item {
    position: relative;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 3em;
    font-size: 12px;
}

.header-progress-item:after {
    position: absolute;
    display: block;
    z-index: 1;
    top: -2px;
    left: -30px;
    height: 2px;
    width: 60px;
    content: "";
    background-color: #F1F1F1;
}

.header-progress-item:before {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: 30px;
    height: 10px;
    width: 10px;
    border-radius: 1.2em;
    border: none;
    line-height: 1.2em;
    content: " ";
    background-color: #256AB3;
}

.header-progress-item.done:before {
    background-color: #59AE8C;
}

.header-progress-item:first-child:after {
    display: none;
}

.header-progress-item.inprogress {
    color: #256AB3;
}

.header-progress-item.done {
    color: #59AE8C;
}

.header-progress-item.todo {
    color: #DDDADD;
}

.header-progress-item.todo:after {
    background: #F1F1F1;
}

.header-progress-item.todo:before {
    background-color: white;
    border: 1px solid #256AB3;
}

.create-course .dropzone {
    border: 2px dashed rgba(0,0,0,0.3);
    background: #F6F6F6;
    border-radius: 5px;
    height: 247px;
    margin-bottom: 8px;
}

.create-course .dropzone a:focus,
.create-course .dropzone a:active,
.create-course .dropzone a:hover,
.create-course .dropzone a {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
}

.create-course .dropzone small {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 16px;
}

.create-course .warning,
.create-course .dz-default.dz-message span {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.create-course .warning.blue {
    color: #256AB3;
}

.create-course-table span.table-span {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 15px;
}

.create-course-table span.table-span-blue {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
}

.single-enroll-page .create-course-table>table>thead,
.dashboard .create-course-table>table>thead,
.create-course-page .create-course-table>table>thead,
.manage-courses-page .create-course-table>table>thead,
.domain .create-course-table>table>thead {
    background-color:  rgba(var(--secondaryColor));
    box-shadow: none;
}

.single-enroll-page .create-course-table .table a,
.dashboard .create-course-table .table a,
.create-course-page .create-course-table .table a,
.manage-courses-page .create-course-table .table a {
    color: #256AB3;
    text-decoration: none;
}
.manage-courses-page .create-course-table .table .orange-ch a,
.manage-courses-page .create-course-table .table .orange-ch a:hover {
	color:white;
	    font-weight: normal;
	    text-decoration: none;
}
.manage-courses-page .create-course-table .table .orange-ch:hover {
	background-color:#A14916;
}
 .manage-courses-page .create-course-table .table a:hover {
	color: #194A7D;
	text-decoration:none;
}

.single-enroll-page .create-course-table>table>thead tr th,
.dashboard .create-course-table>table.table>thead>tr>th,
.create-course-page .create-course-table>table>thead tr th,
.manage-courses-page .create-course-table>table.table>thead>tr>th,
.domain .create-course-table>table.table>thead>tr>th {
    color: var(--secondaryText);
    font-family: var(--mainFont);
    font-size: 16px;
    font-weight:bold;
    line-height: 22px;
    padding: 16px 24px;
}

.single-enroll-page .create-course-table>table>tbody>tr>td,
.dashboard .create-course-table>table>tbody>tr>td,
.create-course-page .create-course-table>table>tbody>tr>td,
.manage-courses-page .create-course-table>table.table>tbody>tr>td,
.domain .create-course-table>table.table>tbody>tr>td {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 22px;
    padding: 16px 24px;
}

.single-enroll-page .create-course-table .table>thead>tr>th,
.dashboard .create-course-table .table>thead>tr>th,
.create-course-page .create-course-table .table>thead>tr>th,
.manage-courses-page .create-course-table .table>thead>tr>th,
.domain .create-course-table .table>thead>tr>th {
    border-bottom: 0;
}

.single-enroll-page .create-course-table i,
.dashboard .create-course-table i,
.create-course-page .create-course-table i {
    font-size: 22px;
    color: #256AB3;
    cursor: pointer;
    margin-right: 10px;
}

.single-enroll-page .create-course-table .fa.fa-th,
.dashboard .create-course-table .fa.fa-th,
.create-course-page .create-course-table .fa.fa-th {
    cursor: move;
}

.single-enroll-page .create-course-table table.table>tbody,
.dashboard .create-course-table table.table>tbody,
.create-course-page .create-course-table table.table>tbody,
.manage-courses-page .create-course-table table.table>tbody,
.domain .create-course-table table.table>tbody {
    border-left: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
}


.single-enroll-page .create-course-table .table>tbody>tr>td,
.single-enroll-page .create-course-table .table>tbody>tr>th,
.single-enroll-page .create-course-table .table>tfoot>tr>td,
.single-enroll-page .create-course-table .table>tfoot>tr>th,
.single-enroll-page .create-course-table .table>thead>tr>td,
.single-enroll-page .create-course-table .table>thead>tr>th,
.dashboard .create-course-table .table>tbody>tr>td,
.dashboard .create-course-table .table>tbody>tr>th,
.dashboard .create-course-table .table>tfoot>tr>td,
.dashboard .create-course-table .table>tfoot>tr>th,
.dashboard .create-course-table .table>thead>tr>td,
.dashboard .create-course-table .table>thead>tr>th,
.create-course-page .create-course-table .table>tbody>tr>td,
.create-course-page .create-course-table .table>tbody>tr>th,
.create-course-page .create-course-table .table>tfoot>tr>td,
.create-course-page .create-course-table .table>tfoot>tr>th,
.create-course-page .create-course-table .table>thead>tr>td,
.create-course-page .create-course-table .table>thead>tr>th {
    border-top: 0;
}

.single-enroll-page .create-course-table>table>tbody>tr,
.dashboard .create-course-table>table>tbody>tr,
.create-course-page .create-course-table>table>tbody>tr {
    border-left: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #e9e9e9;
}
.single-enroll-page .create-course-table>table>tbody>tr:last-child,
.dashboard .create-course-table>table>tbody>tr:last-child,
.create-course-page .create-course-table>table>tbody>tr:last-child {
    border-bottom: 1px solid #ABABAB;
}

.single-enroll-page .create-course-table.seats .table td,
.dashboard .create-course-table.seats .table td,
.create-course-page .create-course-table.seats .table td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.single-enroll-page .create-course-table.seats .table .paid td,
.dashboard .create-course-table.seats .table .paid td,
.create-course-page .create-course-table.seats .table .paid td {
    padding-top: 15px;
    padding-bottom: 3px;
}

.single-enroll-page .create-course-table table th:first-child,
.dashboard .create-course-table table th:first-child,
.create-course-page .create-course-table table th:first-child,
.manage-courses-page .create-course-table table th:first-child,
.domain .create-course-table table th:first-child  {
    border-radius: 5px 0 0 0;
}

.single-enroll-page .create-course-table table th:last-child,
.dashboard .create-course-table table th:last-child,
.create-course-page .create-course-table table th:last-child,
.manage-courses-page .create-course-table table th:last-child,
.domain .create-course-table table th:last-child {
    border-radius: 0 5px 0 0;
}

.single-enroll-page .create-course-table.seats .table .free,
.dashboard .create-course-table.seats .table .free,
.create-course-page .create-course-table.seats .table .free {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.dashboard .create-course-data .input-group .input-group-addon,
.dashboard .create-course-table .form-control,
.manage-courses-page .form-group.create-course-data .form-control,
.create-course-page .form-group.create-course-data .form-control,
.seat-props .create-course-data .form-control,
.create-course-page .create-course-data .input-group .input-group-addon,
.create-course-page .create-course-table .form-control {
    border: 1px solid #256AB3;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 22px;
    background-color: white;
}

.dashboard .create-course-table.apprendo-table input.form-control {
	    border-color: #256ab3;
    background-color: #fff;
}
.table-apphover table>tbody>tr>td {
    color: #383838;
    font-family: Source Sans Pro;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 24px;
}
.apprendo-table table>thead {
    background-color: rgba(var(--secondaryColor));
}

.apprendo-table table>thead tr th {
    color: var(--secondaryText);
    font-family: var(--mainFont); 
    font-size: 16px;
    font-weight: bold;
}
.apprendo-table table>tbody>tr {
    background-color: white;
}
.apprendo-table table>tbody>tr:hover {
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    background-color: #f6f8f9;
    z-index: 1;
}
.apprendo-table table>tbody>tr>td {
    font-family: var(--mainFont); 
}
.dashboard .create-course-table.apprendo-table input.form-control:hover {
	    border-color: #e9e9e9;
    background-color: #e9e9e9;
}
.dashboard .create-course-table.apprendo-table input.form-control[aria-invalid=false] {
	    border-color: #fff;
}

.dashboard .create-course-table .form-control.disabled {
    border: 1px solid #ABABAB;
    color: #ABABAB;
}

.dashboard .create-course-data .input-group .form-control,
.create-course-page .create-course-data .input-group .form-control {
    border-right: none;
    padding-right: 0;
}
.datatable table {
		width: 100%;
	}
.datatable td.pvtUiCell:first-child {
	position:sticky; 
            width:21em; 
            left:0;
            top:auto;
            border-right: 0px none black; 
            border-top-width:3px; /*only relevant for first row*/
            margin-top:-3px; /*compensate for top border*/
            z-index:2;
	}
.datatable td.pvtAxisContainer.pvtUiCell.pvtHorizList.ui-sortable {
	 z-index:1;

	}
.pvtAxisContainer, .pvtVals {
    border: 1px solid white;
    background: #11b0ef;
	}
.pvtAxisContainer li span.pvtAttr {
    background: white;
    border: 1px dashed #3b78ba;
    padding: 2px 8px;
    border-radius: 12px;
}
a.pvtColOrder, a.pvtRowOrder {
	color:white !important;
}
.has-error .input-group-addon {
    border-color: #d50000 !important;
}
body.reportsmp {
	border-top: 4px solid #10b0ef;
}

.dashboard .create-course-data .input-group .input-group-addon,
.create-course-page .create-course-data .input-group .input-group-addon {
    width: 10px;
    height: 40px;
    border-left: none;
    padding-left: 0;
}

.dashboard .create-course-table .form-group,
.create-course-page .create-course-table .form-group {
    margin-bottom: 0;
}

.dashboard .btn.text-left,
.create-course-page .btn.text-left {
    text-align: left;
}

.create-course-page .btn.text-right {
    text-align: right;
}

.create-course-page label.capacity {
    font-size: 18px;
}

.create-course-page label.blue {
    font-weight: 500 !important;
}

.create-course-page .radio label {
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 20px;
}

.seat-props .form-group.create-course-data label {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
}

.modal-dialog.seat-props .modal-content {
    min-height: initial;
}

.seat-props .modal-body .text-center,
.crop-image .modal-body .text-center{
    text-align: center;
}

.seat-props .close,
.crop-image .close {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0;
    color: #256AB3;
}

.seat-props button.btn-primary,
.crop-image button.btn-primary {
    height: 35px;
    width: 150px;
    border-radius: 4px;
    background-color: #256AB3;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);*/
    border: none;
}
.seat-props button.btn-primary:hover,
.crop-image button.btn-primary:hover {

    background-color: #19497C;

}
#btnrow {
    border-top: 1px solid #ababab;
}

.seat-props button.btn-link,
.crop-image button.btn-link {
    height: 22px;
    width: 51px;
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip p {
    color: #383838 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.tooltip strong {
    text-align: left !important;
}

.tooltip .tooltip-inner {
    background: #F1F7FB;
    color: #383838;
    border-radius: 4px;
    padding: 5px 10px 4px;
    border: solid 1px rgba(var(--primaryColor)); 
}

.tooltip .tooltip-inner strong {
    text-align: left !important;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.info_tooltip {
    position: absolute;
    top: -7px;
    right: -2px;
    color: #256AB3;
    z-index: 10;
    cursor: pointer;
}

div.arrow:before{
    border-bottom-color: #007AA7 !important;
}
.arrow:before{
    border-bottom-color: #007AA7 !important;
}
.tooltip .tooltip-inner{
    background-color: rgba(var(--primaryColor));
    box-shadow: 0 4px 8px rgba(var(--primaryColor), 0.5) !important;
    color: var(--primaryText) !important;
}
.tooltip-inner{
    background-color: rgba(var(--primaryColor));   
    color: var(--primaryText) !important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #007AA7 !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    border-left-color: rgba(var(--primaryColor)) !important;
    border-bottom-color: transparent !important;
}
.dashboard .privacy-buttons .btn-action,
.create-course-page .privacy-buttons .btn-action {
    height: 80px;
    min-width: 154px;
    border: 1px solid #256AB3;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 25px;
}

.dashboard .privacy-buttons .btn-action.selected,
.create-course-page .privacy-buttons .btn-action.selected {
    background-color: #256AB3;
    color: white;
}

.dashboard p a,
.create-course-page p a {
    color: #256AB3 !important;
    font-family: "Source Sans Pro";
    font-size: 18px !important;
    line-height: 23px !important;
}

.create-course-page .final-step h3 {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 40px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.create-course-page .final-step h4 {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 30px;
    line-height: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
}

.create-course-page .final-step .buttons .btn-action {
    height: 60px;
    width: 194px;
    border: 1px solid #256AB3;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-weight: normal !important;
}

.dashboard .btn-action.orange {
    background-color: #F36D1E;
    border: 1px solid #F36D1E;
    color: #FFFFFF;
    font-weight: normal !important;
    height: 40px;
}

.manage-courses-page .btn.btn-action.orange:hover,
.create-course-page .btn.btn-action.orange:hover {
	background-color: #A24A16;
	color:white;

	}
.create-course-page .final-step .buttons .btn-action.orange {
    border-radius: 4px;
    background-color: #F36D1E;
    border: 1px solid #F36D1E;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 38px;
    font-weight: normal !important;
}

.create-course-page .progress-bar-info{
    background-color: #00AEEF;
    box-shadow: none;
    position: relative;
}

.create-course-page .rocket-progress img {
    position: relative;
}

.create-course-page .rocket-progress img {
    position: absolute;
    z-index: 10;
    top: 20px;
}

.create-course-page .options-menu {
    background-color: #F6F6F6;
}

.create-course-page span.time-ref {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 145px;
}

.dashboard a,
.create-course-page .footer-create-course a {
    color: #256AB3 !important;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
}

.course .course-tabs.about-tabs .tab-pane {
    padding: 0;
}

.course .course-tabs.about-tabs .tab-pane .trumbowyg-editor-visible {
    border: none;
    margin-top: 0;
    border-radius: 0;
}
.manage-courses-page .tags-area button svg {
	vertical-align: baseline;
}

.manage-courses-page h3 {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.manage-courses-page .manage-tabs {
    background-color: #e9e9e9;
}

.manage-courses-page .manage-tabs {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 0;
        padding-left: 24px;
    padding-right: 24px;
}

.manage-courses-page .manage-tabs ul.list-inline li.tab-option label,
.manage-courses-page .manage-tabs ul.list-inline li.tab-option,
.myorders.manage-tabs ul.list-inline li.tab-option label,
.myorders.manage-tabs ul.list-inline li.tab-option {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    font-weight: normal;
}

.manage-courses-page .manage-tabs ul.list-inline li.tab-option, 
.myorders.manage-tabs ul.list-inline li.tab-option {
   padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px 4px 0 0;
}

.manage-courses-page .manage-tabs ul.list-inline li.tab-option.selected,
.manage-courses-page .manage-tabs ul.list-inline li.tab-option.selected:hover,
.myorders.manage-tabs ul.list-inline li.tab-option.selected,
.myorders.manage-tabs ul.list-inline li.tab-option.selected:hover {
    background-color: white;
    cursor: initial;
}
.manage-courses-page .manage-tabs ul.list-inline li.tab-option:hover,
.myorders.manage-tabs ul.list-inline li.tab-option:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.manage-courses-page .manage-tabs ul.list-inline li.tab-option.selected label,
.myorders.manage-tabs ul.list-inline li.tab-option.selected label {
    cursor: initial;
    color: #383838;
}
.manage-courses-page .manage-tabs ul.list-inline li.tab-option.selected label svg g,
.myorders.manage-tabs ul.list-inline li.tab-option.selected label svg g {
    fill: #383838;
}

.manage-courses-page .sidebar label {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.manage-courses-page .list-section .list {
    border-right: 1px solid #E9E9E9;
    padding-top: 40px;
    padding-right: 25px;
}

.manage-courses-page .list-section .sidebar {
    padding-top: 40px;
    padding-left: 25px;
}


.manage-courses-page .manage-card-item {
        border-bottom: 1px solid #d8d8d8;
}

.single-enroll-page .image-section,
.manage-courses-page .manage-card-item .image-section {
    height: 88px;
    width: 200px;
    float: left;
    border-radius: 0px;
    overflow: hidden;
        margin-top: 16px;
    margin-bottom: 16px;
}

.single-enroll-page .image-section img,
.manage-courses-page .manage-card-item .image-section img {
    border-radius: 0px;
    
}
.manage-courses-page .manage-card-item .image-section .date-area {
  z-index: 1;
    position: relative;
    height: 50px;
}
.manage-courses-page .manage-card-item .image-section img {
   position: relative;
    top: -50px;
    height: 88px;
        width: 200px;
    background-color: #e9e9e9;
}

    
.manage-courses-page .manage-card-item .data-section {
    height: 120px;
    padding: 10px;
    width: calc(100% - 208px);
    position: relative;
}

.manage-courses-page .manage-card-item .data-section .options {
    position: absolute;
    bottom: 16px;
    right:0;
}

.manage-courses-page .manage-card-item .data-section .options li a {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    vertical-align: top;
}

.manage-courses-page .manage-card-item a.title {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    cursor: pointer;
}
.manage-courses-page .manage-card-item a.title:hover {
	color: #19497C;
	
}
.manage-courses-page .manage-card-item .card-info {
    font-family: "Source Sans Pro";
    color: #ababab;
    font-size: 16px;
}
.date-area .month {
    background-color: #d95a4b;
    text-transform: uppercase;
    height: 18px;
    width: 42px;
    color: #fff;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}
.date-area .day {
    background-color: #fff;
    height: 32px;
    width: 42px;
    text-align: center;
        font-size: 24px;
    line-height: 1.3;
}


.manage-courses-page .manage-card-item div.price {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 32px;
        
}

.bootstrap-datetimepicker-widget .glyphicon {
    color: #256AB3;
}

.manage-courses-page .search-group button.list-select {
    border-right: 0;
    background-color: #256AB3;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 55px;
    text-align: right;
}
.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:focus {
    color: #fff;
    background-color: #256AB3;
    border-color: #256AB3;
}

.manage-courses-page .search-group .dropdown-menu {
    border-color: #256AB3;
}

.manage-courses-page .search-group .dropdown-menu li {
    cursor: pointer;
}
.manage-courses-page .search-group .dropdown-menu li svg {
    position: absolute;
    left: 10px;
    margin-top: 4px;
}
.manage-courses-page .search-group .dropdown-menu li a {
    color: #256AB3;
    padding-left: 40px;
}
.manage-courses-page .search-group .dropdown-menu li a:hover {
	background-color: #D3E1EF;
    color: #256AB3;
    text-decoration: none;
}
.dropdown .show>.btn-secondary.dropdown-toggle {
      color: #fff;
    background-color: #19497C;
    border-color: #19497C;
  }
.manage-courses-page .search-group input.search-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 330px;
    width: calc(100% - 120px);
    height: 35px
}

.manage-courses-page .spot {
    height: 24px;
    width: 24px;
    border: 1px solid;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.manage-courses-page .spot span {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-bottom: -1px;
}

.manage-courses-page .spot.green {
    border-color: #59AE8C;
    background-color: #fff;
}

.manage-courses-page .spot.green span {
    background-color: #59AE8C;
}

.manage-courses-page .spot.blue {
    border-color: #00AEEF;
    background-color: #fff;
}

.manage-courses-page .spot.blue span {
    background-color: #00AEEF;
}

.manage-courses-page .spot.gray {
    border-color: #ABABAB;
    background-color: #fff;
}

.manage-courses-page .spot.gray span {
    background-color: #ABABAB;
}

.manage-courses-page .btn-action i.fa {
    color: #256AB3;
}

.manage-courses-page .pagination .page-item .page-link,
.pagination .page-item .page-link {
    border: 1px solid #256AB3;
    background-color: #FFFFFF;
    padding: 6px 12px;
}

.manage-courses-page .pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link {
    color: #777 !important;
}

.manage-courses-page .pagination .page-item.disabled .page-link .fa,
.pagination .page-item.disabled .page-link .fa {
    vertical-align: initial;
    color: #777;
    font-weight: bold;
}

.manage-courses-page .pagination .page-item .page-link .fa,
.pagination .page-item .page-link .fa {
    vertical-align: initial;
    color: #256AB3;
    font-weight: bold;
}

.manage-courses-page .pagination .page-item .page-link,
.manage-courses-page .pagination .page-item .page-link span,
.pagination .page-item .page-link,
.pagination .page-item .page-link span  {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.manage-courses-page .pagination .page-item.active .page-link:hover,
.manage-courses-page .pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #256AB3;
    color: white !important;
    text-decoration: none;
}

.dz-error-mark svg g g {
    fill: #be2626;
}

.dashboard .dashboard-header span.info {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
}

.dashboard .dashboard-header .options li {
    line-height: 35px;
}

.dashboard .dashboard-header .options .spot {
    position: relative;
    top: 7px;
}

.dashboard .dashboard-header .options .spot span {
    margin-bottom: 6px;
}

.dashboard .subtitle span {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;;
}
#domainuser .md-dialog-container {
    padding: 0 !important;

}

div.imgedit {
	    position: absolute;
    z-index: 1;
    clear: both;
    background-color: #f6f6f6;
    width: 326px;
    height: 114px;
}
div.imgedit:hover .imgpahover {
	background-color: rgba(0, 0, 0, 0.8) !important;
  background: url("../../images/trash_white24.svg") no-repeat top 18px right 16px;
  content:"REMOVE FILE";
  color: #fff;
     font-family: Source Sans Pro;
  font-size:16px;
  min-height: 100px;
  
}
div.imgedit:hover .imgpahover img {
	opacity:0.3;
}
.vue-dropzone .dz-preview .dz-details {
  background-color: rgba(0, 0, 0, 0.68) !important;
  background: url("../../images/trash_white24.svg") no-repeat top 18px right 16px;
  }
.vue-dropzone .dz-preview a.dz-remove, .vue-dropzone .dz-preview a.dz-remove:hover {
     color: #fff;
     font-family: Source Sans Pro;
     font-size:16px;
     text-decoration:none;
     border:none;
         margin: auto;
    top: 8px;
    padding-left: 16px;
     
  }
.vue-dropzone .dz-preview .dz-details .dz-size,
.vue-dropzone .dz-preview .dz-details .dz-filename {
	display:none ;
}
.dashboard .tab-content .side-bar,
.domain .col-3.side-options {
    min-height: 400px;
    border-right: 1px solid #ABABAB;
}
.md-error {
    color: #d95a4b!important;
        font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: normal;
}
.form-group {
    font-family: Source Sans Pro;
}

.dashboard .tab-content .side-bar ul li {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 0px;
    line-height: 22px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dashboard .tab-content .side-bar ul li h3 {
    padding-left: 30px;
    padding-top: 10px;
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    margin: 0;
}

.dashboard .tab-content .side-bar ul li label {
    padding-left: 30px;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    font-weight: normal;
    color: #4a4a4a;
}

.dashboard .tab-content .side-bar ul li span {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
}

.dashboard .tab-content .setup.side-bar ul li.selected,
.dashboard .tab-content .setup.side-bar ul li.selected:hover {
    border-left: 8px solid #256AB3;
    color:#383838;
}


.dashboard .tab-content .setup.side-bar ul li {
    border-bottom: 1px solid #ababab;
}

.dashboard .tab-content .side-bar ul.main-options>li.selected {
    border-left: 8px solid #256AB3;
    color:#4a4a4a;
}

.dashboard .tab-content .side-bar ul.main-options>li {
    border-bottom: 1px solid #ABABAB;
    border-left: 7px solid white;
}


.dashboard .tab-content .side-bar ul.sub-menu>li.selected>button,
.dashboard .tab-content .side-bar ul.main-options>li.selected>button,
.dashboard .tab-content .side-bar ul.sub-menu>li.selected>a,
.dashboard .tab-content .side-bar ul.main-options>li.selected>a {
    color:#4a4a4a !important;
    text-decoration: none;
}



.dashboard .tab-content .side-bar ul.main-options>li>button:hover,
.dashboard .tab-content .side-bar ul.main-options>li>button:active,
.dashboard .tab-content .side-bar ul.main-options>li>a:hover,
.dashboard .tab-content .side-bar ul.main-options>li.selected>a {
    background-color: #fff; /*D3E1EF*/
}
.dashboard .tab-content .side-bar ul.sub-menu>li>a:hover,
.dashboard .tab-content .side-bar ul.sub-menu>li>button:hover,
.dashboard .tab-content .side-bar ul.sub-menu>li>button:active {
	background-color: #D3E1EF;
}
.dashboard .tab-content .side-bar ul.main-options>li>a:hover {
    background-color: #d2e1ef;
    border-left: 8px solid;
    margin-left: -7px;
    padding-left: 14px;
       color:#266ab3 !important;
    border-color: #266ab3;
}
.dashboard .tab-content .side-bar ul.main-options>li.selected>a:hover {
	 color: #383838 !important;
    border-color: #266ab3;
}
.dashboard .tab-content .side-bar ul.sub-menu>li.selected>a {
	background-color: #D3E1EF;
}

.dashboard .tab-content .side-bar ul.main-options>li,
.dashboard .tab-content .side-bar ul.sub-menu>li {
    padding: 0;
}

.dashboard .tab-content .side-bar ul.sub-menu>li>a {
    text-decoration: none;
    padding-left: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
        font-size: 16px;
}

.dashboard .tab-content .side-bar ul.main-options>li>button,
.dashboard .tab-content .side-bar ul.main-options>li>a {
    text-decoration: none;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    font-size: 16px;
}
.dashboard .tab-content .side-bar ul.main-options>li#popover1 {
    margin-left:0px;
    padding-left: 0px;
}
.dashboard .tab-content .side-bar ul.main-options>li>button.disabled {
    color: #ABABAB;
    background-color: #e9e9e9;
    font-size: 16px;
}

.dashboard .tab-content .side-bar ul.main-options>li>button {
    width: 100%;
    text-align: left;
    color: #0056b3;

    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
}

.dashboard .tab-content .side-bar ul.main-options>li>button svg,
.dashboard .tab-content .side-bar ul.main-options>li>a svg {
    margin-right: 10px;
    fill:#266ab3 ;
}

.dashboard .tab-content .side-bar ul.main-options>li>button svg g,
.dashboard .tab-content .side-bar ul.main-options>li>button svg g path,
.dashboard .tab-content .side-bar ul.main-options>li>a svg g,
.dashboard .tab-content .side-bar ul.main-options>li>a svg g path,
.dashboard .tab-content .side-bar ul.main-options>li>a:hover svg g,
.dashboard .tab-content .side-bar ul.main-options>li>a:hover svg g path {
    fill: #256AB3 !important;
}

.dashboard .tab-content .side-bar ul.main-options>li>button svg g,
.dashboard .tab-content .side-bar ul.main-options>li.selected>button svg g path,
.dashboard .tab-content .side-bar ul.main-options>li>a svg g,
.dashboard .tab-content .side-bar ul.main-options>li.selected>a svg g path {
    fill: #383838 !important;;
}

.dashboard .tab-content .side-bar ul.main-options>li.selected>a:hover svg g,
.dashboard .tab-content .side-bar ul.main-options>li.selected>a:active svg g  {
	fill: #256AB3 !important;
}

.dashboard .tab-content .side-bar ul.main-options>li>button.disabled svg g,
.dashboard .tab-content .side-bar ul.main-options>li>button.disabled svg g path {
    fill: #ABABAB !important;;
}


.dashboard .tab-content .side-bar ul.main-options>li>button.disabled svg g,
.dashboard .tab-content .side-bar ul.main-options>li.selected>button.disabled svg g path {
    fill: #ABABAB !important;;
}

.dashboard .tab-content .side-bar ul.main-options>li>a .up-arrow {
    display: initial;
}

.dashboard .tab-content .side-bar ul.main-options>li>a .down-arrow {
    display: none;
}

.dashboard .tab-content .side-bar ul.main-options>li>a.collapsed .down-arrow {
    display: initial;
}

.dashboard .tab-content .side-bar ul.main-options>li>a.collapsed .up-arrow {
    display: none;
}

.dashboard .tab-content .side-bar.setup ul li {
    cursor: pointer;
}

.dashboard .tab-content .side-bar.setup ul li.selected {
    cursor: initial;
        margin-left: -8px;
}
.dashboard .tab-content .side-bar.setup ul li.selected h4 {
	color:#383838;
}

.dashboard .tab-content .side-bar.setup ul li:hover {
    border-left: 8px solid rgba(38, 106, 179, 0.5);
    margin-left: -8px;
        background-color: #D3E1EF;
}

.dashboard .order label,
.dashboard .box-section label,
.dashboard .table-section label,
.dashboard .box-sec label
 {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.dashboard .box-sec .content {
	border:1px solid #ababab;
	border-radius:4px;
}
span.sixteen {
	color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: regular;
    line-height: 22px;
}
.dashboard .box-sec .content span {
	color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: regular;
    line-height: 22px;
}

.dashboard .order input {
    border: 1px solid #256AB3;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 22px;
    background-color: white;
}

.dashboard .order .tokens li, .dashboard  .tokens li{
    box-sizing: border-box;
    height: 36px;
    width: 240px;
    border: 1px dashed #ABABAB;
    background-color: #F6F6F6;
    border-radius: 10px;
    margin-right: 16px;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 5px;
    cursor: pointer;
}

.dashboard .order .tokens li:hover,
.dashboard  .tokens li:hover {
    background-color: #00AEEF;
    color: #FFFFFF;
}

.dashboard .table-section table td span.red {
    color: #D95A4B;
    font-family: "Source Sans Pro";
    font-size: 16px;
}
.small.red {
	color: #D95A4B;
    font-family: "Source Sans Pro";
    font-size: 12px;
}

.dashboard .table-section table td span.green {
    color: #59AE8C;
    font-family: "Source Sans Pro";
    font-size: 16px;
}

.dashboard .table-section .url-section,
.domain .table-section .url-section {
    border: 1px dashed #ABABAB;
    border-radius: 4px;
    background-color: #F6F6F6;
    padding: 10px;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 22px;
}
span.label-red {
    color: #d95a4b;
    font-family: Source Sans Pro;
    font-size: 25px;
    line-height: 22px;
}

.dashboard label.blue {
    color: #256AB3;
}

.dashboard .box-section .content {
    margin-top: 10px;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    min-height: 328px;
}

.dashboard .box-section .content .sub-section {
    border-left: 1px solid #B7B7B7;
    min-height: 300px;
}

.dashboard .box-section .content .sub-section a {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.dashboard .box-section .content .sub-section a:focus,
.dashboard .box-section .content .sub-section .bottom label:focus {
	font-weight:bold;
}

.dashboard .box-section .content .sub-section .top {
    padding-left: 25px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-bottom: 1px solid #B7B7B7;
}

.dashboard .box-section .content .sub-section .bottom {
    padding-left: 25px;
    padding-top: 52px;
    padding-bottom: 30px;
}

.dashboard .box-section .content .sub-section .top label {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.dashboard .box-section .content .sub-section .bottom label {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.dashboard .box-section .content p {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.dashboard span.chart-span {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    
}

.dashboard label.chart-label {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
        font-weight: normal;
}
.cover_profile {
background: url("../../images/profile_default_cover.jpg") no-repeat center center;
    display: grid;
    height: 240px;
}
.cover_profile:hover {
	background-color:none;
}
.cover_profile .cover_gradient {
	background: url("../../images/profile_gradient.png") no-repeat center center;
	 height: 178px;
    margin-top: 62px;
        padding-top: 48px;
}
.manage_catalogue .manage_cover_gradient {
	background: url("../../images/gradient_4cover.png") no-repeat center center;
	height: 190px;
    padding-top: 80px;
    position: relative;
    background-size: 100%;
    top: 60px;
    bottom: 0;
    border-radius: 0 0px 4px 4px;
}
.setting-search-box.catalogue-add input {
	content:"url('../../images/plus.svg')";
	background:url("../../images/plus.svg") no-repeat;
    background-position: right 8px bottom 8px;
}
.manage_catalogue img {
	position: absolute;
    width: 96%;
    height: auto;
    border-radius: 4px;
}
.manage_catalogue {
	height: 258px;
}
    
.cover_profile .list-select button,
.cover_profile .list-select button:hover,
.cover_profile .list-select button:active,
.cover_profile .list-select button:focus,
.cover_profile .dropdown .show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    height: 20px;
    border: none;
}
.cover_profile .dropdown-menu:after,
.cover_profile .dropdown-menu:before {
   display:none;
}
#profile_info .form-group label {
	font-size:18px !important;
    margin-bottom: 4px !important;
}
#profile_info .form-group input,
#profile_info .form-group select.form-control {
    border-color: #266ab3 !important;
}
#profile_info .form-group input:disabled {
	border-color: #ababab !important;
	    color: #ababab;
}
/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto, .c100.gc60 .slice, .c100.gc70 .slice, .c100.gc80 .slice, .c100.gc90 .slice, .c100.gc100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.gc60 .fill, .c100.gc70 .fill, .c100.gc80 .fill, .c100.gc90 .fill, .c100.gc100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.gc60 .bar:after, .c100.gc60 .fill, .c100.gc70 .bar:after, .c100.gc70 .fill, 
.c100.gc80 .bar:after, .c100.gc80 .fill, .c100.gc90 .bar:after, .c100.gc90 .fill, .c100.gc100 .bar:after, .c100.gc100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}
.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.small {
  font-size: 38px;
}
.c100 > a {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: -8px;
  top: 0;
  width: 5em;
  line-height: 3.5em;
  font-size: 0.3em;
  color: #256AB3;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: whitesmoke;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.gc1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.c100.gc10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}

.c100.gc20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.gc30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.gc40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

.c100.gc50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100.gc60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}

.c100.gc70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100.gc80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}

.c100.gc90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}


.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > a {
     width: 3.6em;
    line-height: 2.4em;
    font-size: 0.4em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #E9E9E9;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #02aeef !important;
}
.c100.dark > a {
  color: #256AB3;
}
.c100.dark:after {
  background-color: #ffffff;
}
.c100.dark:hover > a {
  color: #256AB3;
}
.c100.green .bar, .c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > a {
  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > a {
  color: #5fd400;
}


.single-enroll-page .title,
.dashboard .title {
    position: relative;
}

.single-enroll-page .title i {
    position: absolute;
    left: -30px;
    top: -20px;
}

.dashboard .title i {
    position: absolute;
    left: -35px;
    top: -20px;
}

.single-enroll-page .title hr,
.dashboard .title hr,
.titlehr hr,
.domain .title hr {
    border-top: solid 1px rgba(var(--primaryColor));
    margin: 0;
}

#menu-catalogues.user-menu .dropdown-menu.show {
	transform: translate3d(-31px, 45px, 0px) !important;
}

#menu-catalogues.user-menu .dropdown-menu:after, #menu-catalogues.user-menu .dropdown-menu:before {
	left: 6%!important;
}
footer select.language {
		background-color:rgba(56, 56, 56, 0.5);
    color: white;
    border: none;
}
footer select.language option {
	background-color:rgba(56, 56, 56, 0.5);
	  background: #202020;
 
}

footer {
	background-size:cover;
}
.single-enroll-page .title h6,
.dashboard .title h6,
.titlehr h6, 
.domain .title h6 {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    position: absolute;
    top: -10px;
    padding-right: 10px;
    background-color: white;
}
.modal-dialog .titlehr h6 {
	background-color: #f8f8f8;
}

.dashboard .mandatory span.light-gray {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #ababab;
}

.email-preview .modal-header {
    border: none;
}

.email-preview .modal-header h4, .modal-header h4 {
    height: 46px;
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 40px;
    line-height: 46px;

    padding-top: 20px;
    padding-left: 15px;
}

.email-preview .modal-header button {
    line-height: 30px;
}

.email-preview .modal-header i {
    font-size: 25px;
}

.appemail {
	max-width:600px;
	    margin: auto;
}

.email-preview .modal-body .email,
.appemail {
    border-radius: 5px;
    background-color: #FFFFFF;
    border-left: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-top: 5px solid #00AEEF;
    min-height: 500px;
    position: relative;
}

.email-preview .modal-body .email .foot,
.appemail .foot {
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #ABABAB;

    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    bottom: 2px;

    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.email-preview .modal-body .email .foot  span,
.appemail .foot  span {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 18px;
}

.email-preview .modal-body .email .head,
.appemail .head  {
    height: 66px;
    width: 100%;
    border-bottom: 1px solid #ABABAB;
    padding-right: 20px;
    padding-left: 20px;
}

.email-preview .modal-body .body {
    padding: 30px;
}

.email-preview .modal-body .email .head h5,
.appemail .head h5 {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
    margin-top: 5px;
}

.email-preview .modal-body .confirm {
    height: 35px;
    width: 150px;
    border-radius: 4px;
    background-color: #256AB3;

    font-family: "Source Sans Pro";
    color: white;

    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.manage-courses-page .manage-card-item.catalogue {
    width: 47%;
    height: 200px;
    float: left;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 0;
}
.manage-courses-page .manage-card-item.catalogue img {
	background-color:#e9e9e9;
}
.manage-courses-page .manage-card-item.catalogue .info-area {
	padding: 16px 0px 16px 24px;
}
.manage-courses-page .manage-card-item.catalogue .info-area p {
	width: calc(100% - 7px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manage-courses-page .manage-card-item.catalogue .info-area span {
	color: #ABABAB;
    font-size: 16px;
    font-family: "Source Sans Pro";
}
.manage-courses-page .manage-card-item.user {
       width: 100%;
       max-height: 80px;
    float: left;
    cursor: pointer;
    margin-bottom: 24px;
    border-bottom: none;
        padding: 0;
}
.manage-courses-page .manage-card-item.user .card50cont {
	border: 1px solid #e9e9e9;
    padding: 16px 24px;
    border-radius: 4px;
    height: 80px;
}
.manage-courses-page .manage-card-item.user img {
	border-radius: 50%;
	background-color:#e9e9e9;
}
.manage-courses-page .manage-card-item.user:nth-child(odd),
.manage-courses-page .manage-card-item.catalogue:nth-child(odd) {
	padding-right: 8px;
}
.manage-courses-page .manage-card-item.user:nth-child(even),
.manage-courses-page .manage-card-item.catalogue:nth-child(even) {
	padding-left: 8px;
}
.manage-courses-page .manage-card-item.user:hover,
.manage-courses-page .manage-card-item:hover {
	background-color: #D3E1EF;
}
.manage-courses-page .manage-card-item.user:hover p {
	color: #266ab3;
}

.manage-courses-page .manage-card-item.user .email {
    color: #ababab;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}

.manage-courses-page .manage-card-item.user h3 {
    color: #256AB3;
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.analytics-card .card-header ul.card-header-tabs li {
	    margin-right: 8px;
}
.analytics-card .card-header ul.card-header-tabs li:hover {
	    background-color:rgba(255, 255, 255, 0.5);
}
.manage-courses-page .tabs-container {
    padding-right: 0;
    padding-left: 0;
}

.manage-courses-page table>th.text-center,
.create-course-page table>th.text-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100px !important;
}

.create-course-page ul.schedule-list,
.manage-courses-page ul.schedule-list {
    margin-bottom: 0 !important;
}

.create-course-page table.schedule-table td,
.manage-courses-page table.schedule-table td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.reg-form-label {
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
    font-weight: normal;
}

span.status-label {
    text-transform: uppercase;
    color: #59AE8C;
}

.setting-search-box .input-group .form-control {
    border-color: #256AB3;
    border-radius: 4px;
    color: #383838;
}
.setting-search-box.category .input-group .form-control {
	border-color: #256AB3;
    border-radius:4px 0 0 4px;
}
.setting-search-box .list-group {
    border: 1px solid #256AB3;
    border-radius: 4px;
    margin-top: 3px;
}

.setting-search-box .list-group a span,
.setting-search-box .list-group a {
    color: #ABABAB;
    font-family: "Source Sans Pro";
    font-size: 16px;
}

.setting-search-box .list-group a.active span,
.setting-search-box .list-group a.active {
    background-color: #f1f7fb;
    color: #383838;
}

.setting-search-box .list-group a {
    text-decoration: none;
    border: none;
}

.radio-component label{
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 22px;
}




@media only screen and (min-width: 320px) and (max-width: 480px)  {
	.manage-courses-page .list-section .manage-card-item.user {
	width:100%;
}


    .manage-courses-page .manage-tabs ul.list-inline li.tab-option {
        padding-left: 15px;
        padding-right: 15px;
    }

    .manage-courses-page .manage-card-item.user,
    .manage-courses-page .manage-card-item.catalogue {
        width: 100%;
        float: left;
    }
    .manage-courses-page .manage-card-item.catalogue .info-area p,
    .manage-courses-page .manage-card-item.catalogue .info-area {
    width: calc(100% - 35px)!important;
    }
    .manage_catalogue img {
    position: initial;
    height: auto;
    border-radius: 4px;
    width: 100%;
}
.manage_catalogue .manage_cover_gradient {
    background: url(../../images/gradient_4cover.png) no-repeat;
    height: 54px;
    position: relative;
    background-size: 100%;
    top: -74px;
    margin-bottom: -64px;
    border-radius: 0 0px 4px 4px;
}

.manage_catalogue {
    height: auto;
}

    .manage-courses-page .tabs-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .manage-courses-page .search-group input.search-input {
       width: 230px;
       height: 35px;
       min-width: initial;
    }

    .manage-courses-page .list-section .list {
        padding-right: 15px;
        border-left: 0;
        padding-left: 15px;
    }

    .manage-courses-page .manage-card-item.user {
        margin-bottom: 0px;
        padding: 10px;
    }

    .manage-courses-page .manage-card-item .data-section {
        width: calc(100% - 134px);
        height: inherit;
        padding-top: 0;
    }

    .manage-courses-page .manage-card-item {
        padding: 0;
        margin-top: 24px;
    }
    .manage-courses-page .manage-card-item .clearfix {
    	padding:5px;
    	    
    }
    .manage-courses-page div.manage-card-item:first-child {
    	    margin-top: 0px;
    }

    .manage-courses-page .manage-card-item .image-section img,
    .manage-courses-page .manage-card-item .image-section {
        height: 59px;
        width: 134px;
            margin-bottom: 0px;
    background-color: #e9e9e9;
    }
    .manage-card-item.user .orange-ch {
        float:left;
    }

    .mobile-card-items .price {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: 600;
    }

    .mobile-card-items {
        height: 32px;
    }

    .mobile-card-items ul.mobile-links {
        background-color: #256AB3;
        color: white;
        border-radius: 0 0 8px 8px;
        margin-left: 0;
        height: 32px;
    }
    .mobile-card-items ul.mobile-links li {
        padding-top:3px;
        width: 31%;
        margin: 0;
    }
    .mobile-card-items ul.mobile-links li a {
        color:white;
    }
    .manage-courses-page .pagination>li:first-child,
    .manage-courses-page .pagination>li:last-child {
        display:none;
    }
}