.qc_clr_btn {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}

.qc_clr_btn {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.qc_clr_btn {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.qc_clr_btn:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}


.qc-clr-commenter-emails-table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.qc-clr-commenter-emails-table tr:nth-child(odd) { 
  background: #F0F0F0; 
}
.qc-clr-commenter-emails-table th { 
  background: #666666; 
  color: white; 
  font-weight: bold; 
}
.qc-clr-commenter-emails-table td, .qc-clr-commenter-emails-table th { 
  padding: 8px; 
  border: 1px solid #ccc; 
  text-align: left; 
  word-wrap: break-word;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.qc-clr-commenter-emails-table table, 
	.qc-clr-commenter-emails-table thead, 
	.qc-clr-commenter-emails-table tbody, 
	.qc-clr-commenter-emails-table th, 
	.qc-clr-commenter-emails-table td, .qc-clr-commenter-emails-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.qc-clr-commenter-emails-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.qc-clr-commenter-emails-table tr { border: 1px solid #ccc; }
	
	.qc-clr-commenter-emails-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 5%; 
	}
	
	.qc-clr-commenter-emails-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	

}


#post-body-content{
    clear:both;
    width:100%;
    height:auto;
    position: relative;
}
#post-body-content .clr_titles { padding-left: 0; font-size:22px;
    font-weight: 700;color:#23282D; }
.wrap-content { background: #fff; box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.45); padding: 20px; border-radius: 10px; margin: 10px 20px 0 2px; }
.clear { clear: both; }
.clr_warapper .form-table { border: 1px solid #F0F0F0; margin-top:0px; }
.clr_warapper .form-table th { width: 350px; padding: 20px 10px 20px 16px }
.clr_warapper .form-table tr:nth-child(odd) { background: #F0F0F0; transition: all 0.3s ease;}
.clr_warapper .form-table tr:nth-child(odd):hover { background: #E0E0E0; transition: all 0.3s ease; }
.clr_warapper .form-table tr:nth-child(even):hover { background: #E0E0E0; transition: all 0.3s ease;  }
.clr_warapper{ border: 1px solid #ddd; margin-top:15px;padding:6px; }
.clr_warapper h2{ background: #33B0D9; padding: 6px 15px; padding-left: 15px !important; line-height: 45px !important; color: #fff; font-size: 18px; font-weight: 700; cursor: pointer; text-transform: uppercase; margin-bottom:5px !important;
}

.clr_warapper .clr_head h2{ background: #666666; padding-left: 15px !important; line-height: 30px !important; color: #fff; font-size: 18px; font-weight: 700; cursor: pointer; text-transform: capitalize; margin-top:5px !important; margin-bottom:5px !important;
}
.clr_warapper .form-table #notify_user_comment_messsage,
.clr_warapper .form-table #notify_user_comment_subject,
.clr_warapper .form-table #comment_quick_mgs,
.clr_warapper .form-table #comment_minimum_length_mgs,
.clr_warapper .form-table #comment_maximum_length_mgs{
    width:100%;
}
.dele-cmts{
    display: block;
    margin-bottom:15px;
}

.qcld_clr_wrap h2 { padding-left: 0; font-weight: bold;}
.qcld_clr_wrap p {  font-size:16px; font-weight: 400; }
.qcld_clr_wrap p a{ text-decoration: none }

.qc_clr_pro_feature{
  font-weight: bold; 
  color: #FCB214
}

.qc-promo-plugins{
  text-align: center;
}
.qc-promo-content{
  margin-top: 20px;
}

.qc-promo-title{
  border: 1px solid #ccc; 
  padding: 10px 0; 
  text-align: center;
}

.qc-pro-alert{
  color:#ce0707
}

.qc-promo-plugins-info h4{
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.qc-promo-plugins-info ul{
  width:100%;
  height:auto;
  padding: 0px;
  margin:0px;
  list-style-type: square;
  padding-left: 18px;
}

.qc-promo-plugins-info ul li{
  margin: 0;
  padding: 4px 0 4px 0px;

}

.qc-promo-plugins-info ul li a{
  text-decoration: none;
  color:#23282d;
  transition: 0.3s ease all;
}
.qc-promo-plugins-info ul li:hover a{
  text-decoration: none;
  color:#33B0D9;
}

.qc-promo-bold{
  font-weight: bold;
  display: inline;
}

@media only screen and (max-width: 760px){
    .qc-clr-commenter-emails-table td:before {
        content: "" !important;
    }
    .qc-clr-commenter-emails-table td {
        padding-left: 5% !important; 
    }
}

@media only screen and (max-width: 760px){
    .qc-clr-commenter-emails-table td:before {
        content: "" !important;
    }
    .qc-clr-commenter-emails-table td {
        padding-left: 5% !important; 
    }

    .form-table th {
	    width: 100% !important;
	}
}

.clr_warapper .clr_head h2.clr_head_titles{
  background:yellow;
  color:black;
}


.qc-clr-attachment-wrap {
    margin-top: 30px;
}

.qc-clr-attachment-wrap:first-child {
    margin-top: 0;
}

.qc-clr-attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 6px;
}

.qc-clr-attachment-gallery .qc-clr-attachment.qc-clr-image-attachment {
    margin: 5px;
    line-height: 0;
}

.qc-clr-attachment-actions {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

@media (max-width: 359px) {

    .qc-clr-attachment-actions {
        display: block;
    }
}

.qc-clr-remove-attachment {
    margin-left: 30px;
    color: #a00;
}

@media (max-width: 359px) {

    .qc-clr-remove-attachment {
        display: inline-block;
        margin-top: 20px;
        margin-left: 0;
    }
}

.qc-clr-remove-attachment:hover {
    color: #dc3232;
}

.qc-clr-hidden {
    display: none !important;
}

.qc-clr-file-type {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

@media (max-width: 782px) {

    .qc-clr-file-type {
        margin-bottom: 20px;
    }
}

.qc-clr-file-type-name {
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 782px) {

    .qc-clr-file-type-name {
        margin-bottom: 10px;
    }
}

.qc-clr-file-type-item {
    margin-bottom: 3px;
}

@media (max-width: 782px) {

    .qc-clr-file-type-item {
        margin-bottom: 8px;
    }
}

.qc-clr-file-type-items-more {
    display: none;
}

.qc-clr-file-type-items-more.show {
    display: block;
}


table.form-table p.description{
    display: inline-block;
}


.qc_clr_upgrade_pro {
    font-size: 16px;
    font-weight: 400;
    background: #4f94d4;
    padding: 4px 15px;
    display: inline-block;
    color: #f5f5f5;
    border-radius: 3px;
}

.qc_clr_upgrade_pro a{
   text-decoration: none;
}
.qc_clr_upgrade_pro a:hover{
   text-decoration: underline;
}

#comment_exclude_text_comments{
    width: 100%;
}


.qcld_clr_notice {
    width: 98%;
    padding: 10px;
    border: 1px solid #ddd;
    background: white;
}

.qcld_clr_notice p{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.clr_warapper_box{
  width: 100%;
  min-height: 240px;
  background: yellow;
}

.clr_warapper_box .plugin-card-top {
  position: relative;
  padding: 20px 20px 10px;
  min-height: 135px;
  display: flex;
  align-items: center;
}

.clr_warapper_box .plugin-card-chatbot{
  width: 100%;
}

.clr_warapper_box .plugin-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90px;
    height: 90px;
    margin: 0 20px 20px 0;
}


.clr_warapper table.form-table input[type=checkbox]:checked::before {
    margin: -1px 0 0 -2px;
    height: 2rem;
    width: 2rem;
}
.clr_warapper table.form-table input[type=checkbox], 
.clr_warapper table.form-table input[type=radio] {
    height: 2rem;
    width: 2rem;
}
.clr_warapper table.form-table input[type="file"]:focus, 
.clr_warapper table.form-table input[type="checkbox"]:focus, 
.clr_warapper table.form-table input[type="radio"]:focus {
    outline: 0;
    outline-offset: 0;
}

.clr_warapper_box p.qcld_live_link_wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding: 0px 0px;
  margin: 0px 0px;
}

.clr_warapper_box a.qcld_live_link {
  padding: 5px 10px;
  border: 1px solid #2271b1;
  border-radius: 3px;
  color: #2271b1;
  background: #f6f7f7;
  text-decoration: none;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {

  .clr_warapper_box {
    min-height: 300px;
  } 

}
@media only screen and (max-width: 550px) {

  .clr_warapper_box {
    min-height: 350px;
  } 

  .clr_warapper_box .plugin-card .action-links {
    margin-left: 0px; 
  }

  .clr_warapper_box .plugin-card .name {
    margin-left: 95px;
  }

  .clr_warapper_box .plugin-icon {
    position: absolute;
    left: 10px;
    margin: 0 5px 5px 0;
  }

}
@media only screen and (max-width: 400px) {

  .clr_warapper_box {
    min-height: 420px;
  } 

}
