/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #CourseDescription input.error,#Edit_CourseDescription input.error {
  border: 1px solid red;
}
#CourseDescription label.error,#Edit_CourseDescription label.error {
  color: red;
}
/*
textarea[name="Descriptionofcourse"] {
  bottom: 13px !important;
  display: block !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  position: relative !important;
  resize: none !important;
  opacity: 0 !important;
  border: none !important;
}
#CourseDescription textarea[name="Descriptionofcourse"] {
  bottom: 13px !important;
  display: block !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  position: relative !important;
  resize: none !important;
  opacity: 0 !important;
  border: none !important;
}*/
.onecourse {
	float: left;
	width: 660px;
}
.actionright {
  float: left;
  width: 50%;
}
.onecourse .leftone > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.actionright .ActionButton {
  border: 1px solid;
  cursor: pointer;
  float: left;
  text-align: center;
  width: 50%;
}
.ActionButton span {
  float: left !important;
  padding: 0 !important;
  width: 48%;
}
.actionright .statusone {
  border: 1px solid;
  float: left;
  text-align: center;
  width: 50%;
}
.leftone {
  border: 1px solid;
  float: left;
  text-align: center;
  width: 50%;
}
.create_edit {
  border: 1px solid;
  cursor: pointer;
  float: left;
  float: right;
  padding: 8px 20px;
}
#changeaction {
  display: inline-block;
  width: 100%;
}
.onecourse span {
  display: block;
  padding: 5px;
}
 /* The snackbar - position it at the bottom and in the middle of the screen */
#loadingedit {
  /*  visibility: hidden;  Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#loadingedit.show {
    visibility: visible; 
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
} 
.boxx {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.buttonn {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.buttonn:hover {
  background: #06D85F;
}

.overlayy {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 500ms ease 0s;
  visibility: hidden;
  z-index: 9;
}
.overlayy:target {
  visibility: visible;
  opacity: 1;
}

.popupp {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  margin: 85px auto;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  position: relative;
  transition: all 5s ease-in-out 0s;
  width: 44%;
}

.popupp h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupp .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupp .close:hover {
  color: #06D85F;
}
.popupp .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .boxx{
    width: 70%;
  }
  .popupp{
    width: 70%;
  }
}
.image_picker_image {
  height: 140px;
  width: 150px;
}
.showpoup {
  opacity: 1 !important;
  visibility: visible !important;
}
.wpcf7-checkbox label.error {
  left: 0;
  position: absolute;
  top: -29px;
}
.Subjectcategorycourse .wpcf7-checkbox label.error {
    left: 0;
    position: absolute;
    top: -29px;
    width: 300px;
}
.image-picker.show-html {
  visibility: hidden;
  height: 0;
  margin: 0;
}
.editloader {
  height: 10px !important;
  margin: 10px 0 0 !important;
  position: absolute !important;
  right: 3px !important;
  width: 10px !important;
}
.ActionButton span:hover {
  color: #492878;
  font-weight: 600;
}
.ActionButton span {
  cursor: pointer;
}
.dropdown_input {
  float: left;
  width: 100%;
}
.dinput {
  float: left;
  width: 50%;
}
.dselect {
  float: right;
  width: 45%;
}
.alreadyCourse{
  color: red;
}
.page-id-2251 .tooltip.tooltipstered {
  color: blue;
  font-weight: bolder;
}
.daysweekkr label.error {
  left: 156px;
  position: absolute;
  top: -24px;
  width: 55%;
}
.dropddown_input {
  float: left;
  width: 100%;
}
.mce-branding.mce-widget.mce-label.mce-flow-layout-item.mce-last{
    display:none!important;
}
.twoinone .menu-select {
  float: right;
  width: 45%;
}
.twoinone .menu-input {
  float: left;
  width: 50%;
}
.tabbed-content .tab-panels {
  max-width: 780px;
}
.courseloader.loaderk {
  height: 20px;
  margin-left: 49%;
  width: 20px;
}
.tdcourse {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center.openmore:hover {
    color: #245580 !important;
    text-decoration: underline !important;
}
.center.openmore {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.blog .widget.woocommerce.widget_price_filter {
  display: none;
}
body.single.single-post .widget.woocommerce.widget_price_filter {
  display: none;
}
.button[name="Admin_delete"] {
  top: 4px;
}