@charset "utf-8";
/* CSS Document */

.smi-comments-container .smi-comments-form .smi-comments-button,
.smi-comments-container .smi-comments-refresh a,
.smi-comments-container .smi-comments-load a,
#smi_comments_layer_report_id{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;	
}
#smi_comments_layer_report_id .smi-comments-layer-content button {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.smi-comments-container {
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    background-color: #fff;
    overflow: hidden;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.smi-comments-container .smi-comments-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 5px;
	font-family: 'Roboto Condensed', sans-serif; 
}

.smi-comments-container .smi-comments-form .smi-comments-user {
    height: 30px;
    line-height: 36px;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.smi-comments-container .smi-comments-form .smi-comments-user .smi-comments-nick {
    border: 1px solid #c8c8c8;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0;
    padding: 0 5px;
    width: 170px;
    font-family: 'Roboto', sans-serif;
}

.smi-comments-container .smi-comments-form .smi-comments-user p {
    margin: 0 10px;
}

.smi-comments-container .smi-comments-form .smi-comments-user .smi-comments-login {
    color: #000;
    font-size: 14px;
    font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}

.smi-comments-container .smi-comments-form .smi-comments-textarea {
    border: 1px solid #c8c8c8;
    height: 75px;
    margin: 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

.smi-comments-container .smi-comments-form .smi-comments-button {
    background-color: #f08b00;
    border: medium none;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 120px;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 14px;
}

.smi-comments-container .smi-comments-form .smi-comments-button:hover {
    background-color: #00a9f0;
}

.smi-comments-container .smi-comments-form .smi-comments-user-login {
    font-weight: 400;
    margin: 0 10px 15px 0;
    font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif; 
}

.smi-comments-container .smi-comments-refresh {
    height: 30px;
    margin: 30px 0;
}

.smi-comments-container .smi-comments-refresh a {
    background-color: #00a9f0;
    border: medium none;
    color: #fff;
    font-family: "Roboto";
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.smi-comments-container .smi-comments-refresh a i {
    margin: 0 10px;
}

.smi-comments-container .smi-comments-refresh a:hover {
    background-color: #f08b00;
}

.smi-comments-container .smi-comments-refresh a:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.smi-comments-container .smi-comments-list {
    border-bottom: 1px solid #b8b8b8;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-header {
    height: 30px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-author {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif; 
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-user {
    color: #f08b00;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote i {
    line-height: 30px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote {
    margin: 0 5px 0 0;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote .smi-comments-vote-plus {
    color: #20db3c;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote .smi-comments-vote-sum {
    font-size: 15px;
    line-height: 30px;
    margin: 0 5px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote .smi-comments-vote-minus {
    color: #f22726;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote .smi-comments-vote-plus:hover i {
    line-height: 20px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-vote .smi-comments-vote-minus:hover i {
    line-height: 40px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-text {
    font-size: 14px;
    line-height: 20px;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-text .smi-comments-text-collapse {
    color: #f08b00;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-bottom {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-bottom {
    color: #adadad;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
}

.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-bottom .smi-comments-report,
.smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-bottom .smi-comments-delete {
    color: #adadad;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
}

.smi-comments-container .smi-comments-load {
    margin: 15px 0;
}

.smi-comments-container .smi-comments-load a {
    background-color: #f08b00;
    border: medium none;
    color: #fff;
    font-family: inherit;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 270px;
    font-size: 14px;
}

.smi-comments-container .smi-comments-load a:hover {
    background-color: #00a9f0;
}

#smi_comments_layer_report_id .smi-comments-layer-content {
    padding: 10px;
    height: 150px;
}

#smi_comments_layer_report_id .smi-comments-layer-content p {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif; 
}

#smi_comments_layer_report_id .smi-comments-layer-content .exit {
    background-color: #adadad;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif; 
    height: 30px;
    width: 130px;
    float: left;
    border-radius: 4px;
}

#smi_comments_layer_report_id .smi-comments-layer-content .exit:hover {
    background-color: #00a9f0;
}

#smi_comments_layer_report_id .smi-comments-layer-content .ok {
    background-color: #f08b00;
    border: medium none;
    color: #fff;
    cursor: pointer;
   font-family: 'Roboto Condensed', sans-serif; 
    height: 30px;
    width: 130px;
    float: right;
    border-radius: 4px;
}

#smi_comments_layer_report_id .smi-comments-layer-content .ok:hover {
    background-color: #00a9f0;
}

@media all and (max-width: 670px) {
    .smi-comments-container {
        width: 100%;
    }

    .smi-comments-container .smi-comments-form .smi-comments-user {
        float: left;
        margin: 0 0 15px;
        width: 100%;
    }

    .smi-comments-container .smi-comments-form .smi-comments-button {
        margin: 0 auto;
    }

    .smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-bottom .smi-comments-report span,
    .smi-comments-container .smi-comments-list .smi-comments-post .smi-comments-post-bottom .smi-comments-delete span {
        display: inline;
    }

}
