/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



.colorCodes span.codes {  padding-right: 25px;     vertical-align: middle;}

.dot-uncompleted {height: 20px; width: 20px; background-color: #fff; border-radius: 50%; margin-right: 5px; display: inline-block; vertical-align: middle; border: 1px solid #dadada; }
.dot-completed {height: 20px; width: 20px; background-color: #04a704;  border-radius: 50%; margin-right: 5px;  display: inline-block;  vertical-align: middle; }
.dot-late { height: 20px; width: 20px;  background-color: #ffff00;  border-radius: 50%;   margin-right: 5px;   display: inline-block;  vertical-align: middle; }
.dot-very-late { height: 20px; width: 20px;  background-color: #f00;  border-radius: 50%;   margin-right: 5px;   display: inline-block;  vertical-align: middle; }


.colorCodes { margin-bottom: 50px; }
td.gfy-completed { background: #04a704; color:#fff; }
td.gfy-very-late {  background: #ff0000; color:#fff;}
td.gfy-late {  background: #feff1e; }


body .dataTables_wrapper .dataTables_filter label {font-size: 0;}
body .dataTables_wrapper .dataTables_filter{width: 100%;  float: none; order:-1}
body .dataTables_wrapper .dataTables_filter input{width: 100%; height: 50px;  background-color:#fff; border-radius: 25px;    padding-left: 35px; margin: 0 0 15px 0;}
body .dataTables_wrapper .dataTables_length{float: none; margin-bottom: 15px; margin-left: auto;}
.dataTables_wrapper .dataTables_paginate{margin-left: auto;}
body .dataTables_wrapper {display: flex;    flex-wrap: wrap; justify-content: space-between;}
body .dataTables_wrapper .dataTables_length select{padding: 0px 30px 0 11px; height: 30px; background-position: right 0.5rem center;}
table.dataTable.no-footer{overflow: hidden;}
div[class*="Table"] th{background: #161e2a !important;    color: #fff;}
div[class*="Table"] th:not(:last-child){border-right: solid 1px #ccc;}
div[class*="Table"] tr.even {background: #eee !important;}
div[class*="Table"] tbody tr td:not(:last-child) {border-right: solid 1px #ccc;}
div[class*="Table"] tbody tr:not(:last-child) td{border-bottom: solid 1px #ccc;}
div[class*="Table"] tbody td.gfy-late {color: #000;}
div[class*="Table"] tbody td.gfy-completed,
div[class*="Table"] tbody td.gfy-very-late{color: #fff}
.dataTables_wrapper .dataTable{margin-bottom: 15px; border: 1px solid rgb(204 204 204);}
.colorCodes{text-align: center;    background: #eee;  padding: 20px 0;    margin-top: 20px; }

div.dataTables_processing{width: 100% !important;}

.pagination-links  span.page-numbers.current {
    padding: 15px;
        background: #049a9b;
    color: #fff !important;
    
}
.pagination-links a.page-numbers {
    padding: 15px;
    background: #dadada;
    font-size: inherit;
}
form.wp-user-list-search input[type="text"] {
    margin-right: 15px;
}
table#users-list thead {
    background: #000;
}
table#users-list thead tr th, table#users-list thead tr th a, table#users-list thead tr th span:before {
    color: #fff;
}
tr.notfounduser td {
    text-align: center;
}
.sorting-indicator {
    display: contents;
    visibility: inherit;
    width: 10px;
    height: 4px;
    margin-top: 8px;
    margin-right: 7px;
}
.gravityFormUpdate input, .gravityFormUpdate select {
    width: 100%;
}

input#gform_submit_button_update {
    margin-top: 15px;
    width: 15%;
}

.sorting-indicator:before {
    content: "\f140";
    font: normal 20px/1 dashicons;
    speak: never;
    display: inline-block;
    padding: 0;
    color: #3c434a;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #3c434a;
}
span.sorting-indicator.asc::before {
    content: "\f140" !important;
}
span.sorting-indicator.desc::before {
    content: "\f142" !important;
}

.filterRow {
    display: block;
}

select#filterByStage {float: right; cursor: pointer;}

form.wp-user-list-search {
    width: 50%;
    float: left;
}

 

table#CourseReports {
    line-height: 15px;
    
}
.courseReportTable {
    position: relative;
}

.coursedatetimefilterbox {
    padding: 15px 0px;
    border: 1px solid #dadada;
    border-radius: 16px;
    margin-bottom: 15px;
}
.coursedatetimefilterbox div#getdaterange {
    padding-left: 21px;
}

a#coursedatetimefilter {
    background: var(--bb-headings-color);
    color: var(--bb-header-background);
    padding: 5px 30px;
    margin-left: 15px;
    border-radius: 31px;
}

table#CourseReports thead {
    background: #161e2a;
}

table#CourseReports thead th {
    color: #fff;
}

.loader-course {
     border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: calc(50% - 50px);
    bottom: 0;
    margin: 0 auto;
}

 .overlayer-course{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #00000050;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

table#UserAnalyticsReports thead tr th {
    text-align: center;
}

.UserAnalyticsReportTable span.overlayer-useranalytics {
    background: #ededed;
    width: 100%;
    display: inherit;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}

span.overlayer-useranalytics span {
    color: green;
    padding-left: 10px;
    font-size: 20px;
}
table#UserAnalyticsReports {
    line-height: 15px;
}

tbody.tableDataResponse-2 tr td {
    text-align: center;
}

tbody.tableDataResponse-2 tr td:first-child {
    font-weight: 500;
}
span.totalCounter {
    margin: 0px 15px;
       font-size: 20px;
}

span.totalCounter span {
    color: green;
    font-weight: 700;
}
select#org_tag_filter {
    margin: 14px 0px;
}


.team_avatar img, .team-avatar { width: 50px; height: 50px; object-fit: contain; }
body table.dataTable thead>tr>th.sorting_desc:after, body table.dataTable thead>tr>th.sorting:after, 
body table.dataTable thead>tr>th.sorting_asc:after, body table.dataTable thead>tr>th.sorting_,
body table.dataTable thead>tr>th.sorting:before, body table.dataTable thead>tr>th.sorting_asc:before { opacity: 0; }

#myTable_wrapper { max-width: 1920px !important; }

.custom-form{justify-content: space-between;    margin: 10px 0; display: flex;}
.date-pick{align-items: center;}
.date-input{padding-left: 10px;}
.submitss{    background-color: #152470;color: #fff;font-size: 15px;padding: 3px 26px;border-radius: 50px;margin-left: 10px;}
.submitss:hover{color: #fff;}
.front-date-range{border-top: 1px solid #888;border-bottom: 1px solid #888;margin-bottom: 30px;}
.daterangepicker .drp-calendar{max-width: 100% !important;}
.dataTable, table#myTable, table#myTable thead { border: 1px solid #888;}
.date-pick img{vertical-align: middle;}
.heading_text .avatar {
    border-radius: 0px !important;
}
th.avatar {
    border-radius: inherit !important;
}
#myTable114 .sorting:after, #myTable114 .sorting:before{
    opacity: 1;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




@media only screen and (max-width: 1210px) {
.date-pick{    flex-wrap: wrap;}
.date-pick .label_group, .date-pick .date-input{width: 100%;}
.submitss{margin-left: 0;margin-top: 10px;}
.date-input {padding-left: 0;}
.custom-form{    align-items: center;}


}

@media only screen and (max-width: 670px) {
 .custom-form .board_date{width: 100%;padding-top: 10px;border-top: 1px solid #888;margin-top: 10px;}
 .custom-form{display: block;}
 .date-input{ }
 .date-pick .date-input{width: auto;}
 .date-pick{justify-content: space-between;}
}



/* blog css start */


input#blog_title, input#blog_tags, select#blog_category, select#blog_status, select#blog_privacy, select#blog_comment {
    width: 100% ;
    color: #000;
}

article h1{
    text-transform: uppercase;
        text-align: center;
    font-weight: 700;
}



div#blogMenuStype ul li a:hover {
    color: #fff;
    background: #049b9c;
    border-radius: 10px;
}

div#blogForm {
    background: #049a9b26;
    margin: 10px;
    padding: 15px;
}


.form-group.blogConmment p, .form-group.blogStatus p, .form-group.blogTags label small, .form-group.blogPrivacy p, .form-group.blogCategory label small {
    color: #733795;
    font-style: italic;
    font-size: 14px;
}


.form-group.blogTitle, .form-group.blogTags, .form-group.blogCategory, .form-group.blogStatus, div#postdivrich, .form-group.blogProfilePhoto {
    padding-bottom: 15px;
}

div#blogPostCreation h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.subHeading h4 {
    color: #000;
}

.form-group.blogTitle label, .form-group.blogTags label, .form-group.blogCategory label, .form-group.blogStatus label, .form-group.blogProfilePhoto label, .form-group.blogPrivacy label, .form-group.blogConmment label {
    color: #000;
    font-weight: 500;
}
.form-group.blogTitle label span {
    color: red;
    font-size: 20px;
    display: inherit;
}

select#blog_privacy, select#blog_comment, select#blog_status, select#blog_category {
    color: #000;
}
/*.form-group.blogStatus p, .form-group.blogPrivacy p, .form-group.blogConmment p {
    color: #733795;
}
*/

p.errorTitle {
    color: #ef0000;
}
p#cut_off_message{
    display: none;
    background: #9476d0;
    padding: 10px;
}

p.text-success{
    color: #fff;
    font-weight: 600;
}

.form-group.submitButton {
    display: flex;
    align-items: center;
}


.loader {
     border: 6px solid #f3f3f3;
    border-top: 6px solid #049b9c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-left: 25px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* Manage Blogs */

.tip {
    background: #faf6e4;
    border-radius: 3px;
    display: inline-block;
    padding: 0.5em 0.9em;
    background-color: #faf6e4;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #e4dfc6;
    color: #585858;
}


ul.blogs_browse {
    display: flex;
    flex-wrap: wrap;
    margin : 0 auto;
}
ul.blogs_browse>li {
    min-width: 31%;
    max-width: 31%;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border-width: 1px;
    border-bottom-width: 4px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 9px 20px 9px;
        box-shadow: 1px 1px 5px 0px #000000;
}

ul.blogs_browse > li .blogs_browse_photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
}

.bg_item_photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 10%;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #e2e4e6;
    display: block;
}

a:link, a:visited {
    color: var(--bb-headings-color);;
    text-decoration: none;
}

ul.blogs_browse > li .blogs_browse_photo span {
    border: 0;
}

ul.blogs_browse > li .blogs_browse_info {
    padding: 15px;
}

ul.blogs_browse > li .blogs_browse_info_title a, ul.blogs_browse > li .blogs_browse_info_title h3 {
    font-weight: 700;
}


ul.blogs_browse > li .blogs_browse_info_date {
    font-size: .9em;
    color: #676767;
    margin-top: 5px;
}
a:link, a:visited {
    color: var(--bb-headings-color);;
    text-decoration: none;
    font-size: 14px;
}
ul.blogs_browse > li .blogs_browse_info_blurb {
    margin-top: 5px;
    word-break: break-all;
    color: #000;
}
ul.blogs_browse > li .blogs_browse_info_blurb a {
    display: block;
}
button#find {
    margin-top: 10px;
    width: 100%;
}

div#search-element input, div#orderby-element select, div#category-element select {
    width: 100%;
}

div#find-label label {
    display: none;
}


.pagination ul {
    list-style-type: none;
}

span.current, .pagination a:hover {
    background: #049a9b;
    color: #fff !important;
}
span.first, a.last, a.first, span.last {
    background: #733795;
    color: #fff !important;
}



/*Right sidebar searchfilter*/

div#myBlogSearch {
    background: #f1f1f1; 
    padding: 15px;
}

div#search-wrapper, div#orderby-wrapper, div#show-wrapper, div#category-wrapper {
    padding-bottom: 10px;
}

div#blogNewEntry {
    background: #f1f1f1;
    margin: 10px;
    cursor: pointer;
}

i.fas.fa-file-signature {
    font-size: 25px;
    color: #000;
}


/* Blog listing */
div#blogHeaderContent {
            margin: 10px 0px;
}
div#blogHeaderContent p{
    color: #000;
}

div#BLogCategory, div#BlogFilters {
    background: #f1f1f1;
    margin: 10px;
}

div#BLogCategory label.optional {
    color: var(--bb-headings-color);
    font-size: 20px;
    font-weight: 700;;
}

form#filter_form label.optional {
    font-weight: 700;
    line-height: 40px;
}

div#BLogCategory ul {
    
    margin-bottom: 15px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 3px;
    padding: 5px;
    margin: 0 auto;
}
div#BLogCategory ul > li {
    clear: both;
    overflow: hidden;
    padding: 3px 5px;
}
div#BLogCategory ul > li:before {
    content: '\00BB';
    font-size: 20px;
    font-weight: 700;
    padding-right: 5px;
}


/*EDIT BUTTON CSS*/
.mangeBlogOptions{position: absolute;
    right: 0;
    top: 0;
    background: #FFF;
    border-bottom-left-radius: 4px;
    z-index: 1;
        box-shadow: 7px 1px 11px 0px #000;
}
.mangeBlogOptions .editBlog, .mangeBlogOptions .deleteBlog{
    padding: 0 10px;
}

.form-group.blogProfilePhoto {
    display: inline-flex;
}
.form-group.blogProfilePhoto .formInput {
    line-height: 100px;
}
.featrueImgOld img {
    width: 500px;
    height: 200px;
}



/* end code */

 

.create-blogs {margin: 0 auto;display: inline-block;width: 97%;}

.create-blogs a {
    float: right;
    padding: 7px 25px;
    background: #000000;
    margin-bottom: 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
}

.create-blogs a:hover {
    background: #4d4a4a;
        color: #fff;

}


.submitss {
    color: #fff !important;
}
#myTable_wrapper {
    max-width: 1920px !important;
    width: 100%;
    display: block !important;
}


 