﻿body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.blog_main .profile-pic {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.blog_main h2 {
    font-size: 25px;
    /*color: #bd1e2c;*/
      color: #1B69A2;
    font-weight: normal;
    margin: 16px 0px;
    cursor: pointer;
}

.blog_main h3 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin: 0px 0;
}

.blog_main h4 {
    font-size: 12px;
    color: #969696;
    font-weight: normal;
    margin: 5px 0;
}


.blog_main p {
    line-height: 18px !important;
    margin-top: 15px !important;
    color: #000 !important;
}

.blog_main .pbtime input[type] {
    border: 1px solid #ececec;
    padding: 5px;
    outline: none;
    width: 200px;
}

.blog_main .bosred {
    color: #1B69A2;
}

.blog_main .margtop9 {
    margin-top: 9px;
}

.blog_main .margtop10 {
    margin-top: 10px;
}

.blog_main .margtop30 {
    margin-top: 30px;
}

.blog_main .margleft16 {
    margin-left: 16px;
}

.blog_main .margbtm10 {
    margin-bottom: 10px;
}

.blog_main .share-right {
    float: right;
    margin-bottom: 10px;
}

    .blog_main .share-right span {
        color: #1B69A2;
        font-weight: 600;
    }

.blog_main .fa-cog {
    color: #999;
    font-size: 20px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 1s ease;
}

    .blog_main .fa-cog:hover {
        color: #000;
        transition: all 1s ease;
    }


.blog_main .social-operations {
    border: 1px solid #989898;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 7px;
    margin-left: 5px;
    color: #fff;
    background: #AAAAAA;
    position: relative;
    transition: all 1s ease;
}

    .blog_main .social-operations:hover {
        background: #fff;
        transition: all 1s ease;
        color: #000;
        cursor: pointer;
    }

.blog_main .borderright {
    border-right: 1px solid #e1e1e1;
    height: 20px;
    width: 1px;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 9px;
}



.blog_main .operations {
    border: 1px solid #7B7B7B;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    margin-top: 6px;
    margin-right: 10px;
    color: #7B7B7B;
    transition: all 1s ease;
}

    .blog_main .operations:hover {
        background: #fff;
        transition: all 1s ease;
        color: #000;
        cursor: pointer;
        border: 1px solid #000;
    }

.blog_main .operationbdr {
    border-right: 1px solid #e1e1e1;
    height: 40px;
    width: 1px;
    margin-right: 10px;
}

.blog_main .search input[type="text"] {
    border: 1px solid #F1F1F1;
    outline: none;
    height: 30px;
    line-height: 15px;
    padding-left: 10px;
    font-size: 12px;
    color: #A7A7A7;
    width: 185px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 1s ease;
    background: #fff;
}

    .blog_main .search input[type="text"]:focus {
        background: #F6F6F6;
        transition: all 1s ease;
    }

.blog_main .search .fa {
    background: #F6F6F6;
    padding: 7px 7px 8px 7px;
    border: 1px solid #F1F1F1;
    border-left: none;
    cursor: pointer;
    transition: all 1s ease;
}

    .blog_main .search .fa:hover {
        background: #989898;
        color: #fff;
        transition: all 1s ease;
        border: 1px solid #989898;
        border-left: none;
    }

.blog_main .dropdown-menu {
    right: 5px;
    min-width: 120px;
    margin: 10px 0 0;
    font-size: 13px;
    background-color: #626262;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #626262;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 0px;
    transition: all 1s ease;
}

    .blog_main .dropdown-menu li {
        border-bottom: 1px solid #717171;
        padding: 5px 8px;
        color: #fff;
        cursor: pointer;
        transition: all .7s ease;
    }

        .blog_main .dropdown-menu li.active {
            padding: 5px 8px;
            color: #000000;
            background: #FFF;
        }

        .blog_main .dropdown-menu li i {
            margin-right: 5px;
        }

        .blog_main .dropdown-menu li:hover {
            color: #fff;
            transition: all .7s ease;
            background: #878787;
            padding: 5px 15px;
        }

        .blog_main .dropdown-menu li:last-child {
            border-bottom: 0px solid #f3f3f3;
        }

.blog_main .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 8px solid #626262;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 11px;
    z-index: 10;
}

.blog_main .blogpost a {
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

    .blog_main .blogpost a span {
        color: #1B69A2;
    }

    .blog_main .blogpost a:hover {
        color: #1B69A2;
        text-decoration: none;
    }

.blog_main .attchment-icon {
    position: relative;
    margin-bottom: 5px;
    font-weight: 600;
}

    .blog_main .attchment-icon .attarrow {
        background: #3C3C3C;
        padding: 5px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        float: left;
        color: #fff;
    }

        .blog_main .attchment-icon .attarrow:before {
            content: "";
            border-top: 7px solid #3C3C3C;
            border-right: 7px solid transparent;
            border-left: 7px solid transparent;
            position: absolute;
            top: 25px;
            left: 5px;
            z-index: 10;
        }

/*.blog_main .attachments {
    background: #DADADA;
    width: 160px;
    height: 26px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    cursor:pointer;
}

    .blog_main .attachments:hover {
        transition: all 1s ease;
            background: #F3F3F3;
    }

    .blog_main .attachments .fa-times {
        color: #A7A0A0;
        transition: all 1s ease;
    }

        .blog_main .attachments .fa-times:hover {
            color: #bd1e2c;
            transition: all 1s ease;
            cursor: pointer;
        }

.blog_main .format-icons {
    width:26px;
    height: 26px;
    background: #ABABAB;
    margin-right: 5px;
    color: #FFF;
    text-align: center;
    background-position:center !important;
    background-repeat: no-repeat !important;
    background-size:cover !important;
}

.blog_main .att-title {
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #000;
}*/

.blog_main .attch-count {
    height: 23px;
    width: 23px;
    background: #3C3C3C;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin-right: -8px;
    margin-top: -10px;
}

.blog_main .attch-topcount {
    height: 20px;
    width: 20px;
    background: #FFFFFF;
    border-radius: 100%;
    font-size: 10px;
    color: #000 !important;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -12px;
    border: 1px solid #BFBFBF;
    line-height: 20px;
}

.blog_main .breadcrumb {
    background-color: transparent;
    border: 0px solid rgba(245, 245, 245, 1);
    display: block;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 15px 0px 5px 5px;
    font-size: 14px;
}

    .blog_main .breadcrumb .fa-home {
        color: #1B69A2;
        font-size: 20px;
        cursor: pointer;
    }

        .blog_main .breadcrumb .fa-home:hover {
            color: #000;
            transition: all 1s ease;
        }




.blog_main .blog-newpost {
    border: 1px solid #ececec;
    margin-top: 9px;
    margin-bottom: 5px;
    padding: 3px 3px;
}

.blog_main .blog-newtitle input[type="text"] {
    border: 1px solid #ececec;
    width: 100%;
    padding: 5px;
    outline: none;
    line-height:28px;
}
.blog_main .btn-publish {
    background: #7e7e7e;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 10px 0px 20px 0px;
    color: #fff;
    transition: all 1s ease;
    font-size: 13px;
}


    .blog_main .btn-publish:hover {
         background: #1E1E1E;
        border-color: #1E1E1E;
        transition: all 1s ease;
    }



.blog_main .readmore {
    position: relative;
    position: fixed;
    bottom: 2px;
    right: 51px;
    padding: 5px 10px;
    color: #fff;
    background: #3C3C3C;
    cursor: pointer;
}

    .blog_main .readmore:hover {
        background: #1B69A2;
    }


.blog_shared{

height:64px;
width:50px;
background: url('../../Images/shared.png') no-repeat;
float:right;
background-color:red;
}


.blog_main .border-dotted {
    border: 1px solid #ececec;
    padding: 0px 10px 10px 5px;
    margin-bottom:20px;
}


.blog_main .bdrbtm {
    border-bottom: 1px dotted #D4D4D4;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.blog_main .post_bgimage {
    max-width: 100%;
    max-height: 300px;
}

.blog_main commentSection {
    margin-bottom: 100px;
}




.none {
    visibility: hidden;
}

.div_header_OperationMenu {
    background: #211B1B;
    border: 1px solid #211B1B;
    color: #AFA7A7;
    height: 32px;
    line-height: 26px;
}

.blog_remove {
    position: absolute;
}



.blog_highlight {
    background-color: #F3C068;
}






/*-----------structure--------------*/
.top_header_band {
    height: 45px;
    background: #fafafa;
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
    color: #7e7e7e;
    box-sizing: border-box;
}

.side-right-arrow {
    height: 38px;
    background: url('../../Images/side-leftarrow.png') no-repeat;
    width: 15px;
    position: absolute;
    top: 1px;
    left: 288px;
    z-index: 99;
    background-size: cover;
}

.side-left-arrow {
    height: 38px;
    background: url('../../Images/side-rightarrow.png') no-repeat;
    width: 15px;
    position: absolute;
    top: 5px;
    left: 95px;
    z-index: 99;
    background-size: 95%;
}

.blogtop_leftheader_band {
    height: 45px;
     background: #16265F;
    /*background: #3c3c3c;*/
    color: #fff;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
}

.left_operation {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 95vh;
}

.blogleft_pane {
    width: 210px;
    float: left;
    height: 100vh;
    background: #ECEDEF;
    margin-left: 90px;
    border-right: 1px solid #C4C7CC;
    /*width: 210px;
    float: left;
    height: 100vh;
    background: url('../../Images/bg-pattern.png');
    background-repeat: repeat;
    margin-left: 90px;
    border-right: 1px solid #D6D2D2;
    display:none;*/
}

.blogleft_Mpane {
    width: 210px;
    height: 100vh;
    background: #f6f6f6;
    border-right: 1px solid #E6E6E6;
    position:absolute;
    right:0px;
    top:40px;
    z-index:9999;
    display:none;
}

.blogcenter_pane {
    float: left;
    height: 100vh;
    width: calc(100% - 300px);
    display:none;
}

.blogcenter_pane_lefthide {
    float: left;
    width: 100%;
    padding-left: 100px;
    display:none;
}

.blogcenter_left {
    float: left;
    width: 100%;
    height: calc(100vh - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    
    padding-right: 25%;
    /*transition: all 1s ease;*/
}

.blogcenter_padleft {
    float: left;
    width: 100%;
    height: calc(100vh - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15%;
    padding-left: 15%;
    /*transition: all 1s ease;*/
}

.blogcenter_left_rhtcollp {
    float: left;
    width: calc(100% - 300px);
    height: calc(100vh - 40px);
    overflow-x: hidden;
    overflow-y: auto;
}

.blogcenter_right {
    float: left;
    width: 300px;
    height: calc(100vh - 40px);
    background: #F6F6F6;
    overflow-x: hidden;
    overflow-y: hidden;
}
/*-----------structure--------------*/



.blog_blogpost .fa-clock-o {
   color: #1B69A2;
}
.blog_blogpost .blogimg {
    margin:10px 0px;
}

.blog_blogpost .fa-circle-o {
    color: #ccc;
    font-size: 18px;
    margin-top: 1px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.blog_blogpost .fa-check-circle {
    color: #06be58;
    font-size: 18px;
    margin-top: 1px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.froala-wrapper p {
    margin-top: 0px !important;
}


.blog_main .blog_highlight {
     background-color: #1B69A2;
    color: #fff;
}

.blog_main .validation-error {
    border: 1px dashed #bd1e2c !important;
}

.blog_main .onerror {
    margin-top: 10px;
    color: #bd1e2c;
}


.blog_main .lftvgroup h2 {
    font-size: 11px !important;
    font-weight: normal;
    color: #626262 !important;
    margin: 0px;
    margin-top: 0px;
}

.blog_main .lftvgroup:hover {
    cursor: pointer;
}

.CropDivPosition {
    position: absolute;
    top: 50px;
}

.blog-image {
    background: #F2F2F2;
    text-align: center;
}

    .blog-image img {
        max-width: 100%;
    }




.margbottom12 {
    margin-bottom: 12px;
}

#filterBox input:hover {
    border: 1px solid #E6E6E6;
}

/*------Filter----------*/
.filterleft {
    margin-bottom: 20px;
}

    .filterleft input[type="text"] {
        width: 100%;
        border: 1px solid #E4E4E4;
        padding: 4px;
        background: #ffffff;
        outline: none;
        transition: all 1s ease;
    }

        .filterleft input[type="text"]:focus {
            border: 1px solid #fff;
            background: #fff;
            transition: all 1s ease;
        }

    .filterleft .filterbtn {
        background: #16265F;
        padding: 3px 5px;
        margin-top: 10px;
        color: #fff;
        cursor: pointer;
        transition: all 1s ease;
    }

        .filterleft .filterbtn:hover {
            background: #1B69A2;
            transition: all 1s ease;
        }
/*------Filter----------*/

.blog_main #datefilterBox {
    display: none;
}

.blog_main #blogVirtualGroup {
    display: none;
}


.blog_main #date_today {
    display: none;
}


/*------Filter----------*/

.blog_main .blog_Header {
    border-bottom: 1px solid #dcdcdc;
}

#unread_container {
    display: none;
}



@media (max-width: 1280px) {
    .blogcenter_left {
        padding-right: 0%;
    }
}

@media (max-width: 991px) {
    .blogcenter_pane {
        width: 100%;
    }

    .blogcenter_left {
        padding-right: 0%;
    }

    .blog_main .operations {
        margin-left: 40px;
    }
}

@media (max-width:640px) {
    .blog_main h2 {
        font-size: 15px;
    }

    .blog_main .search input[type="text"] {
        width: 160px;
    }


    /*=============media quaries by Kanak=========*/

    .side-right-arrow{

        right:0px;


    }

}
