/*body*/
/*{*/
/*	text-transform: capitalize;*/
/*}*/


#commentForm {
    width: 500px;
}
#commentForm label {
    width: 250px;
}
#commentForm label.error, #commentForm input.submit {
    margin-left: 253px;
}
label.error {
    width: 100%;
    color: red;
	text-transform: lowercase;
}
.input-group-text, .form-control
{
	    border: 1px solid #ced4da !important;
}
.checklistul
{

margin: 5px;

padding: 0;
}
.checklistul li
{

/*list-style: none;*/

padding: 5px;
}
.checklistul li i
{
	
float: right;
}
#cat-error
{
    position: absolute;
    top: 30px;
}
textarea{height: auto !important;}
.relative{ position: relative; display: inline-block;}
.suggestlist{ display: inline-block; position: relative; }
.suggestionsBox { 
    position: absolute;
     top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    list-style: none;
    padding: 5px 0;
    box-shadow: 0 3px 7px 0px #ccc;
    border-radius: 0 0 3px 3px;
}
.suggestionsBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.suggestionsBox ul li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.suggestionsBox ul li:hover {
    background: #4bafff;
}