/* .rTable    { display: table; }
.rTableRow       { display: table-row; }
.rTableHeading    { display: table-header-group; }
.rTableBody    { display: table-row-group; }
.rTableFoot    { display: table-footer-group; }
.rTableCell, .rTableHead  { display: table-cell; } */
.wp-core-ui a.badgeos_media_link, .wp-core-ui a.badgeos_media_link:hover {
	background: url('../badgeos_icon.png') 4% 50% no-repeat;
	padding-left: 1.8em;
}
.badgeos_input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 50%;
}
.badgeos_input > div {
	margin: 5px 0;
}
#shortcode_options {
	margin-top: 10px;
	min-height: 100%;
	overflow: auto;
	padding-top: 10px;
	width: 100%;
}
#shortcode_options label {
	font-weight: bold;
}
#shortcode_options span {
	font-style: italic;
}
.odd {
	clear: both;
}
.clear {
	clear: both;
}
.select2-container {
	width: 100%;
}
#select2-drop {
	z-index: 100051;
}
#delete_log_entries {
	margin: 2px 8px 0 0;
}
.delete-log-entries.notice img {
	vertical-align: middle;
}
.social_buttons ul li a i.btm_facebook {
    background:url(../facebook-white-60_hvr.png) no-repeat center center;
}
.social_buttons ul li a i.btm_twitter {
    background:url(../ttwitter-white-60_hvr.png) no-repeat center center;
}

.social_buttons ul li a i.btm_linkedin {
    background:url(../linkedin-white-60_hvr.png) no-repeat center center;
}
.social_buttons ul li:hover a i.btm_facebook {
	/* background:url(../ffacebook-white-60.png) no-repeat center center; */
	border:1px solid #ccc;
}
.social_buttons ul li:hover a i.btm_twitter {
	/* background:url(../ttwitter-white-60.png) no-repeat center center; */
	border:1px solid #ccc;
}
.social_buttons ul li:hover a i.btm_linkedin {
	/* background:url(../linkedin-white-60.png) no-repeat center center; */
	border:1px solid #ccc;
}
.social_buttons  ul li {
	float: left;
	width: 20px !important;
	text-align: center;
	list-style-type: none;
}
.social_buttons ul li a i {
	background-size: 100% auto !important;
	display: inline-block;
	height: 33px;
	width: 20px;
	position:relative;
	top:3px;
}

.social_buttons ul li:first-child {
	border-radius:3px 0 0 3px;
}
.social_buttons {
	display: block;
	float: right;
}
.share-column{
	float: right;
	width: 100%;
	padding-right: 10px;
}
.link-column label {
	display: block;
}
.link-column input {
	display: block;
	width: 100%;
}
.link-column{
	padding-top: 16px;
	float: left;
	width:98%;
}

.open_badge_main {
	display: block;
	width: 400px !important;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #95D0FF;
}
.open_badge_main .badge_left_col{
	float: left;
	width: 20%;
    height: auto;
    overflow: hidden;
    padding: 3px 3px;
	min-height: 36px;
}
.open_badge_main .badge_left_col img{
	width: 100%;
}
.open_badge_main .badge_right_col{
	float: left;
	width: 68%;
    height: auto;
    overflow: hidden;
    padding: 3px 3px;
    min-height: 36px;
	border-left: 1px solid #95D0FF;
}
.open_badge_main .badge_right_col .title{
	display: block;
	font-family: sans-serif;
	font-size: 15px;
	color: #3b3c3d;
	margin: 0px;
}

.open_badge_main .badge_right_col .issue_date{
	display: block;
	font-size: 9px;
	color: #3b3c3d;
	padding-top: 5px;
	width: 50%;
	float: left;
}
.open_badge_main .badge_right_col .user_name{
	display: block;
	font-size: 9px;
	color: #3b3c3d;
	padding-top: 5px;

}

.open_badge_main .badge_right_col p{
	display: block;
	font-size: 11px;
	color: #3b3c3d;
	margin: 1px;
}

.evidence_main {
	display: block;
	width: 100% !important;
	height: auto;
	overflow: hidden;
}
.left_col{
	float: left;
	width: 28%;
    height: auto;
    overflow: hidden;
    padding: 3px 3px;
	min-height: 36px;
}
.right_col{
	float: left;
	width: 68%;
    height: auto;
    overflow: hidden;
    padding: 3px 3px;
    min-height: 36px;
}
.right_col .title{
	display: block;
	font-family: sans-serif;
	font-size: 20px;
	color: #3b3c3d;
	padding: 5px;
}

.right_col .issue_date{
	display: block;
	font-size: 12px;
	color: #3b3c3d;
	padding: 5px;
}
.right_col p{
	display: block;
	font-size: 13px;
	color: #3b3c3d;
	padding: 5px;
}
.right_col .evidence{
	display: block;
	font-size: 12px;
	color: #3b3c3d;
	padding: 5px;
}


.open_badge_share_box_id {
	padding: 10px;
	background: #ccc;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}

.open_badge_share_box_id h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 5px;
}
.open_badge_share_box_id .close {
	position: absolute;
	top: 0px;
	right: 9px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.open_badge_share_box_id .close:hover {
	color: #06D85F;
}
.open_badge_share_box_id .content {
	max-height: 30%;
	overflow: auto;
	border-top: 1px solid;
}
.badgeos-share-card{
	width: 100% !important;
}
.badgeos_hint {
	font-weight: normal;
	font-size: 13px;
    font-style: italic;
	margin: 2px 0 5px;
	color: #666;

}
@media screen and (max-width: 700px){
	.box{
		width: 70%;
	}
	.popup{
		width: 70%;
	}
}

.verify-open-badge { padding:5px 15px !important; }
.verify-open-badge{
	border:1px solid !important;
	margin: 0px auto !important;
}

#verification-res-list{
	list-style: none;
	color:red;
	font-family: sans-serif;
	font-size: 15px;
	margin: auto;
}
#verification-res-list li.success{ color: green; }
#verification-res-list li.error{ color: red; }
#verification-res-list li.success:before { content:"\2713\0020"; width:32px;font-size: 25px; font-weight: bold; color: green; }
#verification-res-list li.error:before { content:"\00d7\0020"; width:32px; font-size: 32px;font-weight: bold;color:red; }


#bos_ss_popup_wrap {
	text-align: left;
}
#bos_ss_popup_wrap ul {
	margin: 0px 0px 10px 0px;
	list-style: none;
}

#bos_ss_popup_wrap li {
	margin: 0px 0px 5px 0px;
	display: block;
}

.bos_ss_share_award_popup .badge_wrap img {
	display: block;
	margin: auto;
}

#bos_ss_award_popup_ob_check {
	display: none;
}

.swal-wide {
	width: 60em;
}

.bos_ss_award_popup_ob_button {
	float: left;
}
.bos_ss_popup_badge_image, .bos_ss_popup_badge_content {
	float: left;
}
.bos_ss_popup_badge_image {
	width: 9.5em;
	margin-right: 0.5em;
}
.bos_ss_popup_badge_content{
	width: 38em;
}
.social_buttons {
	float: right;
}
.bos_ss_popup_clear {
	clear: both;
}
.bos_ss_award_popup_ob_button > button {
	font-size: 1rem;
	padding: 10px;
	margin-top: 5px;
}


.bos_ss_convert_to_ob_btn {
	border: none; /* Remove borders */
	color: white; /* White text */
	padding: 12px 16px; /* Some padding */
	font-size: 16px /* Set a font size */
}

.bos_ss_convert_to_ob_btn {
	margin-left: 5px;
}

.bos_ss_btn_fa {
	margin-left: 0px !important;
	margin-right: 4px !important;
}

.swal2-popup.bos-ss {
	padding: 0;
	max-width: 600px;
}
.swal2-popup.bos-ss .swal2-header {
	background-color: #000;
}
.swal2-popup.bos-ss .swal2-header .swal2-title {
	background-color: #000;
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-size: 15px;
}

#bos_ss_popup_wrap {
    margin: 0;
    background-color: #fff;
}
#bos_ss_popup_wrap .modal_badge {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	display: flow-root;+
}
#bos_ss_popup_wrap .badge_title {
	margin-bottom: 10px;
}
#bos_ss_popup_wrap .badge_title h2 {
    margin: 0;
    font-weight: 500;
	font-size: 25px;
}
.bos-ss .swal2-actions {
	margin-top: 0;
}
.cob-ss-wrap {
	margin-top: 10px;
}
.cob-ss-wrap .bos_ss_convert_to_ob {
	width: 50%;
	display: inline;
	vertical-align: text-bottom;
	float: left;
}
.ls_grid_container.grid .bos_ss_convert_to_ob {
	float: none;
	width: 100%;
}
.ls_grid_container.grid .bos_ss_convert_to_ob .bos_ss_convert_to_ob_btn {
	width: 100%;
}
.ls_grid_container.grid .bos_ss_social_icons {
	width: 100%;
}
.ls_grid_container.grid .bos_ss_social_icons .social_buttons {
	width: 100%;
}
#badgeos-earned-achievements-container .ls_grid_container.grid .bos_ss_social_icons .social_buttons li {
	width: 30%;
	padding: 5px;
	float: left;
	clear: initial;
}
#bos_ss_popup_message_wrap > textarea {
	height: 120px;
}
.cob-ss-wrap .bos_ss_social_icons {
	width: 50%;
	display: inline;
	vertical-align: text-bottom;
}
#bos_ss_popup_wrap .badge-social-links-convert-ob,
#bos_ss_popup_wrap .badge-image-and-desc,
#bos_ss_popup_wrap .badge-embed-code {
	display: block;
	width: 100%;
	clear: both;
}
#bos_ss_popup_wrap .badge-embed-code {
	margin-top:10px;
}
#bos_ss_popup_wrap .badge-social-links-convert-ob .social_buttons {
	float: left;
}
#bos_ss_popup_wrap .badge-social-links-convert-ob .badge_links {
	float: right;
}
