﻿/*Popup Announcement*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}

/* inbox */
#inbox-btn {
    position: relative;
}

.inb_count {
    position: absolute;
    top: -7px;
    background: red;
    color: #fff;
    font-size: 10px;
    border-radius: 25px;
    padding: 0px 5px;
    right: 38px;
    font-weight: normal;
    text-shadow: none;
}

.nav-tabs > li .inb_count {
    position: relative;
    display: inline-block;
    right: auto;
    font-size: 12px;
    top: -1px;
    border-radius: 5px;
    padding: 0 4px;
}

.globalModal {
    z-index: 9;
}

.globalModal, .globalModal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.globalModal-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.globalModal-box {
    position: relative;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
    margin-top: -250px;
}

.globalModal-header {
    background-color: #a78b4d;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    height: 46px;
    line-height: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.globalModal-close {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    font-weight: lighter;
    opacity: 0.6;
}

    .globalModal-close:hover {
        transition: .2s;
        opacity: 1;
    }

.inbox_page {
    padding: 0px 30px;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .inbox_page table {
        text-align: center;
        font-size: 14px;
        margin: 5px 0;
        width: 100%;
    }

        .inbox_page table td {
            cursor: pointer;
        }

        .inbox_page table th {
            font-weight: bold;
        }

.inboxModal .globalModal-box {
    width: 542px;
    height: 515px;
    margin-left: -272px;
    margin-top: -263px;
}

.inboxModal .inboxModal_details {
    border: 1px solid #c6c6c6;
    width: 95%;
    margin: 2% 2.5%;
    font-size: 13px;
    float: left;
    border-bottom: none;
    border-right: 0;
    padding: 0;
}

    .inboxModal .inboxModal_details div {
        width: 30%;
        float: left;
        border-right: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
        padding: 8px 5px;
    }

        .inboxModal .inboxModal_details div:nth-child(2n) {
            width: 70%;
        }

.inboxModal .inboxModal_cont {
    margin: 0% 2.5%;
    float: left;
    height: 392px;
    overflow: auto;
    text-align: left;
}

.inboxModal .globalModal-header {
    line-height: 3;
    font-size: 16px;
}

.inb_notif {
    top: -4px;
    position: absolute;
    background: red;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    right: 12px;
}

#message-content {
    margin: 0;
    padding: 0;
}

.inboxModal .inboxModal_cont p {
    line-height: 1;
    font-size: 14px;
}

.unread_row {
    font-weight: bold;
}
/* inbox end */

.adminMessage {
    text-align: left;
    margin-left: 10px;
}

.adminMessageDate {
    text-align: left;
    font-size: 8px;
}

.userMessage {
    text-align: right;
    margin-right: 10px;
}

.userMessageDate {
    text-align: right;
    font-size: 8px;
}

.inboxModal .inboxModal_cont{
    height:auto;
    width: 95%;
}

.inboxModal .inboxModal_cont {
    height: 375px;
}

#msgMainContainer_inbox .main{
    height:220px;
}

.btn-reply{
    margin-top:30px;
}

#inboxList_inbox a {
    color: white;
}
