
.Error_Message{
    color: red;
}

.FormPhoto{
    color: White;
}

.card_shadow:hover{
    box-shadow: 2px 2px 1px gray;

}

.border-dark {
    border-color: #d6c9c9!important;
}

.body_background {
  background: url(../media/images/login_background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.btn_custom_style{
    background: #fe7600;
    border-color: #fe7600;
    color: black;
}

.bg-category-card {
    background: #fe7600;
}

.multiline-text {
    white-space: pre-line;
    overflow: auto;
}

.details_banner_content .title {
    font-size: 36px;
    color: #29488b;
    font-weight: 600;
}
.details_media {
    width: 50%;
}

.courses_image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-image-container {
    position: relative;
}
.courses_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.card-image-front {
    position: absolute;
    vertical-align: middle;
    width: 100%;
    left: 0;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
.courses_details_sidebar .courses_sidebar_image {
    position: relative;
}

.courses_details_sidebar .courses_sidebar_image .price {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #de322e;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -45px;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.courses_details_sidebar .courses_sidebar_title {
    background-color: #29488a;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

courses_details_sidebar .courses_sidebar_title .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.courses_details_sidebar .courses_sidebar_list {
    background-color: #f3f8fc;
    padding: 30px 15px 30px 15px;
}

.courses_overview_list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.courses_sidebar_list .list li {
    font-size: 16px;
    color: #002639;
    border-bottom: 1px solid rgba(72, 72, 72, 0.10);
    padding: 5px 0;
}

.form_input_style_1 {
    background: #fafafa;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-left: 5px;
}

****************
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
****************

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

a.disabled {
  pointer-events: none !important;
  cursor: default !important;
  background-color: gray !important;
  border-color: gray !important;
}

.course_name_search{
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #252628;
    border-color: white;
}

.link_no_format {
   color: black;
   text-decoration: none;
   background-color: none;
}

.link_no_format:hover {
   text-decoration: none;
   color: black;
}


.enroll-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 9px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    color: #252628;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #d7df21;
}

.batch_details tbody tr:hover {
    background: #eef5fb !important;
}

.nav-tabs .nav-link.active {
    background-color: #fe7600;
}

.required {
  color: red;
  vertical-align: top;
}


.fc-title {
    display: table;
    margin: 0 auto;
}