.container {
    width: 96% !important;
}

.Request_wrapper {
    height: 100%;
}

.Request_wrapper > div {
    padding: 0 !important;
}

.Request_section1Root {
    border-left: 0;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    overflow-y: unset;
}

.Request_searchRoot {
    padding: 9px 10px 0;
}

.RequestOnlyEntrepreneur_header {
    padding: 2px 0 10px 0;
}

.RequestEntrepreneur, .RequestAdmin {
    margin-top: 0 !important;
}

.Request_section2Root {
    border-right: 1px solid #CCC;
}

/* Request message */
.Request_messageSearchRoot {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #E3E3E3;
    display: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.Request_messageRoot{
    height: 100%;
    overflow: hidden;
}

.Request_messageHeader {
    padding: 0.8rem 1.5rem;
    background: #f9f9f9;
    font-weight: bold;
    font-size: 1.05em;
    border-bottom: 1px solid #bebebe;
}

.Request_messageListRoot {
    flex: 1;
    display: flex !important;
    overflow: auto;
    position: relative;
}

.Request_messageListNoSelected {
    z-index: 1;
    justify-content: center;
    align-items: center;
    font-size: 1.05em;
    /*font-weight: bold;*/
    color: #a8a8a8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
}

.Request_messageName{
    line-height: 1;
}

.messageEachRoot,
.messageListEachRoot,
.Request_searchResultRoot,
.Request_searchResultListMessageRoot {
    width: 100%;
    height: 100%;
    z-index: 2;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    background: #FFF;
    position: relative;
}

.Request_searchResultMoreButton {
    text-align: right;
    padding: 8px 10px 40px 0;
}

.Request_searchResultMoreButton a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.Request_searchResultButton {
    background: #CCC;
    /*border: 1px solid #CCC;*/
    margin: 6px 0 0 0;
    padding: 2px 5px 4px 0;
    border-radius: 2px;
    cursor: pointer;
    display: none;
}

.Request_searchResultButton.active {
    display: inline-block;
}

.Request_messageList {
    padding: 16px 2.5rem 17px 14px;
    border-bottom: 1px solid #f4f4f4;
}

.Request_messageList.forceHover:hover {
    cursor: pointer;
    background: #F6F6F6;
}

.Request_messageLoading {
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
}

.Request_searchTextHighlight {
    background: #fff8cc;
}

.Request_searchMessageCancelButton {
    margin-left: auto;
    top: 5px;
    right: 4px;
    position: absolute;
    left: initial;
    display: none;
}

.Request_messageImgRoot {
    position: relative;
    width: 30px;
    height: 30px;
}

.Request_messageImg {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.Request_messageIconStaff {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 30%;
    height: 30%;
    border-radius: 50%;
}

.Request_messageDetail {
    width: 100%;
    flex-shrink: 1;
    padding-left: 0.9rem;
    overflow: hidden;
}

.Request_messageWho {
    margin-bottom: 3px;
}

.Request_messageContentRoot{
    margin-top: 0.2rem !important;
    font-size: 1.2rem;
}

.Request_messageContentRoot.red.message{
    margin-top: 0.7rem !important;
    font-size: 1.1rem;
    background-color: #fffafa !important;
}

.Request_messageContentRoot.is_important {
    margin: 1rem 0;
    padding: 1em;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
}

.Request_messageContentRoot.orange {
    box-shadow: none !important;
}

.Request_messageContent {
    line-height: 1.5;
    white-space: pre-wrap;
}

.Request_messageGalleryRoot {
    margin-top: 5px;
}

.Request_messageGallery {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.07);
}

.Request_messageGallery img {
    width: 100%;
    height: auto;
}

.Request_messageGallery .icon.close {
    position: absolute;
    right: -1px;
    top: 2px;
    opacity: 0.5;
    cursor: pointer;
}

.Request_messageGallery .icon.download {
    position: absolute;
    left: -1px;
    bottom: 2px;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.Request_messageGallery:hover .icon.download {
    display: block;
}

.Request_messageFileRoot {
    margin-top: 5px;
}

.Request_messageFileList {
    margin-top: 5px;
    cursor: pointer;
}

.Request_messageFile {
    padding: 4px 10px;
    background: #F3F3F3;
}

/* End Request message */

.Request_messageTypeRoot {
    width: 100%;
    padding: 11px 13px;
    background: #F6F6F6;
    display: none;
    flex: 0;
}

.Request_messageTypeRoot.active {
    display: block;
}

.Request_messageTypeControl {
    padding: 10px 0 4px 0;
    /*background: #FFF;*/
}

#sendMessageButton {
    margin-left: auto;
}

.ui.form textarea:not([rows])[name="messageTypeInput"] {
    resize: none !important;
    height: auto;
    min-height: 3em !important;
    background: transparent !important;
    line-height: 1.2 !important;
    padding: 0;
    border: none;
}

.Request_messageTypeFileListRoot {
    margin-top: 5px;
}

.Request_messageTypeFileList {
    word-break: break-word;
}

.Request_messageTypeFileList .file {
    opacity: 0.5;
    cursor: pointer;
}

/* LIST ROOT */
.Request_list .tag {
    font-size: 0.9em;
}

.Request_list.active {
    background: #ffffff;
    border: 3px solid #f30000;
}

.Request_list:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.Request_list.active:hover {
    background: #f9f9f9;
}

.Request_list.active .Request_requester {
    opacity: 1;
}

.Request_list.noResult {
    color: #CCC;
    text-align: center;
    padding: 50px 0;
}

.Request_title {
    font-size: 1em;
    /*max-width: 70%;*/
}

.Request_lestTimeMessageActive {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    /*color: rgb(0, 0, 0);*/
}

.Request_idRoot {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    word-break: break-word;
}

.Request_id {
    /*margin-right: 2px;*/
    font-size: 0.9em;
    /*opacity: 0.5;*/
}

.Request_pin {
    opacity: 0.1 !important;
    margin: 1px 0 0 4px !important;
}

.Request_pin:hover {
    opacity: 1 !important;
    cursor: pointer;
}

.Request_list > .flex {
    margin-bottom: 7px;
}

.Request_list > .flex:last-child {
    margin-bottom: 0;
}

.Request_type {
    flex-shrink: 0;
    max-width: 95%;
    /*max-width: 70%;*/
}

.Request_timeCreatedRoot {
    flex-shrink: 1;
}

.Request_timeCreated {
    font-size: 0.8em;
    opacity: 0.7;
    text-align: right;
}

.Request_requester {
    font-size: 0.8em;
    /*opacity: 0.7;*/
    color: rgba(0, 0, 0, .40);
    margin-top: 4px;
    line-height: 1.7;
}

.Request_timeMeeting {
    padding: 2px 3px;
    font-size: 0.8em;
    border-radius: 6px;
}

.Request_countMessage {
    color: red;
    text-align: right;
    opacity: 0;
    font-size: 1.3em;
}

.Request_list.active .Request_countMessage {
    color: #FFF;
}

.Request_countMessage.active {
    opacity: 1;
}

/* END LIST ROOT */

.request-description b{
    padding-right: 0.6rem;
}

.Request_section3Root {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.Request_section3Root .ui.accordion {
    padding: 0 10px;
    overflow-y: auto;
    height: 85%;
}

.Request_section3HeaderRoot {
    font-weight: bold;
    border-bottom: 1px solid #bebebe;
    padding: 8px 13px 9px 13px;
    background: #f9f9f9;
}

#section3{
    padding: 1rem;
    overflow-y: auto;
    /*position: relative;*/
    width: 100%;
    height: 93%;
}

#section3 .box{
    margin-bottom: 1rem;
}

.Request_section3Info {
    padding: 13px;
    display: none;
}

.RequestDetail_summary {
    border-bottom: 1px solid #efefef;
    padding: 13px 0;
}

.RequestDetail_summary:last-child {
    border-bottom: 0;
}

.RequestDetail_summary .time {
    font-size: 0.8em;
}

.RequestDetail_summaryTitle {
    border-bottom: 1px solid #efefef;
    padding: 0 0 13px 0;
}

#request-id {
    padding: 0.78571429em 0 0.78571429em;
}

.Request_closeButton {
    margin-left: auto;
}

.FormRequest_page2 {
    display: none;
}

#modalRequest .ui.selection.dropdown {
    min-width: initial;
    width: 100%;
}

.RequestDetail_fileRoot {
    /*width: 100%;*/
    overflow: auto;
}

.RequestDetail_fileRoot .ui.feed > .event > .content .summary {
    word-break: break-word;
}

.RequestEntrepreneur,
.RequestAdmin {
    display: none;
}

.RequestSearch_advanceButton {
    cursor: pointer;
}

.RequestSearch_advance {
    display: none;
}

.RequestSearch_advance.active {
    display: block;
}

.ui.selection.dropdown {
    min-width: initial !important;
}

#section3 .title {
    font-weight: bold;
    font-size: 1.4em;
    padding-bottom: 1rem;
}

#location {
    padding: 0;
}

.file-download{
    padding: 1rem 1rem 0 1rem;
}

#message-important {
    padding: 0 1rem 1rem 1rem;
}

.File_controlRoot {
    margin: 13px 0 15px 0;
}

.File_nameRoot {
    cursor: pointer;
    white-space: initial;
    word-break: break-all;
    min-width: 165px;
}

.File_nameRoot .icon {
    margin-top: 1px;
}

.FormRequest_page1 .ui.raised.segment {
    box-shadow: none;
}

.FormRequest_source {
    position: relative;
    border-bottom: 1px solid rgba(222, 222, 222, 0.46);
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

#addHotel {
    margin: 0 5px 0 0;
    opacity: 0;
    width: 1px;
    height: 1px;
}

#allHotel {
    height: 26px;
    margin: 0 5px 0 0;
    padding-top: 0.5em;
}

#clearAllHotel {
    padding-top: 0.5em;
}

.FormRequest_listSourceEmpty,
.FormRequest_listHotelEmpty {
    min-height: 100px;
    text-align: center;
    justify-content: center;
    border: 1px solid rgb(255, 255, 255);
    color: #5f5f5f;
    border-radius: 5px;
}

.FormRequest_hotelMenu .menu {
    font-size: 1.45em !important;
}

.FormRequest_hotelMenu .plus.icon {
    /*font-size: 0.8em !important;*/
}

.FormRequest_hotelMenu .item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.FormRequest_hotelMenu .item.hide {
    display: none !important;
}

.FormRequest_hotelMenu .item .icon.checkmark {
    display: none;
    margin: 0;
}

.FormRequest_hotelMenu .item .icon.remove {
    display: block;
    margin: 0;
}

.FormRequest_hotelMenu .item.selected2 .icon.checkmark {
    display: block;
}

.FormRequest_hotelMenu .item.selected2 .icon.remove {
    display: none;
}

.mentions-input-box{
    font-family: sans-serif;
    line-height: 1.15;
    padding: 1rem;
    border-radius: 0.4rem;
    border: 1px solid #CCC;
}

.mentions-input-box .mentions{
    padding: 1rem;
    top: 0;
    left: 0;
}

#popup-request-filter{
    position: absolute;
    width: 100%;
    z-index: 100;
    display: none;
    height: 100%;
    background: #CCC;
    padding: 2%;
}
#popup-request-filter.active{
    display: block;
}

#popup-request-filter .close-button{
    position: absolute;
    right: 0;
    z-index: 1000;
    color: #FFF;
    background: red;
    border-radius: 3px;
    padding: 0.3rem;
    cursor: pointer;
}
#popup-request-filter .close-button:hover{
    opacity: 0.7;
}
#popup-request-filter #form-request-filter{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 50px #e3e3e3;
    border: 1px solid #b9b9b9;
    height: 100%;
}

#popup-request-filter .filter{
    padding: 1.4rem;
    background: #fcfcfc;
    border-right: 1px solid #bcbcbc;
    height: 100%;
}

#popup-request-filter .list-request-wrapper{
    background: #CCC;
    height: 100%;
}

#list-request{
    /*margin: 1rem 0;*/
}

.each-request{
    position: relative;
    line-height: 1.6;
    width: 32%;
    margin: 0 1.5% 1rem 0;
}
.each-request:nth-child(3n){
    margin-right: 0;
}

.each-request .type{
    margin-top: 0.4rem;
}

.each-request .Request_countMessage {
    color: red;
    text-align: right;
    opacity: 0;
    font-size: 1.3em;
    position: absolute;
    right: 0.8rem;
    top: 3.4rem;
}

.each-request.active .Request_countMessage {
    opacity: 0;
    display: none;
}

.each-request .Request_countMessage.active {
    opacity: 1;
}