/*
 * @Author: Rakesh
 * @Email : rakesh@appycodes.com
 * @Organization: Appycodes
 * @Date:   2018-04-10 13:03:02
 * @Last Modified by:   User
 * @Last Modified time: 2018-04-12 13:30:29
 */


 
/**
 * Checkbox
 */

.forum_title input.topic_title_class {
    width: 100% !important;
    display: block;
    margin: 0;
    cursor:text !important;
}

input#author{
    cursor:text !important;
}

input#email{
    cursor:text !important;
}

input#captcha_text{
    cursor:text!important;
}


.forum_title {
    margin-bottom: 20px;
}

 .container.question-altaro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0px !important;
    width: 100%;
}

/* Hide the browser's default checkbox */
.container.question-altaro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container.question-altaro:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container.question-altaro input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container.question-altaro input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container.question-altaro .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form#commentform div.error {
    background: #ea392c;
    color: #fff;
    margin: 10px 0;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
}

label.altaro-forum-slect {
    font-size: 22px;
    margin-bottom: 10px !important;
    display: block;
}

.al-select {
        background: #FFF;
    overflow: hidden;
    display: inline-block;
    color: #525252;
    font-weight: 300;
    -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}

.al-select span {
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    background: url(http://projects.authenticstyle.co.uk/niceselect/arrow.png) no-repeat;
    top: 36%;
    margin-top: -4px;
}

.al-select select {
-webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    -webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    border: solid 1px #DADADA;
}


/*-----------New Design of comments radio---------------*/

section.comment-fields-choice{
 margin-top:0px;   
}

.comment-fields-choice input[type="radio"]{
  display: none;
}

.comment-fields-choice .container label {
  position: relative;
}

.comment-fields-choice .container label span{
 margin-left:50px;   
 font-weight:600;
}

.comment-fields-choice .container span::before,
.comment-fields-choice .container span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 52px;
  margin-left:50px;
}

.comment-fields-choice .container span.radio:hover {
  cursor: pointer;
}

.comment-fields-choice .container span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #ccc;
  border-radius: 50px;
}

.comment-fields-choice .container span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #777;
  transition: left .25s, background-color .25s;
}

input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #2196F3;
}

.notify_emails{
    margin-top:20px;
    font-weight:600;
}

p.comment-notes{
   display:none; 
}

h3.comment-reply-title{
   font-weight:600; 
}


body #blog-post.single .comment-box #commentform .choice_for_comment{
display:none !important;
}

body #blog-post.single  .comment-box #comments #commentform .notify_follow_up_emails{
width:auto !important;
display: inline-block !important;
}

#blog-post.single #comments .comment #respond #commentform .notify_follow_up_emails{
width:auto !important;
display: inline-block !important;
}

body #blog-post.single  .comment-box #comments #commentform .blog_follow_up_emails{
width:auto !important;
display: inline-block !important;
}

#blog-post.single #comments .comment #respond #commentform .blog_follow_up_emails{
width:auto !important;
display: inline-block !important;
}

body #blog-post.single .comment-box #commentform .form-submit{
margin-top:10px;
}

body #blog-post.single .comment-box #commentform .form-submit input.submit{
    cursor:pointer !important;
}

.standard-functionality{
width:100% !important;
margin-bottom: 15px;
}

.ask-a-question{
width:100% !important;
margin-bottom: 15px;
}

#blog-post.single #comments .comment #respond #commentform .choice_for_comment{
    display:none !important;
}


/*---------------------comment list css----------------------*/
a.forum_topic_link {
    background: #03B0F6;
    color: #fff;
    padding: 0.5em;
    border-radius: 5px;
    font-weight: 600;
}


/*------------------------custom registration page css---------------------*/
 .register-section{
     width:48%;
     float:left;
 }
     
.register-section label{
    display: block;
    font-weight: 700;
    margin: 7px 0 5px;
    width: auto;
    font-size:13px;
 }
 
 .register-section label.option-label {
     display:inline-block;
}
 
 .register-section input[type=text],input[type=email],input[type=password]{
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 0;
    color: #737373;
    font: inherit;
    font-size: 100%;
    padding: 6px;
    width:90%;
    height:35px;
 }
 
 
 .submit input{
    margin-top: 10px;
    padding: 10px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    border: 2px solid #000;
    font-weight: 600;
    cursor:pointer;
 }
 
 .submit input:hover{
    background: #fff;
    color: #000;
    border: 2px solid #000;
 }