
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
#type_email, #type_user{
  display: none;
  clear:both;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 228px;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #062243;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color: #ddd;*/
  background-color: #31a6dc;
    color: #fff;
}
.tab button.active:hover {
    color: #31a6dc;
}
/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  /*border: 1px solid #ccc;*/
  width: 82%;
  border-left: none;
  /*height: 300px;*/
}
.header-outher-susite {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    color: #fff!important;
    background: #062243;
}
.detail-count {
  position: relative;
  display: block;
  font: bold 14px/13px Helvetica, Verdana, Tahoma;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-family: Arial, san-serif;
  font-weight: bold;
  line-height: 20px;
}
.badge {
  position: absolute;
  right: 0px;
  top: -5px;
  z-index: 10;
  background: radial-gradient( 5px -9px, circle, white 8%, #31a6dc; 26px );
  background: -moz-radial-gradient( 5px -9px, circle, white 8%, #31a6dc; 26px );
  background: -ms-radial-gradient( 5px -9px, circle, white 8%, #31a6dc; 26px );
  background: -o-radial-gradient( 5px -9px, circle, white 8%, #31a6dc; 26px );
  background: -webkit-radial-gradient( 5px -9px, circle, white 8%, #31a6dc; 26px );
  background-color: #31a6dc;;
  border-radius: 50%;
  width: 23px;
  height: 22px;
  text-align: center;
  padding: 5% 5%;
  position: relative;
  right: -5.8px;
  top: -9px;
  float: right;
  display: block;
}
.subsite-notification {
    padding: 12px;
    /* background: #fff; */
    margin: 0 auto;
    text-align: center;
}
.subsite-notification li {
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #062243;
    cursor: pointer;
}
.list-unstyled li {      
    list-style: none;
    margin: 0;
}
.list-unstyled li a {
    display: block;
    padding: 10px 15px;
    border-left: 2px solid transparent;
}
.list-unstyled li a:hover {
    background: #fbfcfd;
    border-left: 2px solid #00a6dc;
}
div#users-item-nav ul li {
    display: inline-block;
}
div#user-badgesc h1 {
    text-align: left;
}
#user-badgesc table tr td {
    vertical-align: middle;
}
div#users-item-nav ul li a {
    font-size: 14px;
    font-weight: 900;
    padding: 18px 9px;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 20px;
}
div#users-item-nav ul li a.current {
    color: #31a6dc;
}
div#users-item-nav > ul > li:not(.hideshow):hover {
    border-bottom: 1px solid #4dcadd;
}

.super-admin-block, .super-admin-site-block, .groupleader-block, .allsubsite-block, .alluser-block, .meeting-block{
  position: relative;
}
  #overlay {
  background: #ffffff;
  color: #00a6dc;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  /*left: 0;*/
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
/*button {
  margin: 40px;
  padding: 5px 20px;
  cursor: pointer;
}*/
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #31a6dc;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
form#subsitecourse select {
    width: 90%;
}
#user_role_frm label {
    font-size: 14px;
    padding-left: 12px;
}
#login-historyc span{
  font-size: 16px;
  padding-right: 12px;
  font-weight: bold;
}
.subsite_cert_ceu ul.widget-achievements-listing {
    margin-left: 12px;
}
.subsite_cert_ceu{
  display: inline-flex;
}
.subsite-dashboard-breadcrumb a {
    text-decoration: underline;
}
.subsite-dashboard-breadcrumb span {
  color: #012243;
}
 #group-accessc .single_blog > a {
    float: left;
    width: 21%;
    padding: 15px;
}
#group-accessc .super_user_blogs{
  overflow: hidden;
}
#group-accessc .single_blog .list_item img {
    height: 100px;
}
#group-accessc .single_blog .list_item {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 4px 4px 4px #fff;
    margin-bottom: 15px;
}
select.subsite_select.learndash-binary-selector-items.learndash-binary-selector-items-left {
    width: 50%;
    height: 150px;
}
.postbox {
    min-width: 255px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.postbox .inside {
    margin: 11px 0;
    position: relative;
}
.ld-propanel-widget {
    width: 100%;
    word-wrap: break-word;
}
.propanel-admin-row.center {
    text-align: center;
}
.ld-propanel-widget-overview .propanel-stat .stat-inner {
    padding: 10px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ld-propanel-widget-overview .propanel-stat .stat-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
}
#dashboard-widgets h2 a, #dashboard_browser_nag a {
    text-decoration: underline;
}
.ld-propanel-widget-overview .propanel-stat .stat {
    color: #0085ba;
    font-size: 28px;
    display: block;
    line-height: 1;
    margin: 10px 0 5px;
}
.ld-propanel-widget-overview .propanel-stat .stat a {
    text-decoration: none;
    box-shadow: 0 0 0 0;
}
.custom-tabing .filter-groups-select2, .custom-tabing select, .custom-tabing .select2-search__field, .custom-tabing .pro-subject,.pro-message  {
    border: 2px solid #31a6dc;
    box-shadow: none;
    background: transparent;
    padding: 10px 13px !important;
    border-radius: 4px;
    vertical-align: top;
    height: auto;
    line-height: normal;
}
.filter-selection {
    display: inline-block;
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
padding-top: 0.25em;
}
#table-filters p {
    margin-bottom: 15px;
    margin-top: 15px;
}

.custom-tabing .pro-subject, .pro-message  {
    width: 60%;
    margin: 10px 0;
}

.dataTables_paginate.paging_simple_numbers > a{
  position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    width: auto;
    height: auto;
    border-radius: 0;
}
/*
.dataTables_wrapper {
    padding-bottom: 40px;
}*/

.dataTables_length {
    float: left;
}

.dataTables_filter {
    margin-bottom: 20px;
    float: right;
    text-align: right;
}
.dataTables_filter {
float: right;
text-align: right;
}
.dataTables_filter label input {
margin-left: 15px !important;
border: 2px solid #00a6dc !important;
background: transparent;
box-shadow: none;
}
.dataTables_filter label {
font-size: 20px;
text-align: right;
display: block;
color: #333;
}
.dataTables_filter {
    margin-bottom: 20px;
}
.dataTables_length label {
    display: block;
}
.dataTables_length select {
    margin: 0 10px;
    vertical-align: middle;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    width: auto;
    height: auto;
    border-radius: 0;
}
#wdm_group_wrapper .buddyboss-select {
    width: 60px;
    min-width: 74px;
    margin-bottom: 0;
}
.dataTables_length select {
    margin: 0 10px;
    vertical-align: middle;
    padding: 12px;
    border: 2px solid #31a6dc;
    background: #e3e9f038;
    border-radius: 5px;
    color: #31a6dc;
    font-weight: bold;
}
#wdm_group_wrapper .row {
    margin: 0;
}
#wdm_group_wrapper .wdm_group #wdm-remove a {
    width: auto;
    white-space: nowrap;
}
table.wdm_group {
    border-bottom: 2px solid #00a6dc !important;
    width: 100%;
}
.wdm_group thead {
    background: #f6f6f6;
}
table.dataTable tr.odd {
    background-color: #f9f9f9;
}
table.dataTable tr.even {
    background-color: white;
}
.tab-content.current, .wdm-tab-content.current {
    display: block;
}

.overview.table .table-cell {
    width: 50%;
    padding-right: 10px;
}
.subsite-dashboard-block h1 {
    text-align: center;
}
.wdm_group thead th {
    background: #00a6dc !important;
    color: #fff;
    padding: 12px 26px;
    border: 1px solid #eee;
    border-collapse: collapse;
    text-transform: uppercase;
}
.no-footer span a.paginate_button.current {
    background-color: #31a6dc;
    color: #fff;
}
.dataTables_paginate li {
    display: inline-block;
}
.dataTables_paginate.paging_simple_numbers > span a {
    border: 1px solid #ddd;
    margin-right: 0px;
}
.no-footer span a.paginate_button {
    padding: 5px 15px;
    background-color: #ffffff;
    /*margin-right: 5px;*/
    color: #31a6dc;
    margin: 0px 1px 0px 2px;
}
.wdm_group tbody td {
    color: #999;
    border: 1px solid #eee;
    padding: 12px 26px;
    border-collapse: collapse;
    font-size: 15px;
}
.course_progress_blue {
    border-radius: 4px;
    border-color: #00a6dc;
}
.course_progress{
    border-radius: 4px;
    background: #ededed !important;
}
.course_progress div.course_progress_blue{
    background: #00a6dc !important;
    height: 14px !important;
}

/**/
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;      
  cursor: pointer;
}

ul.tabs li.current{
  background: #ededed;
  color: #222;
}

.tab-content{
  display: none;
  background: #ededed;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}


section { text-align: center; }
svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 20;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  fill: #fff;
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle;
}
.super-admin-submit {
    clear: both;
    margin-top: 15px;
}
.dataTables_info{
  margin-bottom: 15px;
}
.custom-height {
    height: 100vh !important;
    padding-top: 108px;
}
.subsite-dashboard-block .ld-propanel-filters-wrap .tabs li {
    margin: 0 0 20px 0;
}
#wdm_group thead th {
    background: #00a6dc !important;
    color: #fff;
    padding: 12px 26px;
    border: 1px solid #eee;
    border-collapse: collapse;
    text-transform: uppercase;
}
#wdm_group tbody td {
    color: #999;
    border: 1px solid #eee;
    padding: 12px 26px;
    border-collapse: collapse;
    font-size: 12px;
}
dd.course_progress {
    position: relative;
    display: block;
    border: 1px solid #000;
    width: 100%;
    height: 16px;
    margin: 0 0 2px;
    background-color: #fff;
    padding: 0;
	margin-bottom: 0px!important;
}
.subsite-dashboard-block #wdm_group td p {
    margin-bottom: 0;
    font-size: 15px;
}
#learndash-propanel-reporting {
    display: inline-block !important;
    width: 100%;
}
.subsite-dashboard-logout{
  float: right;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
}
a.subsite-dashboard-logout:hover {
    color: #fff;
}
a.delete-user {
    color: #31a6dc;
}
.supersdmin_error, .groupleader_error, .alluser_error, .newuser_error{
  margin-top: 20px;
    font-size: 18px;
    color: red;
}
.newuser_error span, .alluser_error span, .allsubsite_error span, .email_notification span{
    color: green;
}
/*svg.radial-progress:nth-of-type(6n+1) circle { stroke: #2d97c5; }*/

.chart {          
  width: 250px;
  height: 250px; 
  margin: 0 auto;        
}
.undefined{
  display: none;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
  z-index: 9;
  /*&::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(0,0,0,.7);
      line-height: 0;*/
  }
}
.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  text-shadow: 0 -1px 0 #111;
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 22px;
  letter-spacing: .06em;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px;
}
.custom-all-datachart div {
  display: inline-block;
  padding: 5px 5px;
}
.custom-all-datachart div span{
  height:15px;
  width:15px; 
  display: inline-block; 
  vertical-align: middle; 
  margin-right: 5px;
}
.custom-all-datachart {
    padding: 125px 0;
}
.chart path:hover { opacity: 0.65; }

#create-site form#create_site_frm table.listing-from-details input {
    width: 100%;
}
.listing-from-details li {
    list-style: none;
}
.listing-from-details li:first-of-type {
  width: 15%;
  float: left;
}
.listing-from-details p {
  font-weight: bold;
}
.listing-from-details li {
  width: 85%;
  float: right;
  margin-left: 0 !important; 
}
.listing-from-details li input  {
    width: 100%;
    background-color: #fff;
}
.listing-from-details {
    width: 75%;
    margin: auto;

}
.listing-from-details > div {
    overflow: hidden;
}
.radiobuton_listing {
  clear: both;

}
.radiobuton_listing p {
  float: left;
  width: 15%;
}
.select_course_listing {
  clear: both;
}
.select_course_list-item {
    overflow: hidden;
}
.select_course_list-item .select_enter {
    width: 45%;
    float: left;
}
.select_course_list-item .select_enter select,  .select_course_list-item .right-left-arrow  .select_exit select {
    width: 100% !important; 
}
.select_course_list-item .right-left-arrow {
  width: 55%;
    float: right;
}
.select_course_list-item .right-left-arrow  .exchange_arrow {
    float: left;
    width: 10%;
    text-align: center;
  }
 .select_course_list-item .right-left-arrow  .select_exit {
          width: 90%;
    float: right;
  }
  .entry-content .select_course_listing > p {
    margin-bottom: 10px;
}
.listing-from-details label {
    font-weight: bold;
}
.listing-from-details li p {
    font-weight: lighter;
}
.page-template-subsite-dashbaord .tabcontent  {
  padding: 0 20px; 
}

/*right-speak-pipe*/
.page-template-subsite-dashbaord  .speakpipe-btn-middle-right {
    position: fixed;
    top: 50% !important;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.label_margin{
  width: 15%;
  display: inline-block;
}
.label_margin.top_align{
  vertical-align: top;
}
#type_user .buddyboss-select {
  min-width: 350px;
}
#type_user .buddyboss-select .label_margin {
    width: 35%;
}
#type_user .buddyboss-select-inner {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
}
/**/
.super-admin-radio-list .custom-new-modal .close, .user-email-history .custom-new-modal .close {
    width: auto;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 35px;
}
.super-admin-radio-list .custom-new-modal h4, .user-email-history .custom-new-modal h4 {
    color: #012243;
    font-size: 18px;
}
.super-admin-radio-list .current-transaction table td {
    padding: 8px;
    font-size: 14px;
}
.super-admin-radio-list .custom-new-modal .modal-body, .user-email-history .custom-new-modal .modal-body {
    height: 350px;
    overflow-y: scroll;
}
.user-email-history .current-transaction p{
    border: 1px solid #dddddd;
    padding: 8px;
    margin: -1px 0 0 0;
}
/*.user-email-history .current-transaction p:nth-of-type(odd), .user-email-history .current-transaction div:nth-of-type(odd) {
    background-color: #f9f9f9;
}*/

.multiple_emails-container { 
	border:  1px solid #00a6dc !important; 
	border-radius: 1px; 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
	padding:0; margin: 0; cursor:text; width:100%; 
}

.multiple_emails-container input { 

	width:100%; 
	border:0; 
	outline: none; 
	margin-bottom:30px; 
	padding-left: 5px; 
	
}

.multiple_emails-container input{
	border: 0 !important;
}

.multiple_emails-container input.multiple_emails-error {	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important; 
	outline: thin auto red !important; 
}

.multiple_emails-container ul {	
	list-style-type:none; 
	padding-left: 0; 
}

.multiple_emails-email { 
	margin: 3px 5px 3px 5px; 
	padding: 3px 5px 3px 5px; 
	border:1px #BBD8FB solid;	
	border-radius: 3px; 
	background: #F3F7FD; 
}

.multiple_emails-close { 
	float:left; 
	margin:0 3px;
}
.input-group.input-group-md {
    display: block !important;
}
.multiple_emails-ul li {
    list-style: none;
    margin: 5px !important;
    width: auto;
    display: inline-block;
}
.modal-footer .invite_users {
    background: #ea6645;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    text-decoration: none !important;
	cursor: pointer;
}
.modal-footer .invite_users:hover, .add-zoom-meeting:hover, .deleteall-zoom-meeting:bover{
  color:#fff;
  background: #d35c3f;
  transition: all .2s;
}
.invite_user_frm .modal-footer {
    padding-right: 0;
}
.zoom_listing_div{
  position: relative;
}
.zoom_listing_div h1, .zoom_me_form h1 {
    text-align: center;
}
.add-zoom-meeting, .deleteall-zoom-meeting {
    background: #ea6645;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-right: 10px;
	cursor: pointer;
}
.deleteall-zoom-meeting {
    left: 150px;
}
.meeting-block.meeting-dashboard-block, .zoom_me_editform {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 30px;
}
.tabcontent > a {
    position: absolute;
    right: 35px;
    top: 43px;
}
.zoom_me_form h1, .zoom_me_editform h1 {
    margin-top: 0;
}
.form-table input {
    width: 100%;
    border: 1px solid #ccc !important;
    background: #fff !important;
}
.form-table input[type="checkbox"] {
    width: auto;
    display: ;
}
.form-table select {
    width: 100%;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 4px;
    height: 36px;
    padding: 6px 10px;
}
.form-table td {
    border: 0 !important;
}
.form-table td p {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}
.form-table input[type="checkbox"] {
    margin-right: 5px !important;
    padding-top: ;
}
.zoom_me_form .wrap, .zoom_me_editform .wrap {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}
#zoommeeting th:nth-child(2) {
    width: 90px !important;
}
.zoom-meeting-edit {
    margin-right: 5px;
}
.form-table {
    border: 0 !important;
}
.page-template-subsite-dashbaord .tabcontent{
  position: relative;
}
.subsite-dashboard-block ul#user-profile-tabs li#blogs-personal-li {
    display: inline-block;
}
.allsitesselect ul{
    list-style: none!important;
    display: inline-flex;
}
.allsitesselect .buddyboss-select{
    width: 100% !important;
}
#sub-site-menu .hfeed.site {
    padding: 0!important;
    background: #e3e9f0;
}
.listing-from-details{
	width: 100%;
}
#createsite_frm {
    width: 75%;
    margin: 0 auto;
}
.radiobuton_listing {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.select_course_list-item .right-left-arrow {
    width: 40px;
    float: left;
}
.select_course_list-item .right-left-arrow .exchange_arrow {
    width: 60%!important;
}
/*27-05-2021*/
#admins .sorting_asc, #groupleader .sorting_asc, #allsubsite_list .sorting_asc {
    width: 7% !important;
}

.tabcontent {
    margin-top: 110px;
}