/**
 *
 * @extension       YRFAQ
 * @version         1.0
 *
 * @author          Lev Milicenco<support@marlev.it>
 * @link            http://www.marlev.it
 * @copyright       Copyright 2013 marlev.it All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

body    {overflow-y:scroll;}
.yrfaq-categories {
    width:100%;
    margin-top:20px;
}

.yrfaq-categories-layout_1{
    width: 98%;
    float:left;
    margin-left:1%;

    margin-bottom:10px;
    min-height: 50px;
}
.yrfaq-categories-layout_2{
    width: 47.7%;
    float:left;
    margin-left:0.9%;
    
    margin-bottom:10px;
    min-height: 50px;
}
.yrfaq-categories-layout_3{
    width: 31%;
    float:left;
    margin-left:1%;
  
    margin-bottom:10px;
    min-height: 50px;
}
.yrfaq-categories-layout_4{
    width: 22.8%;
    float:left;
    margin-left:1%;
    
    margin-bottom:10px;
    min-height: 50px;
}

.yrfaq-category-head{
    width:100%;
  
    height: auto;
}
.yrfaq-category-title{
   
    text-align: left;
    float:left;
    width:98%;
    height: auto;
    margin-left: 10px;
    margin-right:10px;

}
.yrfaq-category-title h2{
    font-size: 32px;
    float:left;
    margin:2px 0 0 5px !important;
    font-weight: bold;
    line-height: 40px;
  
}
.yrfaq-category-title img{
    height:40px;
    float:left;
}
.yrfaq-categories-title{
   margin-top:2px;
    
}
.yrfaq-categories-title h4{
    font-size: 22px;
    float:left;
    margin:10px 0 0 5px !important;
    font-weight: bold;
    line-height: 24px;
  
}
.yrfaq-categories-description{
    padding-right: 4px;
    margin-left:10px;
}
.yrfaq-categories-img{
float: left;
width:40px;
}
.yrfaq-clear{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;

}
.yrfaq-img-hits {
	background: url(../images/hits.png) no-repeat right top;
        width: 14px;
        height: 14px;
        margin-left:5px;
        float:right;
}
.yrfaq-img-created
{
	background: url(../images/created.png) no-repeat right top;
        width: 14px;
        height: 14px;
        margin-left:5px;
        float:right;
}
.yrfaq-hits-count, .yrfaq-created, .yrfaq-date {
    float: right;
    font-size:14px;
    line-height: 17px;
    margin-left:2px;
    margin-right:10px;
}

.yrfaq-category-desc {
   display: block;
    float: left;
    margin-left: 15px;
    position: relative;
        
}
.yrfaq-item-head{
    width:100%;
}
.clear {
     clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}


/* BOOTSTRAP */
.yrfaq-time {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
 background-position: -192px -120px;
  float:right;

}

 .yrfaq-user {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
 background-position: -168px 0;
  float:right;

}
.yrfaq-graf {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
   background-position: -408px 0;
  float:right;

}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 10px !important;
    padding: 0;
    width: 100%;
}

/* END bootstrap */
.yrfaq-search-button {
   /* margin-top:-10px;*/
}

.yrfaq-search{
    float:right;
}
.yrfaq-collapse{
   
    margin-top:5px;
}
.yrfaq-question{
    float:right;
    margin-left:10px;
}
.yrfaq-new-question{
    display: none;
    width:100%;
    position: relative;
    float:left;
}
#yrfaq-question{
    width:400px !important;
}
.yrbutton-expand, .yrbutton-collapse, .yrfaq-click-question, .yrfaq-search-button {
    display:inline-block !important;
    vertical-align: top !important;
}
#yrfaq-search-box{
   display:inline-block !important;
}
#jform_question_msg{
    width: 75%;
}
.yrfaq-title-ask input {
    width:75%;
}
.yrfaq-message{
    height:130px;
    width:100%;
    position:relative;
    display: block;
    margin-bottom:20px;
}
.yrfaq-message_label{
    text-align: center;
    padding-bottom: 10px;
}
.yrfaq_close_btn{
    margin-top:10px;
    float:right;
}
.yrfaq-item-title{
    margin-left:10px;
}
/* Aggiunta in beta 3 */

.yrfaq-share {
  background-position: -120px -72px;
   display: inline-block;
  width: 14px;
  height: 14px;
  margin-left:5px;
  margin-right:2px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-repeat: no-repeat;
  float:right;
}
.yrfaq-item-link {
    float: right;
    font-size:14px;
    line-height: 17px;
    margin-left:2px;
    margin-right:10px;
    margin-top:-2px;
}
.yr-link{
    height:14px;
    width:20px;
}
.yrfaq-display-link{
    display:none;
    background: none repeat scroll 0 0 #F5F5F5;
    font-size: 1em !important;
    margin: 5px 0 !important;
    overflow: hidden !important;
    padding-bottom: 1em;
    position: relative !important;
    width: 100% !important;
    text-align: center;

}
.yrfaq-getlink, .yrfaq-getlink1{

    /*background: none repeat scroll 0 0 #FFFFFF;*/
    font-size: 1em !important;
    overflow: auto !important;
    padding: 5px 0;
    position: relative !important;
    width: 100% !important;

}
.yrfaq-getlink{
margin-bottom:8px;
}
.yrfaq-links{
margin-top:-10px;
}
.yrfaq-close-link{
    margin:5px 5px 0 0 !important;
}
.yrfaq-item-text{
    margin-top:20px;
}
/*Sub category styles*/
.yrfaq-catgrai {
     background-color: #E6E7E8;
    border-radius: 5px;
    border-color: rgba(20, 20, 25, 0.3) rgba(20, 20, 25, 0.3) rgba(20, 20, 25, 0.45);
    -webkit-box-shadow: 0px 1px 2px 1px #999;
-moz-box-shadow: 0px 1px 2px 1px #999;
box-shadow: 0px 1px 2px 1px #999;
behavior: url(/PIE.htc);
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    border: 4px solid #E6E7E8;
    text-transform: none;

}
.yrfaq-catgrai .yrfaq-categories-title a{
    color:#4D4D4D;
}
.yrfaq-catgrai .yrfaq-categories-title a:hover{
    color:#000;
}
.yrfaq-catgrai .yrfaq-categories-description{
    color:#333333;
    padding:2px;
}
.yrfaq-catblack {
	 background: -moz-linear-gradient(center top , #77818b 0%, #6069702 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77818b), color-stop(100%,#6069702));
background: -webkit-linear-gradient(top,  #77818b 0%,#606970 100%);
background: -o-linear-gradient(top,  #77818b 0%,#606970 100%);
background: -ms-linear-gradient(top,  #77818b 0%,#606970 100%);
 background: linear-gradient(to bottom, #77818B, #606970) repeat scroll 0 0 #606970;
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#77818b', endColorstr='#606970',GradientType=0 );
    border-radius: 6px;
     -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
     border: 4px solid #fff;
    color: #fff;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);

}
.yrfaq-catblack .yrfaq-categories-title a{
    color:#fff;
}
.yrfaq-catblack .yrfaq-categories-title a:hover{
    color:#e9e9e9;
}
.yrfaq-catblack .yrfaq-categories-description{
    color:#fff;
    
}


.yrfaq-catblulight{
background: linear-gradient(to bottom, #9CB6C5, #759AAF) repeat scroll 0 0 #759AAF;
 background: -moz-linear-gradient(center top , #9CB6C5 0%, #759AAF 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9CB6C5), color-stop(100%,#759AAF));
background: -webkit-linear-gradient(top,  #9CB6C5 0%,#759AAF 100%);
background: -o-linear-gradient(top,  #9CB6C5 0%,#759AAF 100%);
background: -ms-linear-gradient(top,  #9CB6C5 0%,#759AAF 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#9CB6C5', endColorstr='#759AAF',GradientType=0 );
    border-radius: 8px;
   -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
     border: 4px solid #fff;
     color: #FFFFFF;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}


.yrfaq-catblulight .yrfaq-categories-title a{
    color:#414242;
    text-shadow:none;
}
.yrfaq-catblulight .yrfaq-categories-title a:hover{
    color:#282929;
    text-shadow:none;
}

.yrfaq-catblulight .yrfaq-categories-description{
    color:#fff;
    
}


.yrfaq-catblu{
background: linear-gradient(to bottom, #0093c2, #006587) repeat scroll 0 0 #006587;
 background: -moz-linear-gradient(center top , #0093c2 0%, #006587 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0093c2), color-stop(100%,#006587));
background: -webkit-linear-gradient(top,  #0093c2 0%,#006587 100%);
background: -o-linear-gradient(top,  #0093c2 0%,#006587 100%);
background: -ms-linear-gradient(top,  #0093c2 0%,#006587 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#0093c2', endColorstr='#006587',GradientType=0 );
    border-radius: 9px;
    -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
       border: 4px solid #fff;
     color: #FFFFFF;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}


.yrfaq-catblu .yrfaq-categories-title a{
    color:#282929;
    text-shadow:none;
}
.yrfaq-catblu .yrfaq-categories-title a:hover{
    color:#014a62;
    text-shadow:none;
}
.yrfaq-catblu .yrfaq-categories-description{
    color:#fff;
}

.yrfaq-catgreen{
background: linear-gradient(to bottom, #8baa21, #507711) repeat scroll 0 0 #507711;
 background: -moz-linear-gradient(center top , #8baa21 0%, #507711 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8baa21), color-stop(100%,#507711));
background: -webkit-linear-gradient(top,  #8baa21 0%,#507711 100%);
background: -o-linear-gradient(top,  #8baa21 0%,#507711 100%);
background: -ms-linear-gradient(top,  #8baa21 0%,#507711 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#8baa21', endColorstr='#507711',GradientType=0 );
    border-radius: 7px;
   -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
     color: #FFFFFF;
    font-weight: bold;
    border: 4px solid #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}



.yrfaq-catgreen .yrfaq-categories-title a{
    color:#282929;
    text-shadow:none;
}
.yrfaq-catgreen .yrfaq-categories-title a:hover{
    color:#000;
    text-shadow:none;
}
.yrfaq-catgreen .yrfaq-categories-description{
    color:#fff;} 
.yrfaq-catorange{
background: linear-gradient(to bottom, #e77325, #b15108) repeat scroll 0 0 #b15108;
 background: -moz-linear-gradient(center top , #e77325 0%, #b15108 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e77325), color-stop(100%,#b15108));
background: -webkit-linear-gradient(top,  #e77325 0%,#b15108 100%);
background: -o-linear-gradient(top,  #e77325 0%,#b15108 100%);
background: -ms-linear-gradient(top,  #e77325 0%,#b15108 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#e77325', endColorstr='#b15108',GradientType=0 );
    border-radius: 8px;
   -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
     border: 4px solid #fff;
     color: #FFFFFF;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.9);}


.yrfaq-catorange .yrfaq-categories-title a{
    color:#fff;

}
.yrfaq-catorange .yrfaq-categories-title a:hover{
    color:#CBCBCB;

}

.yrfaq-catorange .yrfaq-categories-description{
    color:#fff;
    }
.yrfaq-catturch{
background: linear-gradient(to bottom, #089A9A, #055F5D) repeat scroll 0 0 #055F5D;
background: -moz-linear-gradient(center top , #089A9A 0%, #055F5D 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089A9A), color-stop(100%,#055F5D));
background: -webkit-linear-gradient(top,  #089A9A 0%,#055F5D 100%);
background: -o-linear-gradient(top,  #089A9A 0%,#055F5D 100%);
background: -ms-linear-gradient(top,  #089A9A 0%,#055F5D 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#089A9A', endColorstr='#055F5D',GradientType=0 );
    border-radius: 9px;
    -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
       border: 4px solid #fff;
     color: #FFFFFF;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;
     text-shadow: 0 1px rgba(0, 0, 0, 0.9);}


.yrfaq-catturch .yrfaq-categories-title a{
    color:#fff;

}
.yrfaq-catturch .yrfaq-categories-title a:hover{
    color:#ccc;

}
.yrfaq-catturch .yrfaq-categories-description{
    color:#fff;
} 

.yrfaq-catyellow{
background: linear-gradient(to bottom, #ffbd05, #d8a005) repeat scroll 0 0 #d8a005;
background: -moz-linear-gradient(center top , #ffbd05 0%, #d8a005 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd05), color-stop(100%,#d8a005));
background: -webkit-linear-gradient(top,  #ffbd05 0%,#d8a005 100%);
background: -o-linear-gradient(top,  #ffbd05 0%,#d8a005 100%);
background: -ms-linear-gradient(top,  #ffbd05 0%,#d8a005 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#ffbd05', endColorstr='#d8a005',GradientType=0 );
    border-radius: 9px;
    -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
       border: 4px solid #fff;
     color:#373737;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;


   }

.yrfaq-catyellow .yrfaq-categories-title a{
    color:#fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.9);

}
.yrfaq-catyellow .yrfaq-categories-title a:hover{
    color:#D5D5D5;

}
.yrfaq-catyellow .yrfaq-categories-description{
    color:#383838;} 
.yrfaq-catred{
background: linear-gradient(to bottom, #d03839, #a23026) repeat scroll 0 0 #a23026;
background: -moz-linear-gradient(center top , #d03839 0%, #a23026 100%);	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d03839), color-stop(100%,#a23026));
background: -webkit-linear-gradient(top,  #d03839 0%,#a23026 100%);
background: -o-linear-gradient(top,  #d03839 0%,#a23026 100%);
background: -ms-linear-gradient(top,  #d03839 0%,#a23026 100%);
filter: progid:DXImageTransform.Microsoft.gradient
( startColorstr='#d03839', endColorstr='#a23026',GradientType=0 );
    border-radius: 14px;
    -webkit-box-shadow: 0px 1px 2px 1px #666666;
-moz-box-shadow: 0px 1px 2px 1px #666666;
box-shadow: 0px 1px 2px 1px #666666;
behavior: url(/PIE.htc);
       border: 4px solid #fff;
     color:#fff;
    font-weight: bold;
    height: auto;
    list-style: none outside none;
    position: relative;
    text-align: left;
    text-transform: none;


   }


.yrfaq-catred .yrfaq-categories-title a{
    color:#fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.9);

}
.yrfaq-catred .yrfaq-categories-title a:hover{
    color:#D5D5D5;

}
.yrfaq-catred .yrfaq-categories-description{
    color:#fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.9);}
/*
.yrfaq-item-bottom, .yrfaq-item-top, .yrfaq-header, .yrfaq-item{
margin-left:1%;	
	}
        */
span.yrfaq-item-title{
    opacity: 1 !important;
}
#jformcatid{
min-width: 220px;
width: auto;	
	}
             .yrfaq-action{
            margin-top:10px;
        }
        #jform_author, #jform_email,  #jform_title{
            height:25px !important;
            padding:3px !important;
            border-radius:3px !important;
        }
         #jform_author, #jform_email{
            height:25px;
            padding:3px;
            border-radius:3px;
        }
      #yrfaq-search-box{
   display:inline-block !important;
   height:30px;
   height: 23px;
   padding: 3px;
}
.btn-group input{
    display: none;
}
#jform_state, #jform_access, #jform_language, #jform_inquiring {
    width:200px !important;
}
.yrfaq-selectl {
    float:right;
}
.yrfaq-selectl .inputbox{
    height:23px !important;
    margin-left: 5px;
    margin-top:0px;
    padding: 2px;
    
}
form {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 98% !important;
}
table.category {
    width:100% !important;
    margin: 0 auto !important;
}
.control-label {
    width: 30% !important;
}
.messinquiring{
    margin-top:0px;
}
.messpublish, .messinquiring{
     margin-top:-15px;
}
.tab-content{
    overflow: visible !important;
}
.yrbutton-expand, .yrbutton-collapse{
    height:24.4px;
}
.yrfaq-collapse .radio{
    padding-left:0!important;
}
.replylist-middle{
    vertical-align: middle !important;
}
#jformcatid_chzn{width:220px !important;}
#jformcatid_chzn .chzn-drop {width:218px !important;}
.yrfaq-item-link a {display:block !important;}
.yrfaq-new-question .chzn-search input{
			width: auto !important;
			}
			.yrfaq-new-question .control-label {margin-right:3px;}
                        
                     .yrfaq-new-question .btn-mini, .yrfaq-display-link .btn-mini {
    border-radius: 3px 3px 3px 3px;
    font-size: 10.5px;
    line-height: 12px;
    padding: 2px;
    padding-bottom: 1px !important;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
                        }