
.coursespage_wrapperpage{
	padding:30px 0;
}

.course-banner {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  background: green;
}
.custom-control-input:checked ~ .custom-control-label.chk-green::before {
    color: #fff;
    border-color: #29714a !important;
    background-color: #0ba854 !important;
}
.custom-control-input:focus ~ .custom-control-label.chk-green::before {
	box-shadow: none !important;
}

.coursespage_wrapperpage article header.card-header {
	background-color:unset;
}
.coursespage_wrapperpage article header h6{
	font-weight:bold;
	border-radius: 5px;
	margin-bottom: 10px;
	padding:0;
}

.card.filter-sidebar {
	padding: 10px;
/*	margin-top: 8px;*/
}

.card.filter-sidebar article input[type="date"] {
	font-size: 13px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 8px;
	width: 100%;
	margin: 5px 0 10px;
}

.filter-sidebar .custom-control-label {
  font-size: 13px !important;
  text-transform: capitalize;
  width: 80%;
  margin: 5px 0;
  display: inline-block;
}

.filter-sidebar .filter-content {
  padding: 10px 3px 10px 1.25rem;
  display: block;
}

.filter-sidebar .card-header {
  padding: .2rem 1.25rem;
  border-bottom: 0;
}

.courses-grid .card-body{
	padding:15px 15px 0 15px;
}
.courses-grid .course-start-date{
	text-align : left;
	font-size: 11px;
}
.courses-grid .card-title{
	font-size: 14px;
	font-weight: bold;
  height:60px;
  padding-top: 15px;
}
.courses-grid .btn-course-action{
	color:333;
	font-weight: 600;
	display:inline-block;
	width:100%;
	text-align: center;
	padding:.60rem 1.25rem;
}
.courses-grid .btn-course-action{
	text-decoration: none;
}
.courses-grid .card-footer {
  padding: 10px 15px;
}

.courses-grid .card-footer {
  padding: .75rem 1.25rem;
  background-color: unset;
  border-top: 0;
}

.courses-grid hr{
  margin:10px 0;
}
.course-page-datefilter #reportrange span {
  font-size: 11px;
  display: none;
}

/*ribbon*/
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

/*flip switch*/
.flipswitch {
  position: relative;
  width: 30px;
  display: inline-block;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	/*border: 1px solid #999999;*/
	border-radius: 50px;
	margin-bottom: 0;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 12px;
  padding: 0;
  line-height: 12px;
  font-size: 17px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "";
  padding-left: 12px;
  background-color: #E1E1E1;
  color: #888888;
}
.flipswitch-inner:after {
  content: "";
  padding-right: 12px;
  background-color: #EBEBEB;
  color: #888888;
  text-align: right;
}
.flipswitch-switch {
  width: 16px;
  height: 16px;
  top: 5px;
  margin: -2px;
  background: #07B256;
  /*border: 1px solid #999999;*/
  border-radius: 50px;
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  right: 16px;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}
.fliper span{
	margin:0 5px;
}
.fliper{
	padding: 10px 0;
}

.vertcal-scroll{

  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;

}
.course-card-click {
	text-decoration: none !important;
  color: #333;
}
.course-card-click:hover {
  color: #333;
}
.course-card-click .card-title, .course-card-click .course-start-date{
	text-decoration:none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #07b256 !important;
	border-color: transparent;
	color: #fff;
	border-radius: unset;
}
.daterangepicker td.in-range {
	background-color: #07b25642 !important;
	border-color: #07b256 !important;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.end-date {
  background-color: #07b256 !important;
  border-radius: unset !important;
}
.daterangepicker td.start-date {
  background-color: #07b256 !important;
  border-radius: unset !important;
}
.daterangepicker .applyBtn.btn.btn-sm.btn-primary {
  background: #07b256;
  border: 0;
  border-radius: 0;
}

/*date range box*/
.daterangepicker .ranges li.active {
    background-color: #07b256 !important;
    color: #fff;
}
.ranges li {
  font-size: 13px;
  background-color: #fff;
  border: 0 !important;
  border-radius: 0;
  color: #444;
  padding: 3px 12px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1 !important;
  margin-bottom: 0 !important;
}
.daterangepicker .ranges li:hover {
  background-color: #07b256 !important;
}
.filter-sidebar .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: unset !important;
  background-color: unset !important;
}
.daterangepicker.ltr.show-ranges.opensleft {
	box-shadow: rgb(96, 96, 96) 4px 4px 4px ;
}
li.ranges:last-child{
  border:0;

}
.courses-grid .card:hover{
     transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.card-action  {
	
	float: right;
	position: absolute;
	top: 163px;

	color: #d0d0d0;
	display: block;
}
.card-action.favorite{right: 10px;}
.card-action.share {right: 30px;}
.card-action:hover {
   -webkit-animation: pulse 1.5s infinite;
}

.card-sub-action {
	position: absolute;
	top: 163px;
	right: 10px;
	
}
.card-sub-action ul {
	list-style: none;
}
.card-sub-action li {
	float: left;
	padding: 0 10px;
	color: #e5e5e5;
}
.card-sub-action li a:hover, .card-sub-action li a:active {
	color: #07b256;
}
#coursePage_search_string{
  box-shadow: none;border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}


/* preloader*/

  .fond{position:absolute;padding-top:85px;top:30%;left:50%; right:50%;bottom:50%;}

.contener_general
{
  -webkit-animation:animball_two 1s infinite;
  -moz-animation:animball_two 1s infinite;
  -ms-animation:animball_two 1s infinite;
  animation:animball_two 1s infinite;
  width:44px; height:44px;
}
.contener_mixte
{
  width:44px; height:44px; position:absolute;
}
.ballcolor
{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
  -webkit-animation:animball_one 1s infinite ease;
  -moz-animation:animball_one 1s infinite ease;
  -ms-animation:animball_one 1s infinite ease;
  animation:animball_one 1s infinite ease;
}
.ball_1
{
  background-color:#2f519a;
  top:0; left:0;
}
.ball_2
{
  background-color:#24b763;
  top:0; left:24px;
}
.ball_3
{
  background-color:#f89436;
  top:24px; left:0;
}
.ball_4
{
  background-color:#b32d8b;
  top:24px; left:24px;
}

@-webkit-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-moz-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-ms-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}
/*end preloder */
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9;
  margin:-1px;
  color:#07b256;

}
.clear_filter {
  float: right;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.clear_filter:hover{
  color:#07b256;
}
.cp-readmore {
  float: right;
  margin: 10px 5px;
  border: 0px;
  color: #333;
  /*background-color: #12b35a;*/
  font-size: 13px;
  /*padding: 5px 15px;*/
  border-radius: 2px;
}
.cp-readmore:hover {
  text-decoration: none;
}
.hide_filter {
  position: fixed;
  z-index: 9;
  left: 0;
  background-color: #5faad2;
/*  -ms-transform: rotate(120deg);
  transform: rotate(90deg);*/
  color: #fff;
  padding: 10px 15px;
  margin-left: 0;
  top: 140px;
}
#btn_course_serach:focus {
    box-shadow: unset;
}
#card_result_responce {
  font-size: 13px;
  font-style: italic;
  color: #666;
  margin: 12px;
}
.coursepagination {
  margin: 30px auto;
  display: block;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: none;
  border-radius: 50px;
}
/*#card_result_responce span {
  border: 1px solid aliceblue;
  padding: 0 10px;
  background: #dbf2ff;
  border-radius: 15px;
}*/
/*.comma:not(:first-child) {
  margin-left: -.3em;  
}*/

.comma:first-child:empty ~ .comma:not(:empty) {
  margin-left: 0;  
}

.comma:first-child:empty ~ .comma:not(:empty) ~ .comma:not(:empty) {
  margin-left: -.3em;  
}

.comma:empty {
  display: none;
}

.comma:not(:first-child):before {
  content: ", ";
}

.comma:empty + .comma:not(:empty):before {
  content : "";
}

.comma:not(:empty) ~ .comma:empty + .comma:not(:empty):before {
  content : ", ";
}

#asfiminterested {
  display: inline-block;
  padding: 12px 15px;
  color: white;
  background-color: #777;
  border: 0;
  margin: 1px -3px;
}

#asfalready-interested {
  display: inline-block;
  padding: 12px 15px;
  color: white;
  background-color: #777;
  border: 0;
  margin: 1px -3px;
}