/*
© Copyright 2017 - NetBeans IDE 8.1
@author Nhamtv 
@Date 21-02-2017 5:12:48 PM
*/
/* 
    Created on : Feb 21, 2017, 5:12:48 PM
    Author     : Nhamtv
*/
*{
    margin: 0px;
    padding: 0px;
}
ul{
    list-style: none;
}
a:hover{
    text-decoration:none;
}
body{
    background:#E9EBEE;
}
.main{
    width:100%;
    height:auto;
    float:left;
}
.container{
    width:1170px;
    height:auto;
    margin: 0 auto;
    position: relative;
}
header{
    width:100%;
    height:50px;
    float:left;
    background:#732E09;
    position: relative;
}
menu{
    width:100%;
    height:100%;
    float:left;
}
menu li{
    width: auto;
    height: 100%;
    float: left;
    padding: 14px 10px;
    font-size: 14px;
    border-right: #5C1700 solid 1px;
}
menu li:last-child{
    border-right:0px;
}
menu li a{
    color:#FFF;
    font-size: 15px;
}
menu li a i{
    font-size: 18px;
}
menu li a:hover{
    color:#FFF;
}
.sectionLeft{
    width:270px;
    height:auto;
    float:left;
    margin-top: 10px;
}
.sectionRight{
    width:calc(100% - 285px);
    height:auto;
    float:left;
    margin-top: 10px;
    margin-left: 15px;
}
.menuSection,.menuSectionFrm{
    width: 100%;
    height: auto;
    float: left;
    background: #FFFDD8;
    border: #E8A37E solid 1px;
    margin-bottom: 10px;
}
.menuSection li{
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: #E8A37E solid 1px;
}
.menuSection li:last-child{
    border-bottom: 0px;
}
.menuSection li a{
    color: #333;
    padding: 9px 10px;
    float: left;
    font-size: 15px;
}
.menuSection li a i{
    padding-right: 5px;
}
.box-content{
    width:100%;
    height:auto;
    float:left;
    background:#FFF;
    border: #E8A37E solid 1px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.content-header{
    width: 100%;
    height:40px;
    float:left;
    background:#F7F7F7;
    border-radius: 3px 3px 0px 0px;
    border-bottom: #E8A37E solid 1px;
    position: relative;
}
.content-header h4{
    font-weight: normal;
    font-size: 17px;
    color: #444;
    padding-left: 10px;
}
.content-body{
    width:100%;
    height:auto;
    float:left;
}
.list-data{
    width:100%;
    height:auto;
    float:left;
}
.list-data .list-item{
    width:100%;
    height:auto;
    float:left;
    border-bottom: #D9DBDE solid 1px;
    box-sizing: border-box;
    padding: 5px 5px;

}
.list-data .list-item:last-child{

    border-bottom: 0px;

}
.list-data .list-item .item-img{
    width:110px;
    height:80px;
    float:left;
    position: relative;
    overflow: hidden;
}
.list-data .list-item .item-img span{
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #66A80F;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    font-size: 15px;
    opacity: 0.8;
    border-radius: 0px 0px 5px 0px;
}
.list-data .list-item .item-img .img{
    width:100%;
    height:100%;
    float:left;
    background-size:cover !important;
}
.list-data .list-item .item-content{
    width:calc(100% - 120px);
    height:auto;
    float:left;
    margin-left: 10px;
}
.list-data .list-item .item-content .categories{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
}
.list-data .list-item .item-content .title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #333;
}
.list-data .list-item .item-content .title a{
    color: #333;
}
.list-data .list-item .item-content .item-option{
    width: 100%;
    height: auto;
    float: left;
    border-top:#D9DBDE dotted 1px;
    padding-top: 3px;
}
.list-data .list-item .item-content .item-option .option-info{
    width: auto;
    height: auto;
    float: left;
    font-size: 13px;
    color: #969696;
}
.list-data .list-item .item-content .item-option .option-info a{
    color: #85B93F;
}
.list-data .list-item .item-content .item-option .option-info a:hover{
    text-decoration: underline;
}
.list-data .list-item .iconPublic{
    width: 23px;
    height: 23px;
    float: left;
    position: absolute;
    bottom: -7px;
    right: -7px;
    border-radius: 50%;
}
.list-data .list-item .iconPublic i{
    width: 15px;
    height: 15px;
    float: left;
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #CCC;
    border-radius: 50%;
    border: #FFF solid 3px;
}
.list-data .list-item .iconPublic i.active{
    background: #66A80F;
}
.list-data .list-item .item-content .item-option .option-control{
    width: auto;
    height: auto;
    float: right;
    font-size: 14px;
    color: #3B5998;
}
.list-data .list-item .item-content .item-option .option-control a{
    color: #66A80F;
    font-size: 17px;
}
.data-col-6{
    width:50%;
    height:auto;
    float:left;
}
.list-menu{
    width:100%;
    float:left;
    box-sizing: border-box;
    padding: 5px;
}
.list-menu li{
    width:100%;
    height:40px;
    float:left;
    border:#CCC solid 1px;

    padding: 8px 5px;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    color: #3B5998;
    cursor: pointer;
    background: #FDFDFD;
    top:-1px;
}
.list-menu li.unpublic{
    background: #EEE;
}
.list-menu li:first-child{
    border:#CCC solid 1px;
}
.list-menu li .control{
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    top: 9px;
    right: 9px;
}
.list-menu li .control a{
    font-size: 15px;
    color:#000da6;
}
.message-all{
    width: auto;
    min-width: 150px;
    max-width: 250px;
    height: auto;
    float: left;
    position: fixed;
    left: 5px;
    bottom: 5px;
    box-shadow: 1px -1px 8px -3px #000;
    z-index: 9999;
}
.message-header{
    width: 100%;
    height: 30px;
    float: left;
    background: #3B5998;
    color: #FFF;
    position: relative;
    padding: 4px;
    font-weight: bold;
}
.message-header span{
    width: 30px;
    height: 30px;
    float: left;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}
.message-body{
    width:100%;
    height:auto;
    float:left;
    background:#FFF;
    padding: 5px;
}
.form-body{
    width:100%;
    height: auto;
    float:left;
    box-sizing: border-box;
    padding: 5px 10px 0px 10px;
}
.frm-box-group, .frm-box-group label, .frm-box-group input.input, .frm-box-group textarea{
    width:100%;
    height:auto;
    float:left;
}
.frm-box-group{
    margin: 5px 0px;
    position: relative;
}
.frm-box-group label{
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.frm-box-group input.input{
    height:35px;
    border:#BFBFBF solid 1px;
    border-radius: 2px;
    box-shadow: 0px 3px 4px -6px #000;
    padding-left: 10px;
}
.frm-box-group textarea{
    height:100px;
    border:#BFBFBF solid 1px;
    border-radius: 2px;
    box-shadow: 0px 3px 4px -6px #000;
    padding-left: 10px;
}
.frm-box-group button, .btnLink{
    float:right;
    height: 33px;
    border-radius: 3px;
    box-shadow: 0px 3px 4px -6px #000;
    padding-left: 10px;
    background: #66A80F;
    padding: 0px 10px;
    color: #FFF;
    font-size: 14px;
    border: #5D9F06 solid 1px;
    margin-right: 20px;
}
.frm-box-group button i{
    font-size: 17px;
}
.btnLink{
    padding-top:6px;
}
.btnLink:hover{
    color:#FFF;
}
.frm-box-group-footer{
    position: relative;
    width: calc(100% + 20px);
    background: #F7F7F7;
    left: -10px;
    padding: 10px 0px;
    margin-bottom: 0px;
    border-top: #D9DBDE solid 1px;
}
.frm-box-group .control-editer{
    width: auto;
    height: 30px;
    float: left;
    position: absolute;
    top: 9px;
    right: 21px;
    z-index: 3;
}
.frm-box-group .control-editer span{
    width: 25px;
    height: 25px;
    float: left;
    position: relative;
    background: #F8F8F8;
    text-align: center;
    padding-top: 3px
}
.frm-box-group .control-editer span input{
    width:25px;
    height:25px;
    float:left;
    position: absolute;
    top:0;
    left:0;
    border:0px;
    opacity: 0;
    cursor: pointer;
}
.frm-box-group .control-editer span:hover{
    color:#666666;
    cursor: pointer;
}
/*Style*/
.flatRoundedCheckbox
{
    width: 60px;
    height: 22px;
    margin: 25px 3px;
    position: relative;
}
.flatRoundedCheckbox div
{
    width: 100%;
    height: 100%;
    background: #FF9B9B;
    border-radius: 50px;
    position: relative;
    top: -23px;
    border: #E48080 solid 1px;
}
.flatRoundedCheckbox label
{

    display: block;
    width: 25px;
    height: 15px;
    border-radius: 50px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;

    cursor: pointer;
    position: absolute;
    top: 2px;
    z-index: 1;
    left: 8px;
    background: #FFF;
}
.flatRoundedCheckbox input[type=checkbox]
{
    opacity: 0;
}
.flatRoundedCheckbox input[type=checkbox]:checked ~ div
{
    background: #3B5998;
    border: #294786 solid 1px;
}

.flatRoundedCheckbox input[type=checkbox]:checked ~ label {
    left: 28px;
}
.frm-box-group-col-3{
    width:30%;
}
.frm-box-group-col-1{
    width:15%;
}
.frm-box-group-col-7{
    width:70%;
}
.frm-box-group-col-9{
    width:85%;
}
.frm-box-group-col-6{
    width:50%;
}
.pull-left {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}

.form-group > input[type="checkbox"] {
    display: none;
}

.form-group > label.label-primary {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.form-group > label.label-primary::before {
    border-radius: 8px;
    content: '';
    height: 20px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 55px;
    border: #000 solid 1px;
}

.form-group > label.label-primary::after {
    border-radius: 16px;
    content: '';
    height: 15px;
    left: 3px;
    margin-top: -8px;
    position: absolute;
    top: 2px;
    transition: all 0.3s ease-in-out;
    width: 20px;
    opacity: 0.5;
    background: #000;
}

.form-group > input[type="checkbox"]:checked + label.label-primary::before {
    background: #35589A;
    opacity: 1;
    border:#35589A solid 1px;
}

.form-group > input[type="checkbox"]:checked + label.label-primary::after {
    background: #FFF;
    left: 26px;
    opacity: 1;
}

.form-group > span {
    padding-left: 7px;
}
.tmpBorder{
    width: auto;
    height:30px;
    float:left;
    position: absolute;
    left:0;
    top:0;
}
.tmpBorder .tmpItem{
    width: 40px;
    height:37px;
    float:left;
    position: relative;
    left:0;
    border-left: #CCC dashed 1px;
}
.img-preview{
    width: 100px;
    height:100px;
    float:left;
    position: relative;
}
.img-preview img{
    width: 100px;
    height:100px;
    float:left;
    border:#575757 dotted 1px;
}
.img-preview .control-file{
    width: 200px;
    height:150px;
    float:left;
    position: absolute;
    cursor: pointer;
    top:0;
    left:0;
    opacity: 0;
}
.box-croppier {
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

.item-crop-avatar {
    width: 650px;
    margin: 0 auto;
    margin-top: 20px;
    background: #ffffff;
    position: relative
}
.displayNone{
    display: none;
}
.controlTable span{
    cursor: pointer;
}
.box-search-ingredients{
    width: 100%;
    height: auto;
    float: left;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    top: 59px;
    border: #DDD solid 1px;
    z-index: 1;
    box-shadow: -1px 2px 14px -12px #000;
    display: none;
}
.box-search-ingredients li{
    width: 100%;
    height: 35px;
    float: left;
    border-bottom: #DDD solid 1px;
    padding: 6px 4px;
    cursor: pointer;
}
.box-search-ingredients li:last-child{
    border-bottom: 0px;
}
.item-step{
    width:100%;
    height:auto;
    float:left;
    border-bottom: #CCC solid 1px;
    position: relative;
    padding: 5px 0px;
}
.item-step .number{
    width: 50px;
    height: 50px;
    float: left;
    background: #F7F7F7;
    text-align: center;
    font-weight: bold;
    border: #F2F2F2 solid 1px;
    margin-top: 5px;
}
.item-step .number .control{
    width: 100%;
    height: 29px;
    float: left;
    background: #F1F1F1;
    padding-top: 4px;
}
.item-step .content{
    width:calc(100% - 70px);
    height:auto;
    float:left;
    padding-left: 5px;
}
.item-step:last-child{
    border-bottom: 0px;
}
.verify-no{
    color: #DDD;
}
.verify-ok{
    color:#006600;
}
.tableListAttr{
    width: 100%;
    height:auto;
    float:left;
    box-sizing: border-box;
}
.tableListAttr table{
    width: 100%;
    float:left;
    border-collapse: collapse;
    background:#F9F9F9;
}
.tableListAttr table tr td{
    height:40px;
    border:#CCC solid 1px;
    padding-left: 10px;
}
.tableListAttr table tr td input{
    width: 100%;
    height: 35px;
    float: left;
    border: 0px;
}
.tableListAttr table tr td:first-child{
    font-weight: bold;
}
.tableListAttr table tr td:last-child{
    background:#FFF;
}
.tableListAttr table tr td.breakAttr{
    background:#EEE;
    height:15px;
}
.breakBox{
    width:100%;
    height:auto;
    float:left;
    margin-bottom: 20px;
    position: relative;
}
.breakBox5{
    margin-bottom: 10px;
    width: 50%;
}
.breakBox5 label{
    text-align: left;
}
.listGMega{
    width: 100%;
    height:auto;
    float:left;
}
.listGMega .breakBox3{
    width: 185px;
    height:auto;
    float:left;
}
.inputNumberMega{
    width: 50px !important;
    height:50px !important;
    float:left !important;
    border-radius: 50% !important;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    padding-left: 0px !important;
    font-size: 20px;
}
.breakBox .frm-box-group{
    width:50px;
    margin-right: 20px;
}
.breakBox .frm-box-group label{
    text-align: center;
}
.liveMega{
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #BA0000;
    background: #BA0000;
    border: #9E0000 solid 1px;
    border-radius: 2px;
    padding: 0 6px;

}
.liveMega label{
    font-weight: normal;
    color: #FFF;
    padding: 0;
    margin: 0;
}
.liveMega input{
    padding-right: 10px;
    float: left;
    margin-right: 5px;
}
.quickLive{
    width: auto;
    height: auto;
    float: left;
    background: rgba(196,20,26,1);
    background: -moz-linear-gradient(top, rgba(196,20,26,1) 0%, rgba(175,15,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,20,26,1)), color-stop(100%, rgba(175,15,19,1)));
    background: -webkit-linear-gradient(top, rgba(196,20,26,1) 0%, rgba(175,15,19,1) 100%);
    background: -o-linear-gradient(top, rgba(196,20,26,1) 0%, rgba(175,15,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(196,20,26,1) 0%, rgba(175,15,19,1) 100%);
    background: linear-gradient(to bottom, rgba(196,20,26,1) 0%, rgba(175,15,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4141a', endColorstr='#af0f13', GradientType=0 );
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 1px 3px 6px -5px #000;
    position: absolute;
    bottom: 16px;
    left: 425px;
    cursor: pointer;
    color: #FFF;
}
.messageQuick{
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    bottom: -6px;
    left: 425px;
    color: #3B5998;
    font-weight: bold;
    font-size: 13px;

}
.messageQuick p{

}
.quickLive:hover{
    background: rgba(196,20,26,1);
    background: -moz-linear-gradient(top, rgba(175,15,19,1) 0%, rgba(196,20,26,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(175,15,19,1)), color-stop(100%, rgba(196,20,26,1)));
    background: -webkit-linear-gradient(top, rgba(175,15,19,1) 0%, rgba(196,20,26,1) 100%);
    background: -o-linear-gradient(top, rgba(175,15,19,1) 0%, rgba(196,20,26,1) 100%);
    background: -ms-linear-gradient(top, rgba(175,15,19,1) 0%, rgba(196,20,26,1) 100%);
    background: linear-gradient(to bottom, rgba(175,15,19,1) 0%, rgba(196,20,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4141a', endColorstr='#af0f13', GradientType=0 );
}
.quickLive span{}
.form-group{
    margin-bottom: 0px;
}
.iconLive{
    color:#BA0000;
}
.pageLink{
    width: auto;
    height:auto;
    float:right;
}
.pageLink ul{
    margin:0px;
}
.box-sm-left .img-preview{
    width:100%;
    height:150px;
    float:left;
}
.box-sm-left .img-preview img{
    width:100%;
    height:150px;
}
.removeKeyword{
    line-height: 35px;
    cursor: pointer;
}
.addBtnKeywords span{
    color: #3B5998;
    text-decoration: underline;
    cursor: pointer;
}
.contentAdmin{
    width: 100%;
    height:auto;
    float:left;
    margin-top: 20px;
}
.menuUser{
    width: auto;
    height:50px;
    float:left;
    position: absolute;
    top:0;
    right:0;
}
.menuUser .avatar{
    width: 35px;
    height:35px;
    float:left;
    margin-right: 5px;
    position: relative;
    top: 6px;
}
.menuUser .avatar img{
    width: 35px;
    height: 35px;
    object-fit: cover;
    position: relative;
    top: 2px;
    border: #5C1700 solid 1px;
    padding: 1px;
}
.menuUser .fullname{
    width: auto;
    height:50px;
    float:left;
    line-height: 50px;
}
.menuUser .fullname span{
    color:#FFF;
}
.menuUser .dropdown{
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    cursor: pointer;

    margin-left: 5px;
    font-size: 21px;
}
.menuUser .dropdown:hover{
    background: #5C1700;
}
.listOptionUser{
    width: auto;
    height: auto;
    float: left;
    position: absolute;
    top: 50px;
    right: 0;
    background: #F8F8F8;
    border: #DDD solid 1px;
    z-index: 10;
    border-top: 0px;
    display: none;
}
.listOptionUser ul{
    margin-bottom: 0px;
}
.listOptionUser ul li{
    width: auto;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0px 25px;
    border-bottom: #DDD solid 1px;
}
.listOptionUser ul li:last-child{
    border-bottom: 0px;
}
.listOptionUser ul li a{
    color:#333;
}
.logoDash{
    width: auto;
    height:50px;
    float:left;
    color:#FFF;

}
.logoDash .icon{
    width: auto;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 22px;
}
.logoDash .logo{
    width: auto;
    height: 50px;
    float: left;
    position: relative;
    font-weight: bold;
    line-height: 50px;
    padding-left: 10px;
    font-size: 22px;
}
.logoDash .logo i{
    font-size: 10px;
    position: relative;
    top: -10px;
}
.logoDash .breakLine{
    width: 1px;
    height: 25px;
    float: left;
    background: #5C1700;
    margin: 13px 10px;
}
.tableCate tr th{
    font-size: 15px;
    color:#444;
    font-weight: normal;
    background:#F6FFC0;
    border-bottom: 2px solid #E4EDAE !important;
}
.boxPager{
    width: auto;
    float: right;
    margin-right: 10px;
}
.rankHome{
    background:#f3f3f3;
}
.rankAway{
    background:#fff9f9;
}
.rankHeader{
    background: #fcfcfc;
}
.rankHomeHeader{
    background:#ebebeb;
}
.rankAwayHeader{
    background:#f9f3f3;
}
.boxSelectDate{
    width: 190px;
    height: 35px;
    float: left;
    position: relative;
    background: #FFF;
    border-radius: 3px;
    border: #CCC solid 1px;
}
.boxSelectDate input{
    width: 100% !important;
    position: absolute;
    z-index: 2;
    background: transparent;
    border: 0px !important;
}
.boxSelectDate span.iconDate{
    background: #F2F2F2;
    width: 35px;
    height: 33px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    color: #888;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.themes-theme{width: 100%;height: auto;float: left;margin: 10px 0px;padding-bottom: 300px;}
.themes-theme .list-item{width: 48%;height: auto;float: left;background: #FCFCFC;border: #f3f3f3 solid 1px;margin-bottom: 20px;margin-right: 10px}
.themes-theme .list-item .img{width: 300px;height: 230px;float: left;}
.themes-theme .list-item .img img{width: 100%;height: 100%;object-fit: cover;padding: 5px;}
.themes-theme .list-item .info{width: calc(100% - 300px);height: 250px;float: left;position: relative;padding-left: 10px;padding-right: 10px;}
.themes-theme .list-item .info h2{}
.themes-theme .list-item .info h2 a{color:#333}
.themes-theme .list-item .info .date{width: 100%;height: auto;float: left;border-bottom: #FFFFFF solid 1px;padding-bottom: 10px;}
.themes-theme .list-item .info .date span{width: auto;float: left;margin-right: 15px;font-size: 13px;color: #A9A9A9;}
.themes-theme .list-item .info .description{width: 100%;height: auto;float: left;padding: 10px 0px;border-top: #CCC solid 1px;margin-bottom: 10px;}
.themes-theme .list-item .info .control{width: auto;height: 35px;float: left;position: absolute;right: 10px;bottom: 0;}
.themes-theme .list-item .info .control a{background: #337ab7;color: #FFF;padding: 8px 15px;border-radius: 2px;}
.category-search button{
	height:35px !important;;
	background:transparent !important;
	margin-right:0px !important;
	border-color:#ccc !important;
	color:#333 !important;
}
.category-search button span{margin-top:0px !important;}

.result_search_post_related {
    width: 30%;
    height: auto;
    float: left;
    position: absolute;
    background: #FFF;
    border: #CCC solid 1px;
    top: 74px;
    z-index: 9;
    box-shadow: 1px 3px 7px -5px #000;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}
.result_search_post_related ul li {
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
    padding-left: 5px;
    font-size: 15px;
    border-bottom: #CCC solid 1px;
    cursor: pointer;
	overflow:hidden;
}
.list_post_related p {
    width: 200px;
	overflow:hidden;
	height:22px;
    float: left;
    padding: 1px 5px;
    background: #f7f7f7;
    border: #e6e6e6 solid 1px;
    color: #333;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    padding-right: 19px;
}
.list_post_related p i {
    background: #d5d5d5;
    font-style: normal;
    position: absolute;
    width: 15px;
    height: 21px;
    float: right;
    top: 0;
    right: 0;
    border-radius: 0 2px 2px 0;
    text-align: center;
    cursor: pointer;
}
.invalid{
    border:1px solid red;
}