.logoname {
    font-family: 'El Messiri', sans-serif;
}

.navbar-item a:hover {
    color: #f1f1f1;
}

.fa-cl .fa {
    font-size: 15px;
    line-height: 27px;
    height: 27px;
    width: 27px;
    background: #ececec;
    text-align: center;
    border-radius: 50%;
    color: #a5a5a5;
}

.fa-name {
    font-size: 17px;
}

.icon-heding_tag-no {
    display: inline-block;
    float: right;
    font-size: 18px;
    padding-right: 10px;
    font-weight: 600;
    color: #fff;
}

.icon-heding_tag {
    font-size: 18px;
    padding-left: 10px;
    font-weight: 600;
    color: #fff;
}

    .icon-heding_tag .fa {
        margin-right: 6px;
    }

.outer-open {
    padding: 12px 7px;
}

.outer-open1 {
    background: #0bb2d8;
}

.outer-open2 {
    background: #35bfa6;
}

.outer-open3 {
    background: #d6be10;
}

.outer-open4 {
    background: #62549a;
}

.dashbord-grid2 .col-4-collapse .nopadding {
    padding: 0px 5px;
}

.icon-heding_tag .fa {
    padding-left: 10px;
}

.opencontent-area-in1 {
    padding: 10px 10px;
    background: #f1f1f1;
    border-radius: 4px;
    box-shadow: 0px 2px 2px #ccc;
}

    .opencontent-area-in1 p {
        margin: 0px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: 500;
    }

.opencontent-area:hover {
    overflow-y: auto;
}

.opencontent-area {
    background: #f7f7f7;
    padding: 20px 12px 10px 20px;
    overflow-y: hidden;
    height: 100%;
    min-height: 440px;
    max-height: 440px;
}

.col-4-collapse .row {
    margin: 0px;
}

.opencontent-div {
    margin-bottom: 15px;
}

    .opencontent-div:hover a {
        color: #000;
    }

.opencontent-area.opencontent-2 {
    background: #fdfdfd;
}

.sidebarcat {
    padding: 20px;
    max-height: 491px;
    min-height: 491px;
}

.opencontent-area-pic img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    padding: 10px;
}

#toogleinput .fa-cl .fa {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 50%;
    color: #888888;
}

.inputfld {
    display: none;
}

    .inputfld .form-control-primary {
        border-color: rgb(130, 197, 255);
        margin-bottom: 10px;
    }

.openinput-area {
    text-align: center;
}

.opencontent-area-clip {
    padding-left: 10px;
}

    .opencontent-area-clip span {
        margin-right: 10px;
    }

.comments-container {
    margin: 60px auto 15px;
    width: 768px;
}

    .comments-container h1 {
        font-size: 36px;
        color: #283035;
        font-weight: 400;
    }

        .comments-container h1 a {
            font-size: 18px;
            font-weight: 700;
        }

.comments-list {
    padding: 0px;
    position: relative;
}
    /**
 * Lineas / Detalles
 -----------------------*/




    .comments-list li {
        margin-bottom: 15px;
        display: block;
        position: relative;
    }

        .comments-list li:after {
            content: '';
            display: block;
            clear: both;
            height: 0;
            width: 0;
        }
    /**
 * Avatar
 ---------------------------*/
    .comments-list .comment-avatar {
        width: 45px;
        height: 45px;
        position: relative;
        z-index: 99;
        float: left;
        border: 3px solid #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

        .comments-list .comment-avatar img {
            width: 100%;
            height: 100%;
        }

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #eaeef3;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}

.comment-box .comment-head {
    background: #eaeef3;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .comment-box .comment-head i {
        float: right;
        margin-left: 14px;
        position: relative;
        top: 2px;
        color: #A6A6A6;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .comment-box .comment-head i:hover {
            color: #03658c;
        }

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}

    .comment-box .comment-name a {
        color: #283035;
    }

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #f9f9f9;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}

.sidebarcat .comments-list {
    padding: 0px;
    position: relative;
}

    .sidebarcat .comments-list .comment-box {
        width: 80%;
        float: right;
        position: relative;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    }

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    .dashbord-grid .dashbord-card-color5 {
        margin-bottom: 25px !important;
    }

    .comments-container {
        width: 480px;
    }

    .comments-list .comment-box {
        width: 390px;
    }
}

.btnrm {
    text-align: right;
}

.lastsidebar-outer {
    background: #000;
    text-align: center;
    padding: 20px 10px 10px 10px;
    overflow-y: auto;
    height: 100%;
    min-height: 544px;
    max-height: 544px;
    overflow: hidden;
}

.merg-sidebar-content {
    color: #fff;
    margin-bottom: 3px;
}

    .merg-sidebar-content h3 {
        font-size: 15px;
        color: #0bb2d8;
    }

    .merg-sidebar-content p {
        margin-bottom: 2px;
    }

.opencontent-area::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.login-user-pic img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}



/**  STYLE 2 */
.opencontent-area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #757575;
}

.opencontent-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

.logoname {
    font-size: 25px;
    position: relative;
    top: 6px;
    color: #242424;
}

.header-inner .navbar-nav .nav-link {
    padding-top: 0px;
}

.main-panel > .header .header-inner .navbar-nav .nav-link.dropdown > a .fa-name {
    color: #242424;
}

@media only screen and ( max-width:765px) {
    .content-view .inner-connent {
        min-height: auto;
    }

    .main-panel {
        padding-bottom: 23px !important;
    }

    body {
        overflow-y: scroll !important;
    }

    .fa-name {
        font-size: 14px;
    }

    .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
        margin-left: 3px;
    }

    .navbar-nav .nav-link {
        display: inline-block;
    }

    .logoname {
        font-size: 20px;
    }

    .navbar-nav .nav-item {
        float: none;
    }

    .main-panel > .header-secondary .header-inner, .main-panel > .header .header-inner {
        display: inline-block;
    }

    .opencontent-area {
        height: 100%;
        min-height: auto;
        max-height: auto;
    }

    .lastsidebar-outer {
        height: 100%;
        min-height: auto;
        max-height: auto;
    }
}
/*----------------------Model Block Start-----------------*/
.modelBlock {
    width: 100%;
    float: left;
}

.modelBox {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    padding: 10px 0px;
}

.headerBlock ul li {
    font-size: 16px;
    display: inline-block;
    padding-right: 10px;
}

    .headerBlock ul li .fa {
        color: #a8b0b4;
    }

.model-Header {
    float: left;
    width: 100%;
}

.crossBtn {
    padding: 0px 15px;
}

.model-body {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 20px;
}

.checkList ul li {
    list-style: none;
    display: block;
    padding: 5px 0px;
    letter-spacing: 1px;
}

    .checkList ul li .fa {
        font-size: 20px;
        padding-right: 5px;
    }

.checkList h3 {
    font-size: 16px;
    font-weight: 500;
}

.sub-pop {
    font-weight: 500;
    color: #292929;
}

.checkList p {
    margin-bottom: 30px;
}

.activity h4 {
    margin: 30px 0px;
}

.inputComment1 {
    width: 84%;
    float: right;
}

.emotionBlock {
    width: 100%;
    float: left;
}

.emotionText {
    float: right;
}

.emotionIcon {
    float: left;
}

.activity {
    width: 100%;
    float: left;
}

.emotionBlock {
    width: 100%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.sideBox {
    width: 100%;
    float: left;
    background: #f0f5f7;
    padding: 0px 0px 0px 10px;
}

.imgComment img {
    float: left;
    width: 50px;
    margin-right: 20px;
}

.publicComment {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

    .publicComment ul li {
        list-style: none;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

.commentDesc p {
    line-height: 25px;
}

.likeBlock {
    float: right;
}

.sideBox ul li {
    list-style: none;
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    color: #696969;
}

.pop-date {
    color: #00bfab;
    font-weight: 600;
}

.sideBox ul li:last-child {
    border: none;
}

.sideBox ul p {
    font-size: 12px;
    color: #a8b0b4;
    margin-bottom: 10px;
}

dl, ol, ul {
    margin: 0px;
    padding: 0px;
}

.commentImg img {
    width: 40px;
    height: 40px;
    float: left;
}

.imgComment img {
    width: 40px;
    height: 40px;
    float: left;
}

.modal-dialog {
    width: 700px;
    margin: 30px auto;
}

.task-tab {
    padding-top: 15px;
}

    .task-tab ul li a:hover {
        background: transparent;
        color: #4c7ff0;
    }

    .task-tab ul li.active {
        padding: 6px 15px;
        background: #e6e6e6;
    }

        .task-tab ul li.active a {
            background: transparent;
            color: #000;
        }
/*----------------------Model Block End-----------------*/
/*---------------------- start stickey footer-----------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.app horizontal {
    min-height: 100%;
}

.main-panel {
    overflow: inherit;
}

.content-footer {
    color: #666;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #fff, 1px 1px 2px #fff;
    background: #e4e4e4;
    clear: both;
    margin-top: 0px;
    padding-top: 0;
    /*	position: fixed;*/
    bottom: 0px;
    width: 100%;
}

    .content-footer nav ul {
        text-align: left;
    }

/*---------------------- end stickey footer-----------------*/

/*---------------------- start scroll csss-----------------*/
body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}


/**  STYLE 2 */
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #757575;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}
/*---------------------- end scroll csss-----------------*/

/*---------------------- start profile csss-----------------*/
.smartPopup {
    width: 100%;
    float: left;
}

.PopUpWindow {
    background: #fbfbfb;
    padding: 23px;
}

.profilepop img {
    width: 70px;
}

.profilepop {
    text-align: center;
    margin-bottom: 20px;
}

    .profilepop a u {
        color: #0af;
    }

.PopUpWindow h4 {
    font-size: 18px;
    padding: 10px 0px 0px 0px;
}

.sideList ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

    .sideList ul li a {
        font-size: 17px;
    }

    .sideList ul li .fa {
        padding-right: 10px;
        color: #00AAFF;
        font-size: 18px;
    }

.dropdown-menu.notifications .PopUpWindow li a {
    line-height: 15px;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 13px;
    border-spacing: 0;
}

.input-group-addon:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #dcdcdc;
}
/*---------------------- end profile csss-----------------*/



/*---------------------- task creation page csss -----------------*/
.dashbord-grid2 .sidebarcat .comments-list .comment-box {
    width: 83%;
}

.task-name-area {
    background: rgb(249, 249, 249);
    padding: 11px 0px;
    border-bottom: 1px solid #e0e0e0;
}

.task-name {
    font-size: 17px;
    color: #23b9a9;
    padding-left: 15px;
}

.inner-connent {
    background: #fff;
    padding: 30px;
    min-height: 490px;
}

.dropmega {
    position: relative;
}

.comment-content .opencontent-area-clip {
    padding-left: 0px;
    margin-top: 10px;
}

.comment-content h4 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel {
    margin-bottom: 0;
}

.panel-primary > .panel-heading {
    color: #5a5a5a;
    background-color: #eaeef3;
    border-color: #eaeef3;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgb(134, 216, 208);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.desig-name-sp {
    font-size: 18px;
    padding-left: 4px;
}

.chk-cl-name {
    font-size: 15px;
    padding-left: 4px;
}

.inner-connent .btn-success {
    color: #fff;
    background-color: #23b9a9;
    border-color: #14a999;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.ttt {
    display: table;
}

    .ttt label {
        padding-left: 0px;
        display: table-cell;
        vertical-align: top;
        padding-top: 0px;
        white-space: nowrap;
    }

.ss {
    width: 100%;
    display: table-cell;
}

.input-group {
    width: 100%;
}

.ss .btn-primary {
    color: #000;
    background-color: #e5e5e5;
    border-color: #bbbbbb;
    margin-right: 0.1px !important;
}

.ss .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
}

.inner-connent label {
    padding-left: 0px;
    font-size: 14px;
}

.serch-des-area {
    box-shadow: 0px 1px 0px 0px #efefef;
    padding: 0px 0px 10px 0px;
    margin-bottom: 15px;
}

.all-sellect .chk-cl-name {
    color: #23b9a9;
    font-weight: 400;
}

.panel-primary input[type=checkbox] {
    height: 15px;
    width: 15px;
}

.header .dropdown-menu .dropdown-item:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 0px 20px 15px 18px;
    border-style: solid;
    border-color: rgb(217, 236, 253) rgba(51, 122, 183, 0);
    top: -15px;
    right: 0px;
}

.spg {
    margin-left: 22px;
}
/*---------------------- end task creation page csss-----------------*/

/* start login css  */


/*.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}*/

/*
 * Card component
 */
.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0px auto;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.3);
}

.dashbord-card {
    background-color: #fff;
    padding: 20px 25px 30px;
    margin: 0px auto;
    max-height: 504px;
    min-height: 505px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .dashbord-card:hover {
        overflow: auto;
    }

    .dashbord-card::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }


    /**  STYLE 2 */
    .dashbord-card::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #757575;
    }

    .dashbord-card::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #f7f7f7;
    }

.profile-img-card {
    width: 66px;
    height: 66px;
    float: right;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px double #00bfbd;
}
/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail, .form-signin #inputPassword {
    direction: ltr;
    height: 50px;
    font-size: 16px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    color: #fff;
    background-color: rgb(24, 169, 167);
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
    padding: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
        background-color: rgb(92, 185, 184);
        color: #000;
    }

.forgot-password {
    color: rgb(104, 145, 162);
    margin-top: 15px;
    display: block;
}

    .forgot-password:hover, .forgot-password:active, .forgot-password:focus {
        color: rgb(12, 97, 33);
    }
/*start css outer area for 100% height :) */
#seclogin {

    background: url(/images/airpollutionbg.jpg); 
    background-position: 0% 0%;
    height: 100%;
    position: absolute;
    width: 100%;
    display: table;
}

.logincl {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: table-cell;
}
/*end css outer area for 100% height :) */

#seclogin .form-control {
    border-bottom: 1px solid rgb(234, 234, 234) !important;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.02);
}

.left-loginname {
    border-left: 5px solid #00aba9;
    margin-left: -40px;
    background: #95dfde;
    padding: 15px 40px;
    font-size: 19px;
    position: relative;
    float: left;
}

    .left-loginname:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 28px 0px 0px 37px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0) rgb(0, 171, 169);
        /* top: -12px; */
        left: -5px;
        bottom: 0px;
    }

.left-login-logo {
    position: relative;
    right: -27px;
}
/* end login css  */

/* start task craeation area  css  */
.task-crt {
    border-bottom: 1px solid #e2e6e7;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 0;
}

.task-crt-outer .chk-cl {
    margin-bottom: 10px;
}

.task-crt::after {
    background: none repeat scroll 0 0 #23b9a9;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: -1px;
    margin-top: 6px;
    position: relative;
    width: 50px;
}

.task-othr-click-div, .task-othr-click-div2 {
    padding: 30px;
    border: 1px solid #f1f1f1;
}

    .task-othr-click-div .btn, .task-othr-click-div2 .btn {
        margin-top: 17px;
    }

.task-othr-click-div, .task-othr-click-div2 {
    display: none;
}

/* end task craeation area  css  */



/*---------------------- start scroll csss-----------------*/
.DivScoll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}


/**  STYLE 2 */
.DivScoll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #757575;
}

.DivScoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

.navbar-spacer-right .imglogo {
    width: 55px;
    padding: 2px 0px;
}

.opencontent-sidebar-area .opencontent-area-pic img {
    width: 100%;
    height: 127px;
    object-fit: cover;
    padding: 10px;
}

.opencontent-sidebar-area .opencontent-div {
    margin-bottom: 0px;
}

.opencontent-sidebar-area .opencontent-area-in1 p {
    margin: 0px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}

.header-inner .fa {
    font-size: 15px;
}

.fa-ellipsis-cl {
    background: #ececec;
    padding: 0px 14px;
    color: #252525;
}

.navbar-item .fa-ellipsis-cl:hover {
    background: #35bfa6;
    color: #252525;
}

.main-panel > .header-secondary .navbar-nav .nav-link, .main-panel > .header .navbar-nav .fa-ellipsis-cl {
    line-height: 58px;
}

.horizontal > .main-panel > .main-content > .content-view {
    padding: 10px 0px;
}

.dashbord-grid .col-md-3, .dashbord-grid .col-md-5, .dashbord-grid .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.dashbord-grid2 .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.dashbord-grid2 .col-md-8 {
    padding: 0px;
}

body {
    overflow-x: hidden;
}
/*---------------------- end scroll csss-----------------*/

.sp-rght-cross {
    float: right;
}

    .sp-rght-cross .fa {
        color: #9a9a9a;
        font-weight: 100;
        font-size: 11px;
        margin-right: 6px;
    }

.sp-left-cross {
    font-weight: 500;
    color: #7b7b7b;
}

.dashbord-card-color1 {
    background: #62549a;
}

.dashbord-card-color2 {
    background: #4aa9e9;
}

.dashbord-card-color3 {
    background: #23b9a9;
}

.dashbord-card-color4 {
    background: #ff6c60;
}

.dashbord-grid .dashbord-card-color5 {
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #545454;
    margin-bottom: 0px;
}

.dashbord-grid .dashbord-card-color6 {
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #545454;
    margin-bottom: 0px;
}

.dashbord-color-card {
    color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 25px;
}

.text-overflow {
    margin-bottom: 25px;
}

.dashbord-color-card h2 {
    margin-bottom: 10px;
}

.dashbord-color-card p {
    margin-bottom: 0px;
    font-size: 14px;
}

.dashbord-middle-grid .comments-list .comment-box {
    width: 100%;
}

.dashbord-middle-grid .sidebarcat .comments-list {
    margin-top: 20px;
}

.captcha-area {
    width: 100%;
    padding: 10px 0px 7px 0px;
    display: inline-block;
}

.capcha-img {
    float: left;
    width: 30%;
    background: url(../images/captchabg.jpg);
    text-align: center;
    padding: 9px 0px;
    font-weight: bold;
    text-decoration: line-through;
    font-style: italic;
    font-size: 21px;
}

.capcha-text {
    float: left;
    width: 60%;
    margin-left: 3px;
}

.capcha-ref {
    float: left;
    width: 8%;
}

    .capcha-ref a {
        font-size: 28px;
        padding-left: 8px;
        color: #00aba9;
    }

.emailarea p {
    padding-top: 15px;
    font-size: 14px;
}
/* --------  start login css --------  */
.passarea {
    top: 22px;
    position: relative;
    display: none;
}

.emailarea {
    position: relative;
    top: 35px;
}

.btn-signin {
    cursor: pointer;
}

.emailarea .btn-signin {
    margin-top: 35px;
}

.forgot-passarea {
    top: 22px;
    position: relative;
}

    .forgot-passarea p {
        padding-top: 15px;
        font-size: 14px;
    }

    .forgot-passarea .btn-signin {
        margin-top: 35px;
    }

/* --------  end login css  --------- */
.before-panel .btn-default {
    color: rgb(255, 255, 255);
    background-color: #79d4ca;
    border-color: #23b9a9;
}


.before-panel .btn-primary {
    color: rgb(255, 255, 255);
    background-color: #79d4ca;
    border-color: #23b9a9;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.before-panel .form-control:disabled {
    background-color: #f7fffe;
}

.before-panel .input-group-addon {
    color: rgb(255, 255, 255);
    border-color: rgb(52, 189, 174);
    background-color: rgb(121, 212, 202);
    border-radius: 0px;
}
/*.upload-pic {display:none;}*/

.upload-pic img {
    width: 38px;
    height: 38px;
    margin-left: -3px;
}

.not-read-message .comment-head .fa-eye {
    color: #03658c;
}

.next-pannel {
    margin-bottom: 25px;
}

.add-emp .btn {
    width: 100%;
    border-radius: 0px;
}

.before-panel3-table {
    margin-top: 30px;
}

    .before-panel3-table .table-bordered th {
        background: rgb(234, 238, 243);
    }

.before-panel2 .panel-primary {
    display: none;
}

#Designation1, #Designation2, #Designation3, #Designation4, #Designation5 {
    display: none;
}

.panel-last-btn {
    display: none;
}

#note-chk-designation1, #note-chk-designation2, #note-chk-designation3, #note-chk-designation4, #note-chk-designation5 {
    display: none;
}

.uname {
    color: #23b9a9;
    font-weight: 600;
}

/*.net require code here start*/

.chotu-model-design {
    width: 30%;
    margin: 30px auto;
}

.btn-signin {
    margin-bottom: 10px;
}

.form-signin input {
    height: 50px;
}

/*
start login custom css*/
@media only screen and (max-width:765px)
{
	.card .merge2 {
    float: left;
    width: 100%;
	background:#fff;


}
.card .merge1 {   
    width: 100%;
	      float: left;
		  display:none;
}
}

.facl {
    position: absolute;
    top: 13px;
    color: #7b7b7b;
    font-size: 17px;
    padding-left: 8px;
}
#seclogin .log-input input[type="text"], .log-input input[type="password"] {
	padding-left:25px;
}
#seclogin .btn.btn-signin {
    color: #fff;
    background-color: rgb(17, 108, 152);
}
.logincl .card{ padding:0px; margin-bottom:0px;}
.merge2 {
    float: left;
    width: 55%;
	padding:30px;
}
.merge1 {    min-height: 400px;
background:url(/images/leftplutionbg.jpg);
    float: left;    text-align: center;

    width: 45%;
	    padding-top: 13%;
    color: #fff;
    font-size: 15px;
}
.wlcm {
    font-size: 18px;
    margin-bottom: 4px;
}

.merge2 .profile-name-card {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #116c98;
}

.hlogin  
{
    text-align:center; 
}
.hlogin span
{
    text-align:center;
    font-size:15px;
}


/*.net require code here end*/