/**
 *  UI Designer : Ravindra Singh Rathore
 *  Ways and Means Tech. PVT. LTD
 *  Project : NEEYAM 
 */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url("reset.css");
/* zuned css */
/* pagination */
/* Screenshot css */

.content-content::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

.content-content:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    font-size: 14px;
}

.content-content::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
    font-size: 14px;
}

#searchFieldText {
    font-size: 18px;
    margin-bottom: 10px;
    border: none;
    color: black;
}

.st1 {
    border-bottom: 1px solid #ccc;
}

.st2 {
    color: transparent;
    margin-left: 130px;
    padding-bottom: 30px;
}

.st3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #262626;
}

.st4 {
    margin-bottom: 10px;
    color: #CBCBCB;
}

.st5 {
    margin-left: 40px;
    background-color: transparent;
    color: #B70B0B;
}

.st6 {
    border: 2px solid #ccc;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.st7 {
    font-size: 35px;
}

.st8 {
    margin: 30px 0px;
}

.st9 {
    margin-left: 20px;
}

.st10 {
    font-size: 20px;
    margin-top: 22px;
}

.st11 {
    text-align: justify;
    font-size: 16px;
    color: #595959;
}

.st12 {
    margin-top: 15px;
    padding-bottom: 15px;
}

.st14 {
    margin-left: 100px;
    padding-bottom: 30px;
}

.st15 {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #808080;
}

.st16 {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #B70B0B;
    color: white;
    border-radius: 50px;
    margin-top: 25PX;
}

.st17 {
    margin-left: 45px;
}

.st18 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #262626;
}
/* The container */
.containerkq {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerkq input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid black;
    margin-top: 15px;
}

/* On mouse-over, add a grey background color */
.containerkq:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.containerkq input:checked ~ .checkmark {
    background-color: #B70B0B;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkkq:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerkq input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerkq .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
}
/* Screenshot css */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item {
    margin-top: overflow: hidden;
    width: 100%;
    color: black;
}

    .item:hover {
        overflow: hidden;
        width: 100%;
        background-color: #f1cece;
        color: #000000;
    }

    .item img {
        position: relative;
        margin-top: 0px;
        max-width: 100%;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .item:hover img {
        position: relative;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        font-size: 17px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 6px 10px;
        bottom: 0px;
        width: 100%;
        float: left;
        margin: 0;
    }

    .hovereffect a {
        display: block;
        height: 100%;
    }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

.img1112 {
    margin-bottom: 20px;
}

.img11 {
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.ct1 {
    border: 1px solid #ccc;
}

.ct2 {
    margin-top: 20px;
    color: #222222;
    line-height: 18px;
}

.ct3 {
    margin-left: -70px;
    margin-top: 5px;
    color: #222222;
}

.ct4 {
    font-size: 17px;
    margin-left: 10px;
    float: left;
    margin-top: -10px;
}

.ct5 {
    float: right;
    margin-top: -50px;
    padding: 15px 20px;
    background-color: #B70C0C;
    border: 2px solid white;
    position: relative;
    border-radius: 50px;
    color: white;
    margin-right: 20px;
}

.ct6 {
    margin-right: 10px;
    float: right;
    margin-top: -10px;
}

.ct7 {
    margin-top: -20px;
    margin-left: 10px;
    color: #B70C0C;
    float: left;
}

.ct8 {
    margin-left: 100px;
}

.ct9 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.ct10 {
    border: 2px solid #B70B0B;
    padding: 5px;
    background-color: #B70B0B;
    color: white;
    margin-top: 20px;
}

    .ct10:hover {
        border: 2px solidn #B70B0B;
        padding: 5px;
        background-color: white;
        color: #B70B0B;
        margin-top: 20px;
    }

.modal1f {
    margin-top: 20px;
    position: relative;
}

.img11as {
    position: absolute;
    margin-bottom: 50px;
    top: -10px;
}

.delete_btn {
    position: absolute;
    top: -10px;
    right: 3px;
    color: #fff;
    background-color: #B70C0C;
    padding: 1px 8px;
    border-radius: 100%;
    opacity: 0;
}

.item:hover.delete_btn {
    opacity: 1;
}

.org_album:hover .delete_btn {
    opacity: 1;
}

.hovereffect:hover .delete_btn {
    opacity: 1;
}

.hovereffect .delete_btn {
    right: -10px;
}


/*.li-hover {
    position: relative;
}

.li-hover .delete_btn {
    position: absolute;
    top: -10px;
    right: 3px;
    color: #fff;
    background-color: #B70C0C;
    padding: 1px 8px;
    border-radius: 100%;
    opacity: 0;
}
.hovereffect:hover .delete_btn {
    opacity: 1;
}*/
.img11as {
    margin-bottom: 50px;
}

.ct1 {
    border: 1px solid #ccc;
}

.ct2 {
    margin-top: 20px;
    ine-height: 18px;
    color: #404040;
}

.img11b h1 {
    font-size: 45px;
    margin-left: 25px;
    float: left;
}

.img11b a img {
    float: right;
    margin-top: 25px;
    margin-right: 30px;
}

.indea1 {
    background-color: transparent;
}

.indea2 {
    color: black;
    margin-left: 10px;
}

.pagination {
    margin: 18px 0;
    color: #6c58bF;
}


    .pagination ul {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        margin-left: 0;
        color: #b70b0b;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination li {
        display: inline;
        color: white;
    }

    .pagination a {
        float: left;
        padding: 0 14px;
        line-height: 34px;
        color: #b70b0b;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
    }

        .pagination a:hover,
        .pagination .active a {
            background-color: #b70b0b;
            color: white;
        }

        .pagination a:focus {
            background-color: #b70b0b;
            color: white;
            ;
        }


    .pagination .active a {
        color: #ffffff;
        cursor: default;
    }

.page.active .page {
    z-index: 2;
    color: #fff;
    background-color: #b7150a;
    border-color: #b7150a;
}




.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #b70b0b;
    background-color: #b70b0b;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    color: white;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
        color: white;
        background-color: #b70b0b;
    }

    .pager a {
        display: inline-block;
        padding: 5px 14px;
        color: white;
        background-color: #b70b0b;
        border: 1px solid #b70b0b;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #b70b0b;
        }

    .pager .next a {
        float: right;
    }

    .pager .previous a {
        float: left;
    }

    .pager .disabled a,
    .pager .disabled a:hover {
        color: #b70b0b;
    }

.Meea {
    margin-left: -115px;
}

.Meeb {
    background-color: #b70b0b;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left: 60px;
}

.modal1a {
    border: none;
    border-bottom: 1px solid #d1d1e0;
    width: 90%;
}

.modal1b {
    border: none;
    border-bottom: 1px solid #d1d1e0;
    width: 100%;
}

.modal1c {
    margin-left: 15px;
}

.modal1d {
    margin-left: 10px;
}

.checkbox {
    width: 100px;
}

input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
}

.helper {
    position: absolute;
    top: -4px;
    left: -4px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    user-select: none;
    color: black;
    margin-left: 15px;
}

    .helper:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 4px;
        width: 22px;
        height: 22px;
        transition: transform 0.28s ease;
        border-radius: 3px;
        border: 2px solid red;
    }

    .helper:after {
        content: '';
        display: block;
        width: 10px;
        height: 5px;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
        -webkit-transform: rotate(-45deg) scale(0);
        -moz-transform: rotate(-45deg) scale(0);
        -ms-transform: rotate(-45deg) scale(0);
        transform: rotate(-45deg) scale(0);
        position: absolute;
        top: 12px;
        left: 10px;
    }

input[type="checkbox"]:checked ~ .helper::before {
    color: black;
}

input[type="checkbox"]:checked ~ .helper::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 24px;
    padding-left: 35px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}

input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.ccolor {
    color: #b70b0b;
}

    .ccolor:hover {
        color: #b70b0b;
    }

.mku {
    width: 1000px;
}

.noti1 {
    border-left: 1px solid #d1d1e0;
    border-right: 1px solid #d1d1e0;
}

.noti2 {
    background-color: white;
}

.noti3 {
    background-color: #e9ebee;
}

.dcbutton1 {
    padding: 10px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #b70b0b;
    border: 1px solid #b70b0b;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    float: right;
}

.btncls {
    padding-left: 20px;
    padding-right: 20px;
    ;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
}

    .btncls:hover {
        color: white;
    }

.btnclsa {
    background-color: #c5cbd3 /*#dad9da*/;
}

.btnclsb {
    background-color: #b70b0b;
}

.topheader h5 span {
    margin-right: 10px;
    color: #b70b0b;
}

.topheader .top1 {
    margin-right: 13px;
}

.topheader .top2 {
    margin-right: 19px;
}

.popupbutton {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    padding: 15px;
    background-color: #b70b0b;
    color: white;
    border-radius: 25px;
}

.popupbutton-body a {
    background-color: #b70b0b color: white;
}

.ex1 {
    width: 100%;
    height: 200px;
    overflow: auto;
    ;
}

.ex2 {
    width: 489px;
    height: 325px;
    overflow: auto;
}

.ex3 {
    width: 490px;
    height: 200px;
    overflow: auto;
    ;
}

.ex4 {
    width: auto;
    height: 420px;
    overflow: auto;
}

.pf1 button {
    margin-right: 35px;
    color: #b70b0b;
    margin-top: -56px;
    padding: 1px;
}

.pf2 button {
    color: #b70b0b;
    margin-right: 400px;
    margin-top: 105px;
}

.pf3 button {
    margin-right: 705px;
    color: #b70b0b;
    margin-top: 100px;
    padding: 1px;
}

.text-bloock {
    position: absolute;
    bottom: 5px;
    right: 0px;
    background-color: black;
    opacity: 0.2;
    color: white;
    width: 230px;
}

.text-bloockimage {
    position: relative;
    width: 100%;
    float: left;
    height: 100% !important;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

    .text-bloockimage img {
        border: 1px solid #ccc;
        padding: 1px;
        margin: auto;
        object-fit: cover;
        height: 150px;
        width: 100%;
    }

.text-bloock p {
    margin-left: 5px;
    float: left;
    width: 210px;
}

.text-bloock span {
    float: right;
}

.text-bloock p span a {
    color: white;
}

.modal-profile-image-css {
    border-radius: 25px;
    height: 80px;
    width: 80px;
    margin-bottom: 30px;
}

    .modal-profile-image-css button {
        color: #b70b0b;
        margin-right: 697px;
        margin-top: 112px;
    }

.add-u-cv-photo-up11 {
    z-index: 2;
    pointer-events: auto;
    border-radius: 25px;
    cursor: pointer;
    background-color: #b70b0b;
    color: white;
    border: none;
    padding: 5px;
    margin-top: 30px;
}

    .add-u-cv-photo-up11 input {
        opacity: 0;
        position: absolute;
        height: 36px;
        width: 100px;
        z-index: 0;
        cursor: pointer;
        margin-top: -24px;
        margin-left: -50px;
    }

.add-u-cv-photo-up10 {
    z-index: 2;
    pointer-events: auto;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 0px;
}

    .add-u-cv-photo-up10 input {
        opacity: 0;
        position: absolute;
        height: 36px;
        width: 35px;
        z-index: 0;
        cursor: pointer;
        margin-top: -10px;
        margin-left: -22px;
    }

.add-u-cv-photo-up9 {
    z-index: 2;
    height: auto;
    width: auto;
    padding: 10px;
    padding-left: 16px;
    padding-right: 16px;
    pointer-events: auto;
    background-color: #b70b0b;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 20px;
    float: right;
    margin-left: 10px;
}

    .add-u-cv-photo-up9 input {
        opacity: 0;
        position: absolute;
        height: 50px;
        width: 120px;
        z-index: 0;
        top: 0;
        cursor: pointer;
        margin-top: 20px;
        margin-right: 0px;
    }

.add-u-cv-photo-up8 {
    z-index: 2;
    height: auto;
    width: auto;
    padding: 15px;
    pointer-events: auto;
    background-color: #b70b0b;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 50px;
}

    .add-u-cv-photo-up8:hover .add-u-cv-photo-up8 input {
        cursor: pointer !important;
        pointer-events: auto;
    }

    .add-u-cv-photo-up8 i:hover {
        cursor: pointer;
        pointer-events: auto;
    }

    .add-u-cv-photo-up8 input {
        opacity: 0;
        position: absolute;
        height: 20px;
        ;
        width: 30px;
        left: 0;
        pointer-events: auto;
        z-index: 0;
        top: 0;
        cursor: pointer;
        margin-top: 60px;
        margin-left: 60px;
    }

.add-u-cv-photo-up7 {
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    height: 30px;
    width: 30px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
    right: -13px;
    top: -8px;
    pointer-events: auto;
    color: #5c5b61;
    border: 1px solid #b70b0b;
    text-align: center;
    cursor: pointer;
}


    .add-u-cv-photo-up7 i {
        color: #b70b0b;
    }

    .add-u-cv-photo-up7:hover .add-u-cv-photo-up input {
        cursor: pointer !important;
        pointer-events: auto;
    }

    .add-u-cv-photo-up7 i:hover {
        cursor: pointer;
        pointer-events: auto;
    }

    .add-u-cv-photo-up7 input {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        pointer-events: auto;
        z-index: 4;
        top: 0;
        cursor: pointer;
    }

.add-u-cv-photo-up6 {
    background-color: #B70B0B;
    color: white;
    border: 2px solid #B70B0B;
    padding: 5px 15px;
    border-radius: 25px;
    margin-right: 15px;
    margin-top: 15px;
    float: right;
}

    .add-u-cv-photo-up6:hover {
        background-color: transparent;
        color: #B70B0B;
        border: 2px solid #B70B0B;
        padding: 5px 15px;
        border-radius: 25px;
        margin-right: 15px;
        margin-top: 15px;
        float: right;
    }


    .add-u-cv-photo-up6 input {
        opacity: 0;
        position: absolute;
        height: 50px;
        width: 100px;
        pointer-events: auto;
        z-index: 2;
        cursor: pointer;
        margin-left: -13px;
        margin-top: -35px;
    }

.za1 i {
    color: #b70b0b;
    margin-left: 20px;
    margin-top: 10px;
}

.button-class button {
    color: #0d0d0d;
    background-color: white;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid gray;
    margin-right: 250px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

.button-class1 button {
    color: white;
    background-color: #b70b0b;
    padding: 5px;
    border: 1px solid #b70b0b;
    margin-top: 5px;
    border-radius: 50px;
}

.button-class2 button {
    color: #4e4e4e;
    background-color: transparent;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 50px;
    margin-top: 2px;
    margin-left: 4px;
}

    .button-class2 button:hover {
        color: #000000;
        background-color: transparent;
        padding: 5px;
        border: 1px solid #ccc;
        display: block;
        font-size: 13px;
        padding: 2px 6px;
        border-radius: 50px;
        margin-top: 2px;
        margin-left: 4px;
    }


.material-icons1 {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 13x;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.k12331 {
    font-size: 30px;
}

.add-u-cv-photo-up5 {
    z-index: 2;
    /* height: 30px; */
    /* width: 30px; */
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
    pointer-events: auto;
    /* color: #5c5b61; */
    text-align: center;
    cursor: pointer;
}

    .add-u-cv-photo-up5:hover .add-u-cv-photo-up5 input {
        cursor: pointer !important;
        pointer-events: auto;
    }

    .add-u-cv-photo-up5 i:hover {
        cursor: pointer;
        pointer-events: auto;
    }

    .add-u-cv-photo-up5 input {
        opacity: 0;
        position: absolute;
        height: 200px;
        width: 200px;
        margin-top: 35px;
        margin-left: 40px;
        left: 0;
        pointer-events: auto;
        z-index: 4;
        top: 80px;
        cursor: pointer;
    }

.e1 {
    margin-top: 10px;
}

.e2 {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.e3 {
    background-color: white;
}

.e4 {
    margin-left: 20px;
}

.e5 {
    padding: 30px;
}

.aaa {
    background-color: transparent;
    margin-right: 30px;
    color: white;
}

.aba {
    margin-right: 10px;
}

.abaa {
    margin-right: 18px;
}

.abc {
    margin-left: 30px;
}

.abek {
    margin-left: -22px;
}

.f {
    color: white;
    text-decoration: none;
}

    .f:hover {
        color: white;
        text-decoration: none;
    }

.f1 {
    background-color: violet;
    color: white;
    border: 3px solid green;
}

.f2 {
    float: left;
    width: 91%;
    padding-left: 55px;
    padding-top: 4px;
}

.f3 {
    float: right;
}

.f4 {
    border: 1px dashed yellow;
    margin-top: 10px;
    padding: 15px;
}

.f5 {
    margin-top: 20px;
}

.f6 {
    padding-top: 15px;
}

.c2 {
    float: left;
}

.c3 {
    float: right;
}

.c4 {
    border: 2px solid #c0392b;
    margin-top: 20px;
    padding: 3px;
}

.c {
    color: #b70b0b;
}

.c5 {
    font-size: 16px;
}

.c6 {
    font-size: 32px;
}

.c7 {
    font-size: 64px;
}

.c1 p {
    font-size: 12px;
}

.c8 {
    background-color: #b70b0b;
    color: white;
}

.c18 {
    margin-top: -5px;
}

.c9 {
    padding-top: 30px;
}

.c10 {
    margin-left: 10px;
}

.c11 {
    padding-bottom: 10px;
}

.c12 {
    margin-top: 30px;
}

.c14 {
    border: 2px solid #c0392b;
    margin-top: 20px;
}

.c25 {
    border: 2px dashed #c0392b;
    margin-top: 20px;
}

.c20 {
    height: 250px;
    width: 230px;
}

.c26 {
    height: 246px;
    width: 230px;
}

.c27 {
    height: 255px;
    width: 230px;
}

.c21 {
    background-color: transparent;
}

.c22 {
    padding-bottom: 10px;
}

.c15 {
    border-bottom: 2px solid #b70b0b;
}

.c16 {
    height: 2px;
    border: none;
    color: #000;
    background-color: #b70b0b;
    margin-bottom: -19px;
    width: 97%;
    text-align: center;
}

.c17 {
    height: 2px;
    border: none;
    color: #000;
    background-color: #b70b0b;
    margin-bottom: -15px;
    width: 95%;
    text-align: center;
}

.da1 {
    background-color: white;
    margin-top: 10px;
    border: 1px solid #d1d1e0;
}

.da2 {
    margin-top: -10px;
    margin-left: 20px;
}

.da3 {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.77);
    font-weight: 600;
}

.da4 {
    margin-top: -8px;
    font-size: 13px;
}

.da5 {
    font-size: 40px;
    color: #b70b0b;
}

.da6 {
    line-height: 30px;
    margin-top: -10px;
}

.da7 {
    margin-right: 20px;
}

.da8 {
    font-size: 13px;
}

.da9 {
    margin-right: 10px;
}

.da10 {
    color: white;
}

    .da10:hover {
        color: white;
    }

.da11 {
    background-color: transparent;
    margin-right: 35px;
    color: #e74c3c;
    margin-top: 10px;
}

.ga1 {
    margin-top: -30px;
}

.ga2 {
    padding: 10px;
}

.ga3 {
    color: white;
}

#zuned1:hover + #zuned12 {
    display: block;
}

.edit_view-2 {
    position: absolute;
    right: 0;
    top: 0px;
    color: #6d6d6d;
    display: none;
}

.edit_view-3 {
    margin-right: -10px;
    color: #6d6d6d;
}

.edit_view-1 {
    position: absolute;
    right: 0;
    top: 0px;
    color: #6d6d6d;
    margin-right: 38px;
}

.col-exprc-1 {
    margin: 25px 0 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

.col-project-1 {
    margin: 25px 0 0;
    border-bottom: 1px solid #e6e6e6;
}

.add-u-cv-photo-up1 {
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    height: 30px;
    width: 30px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
    right: -13px;
    top: -8px;
    pointer-events: auto;
    color: #5c5b61;
    text-align: center;
    cursor: pointer;
}

    .add-u-cv-photo-up1:hover .add-u-cv-photo-up1 input {
        cursor: pointer !important;
        pointer-events: auto;
    }

    .add-u-cv-photo-up1 i:hover {
        cursor: pointer;
        pointer-events: auto;
    }

    .add-u-cv-photo-up1 input {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        pointer-events: auto;
        z-index: 4;
        top: 0;
        cursor: pointer;
    }

.add-u-cv-photo-up2 {
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    z-index: 2;
    height: 30px;
    margin-right: 0px;
    width: 30px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
    pointer-events: auto;
    text-align: center;
    cursor: pointer;
}

.add-u-cv-photo-up2 {
    position: absolute;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 100%;
    z-index: 2;
    height: 30px;
    width: 30px;
    margin-left: -30px;
    margin-top: -10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
    pointer-events: auto;
    color: #5c5b61;
    cursor: pointer;
}

    .add-u-cv-photo-up2:hover .add-u-cv-photo-up input {
        cursor: pointer !important;
        pointer-events: auto;
    }

    .add-u-cv-photo-up2 i:hover {
        cursor: pointer;
        pointer-events: auto;
    }

    .add-u-cv-photo-up2 input {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        pointer-events: auto;
        z-index: 4;
        top: 0;
        cursor: pointer;
    }


/* ZUNED CSS */

.aaa {
    background-color: transparent;
    margin-right: 30px;
    color: white;
}

.element {
    @include float-left;
}

.another-element {
    @include float-right;
}


/* Regular Css */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #b70b0b;
    text-decoration: none;
    background-color: #f7f7f9;
}

a {
    color: #4e4e4e;
    ;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

.cursor-p {
    cursor: pointer !important;
}

img {
    max-width: 100%;
}

.th-button {
    -webkit-font-smoothing: antialiased;
    background-color: #b70b0b;
    border-color: #c20009;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

    .th-button:hover, .th-button:active, .th-button:focus {
        background-color: #616161;
        border-color: #5d5d5d;
        color: #fff;
        text-decoration: none;
    }

.bxshadow00 {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.box-shadow01 {
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    /* Temp */
    position: relative;
}

.gry-button {
    color: #585b63;
    font-weight: 600;
    font-size: 12px;
    background: #f6f7f9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

    .gry-button i, .th-button i {
        font-size: 14px;
        margin-right: 4px;
    }



.grey-button {
    border: 1px solid;
    box-sizing: content-box;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    justify-content: center;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    background-color: #f6f7f9;
    border-color: #ced0d4;
    color: #4b4f56;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .grey-button:hover, .grey-button:focus, .grey-button:active {
        background-color: #f1f1f1;
        border-color: #ced0d4;
        color: #4b4f56;
    }

.theme-color {
    color: #b70b0b;
}

.color1 {
    color: #7fd3ff;
}

.color2 {
    color: #e6a4e1;
}

.color3 {
    color: #dfa46e;
}

.color4 {
    color: #9ae5dc;
}

.color5 {
    color: #c3c3c3;
}


.radiusMax {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
}

.radius0 {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

/* Custom File input css */
.custom-file-nym {
    display: inline-block;
    position: relative;
    font-weight: 600;
}

    .custom-file-nym input {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .custom-file-nym i {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: #fff;
        z-index: 2;
        height: 30px;
        width: 56px;
        overflow: hidden;
        font-size: 14px;
        line-height: 30px;
        bottom: 16px;
        pointer-events: auto;
        color: #b70b0b;
        text-align: center;
        cursor: pointer;
        border: 1px solid #b70b0b;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* checknox default custom css */
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #b70b0b;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b70b0b;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b70b0b;
}


/* Dropdown default custom css */
.defCust .dropdown-toggle::after {
    display: none;
}

.defCust .dropdown-menu {
    position: absolute;
    top: auto;
    right: auto;
    left: -10px;
    float: left;
    min-width: 11rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    border: 1px solid rgb(216, 216, 216);
    -webkit-box-shadow: 0px 0px 5px 0px #dadada;
    -moz-box-shadow: 0px 0px 5px 0px #dadada;
    box-shadow: 0px 0px 5px 0px #dadada;
    z-index: 9999;
}

.defCust.defCustRight .dropdown-menu {
    right: -10px;
    left: auto;
}

.defCust.show > .dropdown-menu:before, .defCust.show > .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: calc(100% - 30px);
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,1);
}

.dropup.defCust.show > .dropdown-menu:before, .dropup.defCust.show > .dropdown-menu:after {
    top: auto;
    bottom: -20px;
    border-top-color: rgba(255,255,255,1);
    border-bottom-color: transparent;
}

.defCust.show > .dropdown-menu:before {
    border-bottom-color: rgb(216, 216, 216);
}

.dropup.defCust.show > .dropdown-menu:before {
    border-top-color: rgb(216, 216, 216);
}

.defCust.defCustRight.show > .dropdown-menu:before, .defCust.defCustRight.show > .dropdown-menu:after {
    left: calc(100% - 30px);
}

.defCust.show > .dropdown-menu:after {
    top: -19px;
    border-bottom-color: #fff;
}

.dropup.defCust.show > .dropdown-menu:after {
    bottom: -19px;
    border-top-color: #fff;
}

.defCust .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #6b6b6b;
    padding: 4px 10px;
    margin: 4px auto;
    display: block;
}

.defCust .dropdown-item:focus, .defCust .dropdown-item:hover {
    /*color: #fff;
    text-decoration: none;
    background-color: #00aff7;*/
    color: #b70b0b;
    text-decoration: none;
    background-color: #efefef;
}


select, select.form-control {
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* _________|*|__Pages css Start Here __|*|_____________|||_______________________*/

body {
    background: #e9ebee /*#dad9da*/;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #292b2c;
    font-size: 15px;
    font-weight: 400;
}

.modal-open #page-wraper {
    filter: blur(4px);
}

#page-wraper {
    padding: 95px 0 20px;
}


/* Login, sign up, forgot password page __________________________||__________*/

#login {
}

.user-form:after {
    content: '';
    display: block;
    background: #fff url(../images/building.png) center bottom repeat-x;
    background-size: 80%;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

#forgotpassword.user-form:after {
    background: url(../images/!!user-bg.jpg) center center no-repeat;
    background-size: cover;
}

.user-form-box {
    width: 98%;
    max-width: 420px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    background: rgb(255, 255, 255);
    padding: 125px 20px 25px;
    z-index: 2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 6px #c1baba;
    -moz-box-shadow: 0px 2px 6px #c1baba;
    box-shadow: 0px 2px 6px #c1baba;
    transition: all ease 0.5s;
    margin-top: 25px;
}

.user-form-box-hd {
    margin: 0 auto 25px;
    padding-top: 35px;
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #fdfdfd /*#b70b0b*/;
    position: absolute;
    width: 75%;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    box-shadow: /*0px 7px 12px #cecece*/ 0px 2px 1px #cecece;
    -webkit-box-shadow: 0px 2px 1px #cecece;
    -moz-box-shadow: 0px 2px 1px #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    .user-form-box-hd img {
        vertical-align: middle;
    }

#signup .add-col-profile, .add-proimage .add-col-profile {
    margin: auto;
    position: relative;
    display: inline-block;
}

#signup .add-profile-cont-img, .add-proimage .add-profile-cont-img {
    display: inline-block;
    position: relative;
    z-index: -1;
    margin: 0px auto 15px;
    height: 80px;
    width: 80px;
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
}

#signup .add-u-cv-photo-up, .add-proimage .add-u-cv-photo-up {
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    height: 30px;
    width: 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    right: -12px;
    top: auto;
    bottom: 16px;
    pointer-events: auto;
    color: #b70b0b;
    text-align: center;
    cursor: pointer;
    border: 1px solid #b70b0b;
}

.user-form-box .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}

    .user-form-box .form-group i {
        flex-basis: 40px;
        font-size: 19px;
        margin-top: 8px;
    }

        .user-form-box .form-group i.fa-lock {
            font-size: 23px;
        }

    .user-form-box .form-group .form-control {
        flex-basis: calc(100% - 40px);
        border: none;
        border-bottom: 1px solid rgb(150, 150, 150);
        padding-left: 0;
        transition: all ease 0.5s;
    }

.user-form-box .Bdycalender .form-control {
    display: inline-block !important;
    width: calc(100% - 40px) !important;
    flex-basis: unset !important;
}

.user-form-box .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,.3);
}

.user-form-box .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,.3);
}

.user-form-box .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,.3);
}

.user-form-box .form-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,.3);
}

.user-form-box .form-group .form-control:focus {
    border-color: #7b7b7b;
    border-bottom: 2px solid #a7a7a7;
}

.hideShowPass {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #cacaca;
}

    .hideShowPass:hover {
        color: rgba(49, 49, 49, 0.77);
    }

.user-form-box .th-button {
    font-size: 16px;
    width: auto;
    color: #fff;
    font-weight: 600;
    font-weight: 400;
    border-radius: 50px;
}

.user-form-box-links {
    text-align: center;
    margin: 25px auto 0;
}

.lg_s_hd {
    display: inline-block;
    position: relative;
}

    .lg_s_hd:before {
        content: '';
        display: inline-block;
        width: 60px;
        height: 1px;
        background: #7b7979;
        position: absolute;
        left: -75px;
        bottom: 6px;
    }

    .lg_s_hd:after {
        content: '';
        display: inline-block;
        width: 60px;
        height: 1px;
        background: #7b7979;
        position: absolute;
        right: -75px;
        bottom: 6px;
    }


.login_with {
    display: flex;
    justify-content: center;
}

    .login_with li {
        padding: 24px 25px;
        position: relative;
    }

        .login_with li:first-child::after {
            content: '';
            display: inline-block;
            height: 30px;
            width: 1px;
            background: #7b7979;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .login_with li a {
            height: 45px;
            width: 45px;
            border: 1px solid transparent;
            line-height: 45px;
            font-size: 20px;
            border-radius: 100%;
        }

            .login_with li a.fb {
                color: #4b67bc;
                border-color: #4b67bc;
            }

            .login_with li a.gp {
                color: #de503f;
                border-color: #de503f;
            }


/* Home page __________________________||__________*/

#top_bar {
    color: #fff;
    padding: 5px 0px;
    margin-bottom: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: /*#004a67*/ #ffffff;
    margin: 0;
    -webkit-box-shadow: 0px 1px 1px #bfbfbf;
    -moz-box-shadow: 0px 1px 1px #bfbfbf;
    box-shadow: 0px 1px 1px #bfbfbf;
}

.logo {
}


/* Search */
.search_inputs {
    position: relative;
    width: 100%;
}

.top-bar-search #search-main {
    width: 100%;
    font-size: 14px;
    height: auto;
    background-color: #f6f7f9;
    padding: 8px 30px;
}

.top-bar-search .fa-search {
    position: absolute;
    color: #222;
    left: 12px;
    top: 9px;
}

.top-bar-search .btn {
    position: absolute;
    background: none;
    right: 10px;
    top: 6px;
    padding: 0;
}


/* Serach tab */

.search_type_tab {
    display: none;
    position: absolute;
    top: 42px;
    width: calc(100% - 30px);
    left: 14px;
    background: #fff;
    color: #323232;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 1px #bfbfbf;
    -moz-box-shadow: 0px 1px 1px #bfbfbf;
    box-shadow: 0px 1px 1px #bfbfbf;
}

    .search_type_tab .nav-tabs, .search_type_tab .nav-tabs .nav-link {
        border: 0;
    }

        .search_type_tab .nav-tabs .nav-link {
            border-bottom: 2px solid transparent;
        }

            .search_type_tab .nav-tabs .nav-link.active {
                border-color: #b70b0b;
            }

    .search_type_tab .tab-content > .tab-pane {
        padding: 11px;
    }

.search_filters {
    background: #f6f7f9;
    padding: 5px 10px;
    margin: 0 -11px;
}

    .search_filters .form-group {
        margin: 0 0 8px;
    }

        .search_filters .form-group:last-child {
            margin: 0;
        }

.search_result li {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 8px 0;
}

    .search_result li img {
        height: 12%;
        width: 12%;
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
    }


.sr_data {
    vertical-align: middle;
    width: calc(88% - 18px);
    display: inline-block;
}

    .sr_data .sr_subtext {
        display: block;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.48);
    }

/* Project list popup */

.projects ul li {
    margin: 0 0 10px;
}

    .projects ul li label {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .projects ul li label .custom-control-indicator {
            right: 0px !important;
            left: auto;
        }




#navbar_top ul {
    width: 100%;
}

#navbar_top li {
    font-size: 12px;
    text-align: center;
    padding: 0 9px;
    margin: 0px 5px;
    position: relative;
}

.unseen-count {
    min-height: 17px;
    min-width: 17px;
    background: #f0000a;
    color: #fff;
    right: calc(50% - 18px);
    top: -4px;
    position: absolute;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#navbar_top li a i.nymicon {
    height: 19px;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

.nymicon.nav_chat {
    background: url(../images/chat_icon2.svg) center center no-repeat;
}

.nymicon.nav_album {
    background: url(../images/album_icon2.svg) center center no-repeat;
}

.nymicon.nav_document {
    background: url(../images/doc_icon2.svg) center center no-repeat;
}

.nymicon.nav_more {
    background: url(../images/more_icon2.svg) center center no-repeat;
}

.nymicon.nav_neeyam {
    background: url(../images/neeyam_icon2.svg) center center no-repeat;
}

#navbar_top li a i {
    display: block;
    font-size: 19px;
    margin-top: 3px;
}

    #navbar_top li a i.fa-home {
        font-size: 24px;
        line-height: 18px;
    }

#navbar_top li a {
    padding: 0px;
    color: #5b5b61;
    display: inline-block;
    position: relative;
}

    #navbar_top li a:hover, #navbar_top li.active a, #navbar_top li a:focus, #navbar_top li a:active {
        color: #b70b0b;
    }

#top_bar.hidden-md-down #navbar_top li a:hover i.nymicon.nav_chat, #top_bar.hidden-md-down #navbar_top li a:active i.nymicon.nav_chat, #top_bar.hidden-md-down #navbar_top li.active a i.nymicon.nav_chat {
    background: url(../images/chat_icon.svg) center center no-repeat;
    background-size: contain;
}

#top_bar.hidden-md-down #navbar_top li a:hover i.nymicon.nav_album, #top_bar.hidden-md-down #navbar_top li a:active i.nymicon.nav_album, #top_bar.hidden-md-down #navbar_top li.active a i.nymicon.nav_album {
    background: url(../images/album_icon.svg) center center no-repeat;
    background-size: contain;
}



#navbar_top .dropdown-menu {
    position: absolute;
    top: 108%;
    right: 0;
    left: auto;
    float: left;
    min-width: 11rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    border: 1px solid rgb(216, 216, 216);
    -webkit-box-shadow: 0px 2px 6px 1px #dadada;
    -moz-box-shadow: 0px 2px 6px 1px #dadada;
    box-shadow: 0px 2px 6px 1px #dadada;
}

#navbar_top .show > .dropdown-menu:before, #navbar_top .show > .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: calc(100% - 30px);
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,1);
}

.show > .dropdown-menu:after {
    top: -19px;
    border-bottom-color: #fff;
}


#navbar_top .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #6b6b6b;
    padding: 4px 10px;
    margin: 4px auto;
    display: block;
}

    #navbar_top .dropdown-menu .dropdown-item:last-child {
        font-weight: 600;
        border-top: 1px solid #e6e6e6;
    }

/* Mobile View bottom menu bar */

#top_bar.hidden-lg-up #navbar_top li a {
    color: #b70b0b;
}

#top_bar.hidden-lg-up #navbar_top li .nymicon.nav_chat {
    background: url(../images/chat_icon.svg) center center no-repeat / contain;
}

#top_bar.hidden-lg-up #navbar_top li .nymicon.nav_album {
    background: url(../images/album_icon.svg) center center no-repeat / contain;
}

#top_bar.hidden-lg-up #navbar_top li .nymicon.nav_document {
    background: url(../images/doc_icon.svg) center center no-repeat / contain;
}

#top_bar.hidden-lg-up #navbar_top li .nymicon.nav_more {
    background: url(../images/more_icon.svg) center center no-repeat / contain;
}

#top_bar.hidden-lg-up #navbar_top li .nymicon.nav_neeyam {
    background: url(../images/neeyam_icon.svg) center center no-repeat / contain;
}

/* :hover */
#top_bar.hidden-lg-up #navbar_top li a:hover, #top_bar.hidden-lg-up #navbar_top li.active a, #top_bar.hidden-lg-up #navbar_top li a:focus, #top_bar.hidden-lg-up #navbar_top li a:active {
    color: #5b5b61;
}

    #top_bar.hidden-lg-up #navbar_top li a:hover .nymicon.nav_chat, #top_bar.hidden-lg-up #navbar_top li.active .nymicon.nav_chat, #top_bar.hidden-lg-up #navbar_top li a:focus .nymicon.nav_chat, #top_bar.hidden-lg-up #navbar_top li a:active .nymicon.nav_chat {
        background: url(../images/chat_icon2.svg) center center no-repeat / contain;
    }

    #top_bar.hidden-lg-up #navbar_top li a:hover .nymicon.nav_album, #top_bar.hidden-lg-up #navbar_top li.active .nymicon.nav_album, #top_bar.hidden-lg-up #navbar_top li a:focus .nymicon.nav_album, #top_bar.hidden-lg-up #navbar_top li a:active .nymicon.nav_album {
        background: url(../images/album_icon2.svg) center center no-repeat / contain;
    }

    #top_bar.hidden-lg-up #navbar_top li a:hover .nymicon.nav_document, #top_bar.hidden-lg-up #navbar_top li.active .nymicon.nav_document, #top_bar.hidden-lg-up #navbar_top li a:focus .nymicon.nav_document, #top_bar.hidden-lg-up #navbar_top li a:active .nymicon.nav_document {
        background: url(../images/doc_icon2.svg) center center no-repeat / contain;
    }

    #top_bar.hidden-lg-up #navbar_top li a:hover .nymicon.nav_more, #top_bar.hidden-lg-up #navbar_top li.active .nymicon.nav_more, #top_bar.hidden-lg-up #navbar_top li a:focus .nymicon.nav_more, #top_bar.hidden-lg-up #navbar_top li a:active .nymicon.nav_more {
        background: url(../images/more_icon2.svg) center center no-repeat / contain;
    }

    #top_bar.hidden-lg-up #navbar_top li a:hover .nymicon.nav_neeyam, #top_bar.hidden-lg-up #navbar_top li.active .nymicon.nav_neeyam, #top_bar.hidden-lg-up #navbar_top li a:focus .nymicon.nav_neeyam, #top_bar.hidden-lg-up #navbar_top li a:active .nymicon.nav_neeyam {
        background: url(../images/neeyam_icon2.svg) center center no-repeat / contain;
    }


/* Mobile View bottom menu bar END */


.post-type-text-main-btns .gry-button {
    color: #5f5f5f;
    font-weight: 600;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #adadad;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 7px;
    cursor: pointer;
}


#main_sidebar h1 {
    font-size: 18px;
    margin: 5px 0 3px;
    color: #696969;
    font-weight: normal;
}

#page-wraper.hm3 .post-type-text-main .post-type-text-profile-pic img, #page-wraper.hm3 .profile-n-post-info .profile-n-post-info-profile-pic img,
#page-wraper.hm3 .commnet-text-cmnted-profile-pic img, #page-wraper.hm3 .commnet-box-profile-pic img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


/* Side Bar _______________|Home|_____________*/
/*.post-main .box:before {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 2px);
    position: absolute;
    background: transparent;
    left: 1px;
    top: 1px;
}

.agenda-post .box:before {
    background: #b70b0b;
}

.issue-post .box:before {
    background: #f39c11;
}

.meeting-post .box:before {
    background: #0abfd1;
}

.notice-post .box:before {
    background: #119f4a;
}

.gallery-post .box:before {
    background: #00ebff;
}*/


.box {
    padding: 10px;
    padding-top: 0px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    max-width: 540px;
    margin: auto;
    /*-webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

.profilebox-of {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 10px;
    max-width: 540px;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.of-profilebox {
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    color: #a9a9a9;
}

.profile-show-box {
    background: url(../images/full_7408831.jpg) center top no-repeat;
    background-size: 100%;
    height: 120px;
    margin: -10px -10px 20px;
    position: relative;
}

.of-profilebox .profile-show-pic img {
    border: 2px solid #fff;
    -webkit-box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
    margin: -70px auto 12px;
    height: 90px;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.menu-collapse-toggle h3 {
    cursor: pointer;
}

#main_sidebar h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px auto 10px;
    color: #949494;
}

#main_sidebar .nav .nav-item {
    font-size: 14px;
}

.home #main_sidebar .nav .nav-item i {
    margin-right: 8px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    text-align: center;
    background: #e9ebee;
    line-height: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#main_sidebar .nav .nav-item i {
    margin-right: 8px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    text-align: center;
    background: #f7f7f7;
    line-height: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#main_sidebar .nav .nav-item a {
    color: #1d2129;
    padding: .5em 0em;
}



/* Select project custom select box */
.select-project {
    text-align: right;
    margin: -30px auto 10px;
    position: relative;
}

    .select-project:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        left: 0px;
        top: 50%;
        background: rgba(0,0,0,.1);
        position: absolute;
    }

    .select-project label {
        color: rgba(0,0,0,.55);
        font-weight: 400;
        font-size: 14px;
        padding-left: 5px;
        display: inline-block;
    }

    .select-project .form-control {
        background: none;
        border: none;
        font-weight: 600;
        display: none;
        width: auto;
        padding: 0px;
        font-size: 14px;
    }

        .select-project .form-control option {
        }


/* Custom select box */
.custom_select_box {
    display: inline-block;
    background: #e9ebee /*#dad9da*/;
    position: relative;
    z-index: 1;
}

    .custom_select_box select {
        position: absolute;
        top: -1000em;
    }


    .custom_select_box #select-box {
        z-index: 99;
        position: relative;
        display: inline-block;
    }



        .custom_select_box #select-box #trigger {
            color: rgba(0,0,0,.75);
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
        }

            .custom_select_box #select-box #trigger:after {
                content: '';
                display: inline-block;
                margin-left: 4px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                border-color: #616263 transparent transparent transparent;
            }

        .custom_select_box #select-box #choices {
            width: 118px;
            background: #fff;
            color: rgba(0,0,0,.85);
            position: absolute;
            top: 1.4em;
            right: 0;
            display: none;
            margin: 0;
            padding: 0;
            list-style: none;
            font-weight: 600;
            border: 1px solid #ccc;
        }

            .custom_select_box #select-box #choices li {
                padding: 8px 10px;
                display: block;
                text-align: center;
                cursor: pointer;
                font-size: 14px;
            }

                .custom_select_box #select-box #choices li:hover {
                    background: #f3f6f8;
                    color: #b70b0b;
                }


/*  Add New post Box ____________*/

#new_post {
    position: relative;
    transition: all 0.5s;
    max-width: 540px;
    margin: auto;
    padding-top: 0;
}

.new_post {
    width: 100%;
    float: left;
}

#new_post.focus {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 404px;
    width: 100%;
}

body.focus:after {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
    z-index: 3;
}
/* Top options */
#new_post.focus .post_select_opt_org_pro {
    display: flex;
}

.post_select_opt_org_pro {
    display: none;
    justify-content: space-between;
    padding: 6px 10px;
    margin: 0 -10px;
    background: #e4e4e4;
}

.post_select_opt_org_pro_col {
    width: 49%;
    flex: 0 0 49%;
}

.post_select_opt_org_pro select {
    font-size: 12px;
    width: 100%;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #323232;
}

.M_add-options {
    position: relative;
    background: #f6f7f9;
    border-bottom: 1px solid #d3d6db;
    margin: 0px -10px 10px;
    padding: 8px 10px 7px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

    .M_add-options .M_add-option {
        font-size: 14px;
        font-weight: 600;
        color: #525252;
        display: inline-flex;
        margin-right: 20px;
    }

.nav-tabs.M_add-options .nav-link.active, .nav-tabs.M_add-options .nav-link.active i {
    color: #b70b0b;
}

/*.nav-tabs.M_add-options .nav-link.active:after{
content:'';
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 12px 7.5px;
border-color: transparent transparent #007bff transparent;
}*/

.nav-tabs.M_add-options .nav-link {
    border: none;
    padding: 0px;
    background: transparent;
}

.M_add-options .M_add-option span {
    position: relative;
    display: block;
}

.M_add-options .M_add-option i {
    margin-right: 7px;
    font-size: 14px;
    color: #505050;
}

.M_add-options .M_add-option .post_icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

    .M_add-options .M_add-option .post_icon.post_icon_post {
        background: url(../images/post_1.svg) center center no-repeat;
        background-size: 100%;
    }

.M_add-options .M_add-option .active .post_icon.post_icon_post {
    background: url(../images/post_2.svg) center center no-repeat;
    background-size: 100%;
}

.M_add-options .M_add-option .post_icon.post_icon_notice {
    background: url(../images/Notice_1.svg) center center no-repeat;
    background-size: 100%;
}

.M_add-options .M_add-option .active .post_icon.post_icon_notice {
    background: url(../images/Notice_2.svg) center center no-repeat;
    background-size: 100%;
}

.M_add-options .M_add-option .post_icon.post_icon_agenda {
    background: url(../images/ajenda_1.svg) center center no-repeat;
    background-size: 100%;
}

.M_add-options .M_add-option .active .post_icon.post_icon_agenda {
    background: url(../images/ajenda_2.svg) center center no-repeat;
    background-size: 100%;
}

.M_add-options .M_add-option .post_icon.post_icon_issue {
    background: url(../images/issue_1.svg) center center no-repeat;
    background-size: 100%;
}

.M_add-options .M_add-option .active .post_icon.post_icon_issue {
    background: url(../images/issue_2.svg) center center no-repeat;
    background-size: 100%;
}



.close-remove {
    transition: all 0.5s;
    opacity: 0;
    visibility: collapse;
    font-size: 24px;
    font-weight: normal;
    color: #9e9e9e;
    position: absolute;
    right: 12px;
    top: 0px;
}

#new_post.focus .close-remove {
    opacity: 1;
    visibility: visible;
}

.new_post input[type="text" i]:disabled {
    background-color: #fff !important;
}

/* type text post */
.post-type-text-main {
    position: relative;
    margin-bottom: 12px;
}

.post-type-text-more-fields {
    margin: 0px auto;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.5s ease-out;
}

#new_post.focus .post-type-text-more-fields {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 0px auto 10px;
}

.post-type-text-more-fields input, .post-type-text-more-fields select {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #90949c;
    padding: 8px;
}


.post-type-textarea-main {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.post-type-text-main .post-type-text-profile-pic {
    float: left;
    width: 10%;
    margin-right: 2%;
}

    .post-type-text-main .post-type-text-profile-pic img {
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        border-radius: 17px;
    }

.content-write-text-input {
    float: right;
    width: 88%;
    font-size: 14px;
}

    .content-write-text-input.posttextarea {
        float: right !important;
        width: 88% !important;
        font-size: 14px;
        border: none !important;
        max-height: 100px;
        overflow-y: scroll;
    }

    .content-write-text-input:focus {
        outline: none;
    }

.post-type-text-main .post-type-text-main-placehoder {
    color: #90949c;
}

.post-type-text-more-fields-tag input {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #90949c;
}


.post-type-text-main-btns {
}

    .post-type-text-main-btns .btn-pub-priv-m .dropdown-menu {
        padding: 4px 0;
        margin: .125rem 0 0;
        font-size: 14px;
        min-width: 100%;
    }

    .post-type-text-main-btns .btn-pub-priv-m button {
        opacity: 0;
        visibility: collapse;
    }

#new_post.focus .post-type-text-main-btns .btn-pub-priv-m button {
    opacity: 1;
    visibility: visible;
}

.post-type-text-main-btns .btn-pub-priv-m .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1rem;
}

.post-type-text-main-btns .btn-pub-priv-m .dropdown-menu i {
    margin-right: 4px;
}

#new_post input {
    width: 100%;
    resize: none;
}

#new_post textarea {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    resize: none;
}



/* Post box main _________|Home|_______*/

.post-main {
    position: relative;
    margin: 15px auto 15px;
    max-width: 540px;
}

.post-media-main {
    position: relative;
}

.profile-n-post-info {
    padding: 10px 10px;
    margin: 0 -10px 10px;
    border-bottom: 2px solid transparent;
    position: relative;
}


.post-post .profile-n-post-info {
    border-bottom-color: #f39c11;
}

.agenda-post .profile-n-post-info {
    border-bottom-color: #12a2cc;
}

.issue-post .profile-n-post-info {
    border-bottom-color: #c21e08;
}

.meeting-post .profile-n-post-info {
    border-bottom-color: #d57153;
}

.notice-post .profile-n-post-info {
    border-bottom-color: #119f4a;
}

.gallery-post .profile-n-post-info {
    border-bottom-color: #8c489f;
}

.folder-post .profile-n-post-info {
    border-bottom-color: #8b88ff;
}


.profile-n-post-info .profile-n-post-info-profile-pic {
    float: left;
    margin-right: 10px;
}

    .profile-n-post-info .profile-n-post-info-profile-pic img {
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        border-radius: 17px;
    }

.profile-n-post-info-name {
    float: left;
    font-size: 14px;
    width: 78%;
}

    .profile-n-post-info-name h5 {
        font-size: 17px;
        font-weight: normal;
        color: #000000;
        padding: 5px 0 0;
        margin: 1px 0 3px;
    }

.designation {
    color: #8a8a8a;
    font-size: 13px;
    margin: 0 0 0 5px;
}

.profile-n-post-info-details a {
    color: #90949c;
}

.profile-n-post-info-more {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #b7b7b7;
    font-size: 19px;
    text-align: right;
}

    .profile-n-post-info-more .postCode {
        color: #000;
        display: block;
        font-size: 14px;
        line-height: 9px;
    }

.nym_post_icon {
    position: absolute;
    display: inline-block;
    height: 27px;
    /* overflow: hidden; */
    width: 32px;
    bottom: 0;
    right: 0px;
    text-align: center;
}

.nymicon {
    background: url(../images/post_icons.png) 0 0 no-repeat;
    display: inline-block;
    background-size: 100%;
    height: 28px;
    width: 32px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

    .nymicon.nym_post_i_post {
        background-position: 0 1px;
    }

    .nymicon.nym_post_i_agenda {
        background-position: 0 -59px;
    }

    .nymicon.nym_post_i_issue {
        background-position: 0 -29px;
    }

    .nymicon.nym_post_i_meeting {
        background-position: 0 -89px;
    }

    .nymicon.nym_post_i_notification {
        background-position: 0 -149px;
    }

    .nymicon.nym_post_i_gallery {
        background-position: 0 -119px;
    }

.profile-n-post-info-more i.dropdown-toggle {
    font-size: 14px;
}

.about-post-cnt-ttle-tsxt {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
}

.postcnt-text {
    color: #2f2f2f;
    position: relative;
}

    .postcnt-text.has_see_moreText {
        max-height: 44px;
        overflow: hidden;
    }

    .postcnt-text .post-cont-text-p {
        height: 100%;
        width: 100%;
        /*white-space: pre-wrap;*/
        word-wrap: break-word;
        text-align: left;
        margin-bottom: 5px;
    }

.post-cont-text-p {
    white-space: pre-wrap;
}

.post-cont-text-seemore {
    color: #b70b0b;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    padding-left: 5px;
    display: inline-block;
}

.post-media-main img {
    width: 100%;
}

.post-abt-time {
    color: #a3a3a3;
    margin: 5px auto 10px;
}


.post-attachments {
    margin: 10px auto;
    color: #5c5b61;
}

.post-attachments-item {
    display: inline-block;
    margin-right: 15px;
}

    .post-attachments-item .att-file-icon {
        display: inline-block;
        background: #c21e08;
        padding: 4px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        height: 28px;
        width: 28px;
        text-align: center;
        margin-right: 10px;
    }

        .post-attachments-item .att-file-icon i {
            font-size: 18px;
            line-height: 22px;
        }

.post-abt-tag {
    color: #a3a3a3;
    margin: 15px auto -8px;
}

    .post-abt-tag a {
        color: #a3a3a3;
    }




/* Post type Meeting ---- */
.meeting-info {
    padding: 14px 0 5px;
}

.meeting-info-date {
    text-align: center;
}

.meeting-info-date-n {
    font-size: 18px;
    display: block;
    line-height: 15px;
}

.meeting-info-date-m {
    color: #b70b0b;
    font-size: 27px;
    display: block;
    line-height: 26px;
}

.meeting-info-name-m {
    border-left: 1px solid #9a9a9a;
}

.meeting-info-title h6 {
    margin: 0px 0 4px;
    font-size: 19px;
    color: #000;
}

.meeting-info-venue {
    color: #4a5358;
    line-height: 14px;
}

.meeting-info-p-go {
    color: #a3a3a3;
    position: absolute;
    font-size: 14px;
    right: 14px;
    bottom: 1px;
}




/* Post type Issue ---- */
.issue-postcnt-box {
    display: flex;
}

    .issue-postcnt-box .issue-postcnt-image {
        flex: 0 0 41%;
        max-height: 88px;
        min-width: 190px;
        overflow: hidden;
    }



/*  Notice post ----- */




/* Agenda post ----- */




/* Gallery post ---- */

.gallery-post-images {
    height: 100%;
    overflow: hidden;
}

.cover {
    font-size: 15px;
    color: #fff;
    padding: 5px 8px;
}

.cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-color: #222;
}



/* all post  comment box ----- */
.post-react-main .commnet-box-info_action {
    cursor: pointer;
    color: #a3a3a3;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e1e2e3;
    margin-top: -1px;
    border-top: 1px solid #e1e2e3;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

    .post-react-main .commnet-box-info_action i {
        color: #7f7f7f;
        font-size: 18px;
        margin-right: 5px;
        vertical-align: middle;
    }

.post-react-main .commnet-box {
    padding: 8px 12px;
    background: #fffdfd;
    border: 1px solid #e1e2e3;
    margin-top: -1px;
    border-top: 1px solid #e1e2e3;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.commnet-box-profile-pic {
    float: left;
    margin-right: 11px;
}

.commnet-box-commnt-write {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dddfe2;
    display: flex;
    flex-wrap: wrap;
    height: 32px;
    position: relative;
    overflow: hidden;
}

    .commnet-box-commnt-write textarea {
        font-size: 12px;
        /*border: none;*/
        width: 100%;
        padding: 3px 35px 3px 12px;
    }

        .commnet-box-commnt-write textarea:focus {
            outline: none;
        }

    .commnet-box-commnt-write .cmnt-submit-btn {
        position: absolute;
        right: 20px;
        font-size: 14px;
        color: #b70b0b;
    }


/* commented ------*/

.commnet-text-cmnted {
    position: relative;
    margin-bottom: 10px;
}

.commnet-text-cmnted-profile-pic {
    float: left;
    margin-right: 11px;
}

.commnet-text-cmnted-name-text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-size: 14px;
}

    .commnet-text-cmnted-name-text h5 {
        font-size: 16px;
        /* font-weight: bold; */
        color: #000000;
        padding: 1px 0 0;
        margin: 1px 0 0px;
        display: block;
        width: 100%;
    }

.commnet-text-cmnted-more-opt {
    position: absolute;
    right: 0px;
    top: 4px;
    color: #90949c;
    font-size: 14px;
}

.commnet-text-cmnted-name-text p {
    color: #909090;
    word-break: break-all;
}



/* Side Bar right ___________||_______*/

.list-toptrand h6 {
    font-size: 14px;
    font-weight: 600;
    color: #9c9c9c;
}

.list-toptrand ul {
    padding: 0px;
    margin: 0px;
}

    .list-toptrand ul li {
        list-style: none;
        font-size: 14px;
        padding-left: 15px;
        position: relative;
    }

        .list-toptrand ul li i {
            font-size: 14px;
            position: absolute;
            left: 1px;
            top: 4px;
            color: #b70b0b;
        }

        .list-toptrand ul li a {
            display: inline;
            font-weight: normal;
            color: #b3b4b7;
        }

            .list-toptrand ul li a:nth-child(2) {
                color: #b70b0b;
                font-weight: 600;
                display: block;
            }

/*  Site Footer info in Sidebar Right ___*/
.site-footer-info {
    margin: 15px 0;
}

    .site-footer-info li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
        margin-right: 5px;
    }


/*  Meeting list page  ___*/
.meeting_list_item_date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    margin: 25px 0;
}

.meeting_list_item {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

.meeting_lst_time {
    flex: 0 0 17%;
    display: flex;
}

.meeting_lst_time_hr {
    font-size: 45px;
    color: #b70b0b;
}

.meeting_lst_time_mnt_12 {
    align-self: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 13px;
}

.meeting_lst_time_mnt {
    display: block;
    color: #b70b0b;
}

.meeting_lst_time_12 {
    font-size: 12px;
}


.meeting_lst_data {
    flex: 0 0 70%;
}

.meeting_lst_title {
    font-size: 21px;
    color: #b70b0b;
}

.meeting_lst_pro_loc span {
    display: block;
    color: rgba(0, 0, 0, 0.39);
}


.meeting_lst_dur {
    flex: 0 0 13%;
    text-align: left;
    color: rgba(0, 0, 0, 0.39);
    align-self: center;
}

.meeting_lst_dur_icon i {
    font-size: 20px;
    color: #b70b0b;
}



/* More option page */
.m_more-menu-list ul li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

    .m_more-menu-list ul li:last-child {
        border: none;
    }

    .m_more-menu-list ul li a {
        display: block;
        position: relative;
    }

        .m_more-menu-list ul li a:after {
            content: '>';
            display: inline-block;
            position: absolute;
            color: #b70b0b;
            font-size: 17px;
            right: 10px;
            font-weight: bold;
            top: -1px;
        }

/* Project color page */


.project_list_color {
}

#colorPicker {
    height: 0;
    width: 0;
    opacity: 0;
    text-indent: -999px;
}

.project_list_color ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

    .project_list_color ul li {
        flex: 0 0 33.33%;
        margin: 0 0 30px;
    }

.project_color {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    /* float: left; */
    vertical-align: middle;
    border: 1px solid #b70b0b;
    position: absolute;
    left: 0;
    top: 0;
}

.disableColor.project_color {
    top: 5px !important;
}



/* @ Organization Summary + Other same pages ________________|_*_|__________*/

.content-main-white {
    padding: 10px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content-main-heading {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d3d6db;
    margin: -10px -10px 10px;
    padding: 16px 10px 10px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

    .content-main-heading h1 {
        color: #4b4f56;
        font-size: 18px;
        font-weight: normal;
        margin: 0px;
    }

        .content-main-heading h1 i {
            color: #b70b0b;
            margin-right: 8px;
        }

.content-content {
    position: relative;
    margin: 25px auto 10px;
}

.table-options {
    padding: 10px 0;
    vertical-align: middle;
}

.content-content .table {
    font-size: 14px;
}

    .content-content .table.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(224, 207, 207, 0.08);
    }

    .content-content .table td, .content-content .table th {
        vertical-align: middle;
    }



.table-action-button {
    display: inline-block;
    font-size: 14px;
    margin: 0px 2px;
    color: #989898;
}

/* Form */

.form-control {
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.20);
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #af9999;
    }

.custom-select, .custom-file {
    font-size: 14px;
    width: 100%;
}



/* Tender pages */


#page-wraper.create_tender_page {
    padding: 35px 0 20px;
}

    #page-wraper.create_tender_page .content-main-white {
        margin-top: -50px;
    }

.info-sec-doc li {
    list-style: none;
    text-align: left;
    margin: 15px 0px 15px 0;
    font-size: 13px;
    position: relative;
}

    .info-sec-doc li .file-icn {
        text-align: center;
        padding: 0px;
        width: 30px;
        height: 40px;
        background: #e99e05;
        color: #fff;
        vertical-align: middle;
        margin: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .info-sec-doc li > div {
        display: inline-block;
        border-bottom: 1px solid #eaeaea;
        padding: 2px 0px 5px;
        width: calc(100% - 55px);
        text-align: left;
        margin-left: 15px;
    }

    .info-sec-doc li .file-icn i {
        font-size: 17px;
        line-height: 40px;
    }

    .info-sec-doc li:nth-child(2) .file-icn {
        background: #1b619b;
    }

    .info-sec-doc li:nth-child(3) .file-icn {
        background: #d75a20;
    }

    .info-sec-doc li:nth-child(4) .file-icn {
        background: #9a9a9b;
    }

    .info-sec-doc li:nth-child(5) .file-icn {
        background: #accbe0;
    }


/* Select js */

.selectize-control.multi .selectize-input > div.item {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: transparent !important;
    color: #b70b0b;
    border: 1px solid #b70b0b;
    text-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    height: 25px !important;
    overflow: hidden;
}
/*.selectize-control.multi .selectize-input.has-items {
    height: 20px !important;
}*/

.selectize-control.multi .selectize-input > div.active {
    color: #b70b0b !important;
}

.selectize-input {
    font-size: 15px;
    /* padding: 0.6rem 0.67rem; */
    border: 1px solid rgba(0,0,0,.20);
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    background-color: #FFFFFF;
    color: #565656;
    min-height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .selectize-input:focus, .selectize-input.focus {
        background-color: #FFFFFF;
        border: 1px solid #AAAAAA;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #333333;
    }

.selectize-control.multi .selectize-input.has-items {
    padding: 7px 8px 4px;
}



/* @ Organization Profile page New ___________||_______*/

.col-profile-cont {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    padding-bottom: 40px;
}

.profile-cover-bg {
    background: url(../images/full_7408831.jpg) center top no-repeat;
    height: 370px;
    width: 100%;
    background-size: 100%;
    /*background-size: 54%;
    opacity: 0.8;*/
}



.col-sm-2.col-profile {
    text-align: right;
}

.profile-cont-img {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: -66px auto 15px;
    height: 120px;
    width: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
}

.profile-cont-m-info {
    position: relative;
}

.edit_view {
    position: absolute;
    right: 0;
    top: 0px;
    color: #6d6d6d;
}

.profile-cont-m-info li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

    .profile-cont-m-info li i {
        vertical-align: middle;
        color: #b5b5b5;
        margin-right: 9px;
    }


.profile-cont-m-info h2 {
    font-size: 27px;
    color: rgba(0, 0, 0, 0.77);
    margin: 20px auto 5px;
}

.profile-cont-m-info h4 {
    font-size: 16px;
    color: rgba(49, 49, 49, 0.77);
    margin: 2px auto 5px;
}

.profile-cont-m-info h5 {
    font-size: 15px;
    color: rgba(49, 49, 49, 0.77);
    margin: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .profile-cont-m-info h5 span {
        width: 30%;
        float: left;
    }

        .profile-cont-m-info h5 span i {
            margin-right: 10px !important;
        }

.profile-cont-m-info h6 {
    font-size: 15px;
    color: rgba(49, 49, 49, 0.77);
    margin: 5px auto;
    width: 100%;
    float: left;
}

    .profile-cont-m-info h6 span {
        width: 30%;
        float: left;
    }

        .profile-cont-m-info h6 span i {
            margin-right: 10px !important;
        }


.col-profile-cont-box h4 {
    font-size: 22px;
    margin: 0 0 20px;
}

.u-cmpny-profiles-photos {
    margin: 0 auto;
}

    .u-cmpny-profiles-photos ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .u-cmpny-profiles-photos ul li {
            margin: 5px 0px;
            flex: 0 0 13.5%;
            background: #000;
        }

            .u-cmpny-profiles-photos ul li img {
                opacity: 0.9;
                transition: all ease 1s;
            }

            .u-cmpny-profiles-photos ul li:hover img {
                opacity: 1;
            }

            .u-cmpny-profiles-photos ul li:last-child {
                margin-right: 0px;
            }


.col-exprc {
    margin: 25px 0 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

    .col-exprc .col-sm-3 {
        max-width: 100px;
    }

.expr-company-logo {
    text-align: center;
    height: 100px;
    vertical-align: middle;
}

    .expr-company-logo i {
        font-size: 2em;
        color: #b70b0b;
    }

.expr-company-summery {
    color: rgba(49, 49, 49, 0.77);
    position: relative;
}

    .expr-company-summery .expr-company-summery-name {
        font-size: 17px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.77);
    }

    .expr-company-summery .expr-company-summery-Cname {
        font-size: 17px;
    }



/* Project box*/

.col-proje.col-sm-3 {
    max-width: 100px;
}

.col-project {
    /*padding: 10px 15px 25px;*/
    padding: 20px 15px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.project-logo-icon {
    text-align: center;
    /*height: 100px;*/
    vertical-align: middle;
}

    .project-logo-icon i {
        font-size: 2em;
        color: #b70b0b;
    }

.project-summery {
    color: rgba(49, 49, 49, 0.77);
    position: relative;
    display: inline-block;
    padding-left: 14px;
}

    .project-summery .project-summery-name {
        font-size: 17px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.77);
    }

.project-summery-desc {
    margin: 10px auto 20px;
}

.col_org_details_title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
    color: rgba(0, 0, 0, 0.77);
}


.project-summery-actions {
    /*position: absolute;*/
    float: right;
    right: 0;
    top: 2px;
}

    .project-summery-actions ul li {
        margin: 3px;
        display: inline-block;
    }

        .project-summery-actions ul li a {
            border: 1px solid #ccc;
            display: block;
            font-size: 13px;
            padding: 5px 12px;
            border-radius: 15px;
        }

            .project-summery-actions ul li a i {
                font-size: 18px;
                line-height: 19px;
                margin-right: 2px;
                vertical-align: middle;
            }

.see-all {
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 -1px 1px #00000038;
}


/* Company Profile same as user profile | Change css here */
.Company-pro .profile-cont-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.Company-pro .profile-cont-m-info h2 {
    font-size: 27px;
    color: rgba(0, 0, 0, 0.77);
    margin: 20px auto 5px;
    font-weight: 300;
}

.box-pos-button {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 15px;
    font-weight: 400;
}

.Company-pro .col-profile-cont-box h4 {
    font-weight: 400;
}

.col-abt-company-details ul li {
    margin-bottom: 10px;
    word-wrap: break-word;
}

    .col-abt-company-details ul li b {
        margin-bottom: 10px;
        font-weight: 600;
    }


/* Photo page same as profile photo section| Change css here */
.col-profile-cont-photos .u-cmpny-profiles-photos ul li {
    margin: 5px 0px;
    flex: 0 0 19%;
    background: transparent;
}

.lg-backdrop {
    background: rgba(0,0,0,0.7) !important;
}


/* documents page same as profile photo section| Change css here */


.u-cmpny-profiles-docs ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-profile-cont-docs .u-cmpny-profiles-docs ul li {
    margin: 5px 15px 20px 0;
    flex: 0 0 10%;
    background: transparent;
}

.u-cmpny-profiles-docs ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

    .u-cmpny-profiles-docs ul li a span {
        position: absolute;
        background: rgba(0,0,0,0.6);
        font-size: 0px;
        padding: 3px 4px;
        color: #fff;
        text-align: left;
        width: 100%;
        transition: ease-in-out all 0.1s;
        bottom: -25px;
        left: 0px;
    }

    .u-cmpny-profiles-docs ul li a:hover span {
        bottom: 0px;
        font-size: 12px;
    }


/* Orgnaozation  Registration page___________||_______*/

.org-register-cont .form-group label {
    font-size: 14px;
}

.org-register-cont .form-group .form-control-file.form-control {
    padding: 5px 4px;
}


/* Register page _____________||_________*/
.second_rgster #page-wraper {
    padding: 45px 0 20px;
}

.pageheading_text_title {
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 85px 0;
    margin: 0px auto;
    background-size: cover;
    background: url('../images/building.jpg') center center no-repeat;
    /*background-size:40%;
        opacity: 0.8;
    background:url('../images/building-white.png'), -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,150,239,1)), color-stop(100%, rgba(0,200,214,1)));
    background:url('../images/building-white.png'), -webkit-linear-gradient(178deg, rgba(0,200,214,1) 0%, rgba(0,150,239,1) 100%);
    background:url('../images/building-white.png'), -o-linear-gradient(178deg, rgba(0,200,214,1) 0%, rgba(0,150,239,1) 100%);
    background:url('../images/building-white.png'), -ms-linear-gradient(178deg, rgba(0,200,214,1) 0%, rgba(0,150,239,1) 100%);
    background:url('../images/building-white.png'), linear-gradient(272deg, rgba(0,200,214,1) 0%, rgba(0,150,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096ef', endColorstr='#00C8D6',GradientType=1 );*/
}

    .pageheading_text_title h1 {
        font-size: 29px;
        margin: 0px 0;
        font-weight: 300;
    }

.choose-rgs-type {
    font-size: 14px;
    margin-bottom: 20px;
    /* text-align: center; */
    /*vertical-align: middle;
    margin: -50px 0 0px;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 3px 0px #777777;
    -webkit-box-shadow: 0 2px 3px 0px #777777;
    -moz-box-shadow: 0 2px 3px 0px #777777;
    position: relative;
    z-index: 1;*/
}

.add-profile-cont-img-sec {
    margin-top: -50px;
}

    .add-profile-cont-img-sec .add-col-profile {
        margin: auto;
        position: relative;
        display: inline-block;
    }

.add-profile-cont-img {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0px auto 15px;
    height: 120px;
    width: 120px;
    overflow: hidden;
    background: #fff;
}

.add-u-cv-photo-up {
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    z-index: 2;
    height: 30px;
    width: 30px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
    right: -13px;
    top: -8px;
    pointer-events: auto;
    color: #5c5b61;
    text-align: center;
    cursor: pointer;
}

    .add-u-cv-photo-up:hover .add-u-cv-photo-up input {
        cursor: pointer !important;
        pointer-events: auto;
    }

    .add-u-cv-photo-up i:hover {
        cursor: pointer;
        pointer-events: auto;
    }

    .add-u-cv-photo-up input {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        pointer-events: auto;
        z-index: 4;
        top: 0;
        cursor: pointer;
    }

.add-u-org-cv-title-fileds {
    max-width: 650px;
}

.add-u-cv-titile-write-for {
}

    .add-u-cv-titile-write-for h2 {
        display: inline-block;
        margin: 0 0 10px;
        font-weight: 300;
    }

    .add-u-cv-titile-write-for a {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #fff;
        z-index: 2;
        height: 30px;
        width: 30px;
        overflow: hidden;
        line-height: 30px;
        font-size: 17px;
        color: #5c5b61;
        text-align: center;
        cursor: pointer;
        display: inline-block;
    }

        .add-u-cv-titile-write-for a:hover {
            background: rgba(0,0,0,0.2);
        }



.add-u-org-cv-title-fileds #add-u-org-cv-title {
    width: 100%;
    height: 37px;
}

.add-u-org-cv-title-fileds a {
    background: #b70b0b;
    color: #fff;
    padding: 6px 23px;
    font-size: 17px;
    display: inline-block;
    height: 37px;
}

.add-profile-cont-m-info h4 {
    color: rgba(0,0,0,.35);
}

.choose-rgs-type .custom-control-indicator {
    top: 2px;
    transition: all ease 0.5s;
}

.choose-rgs-type .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #b70b0b;
}

.choose-rgs-type .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c70f0f;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c70f0f;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c70f0f;
}

.pro-ven-org-register-cont .form-group label, .pro-org-add .form-group label {
    font-size: 15px;
    margin-bottom: 3px;
}

.pro-org-add .form-group b {
    font-weight: 600;
}

.pro-ven-org-register-cont ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
}

.pro-ven-org-register-cont ::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
}

.pro-ven-org-register-cont :-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
}

.pro-ven-org-register-cont :-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
}

.pro-ven-org-register-cont .form-group label i, .pro-org-add .form-group label i {
    font-size: 18px;
    color: #5c5b61;
    margin-right: 5px;
    vertical-align: text-top;
}



/* Orgnaization  Register Data page ___________||_______*/

.org-register-data .form-group label {
    font-size: 14px;
    font-weight: 600;
}


/* Profile Timeline page ____________||_______*/

.timeline-profile-box-m {
    margin-top: -25px;
}



.timeline-profile-box-m-page .timeline-profile-box-m .profile-cover-bg {
    height: 370px;
    max-height: none;
    background: url(../images/full_7408831.jpg) center center no-repeat;
    background-size: 100%;
    width: 100%;
    opacity: 1;
}

.timeline-profile-box-m-page .col-profile-cont-boxs {
    position: absolute;
    bottom: 44px;
    left: 2%;
    z-index: 1;
}

.cover-btn {
    position: absolute;
    right: 3%;
    bottom: 80px;
}

.timeline-profile-box-m .cover-image-btn {
    font-size: 14px;
    font-weight: 400;
    background: rgba(0,0,0,0.60);
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 36px;
    color: #fff;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
}

    .timeline-profile-box-m .cover-image-btn input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }


.timeline-profile-box-m:hover .cover-image-btn {
    opacity: 1;
    visibility: visible;
}

.timeline-profile-box-m-page .timeline-profile-box-m .profile-cont-img {
    margin: 0 auto -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 150px;
    width: 150px;
}

.timeline-profile-box-m-page .profile-cont-m-info {
    padding-left: 40px;
    padding-top: 70px;
}




.timeline-profile-box-m-page .time-profile-tab {
    margin-top: 0px;
}

.timeline-profile-box-m-page .timeline-profile-box-m .profile-cont-m-info h2, .timeline-profile-box-m-page .profile-cont-m-info h4 {
    color: #fff;
}

.timeline-profile-box-m .profile-cover-bg {
    /*max-height: 125px;*/
}


.timeline-profile-box-m .profile-cont-img {
    margin-bottom: 0px;
}

.timeline-profile-box-m .profile-cont-m-info h2 {
    margin: 8px auto 5px;
}


.time-profile-tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px -15px 0;
    background: #f6f7f9;
}

    .time-profile-tab li {
        font-size: 15px;
        font-weight: 600;
        flex: 0 0 13%;
        padding: 13px 20px;
    }

        .time-profile-tab li i {
            font-size: 18px;
            margin-right: 8px;
        }

        .time-profile-tab li.active a {
            color: #a0a0a0;
        }


.list-into {
}

.bx-hd-h6 {
    font-size: 18px;
    margin: 8px 0 10px;
}

.list-into ul li {
    list-style: none;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

    .list-into ul li i {
        font-size: 14px;
        position: absolute;
        left: 1px;
        top: 4px;
        color: #b70b0b;
        width: 17px;
        height: 17px;
        line-height: 17px;
        text-align: center;
    }

.timeline-photos {
}

.timeline-photos-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .timeline-photos-box ul li {
        flex: 0 0 33%;
    }

.lang-select {
    font-size: 13px;
}

/*.list-toptrand2 ul li {
    font-family: Arial, sans-serif;
    list-style: none;
    font-size: 12px;
    position: relative;
    margin-bottom: 3px;
    word-break: break-all;
}

    .list-toptrand2 ul li b {
        display: block;
        color: #b70b0b;
        text-transform: capitalize;
    }

    .list-toptrand2 ul li a {
        color: #90949c;
    }*/


/* My Team page _____________________||________________*/

.owl-carousel.prjects-carousel {
    height: 92px;
}

    .owl-carousel.prjects-carousel .item a {
        /*border:1px solid #149fd8;*/ background: #f1f1f1;
        padding: 4px 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: block;
        text-align: center;
    }

        .owl-carousel.prjects-carousel .item a .pro-slide-ttl {
            font-weight: 600;
            margin: 5px auto;
        }

        .owl-carousel.prjects-carousel .item a .pro-slide-img {
            width: 50px;
            height: 50px;
            margin: auto;
        }

        .owl-carousel.prjects-carousel .item a:hover, .owl-carousel.prjects-carousel .item a.active {
            color: #313131;
            background: #ffe7e7;
        }

    .owl-carousel.prjects-carousel .owl-nav {
        position: absolute;
        width: 110%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        z-index: -1;
    }

    .owl-carousel.prjects-carousel .owl-next {
        position: absolute;
        right: 0;
        top: 0;
    }

.myteam-list-of-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.myteam-team-member-bx {
    border: 1px solid rgba(0,0,0,.15);
    display: flex;
    margin-bottom: 25px;
    flex: 0 0 49%;
}

    .myteam-team-member-bx .myteam-team-member-bx-prifle-photo {
        height: 115px;
        width: 115px;
        flex: 0 0 115px;
    }

    .myteam-team-member-bx .mtmb-p-i-ttle {
        font-size: 17px;
        font-weight: 600;
        display: inline-block;
        color: #b70b0b;
        margin-top: 30px;
    }

    .myteam-team-member-bx .mtmb-p-i-abt {
        font-size: 14px;
        color: #90949c;
    }

    .myteam-team-member-bx .myteam-team-member-bx-profile-info {
        flex: 0 0 calc(100% - 115px);
        padding-left: 30px;
        position: relative;
    }

        .myteam-team-member-bx .myteam-team-member-bx-profile-info .th-button {
            position: absolute;
            right: 10px;
            top: 12px;
        }


/* Add Team Member page ___________||_______*/

#Team-page-tab {
    border-bottom: 2px solid #b80f0f;
}

    #Team-page-tab .nav-item {
        position: relative;
    }

        #Team-page-tab .nav-item.show .nav-link, #Team-page-tab .nav-link.active {
            color: #b80f0f;
            cursor: default;
            background-color: transparent;
        }

            #Team-page-tab .nav-item.show .nav-link, #Team-page-tab .nav-link.active:after {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background: #b70b0b;
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

.added-t-members {
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    padding: 10px 25px 15px;
    margin: 0 auto 20px;
}

    .added-t-members li {
        border: 1px solid rgba(0,0,0,.15);
        padding: 4px 10px 4px 10px;
        position: relative;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    }

        .added-t-members li:hover {
            border-color: #90949c;
        }

        .added-t-members li img {
            float: left;
            width: 25px;
            margin: 0 5px 0 0;
        }

        .added-t-members li b {
            display: inline-block;
            margin-top: 2px;
        }

        .added-t-members li .custm-close {
            position: absolute;
            right: 12px;
            top: 0px;
            font-size: 22px;
            font-weight: 600;
        }

.add_icon-tab {
    position: absolute;
    right: 21px;
    top: 8px;
}


.list-group-members {
    margin-bottom: 25px;
}

    .list-group-members li {
        border-width: 0 0 1px 0;
        margin-bottom: 2px;
        padding: 8px 12px;
        position: relative;
    }

        .list-group-members li .admin-chck {
            position: absolute;
            right: 10px;
            top: 15px;
        }

        .list-group-members li:hover {
            position: relative;
            z-index: 2;
            box-shadow: 0px 5px 5px #f3f3f3;
            -moz-box-shadow: 0px 5px 5px #f3f3f3;
            -webkit-box-shadow: 0px 5px 5px #f3f3f3;
        }

        .list-group-members li .radiusMax {
            margin-right: 20px;
            height: 30px;
            width: 30px;
        }

        .list-group-members li h6 {
            font-size: 15px;
            font-weight: 400;
            margin-right: 8px;
        }

        .list-group-members li b {
            color: #90949c;
            padding: 0 8px;
            border-left: 1px solid #ccc;
        }

            .list-group-members li b .status {
                display: inline-block;
                font-size: 10px;
                border: 1px solid #b70b0b;
                padding: 0px 5px;
                border-radius: 50px;
                line-height: 13px;
                margin-left: 10px;
                color: #b70b0b;
            }

/* Notifications page ____________________||__________________ */

.notice-info-board i {
    color: #e20003;
    transform-origin: 50% 0;
    animation: vibrate 0.8s linear infinite;
}

@keyframes vibrate {
    0%, 100% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(-25deg);
    }
}


.noticationBx {
    border-bottom: 1px solid #d0d1d5;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

    .noticationBx::after {
        content: '';
        clear: both;
        display: block;
    }

    .noticationBx .noticationBx-pro-pic {
        float: left;
        height: 50px;
        width: 50px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .noticationBx .noticationBx-cont {
        float: right;
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .noticationBx .noticationBx-cont-title {
        font-size: 17px;
        display: inline-block;
        margin: 5px 0 10px;
    }

        .noticationBx .noticationBx-cont-title b {
            font-weight: 600;
        }





    .noticationBx .noticationBx-cont-react a {
        margin-right: 5px;
        font-weight: normal;
        font-size: 16px;
    }

.noticationBx-cont-text-notice {
    font-size: 13px;
    margin-bottom: 10px;
    color: #90949c;
}



/* Page Not Found ___________||_______*/

.notfnd-main:after {
    content: '';
    background: url('../images/notfound.jpg') center bottom no-repeat;
    background-size: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*filter: blur(5px);*/
}

.notfnd-box {
    font-family: 'Lato',sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 200px;
    max-width: 450px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    transform: translateX(-50%) translateY(-50%);
    padding: 50px 20px;
    text-align: center;
    font-size: 28px;
    z-index: 9;
    color: #fff;
}

    .notfnd-box h1 {
        margin: 0 auto 10px;
        font-size: 50px;
        font-family: 'Lato',sans-serif;
    }


/* Message Chatroom page ______________________||____________________*/
.chat-m-bx {
    position: fixed;
    height: calc(100% - 4px);
    width: 100%;
    z-index: 3;
    /*border:1px solid #e6e6e6;*/
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#left-side {
    float: left;
    width: 28%;
    position: relative;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .10);
}

.top-info-of-about {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    height: 71px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.search-bx {
    padding: 12px 15px;
}

.search-field {
    border: 1px solid #e6e6e6;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 0;
    background: #f6f7f9;
}

    .search-field input[type="text"] {
        border: none;
        width: 90%;
        background: transparent;
    }

.cht-persons {
    height: calc(100% - 100px);
}

.cht-person {
    min-height: 70px;
    padding: 10px 10%;
    position: relative;
    cursor: pointer;
    transition: all ease 0.2s;
}

    .cht-person:before {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        width: 80%;
        height: 1px;
        background: #e6e6e6;
        transform: translateX(-50% );
        -webkit-transform: translateX(-50% );
        -moz-transform: translateX(-50% );
    }

    .cht-person:after {
        content: '';
        display: block;
        clear: both;
    }

.chat-p-profile-pic {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.cht-person .chat-p-profile-pic img {
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
}

.cht-person .cht-name {
    font-size: 15px;
    font-weight: 600;
}

.cht-person .cht-time {
    position: absolute;
    color: #90949c;
    right: 10%;
    top: 10px;
}

.cht-person .cht-l-msg {
    font-size: 14px;
    font-weight: 400;
    color: #90949c;
}

.cht-prsn-status {
    position: absolute;
    left: 0;
    top: 0;
    background: #90949c;
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

    .cht-prsn-status.online {
        background: #2cb505;
    }

.cht-person:hover, .cht-person.active {
    /*color:#fff;
        background:#0f99d2;*/
    background: rgba(0, 0, 0, .05);
}
/*.cht-person:hover .cht-l-msg, .cht-person.active .cht-l-msg, .cht-person:hover .cht-time, .cht-person.active .cht-time {
    color:#fff;
    }*/




.chat-m-bx .right {
    float: left;
    width: 44%;
    position: relative;
    height: 100%;
    /*background:#f6f7f9;*/
}

.right-msgs {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .right-msgs:after {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: #fff url(../images/chatbg.png) center center repeat;
        background-size: 50%;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0.1;
    }



    .right-msgs .cht-prsn-info {
        background: #fffcfc;
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        padding: 10px 15px;
        position: relative;
        /*margin-right: -1px;
    position: relative;
    z-index: 1;*/
    }


        .right-msgs .cht-prsn-info img {
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 17px;
            -moz-border-radius: 17px;
            -webkit-border-radius: 17px;
            margin-right: 15px;
        }

        .right-msgs .cht-prsn-info .cht-prsn-info-name {
            font-weight: 600;
        }

        .right-msgs .cht-prsn-info p {
            font-size: 14px;
            font-weight: 400;
            color: #90949c;
        }

.cht-prsn-info-actions {
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    color: rgba(0, 0, 0, 0.29);
}

    .cht-prsn-info-actions i {
        font-size: 17px;
    }


.cht-prsn-msges {
    /*display:flex;
  flex-flow:column;*/
    padding: 15px 0 15px 10px;
    position: relative;
    height: calc(100% - 120px);
    overflow: hidden;
}

.right-msgs .cht-prsn-msges {
    display: none;
}

.cht-prsn-msges.active-chat {
    display: block;
}

.mCS_no_scrollbar .mCSB_container {
    overflow: visible !important;
}

.cht-prsn-msges .mCSB_container {
    display: flex;
    flex-flow: column;
    margin-right: 10px;
}

.cht-prsn-msges .mCSB_scrollTools {
    width: 9px;
}

.msg-time-update {
    text-align: center;
    margin: 10px auto 20px;
    color: rgba(0, 0, 0, .50);
}

.msgbubble {
    /*background: rgba(0, 0, 0, .05);*/
    align-self: flex-start;
    max-width: 99%;
    min-width: 10px;
    margin: 0 0 8px;
}

    .msgbubble.you {
        display: flex;
        flex-flow: row;
    }

        .msgbubble.you .msg-sender-profile-pic {
            height: 32px;
            width: 32px;
            flex: 0 0 32px;
            margin-right: 10px;
        }

            .msgbubble.you .msg-sender-profile-pic img {
                border-radius: 23%;
                -moz-border-radius: 23%;
                -webkit-border-radius: 23%;
            }

        .msgbubble.you .msg-text-body {
            background: #e44a50;
            color: #fff;
        }

    .msgbubble.me {
        align-self: flex-end;
        color: #fff;
        text-align: right;
    }

.msg-text-body {
    background: #ececec;
    padding: 5px 15px;
    box-shadow: 0 1px 0px #d0d0d0;
    -webkit-box-shadow: 0 1px 0px #d0d0d0;
    -moz-box-shadow: 0 1px 0px #d0d0d0;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    font-size: 14px;
    /* line-height: 16px; */
    color: #616161;
}

/* message status bullet */
.message-status-light {
    margin-right: 13px;
    line-height: 15px;
}

    .message-status-light .df-lght {
        height: 7px;
        width: 7px;
        /* background: #ccc; */
        display: inline-block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin: 0 1px 0;
        border: 1px solid #b7b7b7;
    }

    .message-status-light .sts-on {
        background: #2cb505;
        border-color: #2cb505;
    }

    .message-status-light .done-lght {
        border-color: #616167 /*#b70b0b*/;
    }






.cht-msg-type-bx {
    border-top: 1px solid rgba(0, 0, 0, .10);
    background: rgba(255,255,255,0.5);
    position: relative;
}

.cover-textarea {
    overflow: hidden;
    width: 80%;
}

#chttypemesg {
    height: 52px;
    position: relative;
    padding: 8px;
}

    #chttypemesg:focus {
        outline: none;
    }

.msg-placehoder {
    color: #90949c;
}


.cht-msg-type-bx i {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 19px;
    color: rgba(0, 0, 0, .50);
}

    .cht-msg-type-bx i.fa-camera {
        right: 70px;
    }





.right-chat-info {
    float: right;
    width: 28%;
    position: relative;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .10);
    /*background:#fffcfc;*/
}

.right-chat-info-bx-top {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    padding: 10px 15px;
    position: relative;
}



    .right-chat-info-bx-top img {
        height: 50px;
        width: 50px;
        float: left;
        margin-right: 10px;
        border-radius: 23%;
        -moz-border-radius: 23%;
        -webkit-border-radius: 23%;
    }

    .right-chat-info-bx-top b {
        margin-top: 10px;
        display: inline-block;
    }



.right-chat-title-optn {
    margin: 10px auto 15px;
    padding: 0 15px;
}

.right-chat-title {
    font-size: 14px;
    color: #90949c;
    font-weight: 300;
}

.cht-pepoles {
}

.cht-pepole {
    min-height: 50px;
    padding: 5px 4%;
    position: relative;
    cursor: pointer;
    transition: all ease 0.2s;
    animation-fill-mode: none;
}

    .cht-pepole:after {
        content: '';
        display: block;
        clear: both;
    }

    .cht-pepole img {
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 23%;
        -moz-border-radius: 23%;
        -webkit-border-radius: 23%;
        margin-right: 10px;
    }

    .cht-pepole .cht-pepole-name {
        font-size: 15px;
        display: inline-block;
        font-weight: 400;
        margin-top: 8px;
    }


    .cht-pepole .cht-pepole-status {
        position: absolute;
        left: 3%;
        top: 6px;
        background: #90949c;
        height: 8px;
        width: 8px;
        border: 1px solid #fff;
        border-radius: 17px;
        -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
    }

        .cht-pepole .cht-pepole-status.online {
            background: #2cb505;
        }

    .cht-pepole:hover {
        background: rgba(0, 0, 0, .05);
    }

    .cht-pepole .cht-pepole-opt {
        font-size: 12px;
        display: none;
        color: #90949c;
        position: absolute;
        right: 15px;
        top: 19px;
    }

    .cht-pepole:hover .cht-pepole-opt {
        display: block;
    }





/* All pages chat box _______________________||__________________*/

#chat-bx-main {
    position: fixed;
    bottom: 0px;
    right: 2%;
    width: auto;
    z-index: 99;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    max-width: 98%;
    min-width: 271px;
}

/* List of contact in chating */
.chat-bx-contacts {
    width: 270px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px 0px #7b7979;
    -webkit-box-shadow: 0 1px 4px 0px #7b7979;
    -moz-box-shadow: 0 1px 4px 0px #7b7979;
    position: relative;
    align-self: flex-end;
    flex: 0 0 270px;
}

.chat-bx-contacts-top {
    padding: 9px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    box-shadow: 0 1px 2px #e8e8e8;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .chat-bx-contacts-top span i {
        color: #90949c;
        font-size: 21px;
        line-height: 20px;
        vertical-align: middle;
    }

    .chat-bx-contacts-top .fa-gear:hover {
        color: rgba(49, 49, 49, 0.77);
    }

.chat-bx-contacts-body {
    display: none;
    height: 0;
    transition: all ease 1s;
}

    .chat-bx-contacts-body.show {
        display: block;
        height: 320px;
    }

.chat-bx-contacts-list {
    height: 279px;
}

    .chat-bx-contacts-list .cht-person {
        min-height: 61px;
        padding: 9px 10px;
        position: relative;
        cursor: pointer;
        transition: all ease 0.2s;
    }

        .chat-bx-contacts-list .cht-person .chat-p-profile-pic {
            float: left;
            width: 40px;
            height: 40px;
            margin-right: 8px;
        }

        .chat-bx-contacts-list .cht-person img {
            width: 40px;
            height: 40px;
            border-radius: 23%;
            -moz-border-radius: 23%;
            -webkit-border-radius: 23%;
        }

        .chat-bx-contacts-list .cht-person .cht-l-msg {
            font-size: 12px;
        }

        .chat-bx-contacts-list .cht-person .cht-prsn-status {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 8px;
            width: 8px;
            border: 1px solid #fff;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
        }

.chat-bx-contacts-search {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

    .chat-bx-contacts-search input {
        width: 100%;
        border: none;
        padding: 10px 6px;
    }





/* More person chat box */


#more-chat-person {
    background: #fff;
    height: 43px;
    width: 43px;
    margin-right: 15px;
    text-align: center;
    box-shadow: 0 1px 4px 0px #7b7979;
    -webkit-box-shadow: 0 1px 4px 0px #7b7979;
    -moz-box-shadow: 0 1px 4px 0px #7b7979;
    position: relative;
    align-self: flex-end;
    flex: 0 0 43px;
    font-size: 20px;
    line-height: 42px;
    /*-webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;*/
}



.bxhidden {
    display: none;
}


/* Person chat box */

#chatperson-boxes-m {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

.chat-bx-chatprson {
    margin-right: 15px;
    width: 270px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px 0px #7b7979;
    -webkit-box-shadow: 0 1px 4px 0px #7b7979;
    -moz-box-shadow: 0 1px 4px 0px #7b7979;
    position: relative;
    align-self: flex-end;
    flex: 0 0 270px;
}

.chat-bx-chatprson-top {
    padding: 5px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    box-shadow: 0 1px 2px #e8e8e8;
    -webkit-box-shadow: 0 1px 2px #e8e8e8;
    -moz-box-shadow: 0 1px 2px #e8e8e8;
}

    .chat-bx-chatprson-top .chat-p-profile-pic {
        height: 32px;
        margin-right: 8px;
        width: 32px;
    }

    .chat-bx-chatprson-top img {
        border-radius: 23%;
        -moz-border-radius: 23%;
        -webkit-border-radius: 23%;
    }

    .chat-bx-chatprson-top .cht-prsn-status {
        height: 8px;
        width: 8px;
        border: 1px solid #fff;
    }

    .chat-bx-chatprson-top b {
        display: inline-block;
        margin-top: 3px;
    }

    .chat-bx-chatprson-top i {
        font-size: 16px;
        position: absolute;
        right: 10px;
        top: 13px;
        color: #90949c;
    }

    .chat-bx-chatprson-top .fa-gear:hover {
        color: rgba(49, 49, 49, 0.77);
    }

.chat-bx-chatprson-body {
    display: none;
    height: 0;
    transition: all ease 1s;
}

    .chat-bx-chatprson-body.show {
        display: block;
        height: 320px;
    }

.chat-bx-chatprson .cht-prsn-msges {
    padding: 15px 0px 10px 8px;
    position: relative;
    height: calc(100% - 57px);
    overflow: hidden;
}

.chat-bx-chatprson .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.chat-bx-chatprson .msgbubble {
    /* background: rgba(0, 0, 0, .05); */
    max-width: 99%;
    min-width: 10px;
    margin: 0 0 8px;
    font-size: 13px;
}
/*.chat-bx-chatprson .msgbubble.you {
    display: flex;
    flex-flow: row;
}
.chat-bx-chatprson .msgbubble.me {
    align-self: flex-end;
    color: #fff;
    text-align: right;
    }
.chat-bx-chatprson  .msg-text-body {
    background: #0f99d2;
    padding: 4px 15px;
    border-radius: 50px;
    box-shadow: 0 1px 0px #d0d0d0;
}*/


.chat-bx-chatprson .cht-msg-type-bx i {
    position: absolute;
    right: 14px;
    font-size: 13px;
}

    .chat-bx-chatprson .cht-msg-type-bx i.fa-camera {
        right: 35px;
    }



/* Create Group popup ______________________*/

#Creategroup {
}

.form-control.border-btm {
    border-width: 0 0 1px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.added-group-members {
    /* border-top: 1px solid #e9ebee; */
    border-bottom: 1px solid #e9ebee;
    padding: 10px 5px 15px;
    /* margin: 0 -25px 20px; */
}

    .added-group-members li {
        border: 1px solid rgba(0,0,0,.15);
        padding: 4px 32px 4px 4px;
        position: relative;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        background: #eee;
        margin-bottom: 8px;
        font-size: 14px;
    }

        .added-group-members li img {
            float: left;
            width: 25px;
            margin: 0 5px 0 0;
        }

        .added-group-members li b {
            display: inline-block;
            margin-top: 2px;
        }

        .added-group-members li .fa-close {
            position: absolute;
            right: 12px;
            top: 10px;
        }


.desktop-hide {
    display: none;
}


#upload-stacks_in_10_page24 {
    margin-top: 10px !important;
    max-width: 350px;
    padding: 20px;
    margin: 0px auto;
    border: 2px dashed rgba(0,0,0,.20);
    background: rgba(248, 251, 253, 1.00);
}

#drop-stacks_in_10_page24 {
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    color: rgba(76, 76, 76, 1.00);
}

#buttonContainerstacks_in_10_page24 #uploadButtonstacks_in_10_page24 {
    background: #b70b0b;
    color: #fff;
}

#buttonContainerstacks_in_10_page24 {
    text-align: center;
}

    #buttonContainerstacks_in_10_page24 input {
        position: absolute;
        right: 0px;
        top: 22px;
        font-family: Arial;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        opacity: 0;
        height: 200px;
        width: 327px;
        left: 15px;
    }

#upload-stacks_in_10_page24 .uploadIcon .fa-cloud-upload {
    font-size: 40px;
    margin-bottom: 10px;
    color: #b70b0b;
}

.vendors {
    width: 120px;
    border: 1px solid #b70b0b;
    padding: 22px 15px;
    text-align: center;
    border-radius: 100%;
    height: 120px;
    float: right;
}

    .vendors span {
        color: #b70b0b;
        font-size: 24px;
    }

    .vendors p {
        font-size: 20px;
    }

.mainLabel {
    margin-bottom: 10px;
}

.orLabel {
    margin-bottom: 10px;
}

.new_post {
    visibility: visible !important;
}

    .new_post a[disabled="disabled"] {
        pointer-events: none;
        cursor: not-allowed;
    }

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
**/


@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media (max-width: 1599px) {
}

@media (max-width: 1199px) {
    /* Home */
    #navbar_top li {
        margin: 0px 1px;
    }
}

@media (max-width: 1069px) {
    /* Profile team */
    .time-profile-tab li {
        flex: 0 1 15%;
    }
}

@media (max-width: 991px) {
    /* Home */
    /* Design */
    /*.md-view-user-bar {
        background: #fff;
        padding: 10px 15px;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 9;
        box-shadow: 0px 1px 1px #c3c3c3;
        -webkit-box-shadow: 0px 1px 1px #c3c3c3;
        -moz-box-shadow: 0px 1px 1px #c3c3c3;
    }


    .md-view-profile-pic {
        float: left;
        width: 35px;
    }

        .md-view-profile-pic img {
            height: 35px;
            width: 35px;
            /*border: 1px dashed #c70707;*/
    -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;
}
/*
    .md-view-search {
        float: right;
        width: calc(100% - 53px);
        position: relative;
    }

    .md-view-user-bar .top-bar-search #search-main {
        width: 100%;
        background: #fff;
        font-size: 14px;
        height: auto;
        border: 1px solid #f1f1f1;
        color: #383838;
    }

    .md-view-user-bar .top-bar-search .btn {
        position: absolute;
        background: none;
        right: 10px;
        top: 7px;
    }*/

/*.md-view-user-bar ::-webkit-input-placeholder {
        color: #90949c;
    }

    .md-view-user-bar ::-moz-placeholder { 
        color: #90949c;
    }

    .md-view-user-bar :-ms-input-placeholder {
        color: #90949c;
    }

    .md-view-user-bar :-moz-placeholder {
        color: #90949c;
    }*/

/*
    #page-wraper {
        padding: 60px 0;
    }

    .profilebox-of {
        margin: 15px auto 15px;
    }*/

/* #top_bar {
        bottom: 0px;
        top: auto;
        padding: 8px 0px 3px;
        box-shadow: 0px -1px 0px #b52025;
        -webkit-box-shadow: 0px -1px 0px #b52025;
        -moz-box-shadow: 0px -1px 0px #b52025;
    }

        #top_bar #navbar_top ul {
            width: 100%;
            flex-direction: row;
        }

        #top_bar #navbar_top li {
            margin: 0px 1px;
            flex-grow: 12;
        }

        #top_bar #navbar_top ul li span {
            font-size: 11px;
            margin: 3px 0 0;
            display: block;
        }


    #navbar_top li a i {
        display: block;
        font-size: 18px;
        margin-top: 0;
    }
    */
#navbar_top li a i.fa-home {
    /*font-size: 26px;
                line-height: 21px;*/
}

/* .select-project {
        margin: 10px auto 10px;
        width: 97%;
    }

    #post-box-show {
        color: #90949c;
        text-align: center;
    }

        #post-box-show i {
            vertical-align: middle;
            position: relative;
            color: #5b5b61;
            padding: 4px;
            font-size: 23px;
            margin-right: 10px;
        }

            #post-box-show i:after {
                content: '';
                height: 30px;
                width: 30px;
                border: 1px solid #e9ebee;
                display: block;
                position: absolute;
                left: 0;
                top: 0px;
            }
*/

/* Chatroom */
/*.cht-person {
        padding: 10px 3%;
    }

        .cht-person .cht-time {
            position: absolute;
            color: #90949c;
            right: 4%;
            top: 13px;
            font-size: 11px;
        }

    .right-msgs .cht-prsn-info .cht-prsn-info-name {
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inherit;
        width: 220px;
        overflow: hidden;
    }*/


/* Profile my team*/
/*.myteam-team-member-bx .myteam-team-member-bx-profile-info .th-button {
        font-size: 0px;
        padding: 5px 7px;
    }

        .myteam-team-member-bx .myteam-team-member-bx-profile-info .th-button i {
            margin-right: 0px !important;
        }

    .project-summery-actions ul li a {
        font-size: 12px;
    }
}*/


/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 766px) {




    .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }
    /* Chatroom */

    .chat-m-bx {
        display: flex;
    }

    #left-side {
        flex: 0 0 70px;
    }

    .top-info-of-about {
        display: flex;
        justify-content: center;
    }

    .chat-m-bx .right {
        flex: 1 0 60%;
    }

    .right-chat-info {
        float: right;
        flex: 0 0 30%;
    }

    cht-person {
        padding: 5px 6%;
    }

    .chat-p-profile-pic {
        margin: auto;
        float: none;
        width: 50px;
        height: 50px;
    }

    .cht-person .cht-name, .cht-person .cht-time, .cht-person .cht-l-msg {
        display: none;
    }

    .cht-msg-type-bx i {
        right: 25px;
        top: 10px;
        font-size: 15px;
    }

        .cht-msg-type-bx i.fa-camera {
            right: 53px;
        }

    .profile-cont-m-info li {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 300;
    }

    .cht-prsn-info-actions {
        top: 33px;
    }

    .right-msgs .cht-prsn-info .cht-prsn-info-name {
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inherit;
        width: 190px;
        overflow: hidden;
    }

    .cht-prsn-msges {
        padding: 15px 5px 15px 10px;
    }



    /* Profile my team page */
    .myteam-team-member-bx {
        flex: 0 0 100%;
    }

        .myteam-team-member-bx .myteam-team-member-bx-profile-info {
            padding-left: 12px;
        }

    .owl-carousel.prjects-carousel .item a {
        padding: 5px 12px;
    }

    /* Prifle photos */
    .u-cmpny-profiles-photos ul li, .col-profile-cont-photos .u-cmpny-profiles-photos ul li {
        flex: 0 0 33%;
    }
    /* Prifle Documnets */
    .col-profile-cont-docs .u-cmpny-profiles-docs ul li {
        flex: 0 0 19%;
    }

    /* Profile timeline about */

    .profile-cont-img {
        margin: -47px auto 0;
        height: 90px;
        width: 90px;
    }

    /* register profile  */
    .add-profile-cont-img {
        margin: 0px auto 8px;
        height: 90px;
        width: 90px;
    }
}



@media (max-width: 643px) {
    /* no padding  no margin */
    .nom-custm-down {
        margin-right: 0px;
        margin-left: 0px;
    }

    .nop-custm-down {
        padding-right: 2px;
        padding-left: 2px;
    }

    /* Home */

    .post-type-text-main-btns .gry-button {
        font-size: 11px;
        border: 1px solid #999ba0;
        padding: 6px 12px;
    }

    #new_post.focus .post-type-text-main-btns .btn-pub-priv-m button {
        padding: 7px 12px;
        font-size: 11px;
    }

    .profile-n-post-info-name h5 {
        font-size: 15px;
    }

    .issue-postcnt-box .issue-postcnt-image {
        flex: 0 0 25%;
        max-height: 88px;
        min-width: 85px;
    }

    .issue-postcnt-box .issue-postcnt-txt {
        flex: 0 0 70%;
        padding: 1px;
    }

    .meeting-info-date-n {
        font-size: 14px;
    }

    .meeting-info-date-m {
        font-size: 26px;
    }

    .post-attachments-item {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .nymicon {
        /*height: 18px;
        width: 18px;*/
    }

    /* Chatroom */
    .right-chat-info {
        float: right;
        flex: 0 0 30%;
        position: fixed;
        right: -200px;
        background: #fff;
        width: 199px;
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.81, 1.31);
    }

    body.showCHatinfo .right-chat-info {
        right: 0px;
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.81, 1.31);
    }


    /* Profile my team */
    .bx-hd-h6 {
        font-size: 16px;
        margin: 0 0 0px;
    }

    .owl-carousel.prjects-carousel .owl-nav {
        width: 115%;
    }

    .noticationBx .noticationBx-cont-react a {
        margin-right: 5px;
        font-weight: normal;
        font-size: 13px;
    }

    /* Profile timeline about */

    .profile-cont-m-info h2 {
        font-size: 20px;
    }

    .timeline-profile-box-m .profile-cont-m-info h2 {
        margin: 3px auto 5px;
    }

    .profile-cont-m-info h4, .expr-company-summery .expr-company-summery-Cname {
        font-size: 15px;
    }

    .profile-cont-m-info .th-button {
        font-size: 15px;
        padding: 4px 13px;
    }

    .time-profile-tab li {
        flex: 0 1 20%;
        padding: 13px 5px;
    }
}

@media (max-width: 575px) {
    /* vendor Prifle  */
    .profile-cont-m-info, .col-sm-2.col-profile {
        text-align: center !important;
    }

    .profile-cover-bg {
        height: 80px;
    }

    /*  Prifle Oragnization   */

    .col-exprc .col-sm-3, .col-proje.col-sm-3 {
        max-width: 100%;
    }

    .expr-company-summery, .col-project {
        text-align: center;
    }

    .expr-company-logo, .project-logo-icon {
        height: auto;
        min-height: 45px;
    }
}




@media (max-width: 480px) {
    /* Home */
    .M_add-options {
        display: flex;
        justify-content: space-between;
    }

        .M_add-options .M_add-option {
            margin: 0;
        }

            .M_add-options .M_add-option span {
                font-size: 0px;
            }

            .M_add-options .M_add-option i {
                font-size: 17px;
            }

    .post-type-text-main-btns .gry-button {
        font-size: 0px;
        padding: 6px 17px;
    }

        .post-type-text-main-btns .gry-button i {
            margin: auto;
        }


    .agenda-info-date-n {
        font-size: 34px;
    }

    /* Prifle photos */
    .u-cmpny-profiles-photos ul li, .col-profile-cont-photos .u-cmpny-profiles-photos ul li {
        flex: 0 0 48%;
    }

    .box-pos-button {
        position: static;
    }
}

/* Mobile devices */

@media (max-width: 380px) {

    /* Chatroom */
    .right-msgs .cht-prsn-info p {
        font-size: 11px;
    }

    .cht-prsn-info-actions i {
        font-size: 16px !important;
    }

    .cht-prsn-info-actions {
        top: 13px;
    }

    .right-msgs .cht-prsn-info .cht-prsn-info-name {
        width: 121px;
    }

    /* My team page */
    .myteam-team-member-bx .myteam-team-member-bx-prifle-photo {
        height: 80px;
        width: 80px;
        flex: 0 0 80px;
    }

    .myteam-team-member-bx .myteam-team-member-bx-profile-info {
        flex: 0 0 calc(100% - 80px);
        padding-left: 7px;
    }

    .myteam-team-member-bx .mtmb-p-i-ttle {
        font-size: 14px;
        margin-top: 13px;
    }

    .myteam-team-member-bx .mtmb-p-i-abt {
        font-size: 12px;
        color: #90949c;
    }

    .myteam-team-member-bx .myteam-team-member-bx-profile-info .th-button {
        font-size: 0px;
        padding: 0px 0px;
        border: none;
        color: #c20009;
        background: transparent;
    }
}

/**

 * 9.0 Print

 * ----------------------------------------------------------------------------

 */



/* Retina-specific styles. */

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

@media print {
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    .desktop-hide {
        display: inline-block;
        font-size: 24px;
        padding: 2px 12px;
        position: fixed;
        bottom: 60px;
        right: 20px;
        z-index: 9;
    }

    .project-summery-actions {
        position: relative;
        margin-top: 15px;
    }

    .added-t-members li {
        margin-bottom: 8px;
    }

    .vendors {
        margin: auto;
    }
}

@media (max-width: 767px) and (min-width: 575px) {
    .col-project .col-sm-8 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-project .col-sm-2 {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

.profile-cont-img {
    position: relative;
}

.profile_cont_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
}

    .profile_cont_overlay span {
        color: #fff;
        display: inline-block;
        font-size: 11px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        background-color: rgba(0,0,0,0.5);
        padding: 7px;
        border-radius: 10px;
    }

.profile-cont-img:hover .profile_cont_overlay {
    opacity: 1;
}

.new_post .popup_header h4 {
    color: #b70b0b;
    display: inline-block;
    width: 50%;
}

.popup_header {
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    left: 0;
    padding: 0 25px;
}

    .popup_header .close-remove {
        right: 25px;
        top: 5px;
        opacity: 1;
        visibility: visible;
    }

.new_post input {
    border: 1px solid #ccc;
    opacity: 1;
    height: 15px;
    width: 15px;
    float: right;
}

.new_post {
    max-height: 600px;
    overflow-y: auto;
}

.popup_body {
    padding-top: 50px;
}

    .popup_body .project-logo-icon img {
        height: 64px;
    }

.popup_footer {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    float: left;
}

    .popup_footer button {
        float: right;
    }

.new_post input {
    border: 1px solid #ccc;
    opacity: 0;
    height: 15px;
    width: 15px;
    float: right;
}

.new_post {
    max-height: 600px;
    overflow-y: auto;
}

.applicant_profile img {
    border-radius: 100%;
}

.new_post .popup_body {
    padding-top: 50px;
    width: 100%;
}

.log_report {
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
}

.log-sumary {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .log-sumary h4 {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .log-sumary p {
        font-size: 14px;
    }

    .log-sumary:last-child {
        border-bottom: none;
    }

.add_invites {
    background-color: #b70b0b;
    color: #fff;
    font-size: 16px;
    padding: 0px 8px;
    display: inline-block;
    border-radius: 100%;
    font-weight: bold;
}

    .add_invites:hover {
        color: #fff;
    }

.add_invites_users {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: #fff;
    margin: auto;
    right: 0;
    text-align: center;
    box-shadow: 0px 2px 3px #ccc;
}

    .add_invites_users .user_data {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

        .add_invites_users .user_data:last-child {
            border-bottom: none;
        }

.analytic_data {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    position: relative;
}

    .analytic_data:last-child {
        border-bottom: none;
    }

    .analytic_data a {
        display: block;
    }

    .analytic_data p {
        display: inline-block;
        float: right;
    }

        .analytic_data p .arrow {
            color: #b70b0b;
            font-weight: bold;
            font-size: 18px;
            margin-left: 5px;
        }

.invite_user_border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.vendor_margin {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

    .vendor_margin button {
        float: right;
    }

.invite-user-popup .modal-body {
    max-height: 450px;
    overflow-y: auto;
}

.invite-user-popup .invite_user_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.analytic_tabs {
    width: 100%;
    background-color: #efefef;
    border: 1px solid #ccc;
}

    .analytic_tabs li {
        display: inline-block;
        width: 33.333%;
        float: left;
        padding: 15px;
        border-right: 1px solid #d6d4d4;
    }

        .analytic_tabs li:last-child {
            border-right: none;
        }

        .analytic_tabs li a {
            font-size: 18px;
            display: block;
        }

        .analytic_tabs li.active {
            background-color: #dcdcdc;
        }

.analytic_content {
    width: 100%;
    padding-top: 30px;
}

.analytic_tabs li span.count {
    padding-left: 10px;
    color: #b70b0b;
    font-size: 20px;
}

.border_analytic {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .border_analytic:last-child {
        border: none;
    }

.user_information span i {
    color: #b70b0b;
}

.access_right_popup .switch-field label {
    width: auto;
}

.access_right_popup .switch-field {
    padding: 0 40px;
}

.deleteRowButton {
    background-color: #b70b0b;
    padding: 2px 10px 4px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    float: right;
}

.add_team {
    margin: 7px 0;
    display: inline-block;
}

.create-category {
    margin-top: 8px;
}

    .create-category .detail-button-span {
        top: 15px;
    }

.detail-button {
    display: block !important;
    padding: 13px 10px !important;
    color: #000 !important;
    font-size: 14px !important;
    border: 2px solid #b70b0b !important;
    border-radius: 3px !important;
}

.detail-button-span {
    position: absolute;
    border: 2px solid #b70b0b;
    left: 9px;
    top: 6px;
    background-color: #fff;
    height: 35px;
    width: 40px;
    overflow: hidden;
    display: inline-block;
    padding: 4px 7px 0px 6px;
    text-align: center;
    margin: 0px;
}

.dcbutton1:hover {
    color: #fff;
}

.ui-widget-header {
    border: 1px solid #8dbd8d !important;
    background-color: #8dbd8d !important;
    background-image: none !important;
}

#progressbar-5 {
    margin-top: 10px;
}

.visit-site {
    color: #fff !important;
    display: block;
    z-index: 99999999;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    padding: 8px 25px;
    box-shadow: 0px 1px 7px #000;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: #b70b0b;
    text-transform: capitalize;
}

.info-sec-doc ul li {
    position: relative;
}

    .info-sec-doc ul li::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        /*width: 100%;*/
        height: 100%;
        /*background-color: rgba(0, 0, 0, 0.4);*/
        opacity: 0;
    }

.download-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    z-index: 999;
    opacity: 0;
}

.info-sec-doc ul li:hover::after {
    opacity: 1;
    cursor: pointer;
}

.info-sec-doc ul li:hover .download-icon {
    opacity: 1;
}

.userDetail_mobileNo {
    flex-basis: calc(73% - 38px) !important;
    margin-left: 5px;
}

.intl-tel-input {
    width: 25%;
    float: left;
}

    .intl-tel-input .selected-flag {
        padding: 0 !important;
    }

.mobileNo {
    width: calc(75% - 10px);
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}

.pro-org-add .intl-tel-input .selected-flag {
    padding-left: 5px !important;
}

#changemobile .intl-tel-input input {
    width: 100% !important;
}

#changemobile .new_post input, #enter_otp .new_post input {
    border-width: 0 0 1px 0;
    opacity: 1;
    height: 30px;
    width: calc(75% - 5px);
    float: left;
    border-color: #ccc;
    border-style: solid;
}

#changemobile .intl-tel-input .selected-flag {
    padding-left: 5px !important;
}

#changemobile .popup_footer, #enter_otp .popup_footer {
    border-top: none;
}

#enter_otp .new_post input {
    margin: auto;
    color: #ff0303;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    width: 23%;
    float: none;
}

.fa-eye {
    width: 16px;
    height: 20px;
}

.fa-file-o {
    /*width: 16px;*/
    height: 20px;
}

.mobile_phone {
    width: 12% !important;
}

.mobile_option {
    width: 10%;
    padding: 3px 0px 3px 9px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 5px;
    background-image: none;
}

    .mobile_option:focus {
        border: none;
        outline: none;
    }

#ChangeSettings .modal-body {
    text-align: center;
}

    #ChangeSettings .modal-body a {
        display: inline-block;
        margin-right: 30px;
        padding: 8px 20px;
        background-color: #e8e8e8;
        color: #b70b0b;
        border-radius: 10px;
    }

        #ChangeSettings .modal-body a.active {
            border: 1px solid #b70b0b;
        }

.file-search .fa-search {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    background-color: #b70b0b;
    padding: 10px 22px;
    left: auto;
    cursor: pointer;
}

.file-search #search-main {
    padding: 8px 15px !important;
}

.applicant_vendor_detail li::after {
    display: none;
}

.applicant_vendor_detail li a {
    display: inline-block;
}

.google-apps a {
    display: inline-block;
}

    .google-apps a img {
        width: 80%;
        height: 45px;
    }

#help p {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

    #help p a {
        color: #1778c5;
        font-weight: 600;
        text-decoration: underline;
    }

#help .modal-title {
    margin: 0;
    font-weight: 600;
}

#divProcessingFile {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.pagebackbutton {
    color: #fff;
    background-color: #b7150a;
    border-color: #b7150a;
    padding: 9px 10px !important;
    border-radius: 5px;
}

.spnicon {
    margin-right: 9px;
    font-weight: bold;
    display: inline-block;
}

.Fontbold {
    font-weight: 600;
}

.paddingbottom {
    padding-bottom: 10px;
}

#loading {
    width: 100px;
    height: 100px;
    margin: 10px;
    /*border: 1px solid #000000;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: url('../images/loader.gif') no-repeat !important;
    background-size: 100% !important;
}

#divProgressbar {
    height: 100%;
    width: 100%;
    background: rgba(248, 248, 248, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    text-shadow: 0 0 black;
    z-index: 9999;
}

.org_member a {
    border: 1px solid #b70b0b;
    padding: 3px 8px;
    border-radius: 3px;
    display: inline-block;
}

.project_member a {
    border: 1px solid #b70b0b;
    padding: 3px 8px;
    border-radius: 3px;
    display: inline-block;
}
/* Album page */

.album-page .item img {
    width: auto;
}

.album-page .item {
    background-color: #eee;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

    .album-page .item:hover {
        background-color: #eee;
        color: #000000;
    }

    .album-page .item .album-title {
        background-color: #777777;
        color: #fff;
        padding: 10px;
        float: left;
        width: 100%;
        border-radius: 3px;
    }

        .album-page .item .album-title p {
            margin-top: 0;
        }

        .album-page .item .album-title .ct4 {
            margin-left: 0;
            text-align: left;
        }

        .album-page .item .album-title .ct6 {
            margin-right: 0;
            text-align: right;
        }

    .album-page .item .privacy {
        position: absolute;
        top: 7px;
        right: 8px;
        color: #777777;
    }

.modal-custom-width {
    max-width: 1000px;
}

.modal-bulk {
    margin-bottom: 25px;
    margin-top: 0;
}

.form-holder {
    position: relative;
}

    .form-holder .col {
        padding-right: 8px;
        max-width: 19%;
    }

.close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: 700;
}

.modal1f .item .photos-count {
    display: block;
}

.modal1f .item .delete_btn {
    right: 3px;
}

.modal1f .item:hover .delete_btn {
    opacity: 1;
}

.orgpro {
    top: auto;
    bottom: 22px;
}

.pdbulkreg {
    padding-right: 34px;
}
/*forgot password auto text */
.fperrmsg {
    margin-left: 41px;
    color: #b70b0b;
}

.fpsuccmsg {
    margin-left: 41px;
    color: #8abb8b;
}

@media only screen and (min-width: 768px) {
    .mobileapplication {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #page-wraper {
        display: none;
    }

    .mobileapplication {
        width: 100%;
        float: left;
        background-color: #75201e;
        height: 100%;
    }

    .mobileappwrap {
        width: calc(100% - 30px);
        padding: 30px 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: #fff;
        transform: translate(-50%, -50%);
        position: fixed;
        top: 50%;
        left: 50%;
    }

        .mobileappwrap .logo {
            display: inline-block;
        }

            .mobileappwrap .logo img {
                width: 130px;
                text-align: center;
                margin: auto;
            }

        .mobileappwrap h2 {
            color: #b70b0b;
            font-size: 20px;
        }

        .mobileappwrap .install {
            color: #314a8a;
            font-weight: 600;
            display: inline-block;
            border: 1px solid #314a8a;
            padding: 10px 30px;
            margin-top: 20px;
        }

            .mobileappwrap .install:hover {
                color: #ffffff;
                background-color: #b70b0b;
                text-decoration: none;
                border: 1px solid #b70b0b;
            }

        .mobileappwrap .Copyright {
            font-size: 13px;
            margin-top: 50px;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .pagination {
        margin: 0 !important;
    }

    .createFolderbtn .dcbutton1 {
        margin: 0 !important;
        margin-right: 16px !important;
    }

    .col-sm-3.nop-custm-down {
        z-index: -1;
    }

    .profile-n-post-info-name {
        width: 58%;
    }

    .nav-link {
        padding: .5em .8em;
    }

    .noticationBx .noticationBx-cont-title {
        width: 62%;
    }

    .meeting-info-date-m {
        font-size: 22px;
    }

    .Meeb {
        margin-left: 15px;
    }

    .media-view {
        padding-top: 19px;
    }
}

/*forgot password auto text */
.form-group .feedbackText {
    margin-left: 41px;
    color: #b70b0b;
}
/*tagwith repost input area*/
.inputTagWith input {
    width: 100% !important;
}

.inputTagWith .selectize-dropdown {
    width: 100% !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .pagination {
        margin: 0 !important;
    }

    .createFolderbtn .dcbutton1 {
        margin: 0 !important;
        margin-right: 16px !important;
    }

    .defCust .dropdown-menu {
        left: -40px;
    }

    .defCust.show > .dropdown-menu:before, .defCust.show > .dropdown-menu:after {
        right: calc(100% - 49px);
    }

    .col-sm-3.nop-custm-down {
        z-index: -1;
    }

    .time-profile-tab li {
        flex: 0 1 13%;
    }
    /*post butoon on timeline*/
    .grey-button {
        padding: 8px 10px;
    }

    .post-type-text-main-btns .gry-button {
        margin-right: 6px;
    }
    /*serchbar width at top bar*/
    .search_type_tab {
        width: auto;
    }

    .profile-n-post-info-more {
        display: block;
        width: 100%;
        position: static;
    }

        .profile-n-post-info-more .postCode {
            font-size: 12px;
        }

    .profile-n-post-info-name {
        width: 78%;
        font-size: 13px;
    }

    .container {
        width: 100%;
    }

    .col-sm-6.nop-custm-down {
        padding: 0;
    }

    .profile-n-post-info-name h5 {
        font-size: 15px;
    }

    .col-sm-3.nop-custm-down {
        word-break: break-all;
    }

    .noticationBx .noticationBx-cont-title {
        width: 62%;
    }

    .switch-field {
        margin-left: 0 !important;
    }

    .meeting-info-date-m {
        font-size: 22px;
    }

    .Meeb {
        margin-left: 15px;
    }

    .media-view {
        padding-top: 19px;
    }
}

.noticationBx .noticationBx-cont {
    margin-top: -28px;
}
/*Document image Alignment*/
.imageDocument .circle {
    margin-left: 16px;
}
/*for pop-up post field background scrolling*/
body.focus {
    overflow: hidden !important;
}
/*posted timeline design bedge*/
.profile-n-post-info .typeIcon {
    display: inline-block;
    position: absolute;
    left: -16px;
    top: 0;
}

    .profile-n-post-info .typeIcon img {
        width: 47%;
    }

#new_post.new_repost.focus {
    top: 0;
    transform: translate(-50%, 0);
}
/*repost table file*/
.repost_table span {
    font-size: 14px;
}

.repost_table td img {
    margin-right: 6px;
    width: 17px;
    vertical-align: middle;
}
/*add project color */
.chooseColor {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

    .chooseColor #colorPicker {
        /*position: absolute;
    left: 127px;*/
    }

.docSubFolder img {
    width: 35px;
    vertical-align: top;
    display: inline-block;
    padding-top: 6px;
}

.docSubFolder .pagebackbutton {
    display: inline-block;
    padding: 5px 10px !important;
}

.createFolderbtn .dcbutton1 {
    padding: 5px 8px;
    margin: 18px 16px;
}

body.modal-open {
    overflow: hidden !important;
}

.attatchImage img {
    width: 17px;
}
/*file attatch list*/
.fileAttatchList {
    display: inline-block;
    padding: 0px 10px 7px 0px;
}

    .fileAttatchList p {
        display: inline;
        padding-left: 2px;
        font-size: 14px;
        word-break: break-all;
    }

.text-bloockimage.AlbumImageList {
    overflow: initial;
}

    .text-bloockimage.AlbumImageList .delete_btn {
        height: auto;
    }

.text-bloockimage .overlay.videolay {
    position: static !important;
}

#ListofFiles.table tr td {
    word-break: break-all;
}

#imgname span {
    word-break: break-all;
}

.documentProject hr {
    width: 100%;
}

    .documentProject hr:last-child {
        border: none;
    }

.album-title p {
    word-break: break-all;
}

.demo-gallery {
    padding-bottom: 19px;
}

.uploadFilein {
    word-break: break-all !important;
}

.docSubFolder .project-summery {
    width: 80%;
    word-break: break-all;
}

.search_type_tab .th-button {
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}

body.notifySearch {
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.imageFileName {
    /* margin-top: -38px; */
    display: inline-block;
    width: 88%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    padding-left: 10px;
    padding-bottom: 3px;
}

.imageZoomGallery {
    margin-top: 10px;
}

.creategroupMember li {
    margin-right: 14px;
}

    .creategroupMember li:last-child {
        /* margin-right:0px; */
    }

.creategroupMember .modal-profile-image-css {
    border-radius: 100px;
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    margin-top: 0px;
    background: #e8d6d6;
    padding: 10px;
}

.contactGroupPage .project-summery-actions {
    top: -18px;
}

.creategroupMember .fa-times {
    position: absolute;
    color: #d22e22;
    top: 0px;
    right: 3px;
    border-radius: 100%;
    font-size: 17px;
    cursor: pointer;
}

.creategroupMember li {
   position: relative;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin-bottom: 20px;
}

.creategroupMember ul {
    overflow: auto;
    float: left;
    width: 100%;
    max-height: 204px;
    margin-top: 10px;
}

.addMemberLi  li p{
text-align: center;
    word-break: break-word;
}
.project-summery-name-individual{
    display:inline;
    cursor:pointer;
}
.radiusMax1{
    height:55px;
     border-radius: 100% !important;
}
selectize-dropdown multi demo-default plugin-remove_button
{
    width:100%!important;
}
.selectize-dropdown-content {
     max-height: 111px!important;
}