﻿
.phBiography {
    margin-bottom: 30px;
}

.phM10 {
    margin-bottom: 10px;
}

.phMt30 {
    margin-top: 30px;
}

.phSideBar {
    z-index: 99999;
}

.phlTitleCountryInfo {
    font-size: 15px !important;
}

.sub-comment {
    padding-left: 40px !important;
}

.phOriginal {
    margin-bottom: 20px;
}

    .phOriginal a {
        font-weight: bold;
    }

.phBackgroundWrite {
    background-color: white;
}

.removeImage {
    text-align: right;
    color: red;
    font-weight: bold;
    text-decoration: underline
}

.phSes {
    text-align: center;
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}


.bootstrap-tagsinput .tag {
    background: none repeat scroll 0 0 #5a4b84;
    border: 1px solid #5a4b84;
    border-radius: 21px;
    color: #fff;
    font-family: sans-serif,serif;
    letter-spacing: 1.1px;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 100%;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.tt-input {
    border: 0;
    outline: none;
    width: 195px;
    padding-top: 4px;
    font-size: 16px;
}

.tt-hint {
    display: none;
}

.tt-menu {
    background: #5a4b84;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
}

.tt-suggestion {
    padding: 3px 0;
}

.pd20 {
    padding: 20px;
}

.PhQuotePassive {
    opacity: 0.5
}

.phBookmarkMenu {
    width: 120px !important;
}

.phTop100Keyword {
    background-color: white !important;
    color: #5a4b84 !important;
    border: solid 1px #5a4b84 !important;
}

    .phTop100Keyword:hover {
        background-color: #5a4b84 !important;
        color: white !important;
        border: solid 1px #5a4b84 !important;
    }

.phKeywords .phKey :hover {
    background-color: #5a4b84 !important;
    color: white !important;
    border: solid 1px #5a4b84 !important;
}

.phTop100Pdng {
    padding: 15px;
}

.phAcDate {
    float: right;
    opacity: 0.7;
    font-size: 12px;
    margin-right: -25px;
}

.phActivityBlockquote {
    font-size: inherit !important;
}

.phActmargin {
    margin-bottom: 10px;
}

.ph404p {
    color: #5a4b84;
    font-size: 16px;
    font-family: sans-serif,serif;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
}

.pg404Title {
    color: #5a4b84;
    font-size: 22px;
    font-family: sans-serif,serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phBttmContent {
    margin-top: 125px;
    color: white;
    font-family: sans-serif,serif;
    font-weight: bold;
    font-size: smaller;
}

.phFooter .phFtBottom .phBttmlink a:first-child:before {
    content: "";
    padding: 0px;
}


.phFooter .phFtBottom .phBttmlink a:before {
    content: "|";
    padding: 0px 4px;
}

.phActivityEditable {
    right: -19px !important;
    top: 1px !important;
}

.phActivitybptDate {
    top: 4px !important;
    right: 12px !important;
}

.phBody {
    min-height: 700px !important;
}

.phBttmKeltis p {
    color: white;
}

.phBttmKeltisInfo {
    font-size: 11px;
}

.masthead_ad {
    width: 970px;
    height: 250px;
    margin: 0 auto 15px auto;
}

@media only screen and (max-width: 970px) {
    .masthead_ad {
        /*width: 300px;
        height: 100px;
        margin: 0 auto 20px auto;*/
        display: none;
    }

    .Ad_300_600_mobile_footer {
        width: 300px;
        height: 600px;
        display: table;
        margin: 20px auto;
    }

    .phFooter {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 970px) {
    .Ad_300_600 {
        width: 336px;
        height: 600px;
        text-align: center;
        padding-bottom: 15px;
        display: table;
    }
}

.phBttmKeltisInfoDate {
    padding-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-size: 10px;
}

.phBttmKeltisLogo {
    padding-bottom: 10px;
}

.phChatMessage {
    width: 100%;
    position: relative;
    float: left;
    min-height: 350px;
}

    .phChatMessage .chat-message {
        width: 100%;
        position: relative;
        float: left;
        padding: 15px;
        margin-bottom: 45px;
        word-break: normal;
    }

        .phChatMessage .chat-message.left-grey {
            background: #e8eaed;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            .phChatMessage .chat-message.left-grey:after {
                content: "";
                position: absolute;
                left: -3px;
                bottom: -29px;
                width: 0;
                height: 0;
                border-top: 22px solid transparent;
                border-bottom: 22px solid transparent;
                border-right: 22px solid #e8eaed;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .phChatMessage .chat-message.right-purple {
            background: #413464;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            color: #fff;
        }

            .phChatMessage .chat-message.right-purple:after {
                content: "";
                position: absolute;
                right: -3px;
                bottom: -29px;
                width: 0;
                height: 0;
                border-top: 22px solid transparent;
                border-bottom: 22px solid transparent;
                border-right: 22px solid #413464;
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg);
            }

.phChatMessageAddImage .phChatImage {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    left: 20px;
    top: 16px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.phChatMessage .cmTitle {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
}

.phChatMessage .cmDate {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 1px;
}


.phChatMessageAddImage .phPageTitle {
    padding-left: 70px;
}

.phChatMessage .cmDate {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 1px;
}

.phChatMessageAddImage .phChatImage {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    left: 20px;
    top: 16px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media only screen and (max-width:970px) {
    .phHeader .phNavigation .phLoginOp {
        display: none;
    }

    /*.phHeader .phNavigation .phHeaderSearch {
        top: 110px;
     
    }*/

    .phHeader .phNavigation .phHeaderSearch {
        display: block;
        /*        position: relative;
        float: right;
        width: 185px;
        margin-left: 20px;
        border-radius: 14px;*/
        z-index: 99999999999999999;
        top: 12px;
        width: 150px;
        margin-left: 0;
        /*        -webkit-box-shadow: 0 6px 18px -4px rgba(99, 31, 182, 0.26);
        -moz-box-shadow: 0 6px 18px -4px rgba(99, 31, 182, 0.26);
        box-shadow: 0 6px 18px -4px rgba(99, 31, 182, 0.26);
        background-blend-mode: multiply;
        background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
    }

    .phHeaderSearch input {
        background: transparent;
        float: left;
        position: relative;
        width: 100%;
        height: 30px;
        border: 0;
        color: #fff;
        padding: 0 8px;
        outline: none;
        padding-right: 30px;
        background-image: url(../img/icon-search-white.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: right 10px center;
    }

    .phHeaderSearch ::-webkit-input-placeholder {
        color: #fff;
    }

    .phHeaderSearch ::-moz-placeholder {
        color: #fff;
    }

    .phHeaderSearch :-ms-input-placeholder {
        color: #fff;
    }

    .phHeaderSearch :-moz-placeholder {
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .phFooter .phFtBottom .phftsc .phBttmKeltis {
        padding-top: 15px !important;
    }

    .phBttmKeltisLogo {
        padding-top: 60px;
        padding-left: 10px;
    }

    .phBttmContent {
        margin-top: 80px;
    }

    .phKeltis {
        padding-left: 10px;
    }

    .phBttmKeltisInfoDate {
        padding-top: 5px;
        margin-left: 10px;
        margin-bottom: 5px;
        color: white;
        font-size: 10px;
    }

    .modalPopupClose {
        z-index: 99999 !important;
    }

        .modalPopupClose img {
            width: 15px !important;
        }

    .modalPopup .modalPopupContent {
        width: 80% !important;
        padding: 12px !important;
    }

        .modalPopup .modalPopupContent .mpText {
            font-size: 15px !important;
            margin-top: 5px !important;
        }





    .phHeader .phSinginOpen .phsMessage .phsContent {
        width: 302px;
    }

    .phHeader .phSinginOpen .phsNotification .phsIcon {
        display: inline-block;
        position: relative;
        width: 18px;
        height: 21px;
        background: url(../img/icon-notifi-white.svg) no-repeat;
        background-size: 100% 100%;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}



.phMessageImage .phMsgList .phMsgImage {
    left: 20px;
}

.phMessageList .phMsgList .phMsgTitle {
    left: 20px;
}

    .phMessageList .phMsgList .phMsgTitle .phMsgPublished {
        right: 15px;
    }

.phMessageList .phMsgList .phMsgDesc {
    left: 20px;
    word-break: break-all;
}

.phMessageList.active .phMsgList .phMsgRadio {
    display: block;
}

.phMessageList.active .phMsgList .phMsgTitle {
    padding-left: 40px;
}

.phMessageList.active .phMsgList .phMsgDesc {
    padding-left: 40px;
}

.phMessageList.active .phMsgList .phMsgPublished {
    right: 35px;
}

.phMessageImage .phMsgList .phMsgImage.notif {
    left: 5px;
}

.phMessageList .phMsgList .phMsgTitle.notif {
    left: 5px;
}

.phMessageList .phMsgList .phMsgTitle .phMsgPublished.notif {
    right: -5px;
}

.phMessageList .phMsgList .phMsgDesc.notif {
    left: 5px;
    word-break: normal;
}



@media only screen and (max-width: 970px) {

    .mobile-badge {
        display: block;
        position: absolute;
        top: -10px;
        left: 15px;
        padding: 1px 7px;
        border-radius: 50%;
        background: red;
        color: white;
        font-size: xx-small;
        font-weight: bold;
        z-index: 99999;
    }
}

/*  Osman*/
.badge {
    position: absolute;
    top: -15px;
    right: -13px;
    padding: 1px 7px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: xx-small;
    font-weight: bold;
    z-index: 1;
}
/*  Osman*/

.field-validation-error {
    color: red;
}

.phForm .phFormElement phValidationArea {
    margin-bottom: 30px;
}

.selectv1 {
    height: 37px;
    min-width: 130px;
    outline: none !important;
    border-radius: 4px !important;
    border: solid 1px rgba(150, 149, 149, 0.4) !important;
    padding: 10px;
    color: #484848 !important;
    background-color: rgba(232, 234, 237, 0.4) !important;
    background-position: right 10px top 11px !important;
}

.selectFilter {
    height: 28px;
    min-width: 100px;
    outline: none !important;
    border-radius: 4px !important;
    border: solid 1px rgba(150, 149, 149, 0.4) !important;
    padding: 4px;
    color: #484848 !important;
    background-color: rgba(232, 234, 237, 0.4) !important;
    background-position: right 10px top 11px !important;
}

.phMsgEventSelect .psmesLink, .checkbox-scope .checkbox-class .checkbox-text.psmesLink {
    text-decoration: none;
}

.phMessageList .phMsgList .phMsgSearchBoxItem {
    margin-right: -75px;
    margin-left: -20px;
}



.modalBackground {
    height: 100%;
    background-color: #EBEBEB;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopupWp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: none;
}

    .modalPopupWp .modalPopupWpBg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .modalPopupWp .modalPopupWpBgYesNo {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.3);
        display: none;
    }

    .modalPopupWp .modalPopupWpContent {
        width: 100%;
        max-width: 350px;
        height: auto;
        position: relative;
        float: left;
        background: #fff;
        padding: 10px;
        top: 330px;
        left: 24%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5);
        box-shadow: 0 4px 6px 0 rgba(185, 185, 185, 0.5);
        border-radius: 10px;
    }

        .modalPopupWp .modalPopupWpContent .mpWpPermRemind {
            display: table;
            position: relative;
            width: 100%;
            text-align: center;
        }

            .modalPopupWp .modalPopupWpContent .mpWpPermRemind img {
                display: none;
            }

        .modalPopupWp .modalPopupWpContent .mpText {
            display: inline-block;
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 18px;
            margin-top: 20px;
            line-height: 140%;
        }

        .modalPopupWp .modalPopupWpContent .mpWpButton {
            display: inline-block;
            position: relative;
            width: 100%;
            text-align: right;
            margin-top: 20px;
            display: block;
        }

            .modalPopupWp .modalPopupWpContent .mpWpButton input {
                display: inline-block;
                position: relative;
                width: 100px;
                height: 30px;
                margin-left: 10px;
                border: 0;
                font-size: 16px;
                background: #883b91;
                color: #fff;
                cursor: pointer;
            }

                .modalPopupWp .modalPopupWpContent .mpWpButton input.bgfalse {
                    background: transparent;
                    color: #883b91;
                    border: 1px solid #883b91;
                }

                .modalPopupWp .modalPopupWpContent .mpWpButton input:hover {
                    background: #66276d;
                    color: #fff;
                }

    .modalPopupWp .modalPopupWpClose {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .modalPopupWp.OK .modalPopupWpBgOK, .modalPopupWp.OK .mpWpButton {
        display: block;
    }

    .modalPopupWpOK .modalPopupWpBg, .modalPopupWp.OK .mpWpPermRemind, .modalPopupWp.OK .modalPopupWpClose {
        display: none;
    }

    .modalPopupWp.OK .mpText {
        margin-top: 0;
        text-align: left;
    }


.phButtonBottom .phBtnPagination {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 1px 7px;
    margin: 3px;
    border-radius: 17.5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e5cad), to(#79f1a4));
    background-image: linear-gradient(left, #0e5cad 0%, #79f1a4 100%);
}





.phPagination {
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e5cad), to(#79f1a4));
    background-image: linear-gradient(left, #0e5cad 0%, #79f1a4 100%);
    border-radius: 17.5px;
    min-width: -webkit-fill-available;
}

    .phPagination a {
        color: white;
        float: left;
        padding: 2px 0px;
        text-decoration: none;
        transition: background-color .3s;
        font-size: small;
        margin: 5px 2px 4px -4px;
        border-radius: 500px;
        width: 29px;
        height: 20px;
        line-height: 18px;
    }

    .phPagination .center a {
        color: white;
        float: left;
        padding: 2px 0px;
        text-decoration: none;
        transition: background-color .3s;
        font-size: small;
        margin: 5px 4px 4px -4px;
        border-radius: 500px;
        width: 29px;
        height: 20px;
        line-height: 18px;
    }

    .phPagination a.active {
        background-color: white;
        color: black;
        font-weight: bold;
        width: 29px;
        height: 22px;
        line-height: 18px;
        border-radius: 500px;
    }

    .phPagination a:hover:not(.active) {
        color: black;
        border-radius: 500px;
        margin: 5px 5px 4px -5px;
        line-height: 18px;
    }

        .phPagination a:hover:not(.active) .arrow {
            border: solid #000;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            line-height: 15px;
        }

    .phPagination .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .phPagination .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }


    .phPagination .prev {
        float: left;
        margin-left: 14px;
        width: 8%;
        margin-top: 5px;
    }

    .phPagination .center {
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 5px
    }

    .phPagination .next {
        float: right;
        width: 50px;
        margin-top: 5px
    }


.phPaginationNumberList {
    border: 3px solid green;
    text-align: center;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.phPaginationNext {
    width: 60px !important;
}

.selectPagination {
    height: 28px;
    min-width: 60px;
    outline: none !important;
    border-radius: 4px !important;
    border: solid 1px rgba(150, 149, 149, 0.8) !important;
    padding: 4px;
    color: white !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    background-position: right 10px top 11px !important;
}

.pmMessageDate {
    text-align: right;
    padding-right: 10px;
    font-size: 12px !important;
}
/*@media only screen and (max-width: 970px) {
    .phPagination .center a {
        color: white;
        float: left;
        padding: 2px 0px;
        text-decoration: none;
        transition: background-color .3s;
        font-size: small;
        margin: 5px 5px 4px 4px;
        border-radius: 500px;
        width: 29px;
        height: 20px;
        line-height: 18px;
    }

    .phPagination a.active {
        background-color: white;
        color: black;
        font-weight: bold;
        width: 29px;
        height: 22px;
        line-height: 18px;
        border-radius: 500px;
    }

    .phPagination .center a:hover:not(.active) {
        color: black;
        border-radius: 500px;
        margin: 5px 5px 4px 4px;
        line-height: 18px;
    }

    .phPagination .prev {
        float: left;
        text-align: left;
        width: 6%;
        margin-top: 5px;
    }

    .phPagination .center {
        text-align: center;
        float: left;
        width: 80%;
        margin-top: 5px
    }

    .phPagination .next {
        float: right;
        width: 50px;
        margin-top: 5px
    }

    .phPaginationNext {
        width: 10px!important;
    }
}


@media only screen and (max-width: 400px) {

    .phPagination .center a:hover:not(.active) {
        color: black;
        border-radius: 500px;
        margin: 5px 5px 4px 4px;
        line-height: 18px;
    }

    .phPagination .prev {
        float: left;
        text-align: left;
        width: 6%;
        margin-top: 5px;
    }

    .phPagination .center {
        text-align: center;
        float: left;
        width: 80%;
        margin-top: 5px
    }

    .phPagination .next {
        float: right;
        width: 15px;
        margin-top: 5px
    }

    .phMobileMessageBox {
        padding-right:25px;
    }
    
}
*/

/*@media only screen and (max-width: 554px) {
    .phPagination .center a {
        color: white;
        float: left;
        padding: 2px 0px;
        text-decoration: none;
        transition: background-color .3s;
        font-size: small;
        margin: 5px 5px 4px 4px;
        border-radius: 500px;
        width: 29px;
        height: 20px;
        line-height: 18px;
    }

    .phPagination a.active {
        background-color: white;
        color: black;
        font-weight: bold;
        width: 29px;
        height: 22px;
        line-height: 18px;
        border-radius: 500px;
    }

    .phPagination .center a:hover:not(.active) {
        color: black;
        border-radius: 500px;
        margin: 5px 5px 4px 4px;
        line-height: 18px;
    }

    .phPagination .prev {
        float: left;
        text-align: left;
        width: 6%;
        margin-top: 5px;
    }

    .phPagination .center {
        text-align: center;
        float: left;
        width: 80%;
        margin-top: 5px
    }

    .phPagination .next {
        float: right;
        width: 50px;
        margin-top: 5px
    }

    .phPaginationNext {
        width: 10px!important;
    }
}
*/
.phProfileSummary .viewProfile {
    background-image: url('/assets/images/view_profile.png');
    max-width: 26px;
    max-height: 20px;
    left: 0px;
    top: -10px;
    float: right
}

.phGeneralNotification .phBoxStyle {
    background-color: #4c387c;
    color: #fff;
    font-size: 18px;
}


.phImgBoxStyle {
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.page-details .phpdReportPoem {
    position: relative;
    float: right;
    margin-bottom: 20px;
    color: #5a4b84;
    display: inline-block;
    font-size: 13px;
}
