.setting_highlight {
    /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15) !important;*/
    box-shadow: inset 0px 1px 11px 3px cyan !important;
}


.card_hover:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.modal {
    overflow-y: auto;
}

.thinline {
    height: 0.5px;
    width: 100%;
    background-color: lightgray;
}

.required:after {
    content: "*";
    color: red;
    font-size: 23px;
    display: inline;
}


.checkout-mat-table td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.checkout-mat-table {
    background-color: transparent !important;
}

/* Select2 small size*/
.select2 {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 30px !important;
    font-size: 0.9231rem !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container .select2-selection--multiple {
    height: 30px !important;
}

.select2-selection__arrow {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -9px !important;
    }

/* Course Browse*/
#course-grid-list_wrapper {
    display: none;
}


/* Course Browse*/
.tile-july-button-container {
    width: 100% !important;
}

    .tile-july-button-container > button.btn {
        width: 100% !important;
    }


/* datatable tab */

#course-grid-list_info {
    padding-left: 20px !important;
}

#course-grid-list_paginate {
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}

.nav-tabs {
    background-color: #faebd712 !important;
}

    .nav-tabs > li.nav-item a.nav-link.active {
        background-color: antiquewhite !important;
    }

    .nav-tabs > li.nav-item a.nav-link {
        background-color: #faebd759 !important;
    }

.be-datatable-header {
    background-color: #faebd712 !important;
    padding: 8px 10px 7px !important;
}

.dt-buttons .btn-group > button.btn .btn-secondary {
    font-weight: 400 !important;
    font-size: 0.8462rem !important;
}

a.buttons-columnVisibility.active {
    color: white !important;
}

    a.buttons-columnVisibility.active:hover {
        color: #504e4e !important;
    }

.btn-secondary {
    background-color: #d3d3d342 !important;
    font-weight: 400 !important;
}

.select2 {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container .select2-selection--multiple {
    height: 30px !important;
}

.select2-selection__arrow {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -9px !important;
    }


.form-group.row {
    padding: 5px !important;
}

    .form-group.row label {
        white-space: normal !important;
    }

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

    .image-checkbox input[type="checkbox"] {
        display: none;
    }

.image-checkbox-checked {
    border-color: #4783B0;
}

.image-checkbox .mdi-check-circle {
    position: absolute;
    padding: 10px;
    font-size: 30px;
    right: 10px;
    top: -5px;
    display: none;
}

.image-checkbox-checked .mdi-check-circle {
    display: block !important;
}

.avatar-preview {
    width: 97px;
    height: 97px;
    position: relative;
}

    .avatar-preview div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0.25rem;
        background-color: #EEEEEE;
        border: 1px solid #dee2e6;
        border-radius: 2px;
        max-width: 100%;
    }

.course-card {
    margin-bottom:7px !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.course-details-modal-body {
    padding: 5px !important;
}

.maincontainer-coursedet {
    padding-top: 5px !important;
}

.subcontainer-coursedet {
    /** 20px +5 **/
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.card-coursedet {
    margin-bottom: 10px !important;
}

.maincontainer-col-coursedet {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.card-divider-title {
    border-bottom: 1px solid gray;
    padding-bottom: 1px;
}
/* publicheader #1*/
.be-aside-header-custom {
  background-color: #FFFFFF;
  padding: 3px 25px;
}

ul.sub-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 991px) {
  .row-reversing-style {
    flex-direction:column-reverse !important;
  }
}

.account-recovery {
    background-color:#ffffff !important;
}

.tile-july-coursename a {
    color:#191919;
    font-weight:bold;
}
.tile-july-coursenumber {
        color:grey;
}
.fuelux .wizard > .steps-container > .steps > li .chevron:before {
    border-left-color:#808080 !important;

}
.fuelux .wizard > .steps-container > .steps > li {
    background-color: #808080 !important;
    color: white !important;
}

.fuelux .wizard > .steps-container > .steps li.active {
        background-color: white !important;
           color: #808080 !important;
}

.fuelux .wizard > .steps-container > .steps li.active .chevron:before {
              border-left-color: white !important;
                  color: #808080 !important;
    }

.gsmu-ul-top{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.tab-todo .config-title {
    display: block;
    font-size: 1.154rem;
    font-weight: 400;
    color: gray;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    border-bottom: none;
    padding-bottom: 0px;
}

#gsmu-mobile-menu-collapse ul li.nav-item {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.show-all-btn {
    line-height: 13px !important;
    color: grey !important;
    font-size: 10px !important;
}

/* Course Category wrap titles */
.show-all-btn {
    line-height: 13px !important;
    color: grey !important;
    font-size: 10px !important;
}

.be-left-sidebar .sidebar-elements > li ul li > a {
    white-space: pre-wrap !important;
    padding: 8px 10px 8px 34px !important;
}

.be-left-sidebar .sidebar-elements > li > a {
    white-space: pre-wrap !important;
    line-height: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

 #course-long-description a{
	color:#6666FF !important;
	
}

a.hover-underline:link {
  text-decoration: none;
}

a.hover-underline:visited {
  text-decoration: none;
}

a.hover-underline:hover {
  text-decoration: underline;
}

a.hover-underline:active {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

