body {

}

main {
    width: 1245px;
    height: auto;
    background: #fff;
    margin: auto;
}


fieldset input,
fieldset select {
    margin-right: 3px;
    width: 100%;
    padding: 4px 5px;
    font-size: 12px;
}


/* WALL PAGE */

.wall-body {
    background-color: #dfe4eb !important;
    width: 1230px !important;
    padding: 0px;
    margin: 10px 5px !important;
}

#pagecontainer {
    margin: 0 auto;
    /*width: 1000px;*/
    /*background-color: #dfe4eb;*/
}

#mainbody {
    /*background-color: transparent;*/
}

header#dating {
    background-color: #6ac1d9;
    width: 100%;
    display: inline-block;
}

#wall #headerMid {
    width: 1007px;
}

#wall #headerAd {
    width: 971px;
}

.dating-body #leftsection {
    float: left;
    width: 170px;
    height: 100%;
    margin: 0px 10px 5px 5px;
    border: 1px solid #dfe4eb;
    background-color: #dfe4eb;
}

#leftsection {
    border: none;
    background-color: transparent;
}

.wall_leftNav {
    display: inline-block;
}

.menuheading {
    background-color: #0698bf;
}

#leftsection ul{
    background-color: #fff !important;
}

#leftsection ul li {
    border-bottom: solid 1px #e6e6e6;
}

#leftsection ul li:last-child {
    border-bottom: none;
}

#leftsection ul li a:hover {
    border-left: solid 3px #0698bf;
}

.wall-body .menuheading {
    margin: 0;
    border-bottom: 2px solid #3d3d3d;
    padding: 6px 0px 6px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #eaeaea;
}

.dating_profile {
    width: 100%;
    height: auto;
    margin: 10px 0 15px;
}

.menuheading.prof {
    background: #0698bf;
    color: white;
    /*border-radius: 5px;*/
    border: 0;
    font-weight: normal;
    font-size: 12px;
    /*padding: 6px 0px 6px 5px;*/
}

.dating_profile .prof_name {
    font-size: 13px;
    color: #0057b3;
    margin: 5px 0 5px 0;
}

.dating_profile .image {
    width: 140px;
    height: 130px;
    background: white;
    overflow: hidden;
    border-radius: 5px;
}

.dating_profile .edit-text {
    color: #7b7b7b;
    margin-top: 5px;
    display: block;
}

.prof-link {
    margin-top: 10px !important;
    background: #dfe4eb !important;
}

.prof-link a {
    text-decoration: none;
}

.prof-link li {
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 3px 0 !important;
    margin: 5px 0 10px !important;
    /*border-bottom: 1px solid #c9ced6 !important;*/
}

.prof-link li:hover {
    color: #379fe8;
}

.prof-link li span {
    float: right;
    /* font-weight: normal; */
    color: #379fe8;
    font-size: 10px;
    margin-top: 3px;
}





.user-section {
    width: 170px;
    /* background: #3a708a; */
    /* padding: 10px; */
    display: inline-block;
    margin: 10px 0 0;
}

.user-section .image {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.user-section .name {
    width: 120px;
    float: left;
    position: relative;
    padding: 0;
}

.user-section .name p {
    font-size: 13px;
    color: white;
    margin-bottom: 5px;
}

.user-section .name a {
    
}









.dating_quicksearch {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.dating_quicksearch input, .dating_quicksearch select {
    margin: 0;
    background: #f4f4f4;
    border: solid 1px #c1c1c1;
}


.dating_quicksearch .prof_name {
    font-size: 13px;
    /* font-weight: normal; */
    margin: 0 0 5px;
    display: inline-block;
}

.radio_btn_wrap {
    width: auto;
    display: inline-block;
}

.radio_item {
    width: 80px;
    float: left;
}

.dating_quicksearch .radio_btn_wrap .prof_name {
    display: block;
}

.dating_quicksearch fieldset {
    width: 170px;
    border: 0;
    padding: 0;
}

.dating_quicksearch fieldset .radio_item input {
    width: 20px;
    height: 20px;
    float: left;
}

.dating_quicksearch fieldset .radio_item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.dating_quicksearch fieldset .radio_item input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 6px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.dating_quicksearch fieldset .radio_item input[type="radio"]:checked + .radio-label:before {
    background-color: #379fe8;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.dating_quicksearch fieldset .radio_item label {
    float: none;
    width: inherit;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    margin-right: 0.8em;
    margin-bottom: 20px;
    clear: both;
}

.gender_wrap, .age_wrap, .country_wrap, .name_wrap, .city_wrap, .p_school_wrap, .s_school_wrap {
    margin-bottom: 15px;
    display: inline-block;
}

.gender_wrap {
    margin-top: 10px;
}

.age_wrap {
    display: inline-block;
}

.dating_quicksearch_age {
    width: 100%;
}

.dating_quicksearch input {
    width: 158px;
}

.dating_quicksearch select {
    width: 170px;
}

.dating_quicksearch label {
     width: auto; 
    font-weight: bold;
    text-align: right;
    margin-right: 0;
    margin-bottom: 0;
}

.dating_quicksearch_age input {
    width: 64px;
}

.dating_quicksearch_age input:last-child {
    margin-right: 0;
}

.dating_quicksearch input[type=submit] {
    width: 170px;
    padding: 5px 25px;
    float: left;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: rgba(48, 145, 255, 1);
    background: -moz-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48, 145, 255, 1)), color-stop(100%, rgba(0, 96, 199, 1)));
    background: -webkit-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3091ff', endColorstr='#0060c7', GradientType=0);
}

.dating_quicksearch button#submit:hover, .message_area button#send:hover {
    background: #0d63c1;
}

.pagination_wrap {
    width: 663px;
    display: inline-block;
    padding: 20px 30px 0 0;
}

/*
.pagination_bar {
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
}*/

.dating_wrapper a {
    color: #045b73 !important;
}

.pagination {
    width: 663px;
    height: auto !important;
    display: inline-block;
    padding: 0;
    float: left !important;
}

.pagination a, .pagination .current, .pagination .disabled {
    margin: 0px 2px;
    padding: 6px 10px !important;
    border: solid 1px #ccc !important;
    color: #000 !important;
}

.pagination a:hover {
    color: #000;
    background: #6ac1d9;
}

a.prev, a.next, .disabled {
    color: #000 !important;
    border-right: solid 1px #cccccc;
    background: #d8f4fc !important;
}

.dating_contentWrap a.prev, .dating_contentWrap a.next, .dating_contentWrap .disabled {
    color: #000 !important;
    border-right: solid 1px #cccccc;
    background: #fff !important;
}

.pagination .current {
    background: #6ac1d9 !important; 
}


.wall-body #leftsection ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 170px;
    margin-bottom: 3px;
    float: left;
    background-color: #6ac1d9;
}

.wall-body #leftsection ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #bdbdbd;
    padding: 0;
}

#leftsection ul li a {
    display: block;
    color: #666666;
    font-weight: normal;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.1s;
    transition-timing-function: ease-out;
}

#leftsection ul li a:hover {
    border-left: solid 3px #0698bf;
}

#medsection2 {
    _width: 800px;
    background-color: transparent;

}


/*-----------------------------------------------------*/


.wide #medsection1 {
    /*margin-top: 0;*/
    /*background: #dfe4eb;*/
}

.dating_wrapper {
    width: 725px;
    float: left;
    margin-right: 15px;
}

.no_record_wrap {
    text-align: center;
}

.no_record_wrap p {
    font-size: 20px;
    margin: 40px 0 10px;
    display: inline-block;
}

.dating_wrapper .page_description {
       width: 685px;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0;
    /* color: #4e4e4e; */
    border-bottom: solid 1px #dfe4eb;
}

.dating_wrapper .page_title {
    width: 697px;
    margin: 0;
    padding: 7px 0 8px 28px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(207, 207, 207, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf', GradientType=0);
}


.dating_listWrap .category_head {
    width: 685px;
    display: inline-block;
    padding: 0 20px 5px 20px;
    border-bottom: solid 1px #dfe4eb;
}

.dating_listWrap .category_head .category_head_title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.dating_listWrap .category_head .item_wrap {
    /*text-align: center;*/
}

.dating_contentWrap {
    width: 725px;
    min-height: 970px;
    background: #fff;
    float: left;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.19);
}

.category_head {
    display: inline-block;
    margin: 5px 0 0;
}

.category_head .item {
    padding: 3px 19px;
    border: solid 1px #c1c5cc;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}

.dating_contentWrap .listing ul {
    display: inline-block;
}

.dating_contentWrap .listing li {
    width: 322px;
    height: 101px;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 10px 20px 10px 20px;
    border-bottom: solid 1px #dfe4eb;
}

.dating_contentWrap .listing li:hover {
    background: #ecf7ff;
}

.dating_listWrap .listing li .image,
.dating_inner .upper .image {
    width: 120px;
    height: 100px;
    float: left;
    background: #dfe4eb;
    border: solid 1px #dfe4eb;
    overflow: hidden;
    margin-right: 10px;
}




.general_search_wrap .article-item {
    width: 175px;
    height: 150px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    background: #1b1b1b;
    -o-transition: all 0.3s ease-out;
}

.general_search_wrap .article-item:nth-child(4n+0) {
    margin-right: 0;
}

.general_search_wrap .article-item .image {
    float: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.general_search_wrap .article-item .image img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    width: 100%;
    border-width: 0px;
}

.general_search_wrap .article-item .image::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1b1b1b 100%);
    margin-top: -100px;
    height: 100px;
    width: 100%;
    content: '';
}

.general_search_wrap .article-item .content {
    float: none;
    /* width: 170px; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15% 0.75rem 0.6rem 0.75rem;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgb(31, 31, 31));
    background-image: linear-gradient(transparent,rgb(31, 31, 31));
    background-position-y: -1px;
    bottom: -1px;
}

.general_search_wrap .article-item .content .content_title {
    margin: 0;
    padding: 0;
    max-height: 136px;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}






.dating_prof_info {
    width: 190px;
    float: left;
}

.dating_prof_info .top {
    height: 102px;
    overflow: hidden;
    
}

#wall_listWrap.search .article-item .content .s_text  {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}

#wall_listWrap.search .article-item .content .s_text:before  {
    display: none;
}

.dating_prof_info .s_text {
    display: block;
    margin: 3px 0;
    font-size: 12px;
}

.dating_prof_info .top h4 {
    font-size: 13px;
}

.dating_prof_info .bottom {
    margin: 20px 0;
}

.dating_prof_info .bottom a {
    display: inline-block;
    margin-right: 10px;
}


/*inner*/

.dating_inner {
    width: 725px;
    display: inline-block;
}


.dating_inner .tabs {
    width: 100%;
    border-bottom: solid 2px #dfe4eb;
    background: #f0f1f3;
    display: table;
    /*table-layout: fixed;*/
}

.tabs a {
    width: 100px;
    /*padding: 10px 39.6px;*/
    padding: 10px;
    display: table-cell;
    background: #f0f1f3;
    color: #2a74ae !important;
    border-bottom: solid 2px #f0f1f3;
    text-align: center;
    border-top: solid 1px #dfe4eb;
    border-left: solid 1px #dfe4eb;
    border-right: solid 1px #dfe4eb;
}

.tabs a:hover {
    background: #dfe4eb;
    border-bottom: solid 2px #dfe4eb;
}

.tabs a.active {
    background: #dfe4eb;
    font-weight: bold;
    color: #1d1d1d !important;
    border-bottom: solid 2px #0698bf;
}

.dating_inner .upper {
    display: inline-block;
    margin: 0 0 20px 0;
}

.dating_inner .dating_prof_info {
    width: 685px;
    float: left;
    padding: 20px;
    background: #f9f9f9;
}


.dating_inner .upper .image {
    width: 153px;
    height: auto;
    float: left;
    background: #dfe4eb;
    border: solid 4px #dfe4eb;
    overflow: hidden;
    margin-right: 40px;
}

.right_details {
    width: 480px;
    float: left;
}

.right_details dt {
    text-align: left;
    margin: 0 30px 10px 0;
    width: 130px;
}

.right_details dd {
    width: 250px;
}

h4.info_title {
    margin-bottom: 10px;
    color: #000;
}

.info_section {
    margin-bottom: 30px;
}

.info_section p {
    margin-bottom: 5px;
}

.info_section .highlight {
    color: #000;
}

.photos_wrap {
    width: 675px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0), 0 0 175px rgba(0, 0, 0, 0.1) inset, 0 5px 10px #fff;
}

.photo_controls {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.overButton {
    font-size: 20px;
    font-weight: bold;
    /* -webkit-border-radius: 15px; */
    -moz-border-radius: 15px;
    border-radius: 40px;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    /* vertical-align: middle; */
    border: 1px solid;
    margin: 0 0 5px;
    padding: 3px 4px;
    display: inline-block;
    color: #bfbfbf;
    transition: 1s;
}

.overButton:hover {
    color: #2d2d2d;
}

.nextbtn, .prevbtn {
    text-decoration: none;
}

.main_photo {
    width: 675px;
    height: 350px;
    text-align: center;
    /* border: solid 5px #f3f3f3; */
    margin: 0;
}

.main_photo img {
    width: auto;
    height: 100%;
}

.thumb_wrap {
    width: 655px;
    /* background: #f3f3f3; */
    padding: 5px 10px;
    text-align: center;
}

.thumb_wrap a.thumb_item {
    width: 95px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.thumb_wrap a.thumb_item img {
    width: 100%;
    height: auto;
    transition: 1s;
}

.thumb_wrap a.thumb_item:hover img {
    -webkit-filter: opacity(0.6);
}

/********************** MESSAGE **********************/

.right_details label {
    /*width: 480px;*/
    margin: 0 0 10px 0;
}

.message_list a {
    display: inline-block;
    color: #2a74ae !important;
}

/*.message_list a:nth-last-child(even) {
    background: whitesmoke;
}*/

.message_item {
    border-bottom: solid 1px #e0e4eb;
    padding: 10px 10px;
    width: 702px;
    height: auto;
    display: inline-block;
    /*margin: -1px;*/
    border-left: solid 3px #f9f9f9;
    color: #000;
}

.message_item:hover {
    border-left: solid 3px ;
}

.message_item.new {
    background: whitesmoke;
}

.message_item.new .msg_caption {
    font-weight: bold;
    color: #000;
    overflow: hidden;
}

.message_item .msg_brief {
    width: 450px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message_item.new .msg_brief {
    font-weight: bold;
    color: #000;
}

.msg_caption {
    width: 90px;
    margin: 0;
    float: left;
    float: left;
    margin-right: 15px;
    white-space: nowrap !important;
    overflow: hidden !important;
     text-overflow: ellipsis !important; 
}

.msg_time {
    font-size: 11px;
    color: #b8bec7;
    float: right;
}

.message_body {
    background: white;
    margin-bottom: 30px;
    padding: 10px;
}

.message_body .info_title {
    margin-bottom: 10px;
    color: #000;
}

.message_area {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

.message_area .field_title {
    color: #909eb5;
    text-align: left;
    margin: 0 0 5px 0;
}

.message_area textarea {
    margin-right: 3px;
    width: 398px;
    min-height: 100px;
    min-width: 398px;
    max-width: 398px;
    height: 200px;
    padding: 4px 5px;
    font-size: 12px;
    border-color: #e0e4eb;
}

.message_area input {
    padding: 4px 5px; */
    font-size: 12px;
    border-style: solid;
    border: solid 1px #e0e4eb;
    width: 398px;
    /* min-height: 100px; */
    min-width: 398px;
    max-width: 398px;
    /* height: 200px; */
    padding: 4px 5px;
}

.message_area button#send {
    padding: 5px 25px;
    float: left;
    border: 0;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    background: #0d6dd6;
    /*background: rgba(48,145,255,1);
    background: -moz-linear-gradient(top, rgba(48,145,255,1) 0%, rgba(0,96,199,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,145,255,1)), color-stop(100%, rgba(0,96,199,1)));
    background: -webkit-linear-gradient(top, rgba(48,145,255,1) 0%, rgba(0,96,199,1) 100%);
    background: -o-linear-gradient(top, rgba(48,145,255,1) 0%, rgba(0,96,199,1) 100%);
    background: -ms-linear-gradient(top, rgba(48,145,255,1) 0%, rgba(0,96,199,1) 100%);
    background: linear-gradient(to bottom, rgba(48,145,255,1) 0%, rgba(0,96,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3091ff', endColorstr='#0060c7', GradientType=0 );*/
}

.message_chat_wrap {
    padding: 20px;
}

.chat_id {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: solid 1px #f1f2f3;
    padding-bottom: 10px;
}

.chat_id .image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.chat_id_name {
    font-weight: bold;
    /*color: #379fe8;*/
    padding-bottom: 5px;
    margin-top: 1.5em;
    clear: none;
    float: left;
}

.chat_id img {
    /*float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;*/
}

.message_chat_item {
    padding: 10px 15px;
    max-width: 530px;
    height: auto;
    display: inline-block;
    margin: -1px;
    border-radius: 10px;
    border: solid 1px #e0e4eb;

}

.incoming {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.message_action {
    position: absolute;
    bottom: 2px;
    left: 14px;
}

.message_action a {
    width: 20px;
    height: 20px;
    background: #f1f2f3;
    display: inline-block;
    border-radius: 15px;
}

.message_action .message_reply {
    width: 22px;
    height: 22px;
    /* background: #dcdcdc; */
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0;
    background-size: 340px;
    background-image: url(https://cdn.ghanaweb.live/design/icons.png);
    font-size: 0;
    line-height: 27px;
    background-position: -223px -37px;
}

.message_action .message_delete {
    width: 22px;
    height: 22px;
    /* background: #dcdcdc; */
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0;
    background-size: 360px;
    background-image: url(https://cdn.ghanaweb.live/design/icons.png);
    font-size: 0;
    line-height: 27px;
    background-position: -238px -59px;
}

.incoming .message_chat_item {
    background: #fff;
}

.first_field .message_action {
    width: 100px;
    margin: 5px 0;
    display: inline-block;
}

.first_field .message_action a {
    color: white;
    font-size: 11px;
    border: solid 1px #f1f2f3;
    padding: 0px 7px 2px 8px;
    border-radius: 10px;
    float: left;
    text-decoration: none;
    margin: 0 5px 0 0;
}

.first_field .message_action input {
    float: left;
    padding: 2px;
    color: black;
    font-size: 11px;
    border: solid 1px #f1f2f3;
    padding: 0px 7px 2px 8px;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}

.reply_container textarea {
    margin-top: 6px;
    width: 100%;
    max-width: 500px;
    min-width: 500px;
    height: 100px;
    padding: 5px 10px;
    border: solid 1px #c5d1dc;
    border-radius: 5px;
    outline: none;
    resize: none;
}

.reply_container .btn_send_message {
    padding: 5px 15px;
    float: left;
    border: 0;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    background: #5d86af;
}

.reply_container .btn_send_message:hover {
    background: #0d63c1;
}








.outgoing .message_chat_item {
    background: #e4f2ff;
}

.outgoing {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.message_chat_item .chat_text {
    margin: 0 0 3px;
    /* float: left; */
}

.chat_time {
    font-size: 11px;
    color: #b8bec7;
    float: right;
    text-transform: capitalize;
    margin-top: 2px;
}

.message_chat_reply {
    width: 100%;
    display: inline-block;
    border-top: solid 1px #e0e4eb;
    padding-top: 20px;
    margin-top: 10px;
}

.reply_text {
    width: 82%;
    height: auto;
    display: inline-block;
    margin-right: 2.4%;
    float: left;
}

.reply_text label,
.reply_send label {
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: right;
    margin: 0;
}

.reply_text label textarea {
    width: 100%;
    max-width: 500px;
    min-width: 500px;
    max-height: 42px;
    padding: 5px;
    border: solid 1px #c5d1dc;
    border-radius: 15px;
    outline: none;
    resize: none;
}

.reply_send {
    width: 15%;
    height: auto;
    display: inline-block;
    float: left;
}

.reply_send button#send {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: rgba(48, 145, 255, 1);
    background: -moz-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48, 145, 255, 1)), color-stop(100%, rgba(0, 96, 199, 1)));
    background: -webkit-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(48, 145, 255, 1) 0%, rgba(0, 96, 199, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3091ff', endColorstr='#0060c7', GradientType=0);
}

.reply_send button#send:hover {
    background: #0060c7;
background: -moz-linear-gradient(top, #0060c7 0%, #3091ff 100%);
background: -webkit-linear-gradient(top, #0060c7 0%,#3091ff 100%);
background: linear-gradient(to bottom, #0060c7 0%,#3091ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060c7', endColorstr='#3091ff',GradientType=0 );
}


/********************** END MESSAGE ***************************/


/*end of inner style*/

.side {
    width: 300px;
    height: 400px;
    /*background: #eee;*/
    float: left;
}

#footer {
    background-color: #ff8e8e;
}