.aw-card-tips {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 290px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.aw-card-tips .mod-head {
    position: relative;
    min-height: 60px;
    padding: 10px 10px 0 70px;
}
.aw-card-tips .mod-head .img {
    position: absolute;
    left: 10px;
    top: 10px;
}
.aw-card-tips .mod-head p {
    margin: 0;
}

.aw-card-tips .mod-body {
    padding: 0 10px;
}
.aw-card-tips .mod-footer {
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-radius: 0 0 4px 4px;
    line-height: 18px;
}
.aw-card-tips .mod-footer i {
    font-size: 16px;
    vertical-align: -2px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.alert-box .modal-footer {
    padding-top: 0;
    line-height: 34px;
    border-top: none;
}

a:hover {
    color: #499ef3;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pull-right {
    float: right!important;
}
.btn-normal {
    min-width: 76px;
    min-width: 56px\0;
    height: 34px;
    padding: 0 6px;
    line-height: 34px;
    font-size: 14px;
}
.btn-success, .btn-gray.active {
    border: none !important;
    background-color: #5bbf5a;
    color: #fff;
}
.follow {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: 70px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    color: #37c701;
    text-decoration: none;
}

.follow:hover {
    color: #37c701;
    opacity: .8;
}

.follow.active{
    color: #fff;
    background-color: #1fd200;

    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: 70px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


em {
    font-style: normal;
}


.mod-footer a {
    cursor: pointer;
    /* color: #155faa; */
}
.btn-mini {
    min-width: 64px;
    min-width: 44px\0;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    font-weight: normal;
    font-size: 12px;
}
.btn-success:hover, .btn-gray.active:hover {
    background-color: #38b836 !important;
    color: #fff !important;
}

.btn-success.active:hover {
    background-color: #e6e6e6 !important;
    color: #999 !important;
}
.btn-success:active, .btn-success:focus {
    background-color: #32a831 !important;
}


/**************************************/
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 768px){
	.modal-dialog {
	    width: 600px;
	    margin: 30px auto;
	}
}
.aw-edit-comment-box .modal-dialog {
    width: 745px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
}
.modal-content {
    background-color: #fafafa;
    border-color: #999;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close {
    font-size: 18px;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.alert-box .modal-header .close {
    margin: 0;
    color: #9e9e9e;
}
.modal-body {
    position: relative;
    padding: 15px;
}
textarea.form-control {
    height: auto;
}


/******************/
.alert {
    margin-bottom: 0px;
    padding: 5px 14px;
    background: #fcfddb;
    border: 1px solid #f9f2a7;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger, .alert-error {
    position: relative;
    margin-bottom: 10px;
    background: #f2dede;
    border: 1px solid #eed3d7;
}
.alert-danger, .alert-error {
    color: #B94A48;
}

/******************/
/*.hide {
    display: none;
}*/
.alert-danger, .alert-error {
    color: #B94A48;
}
.form-textarea.form-control {
    height: auto;
} 
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    padding: 6px;
    resize: none;
    box-shadow: none;
    border-color: #ccc;
}
.aw-edit-comment-box .aw-file-upload-box {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.alert-box .modal-footer button {
    margin: 0 0 0 20px;
}
a {
    cursor: pointer;
    /* color: #155faa; */
}
.aw-nav-tabs h2 {
    position: absolute;
    top: 1px;
    right: 20px;
    margin: 0;
    font-size: 20px;
}

.mod-head .operate {
    position: absolute;
    right: 0;
    top: 0;
}
.is-box .is-b-top-in .mod-head {
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #f5f5f5;
}


/* emoji css */

.emoji .emoji-selector {
    padding: 1rem;
    position: absolute;
    top: 2.8rem;
    z-index: 1;
    bottom: 0;
    width: 280px;
    height: 17.5rem;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 5px 18px 0 rgba(0,0,0,.16);
}





/******/
.emoji {
    color: transparent;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    width: 25px;
}

.emoji::selection {
    background-color: highlight;
    color: transparent;
}

.emoji-image {
    font-size: 14px;
    line-height: 28px;
}

.emoji-button {
    cursor: pointer;
    margin: 5px;
}

.emoji-editor {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: text;
    font: medium -moz-fixed;
    /*font: -webkit-small-control;*/
    -webkit-font-smoothing: antialiased;
    height: 100px;
    overflow: auto;
    padding: 5px;
    resize: both;
    width: 100%;
}

.emoji-picker {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    width: 210px;
}

.emoji-picker a {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 3px;
}

.emoji-selector {
    border-bottom: 1px solid #ccc;
    display: flex;
}

.emoji-selector li { margin: 5px; }

.emoji-group {
   /* display: <a href="https://www.jqueryscript.net/tags.php?/grid/">grid</a>;*/
    grid-template-columns: repeat(6, 16.66667%);
    height: 200px;
    overflow-y: scroll;
    padding: 3px;
}

/* emoji css ending*/