button.enroll:hover {
    background:#0ab4b4;color:#fff !important;
    transition:all 0.7s;
}
button.enroll {
    background:#fff;
    text-transform:uppercase;
    color: #0ab4b4;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #0ab4b4;
    padding: 5px 20px;
    border-radius: 0.3em;
    /*margin: 10px 0px;*/
    display: inline-block;
    font-weight: 400;transition:all 0.7s;
}

.custom-control-input{
    left: 2px;
    top: 6px;
    z-index: 1;
}
.is-invalid .invalid-feedback {
    display: block;
}
.bold {
    font-weight: bold;
}
#course input.upload {
    left: 0px;
    background-color: #ececec;
    top: 10px;
    height: 34px;
    width: 100px;
    cursor: pointer;
}
#course .file_name {
    width: 400px;
    display: inline-block;
}
#course #remove_image, #course #remove_video {
    cursor: pointer;
}
.btn-link {color:#0ab4b4;font-size: 12px;cursor: pointer;}
.btn-link:hover {color:#0ab4b4;font-size: 12px;cursor: pointer;}

#pd input.upload,
#about input.upload,
#apply input.upload {
    left: 100px;
    background-color: #ececec;
    top: 20px;
    height: 34px;
    width: 148px;
    cursor: pointer;
}
#about input.upload, #apply input.upload { left:0; }
.invalid-feedback { font-weight: bold; }
.position-relative { position:relative; }

.form-group.required .control-label:after {
    content:"*";
    color:red;
    position: absolute;
    margin-left: 4px;
}

.course_info .tcourses .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 400;
    padding: 0px 22px;
    color: #2f2f2f;
}
.course_info_view .tcourses .nav-tabs .nav-link {
    padding: 0px 35px;
}
.head-12 {font-size: 12px;}
.head-12-grey {font-size: 11px;color: #0ab4b4;}
.no-border { border: none;}
.ass-com {
    padding-left: 0.5rem;
}
.course video {
    width: 100%;
    min-height: 0px;
}
td a.nopadding {
    padding: 0 !important;
}
.color-white {
    color:white;
}
li.nav-item .dropdown-menu a {
    color: #343434 !important;
}
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:hover {
    text-decoration: none;
    background-color: #f8f9fa;
}

#save .btn { padding-left: 5px !important; color:#0ab4b4;}
#enrollment .btn { padding-left: 5px !important;padding-right: 5px !important; color:#0ab4b4;}
.learning .nav-tabs .nav-link { padding: 0 55px; }
.dropdown-menu form { display: inline; }

/* Footer & Sub-Footer Style*/
.col {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 270px;
    height: auto;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}

.col h1 {
    margin: 0;
    padding: 0;
    /*font-family: inherit;*/
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255,255,255,0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}

.col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.col ul li a {
    color: #999999;
    font-size: 14px;
    /*font-family: inherit;*/
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.col ul li a:hover {
    color: #00807f;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.copyrights {
    font-size: 15px;
    margin-left: 1%;
}
.bottom-footer-alignment {
    text-align: center;
}

.jumbotron {
    background-color: #fff;
}

.heading {
    margin-bottom: 3%;
    color: #00807f;
}

.bg-color {
    background-color: #0ab4b4;
}

.login-container {
    padding:20px;
    margin-top:60px;
    line-height: 2.5;
    margin-bottom: 60px;
    -webkit-box-shadow: 7px 5px 16px -3px rgba(97,97,97,.5);
    -moz-box-shadow: 7px 5px 16px -3px rgba(97,97,97,.5);
    box-shadow: 7px 5px 16px -3px rgba(97,97,97,.5);
    border-radius:0.5em;
}

.login-logo {
    width: 70%;
    margin: 0 auto;
}

.google-btn .btng {
    background: #fff;
    color: #85929e;
    padding: 10px;
    position: relative;
    padding-left: 42px;
    text-decoration: none;
}

.google-btn.w-reg {
    max-width:212px;
}

.google-btn {
    background: #c5d9fa;
    background: -moz-linear-gradient(-45deg, #c5d9fa 0%, #98a7c1 100%);
    background: -webkit-linear-gradient(-45deg, #c5d9fa 0%,#98a7c1 100%);
    background: linear-gradient(135deg, #c5d9fa 0%,#98a7c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5d9fa', endColorstr='#98a7c1',GradientType=1 );
    width: auto;
    padding: 12px 0px;
    max-width: 200px;
    margin: 0 auto;
}

.google-btn .btng span{
    background: #f85032; /* Old browsers */
    font-weight: bold;
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: -17px;
    left: 8px;
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(#ea4c3e  24%, #fbbc05  49%, #34a853  57%, #4285f4  145%); /* FF3.6-15 */
    background: -webkit-linear-gradient(#ea4c3e  24%, #fbbc05  49%, #34a853  57%, #4285f4  145%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(#ea4c3e  24%, #fbbc05  49%, #34a853  57%, #4285f4  145%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4c3e', endColorstr='#4285f4',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.or{position:relative;}
.or:before{
    position:absolute;
    content:"";
    width:45%;
    left:0;
    top:50%;
    height:1px;
    background:#9B9B9B;
}
.or:after{
    position:absolute;
    content:"";
    width:45%;
    right:0;
    top:50%;
    height:1px;
    background:#9B9B9B;
}

a:hover {
    color: #b36100;
    text-decoration: none;
}

a {
    color: #0ab4b4;
}

body {
    margin: 0px;
    font-family: 'MuseoSans-300', sans-serif;
    /*line-height: 2.5;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.checkmark {
    /*top: 10px;*/
}

.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link img {
    margin-right: 10px;
}

.img-cover {
    min-height: 150px;
    max-height: 150px;
}

.img-cover-logo {
    max-width: 50px;
    margin-right: 25px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
}

.courses-text a {
    text-decoration: none;
}

.img-category {
    max-width: 25px;
    max-height: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.no-record h3 {
    color: #1f2b33;
    font-family: 'MuseoSans-700';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.no-record h5 {
    color: #1f2b33;
    font-family: 'MuseoSans-700';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.org-filter-list-loader {
    float: right;
    margin-right: 20px;
}

.cat-filter-list-loader {
    float: right;
    margin-right: 20px;
}

li.page-link.active {
    color: #000;
}

.img-category-list {
    margin-right: 15px;
    max-width: 22px;
    max-height: 35px;
    overflow: hidden;
    line-height: 2.5px;
    vertical-align: middle;
}

.categories a {
    text-decoration: none;
}

.grid-content h5 a {
    overflow: hidden;
    min-height: 29px;
    max-height: 29px;
    color: #2c2f3a;
    font-weight: 500;
    font-family: 'MuseoSans-500';
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.checkmark-checkbox {
    border-radius: 10%;
}

.feedback a {
    display: inline-block;
    text-decoration: none;
    background: #00c6b7;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    padding: 6px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    transition: all 0.4s ease;
}

.feedback a:hover {
    background-color: #006666;
    color: #fff;
    transition: all 0.4s ease;
}

.static-page-title h4 {
    color: #2c2f3a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 25px;
}

.static-page-title p {
    margin-bottom: 15px;
    /*min-height: 170px;*/
}

.static-page-title {
    min-height: 200px;
}

.btn-light {
    color: #686f7a !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

.dropleft .dropdown-menu {
    top: 100%;
    right: 0px;
}

input:focus::placeholder, textarea:focus::placeholder { color: transparent; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#school_organization_select .dropdown {
    padding: 0;
    border: 0;
}

.rounded-circle {
    border-radius: 50% !important;
    padding: 15px;
    border: 4px solid #e5e9ed;
    width: 105px;
    height: 105px;
}
.rounded-circle-ydt {
    border-radius: 50% !important;
    padding: 5px;
    border: 3px solid #e5e9ed;
    width: 50px;
    height: 50px;
}

.rounded-circle-profile {
    border-radius: 50% !important;
    padding: 1px;
    border: 2px solid #e5e9ed;
    width: 105px;
    height: 105px;
}

/*div.dropdown-menu.open{
    max-height: 200px !important;
    overflow: hidden;
}
ul.dropdown-menu.inner{
    max-height: 175px !important;
    overflow-y: auto;
}*/

.modal .close {
    cursor: pointer;
}

/*.sub-menu li:first-child .sub-menu1{*/
    /*display: none !important;*/
/*}*/

.img-course-detail{
    background: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
    box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
    min-height: 435px;
    max-height: 435px;
}

.form-subnote{
    margin-top: 10px;
    margin-bottom: 10px;
}

.lowercase{
    text-transform: lowercase !important;
}

.center{
    text-align: center;
}

.org-img{
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
}

.org-img-upload{
    min-width: 50px;
    margin-top: 20px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
}

.feature-img-upload{
    min-width: 250px;
    /*min-height: 250px;*/
    max-width: 250px;
    /*max-height: 250px;*/
}
