/* font */
@font-face { font-family: Gotham; src: url('../fonts/Gotham-Narrow-Book.otf'); }
@font-face { font-family: Gestalt; src: url('../fonts/Gestalt.ttf'); }

html {
    position: relative;
    min-height: 100%;
}
body{
    font-family: Gotham;
}
h1, h2, h3, h4, h5{
    margin-top: 0px;
    margin-bottom: 0px;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
.bg-white{
    background-color: #fff;
}
.nopadding{
    padding: 0px;
}
::-webkit-scrollbar { 
    display: none; 
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0px;
}
.form-group{
    margin-bottom: 20px;
    position: relative;
}
label.error {
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 4px;
    bottom: -23px;
    background: rgb(242, 33, 33);
    padding: 2px 5px;
    z-index: 3;
    color: #fff !important;
    font-size: 13px !important;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}
label.error::after {
    content: '';
    position: absolute;
    right: 7px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgb(242, 33, 33);
}
.body-cust{
    background-color: #f8f8f8; 
    padding-top: 5.5rem;
}
.body-cust1{
     padding-top: 4.5rem;
       background-color: #f8f8f8; 
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.fa{
    cursor: pointer;
}


/* navbar */
.sc-config-bg{
    background-color: #f4f4f494;
}
.sc-config {
    padding: 5px 10px;
    background-color: #ffffff;
    border-color: #e7e7e770;
    box-shadow: -5px 0px 6px 2px #efefef69;
}
.sc-config .navbar-brand {
    padding: 2px 17px;
}
.sc-config li a {
    padding-top: 10px !important;
    font-size: 33px !important;
    padding-bottom: 8px !important;
}
.sc-config-footer{
    background-color: #27313b;
    padding: 20px;

    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.sc-config-footer p{
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
a, a:hover{
    color: inherit;
}
.sc-config-sec-bg{
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 1px 2px 7px 2px #efefef69;
    padding: 20px 50px;
    border: 1px solid #dddddd54;
}
.sc-config-sec-bg h3{
    color: #605b5b;
}
.sc-config-sec-bg i{
    color: #ccc;
}
.sc-im-details{
    margin-top: 25px;
}
.sc-im-details p i{
    margin-right: 5px;
}
.sc-im-details p{
    font-size: 16px;
}
.sc-im-details h4{
    margin-bottom: 10px;
    font-size: 18px;
}
.sc-form .form-group .form-control {
    position: relative;
        color: #414141;
    border-radius: 0px;
    padding: 12px 10px;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}
.sc-form textarea{
    padding: 9px 10px !important;
}
textarea{
    resize: none;
}
.sc-form .form-group .form-control:focus{
    border: 1px solid #999;
    box-shadow: none;
}
.sc-form .sc-form-label .form-group select{
    height: calc(2.25rem + 11px) !important;
}
.sc-form .form-group input, .sc-form .form-group select{ 
    text-indent: 29px;
}

.sc-form .form-group .fa{ 
    position: absolute;
    top: 17px;
    left: 12px;
    z-index: 9;
    color: #ccc;
}

.btn-next{
    background-color: #4484fa;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 2px;
}

.sc-im-details .btn-next{
    margin-right: 15px;
}
.btn-next:hover{
    color: #fff;
    background-color: #4484fae0;
}
.checkbox-cust-inline h5{
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;

}
.checkbox-cust-inline{
    margin-top: 11px;
    margin-bottom: 8px;
}
.sc-table .table{
    border: 1px solid #cccccc59;
    margin-bottom: 0px;

}
.sc-table thead{
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #243047;
}
.sc-table .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}
.sc-table .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
    padding: 15px 12px;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    background-color: transparent;
}
.sc-table .form-control {
   color: #030303;
    border-radius: 0px;
    padding: 13px 10px;
    border: 1px solid #ddd;
    height: 25px;
        font-size: 15px;
}
.sc-table .form-control:focus{
    border: 1px solid #999;
    box-shadow: none;
}
.sc-table select.form-control{
    border-radius: 0px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    height: 25px !important;
    font-size: 0.9rem;
}
.sc-table .pretty .state label {
    color: #fff;
}
.sc-table .pretty {
    margin-left: 15px;
}
.sc-table .table>tbody>tr>td, .sc-table .table>tbody>tr>th, .sc-table .table>tfoot>tr>td, .sc-table .table>tfoot>tr>th, .sc-table .table>thead>tr>td, .sc-table .table>thead>tr>th {
    vertical-align: middle;
        font-size: 15px;
}
/* tag ui*/
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}


ul.tagit {
    color: #aaa;
    border-radius: 0px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;

    background: none;
    background-color: #DEE7F8;

    font-weight: normal;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #555;
    font-size: 13px;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
.ui-widget {
    font-size: 1.1em;
}
#content input{
    text-indent: 5px;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
.tagit-autocomplete.ui-autocomplete { position: absolute; cursor: default; }
* html .tagit-autocomplete.ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.tagit-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}
.tagit-autocomplete.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.tagit-autocomplete.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 50% 50% repeat-x; color: #222222; }
.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }
.tagit-autocomplete .ui-state-active  { border: 1px solid #aaaaaa; }

.tagit-autocomplete .ui-widget-content { border: 1px solid #aaaaaa; }
.tagit .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px,1px,1px,1px); }

.fa-trash-o{
    color: #ff1515 !important;
    cursor: pointer;
}
.flat-pattern{
    background: #f4f4f46e;
    padding: 10px 20px;
}
.flat-pattern hr{
    margin: 5px 0px 15px 0px;
}
.flat-pattern .block-pattern{
    background-color: #d6df48;
    border-radius: 50px;
    padding: 10px;
}
.flat-pattern .block-pattern p{
    margin-bottom: 0px;
    text-align: center;
    color: #646060;
}
/* Sidebar */
.sidebar {
    top: 70px;
    position: fixed;
    left: 0;
    background-color: #fff;
    overflow-y:auto;
    overflow-x:hidden;
    z-index: 999;
    height: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.sidebar-cust{
     top: 0px;
    position: relative;
}


.sidebar-profile .dropdown-toggle::after {
    display: none;
}


.sidebar-profile .sidebar-img{
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 19px;
}
.sidebar-profile  h4{
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
}
.sidebar-profile  p{
    margin-top: 3px;
    color: #c0baba;
    font-size: 13px;
    margin-bottom: 0px;
}

.sidebar-profile .dropdown-menu{
    top: 106%;
    right: 19px;
    left: auto;
    min-width: 13rem;
}
.notification-drop .dropdown-menu{
    top: 106%;
    right: 79px;
    left: auto;
    min-width: 23rem;
    max-width: 23rem;
        padding: 5px 10px;
            max-height: 357px;
            overflow: scroll;
}
.sidebar-profile .dropdown-item{
    font-size: 15px;
}
.navbar .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 17px;
    color: #047deb;
}
.sidebar-profile .dropdown-menu .title{
    font-weight: bold;
    font-size: 17px;
}
.sidebar-profile .dropdown-menu .title span{
    font-size: 12px;
    color: #807f7f;
    font-weight: initial;
}
.sidebar-bg .card{
    border: 0px;
    border-radius: 0px;
}
.sidebar-bg .card-header {
    padding: 0.55rem 0.10rem;
    border-bottom: 1px solid rgba(192, 192, 192, 0.125);
    background-color: rgba(79, 76, 76, 0.03);
}
.sidebar-bg .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}
.sidebar-bg .btn-link{
    color: #515151;
}
.sidebar-bg .btn-link i, .society-member .card-header i.fa{
    text-align: center;
    margin-right: 0.9rem;
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.9rem;
}
.sidebar-bg .card-header a.cust-drop:before {
    width: 5px;
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    position: absolute;
    right: 13px;
    transition: all 0.5s;
    transform: rotate(451deg);
}
.sidebar-bg .card-body{
    cursor: pointer;
    background-color: #fff;
    padding: 0px 0.7rem;
}
.sidebar-bg .card-body ul li{
    margin-left: 10px;
    padding: 8px 13px !important;
}
.sidebar-bg .card-body ul {
    margin-bottom: 0px;
}
.sidebar-bg .card-body ul li a {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.sidebar .sidebar-bg .side-text {
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}
.sidebar-bg .card-header a.cust-drop.collapsed:before {
    transform: rotate(360deg);
}
.btn{
    font-size: 0.9rem;
}

.sub-inner-menu li{
    margin-left: 10px;
    padding: 6px 13px !important;
}

.fixed-top {
    border-bottom: 1px solid #ededed;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* online user */
.online{
    background-color: #f7f7f770;
    overflow-y:auto;
    overflow-x:hidden;
    z-index: 999;
        border-right: 1px solid #cccccc78;
}
.online .online-scroll .online-user-img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: inline;
}
.online .online-scroll p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 7.1em;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    vertical-align: bottom;
    font-size: 12px;
}
/*.online .online-scroll .fa {
    margin-top: 7px;
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f10b";
    color: #15b400;
    float: right;
}*/
.online .online-scroll .fa-circle{
        font-size: 9px;
    position: absolute;
    left: 25px;
    top: 26px;
    color: #15b400;
}


.online .online-scroll ul li{
    padding: 6px 9px;
    cursor: pointer;
    position: relative;
}
.online .online-user-search{
    position: static;
    bottom: 0;
}
.online .online-user-search .input-group-addon, .search-member .input-group-addon{
    background-color: transparent; 
    border: 1px solid #e2e1e1;
    border-radius: 0px;
    border-right: 0px;
    padding: 11px 1px 6px 11px;
}
.online .online-user-search .form-control, .search-member .form-control{
    border: 1px solid #e2e1e1;
    border-radius: 0px;
    border-left: 0px;
    padding: 8px 10px;
    font-size: 0.9rem;
}
.online .online-user-search .form-control:focus, .search-member .form-control:focus{
    box-shadow: none;
    border: 1px solid #e2e1e1;
    border-left: 0px;
}
.site-main{
    margin-top: -6px;
    padding: 0px;
}
.box001{
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 10px;
}
.advertised ul li{
    margin-bottom: 15px;
    background-color: #fff;
    padding: 6px;
    box-shadow: 1px 0px 1px 1px #cccccc52;
    cursor: pointer;
}
/* Whats on your mind */
.whatsonyourmind .profile-mind{
    float: left;
    height: 37px;
    border-radius: 50%;
    border: .5px solid #ccc;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.whatsonyourmind{
    margin-bottom: 10px;
}
.whatsonyourmind textarea{
    border: 0px;
    width: 88%;
    display: inline-block;
    box-shadow: none;
    font-size: 0.9rem;
}
.whatsonyourmind textarea:hover, .whatsonyourmind textarea:focus, .whatsonyourmind textarea:active{
    box-shadow: none;
}
.status-post {
    border-top: solid #E8E8E8 1px;
}
.status-post .status-ul{
    margin-top: 10px;
}
.status-post .status-ul ul{
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 4px;
}
.status-post .status-ul .btn-next{
    float: right;
    padding: 2px 19px;
    font-size: 15px;
}
.status-post .status-ul .fa{
    color: #999;
}
.upload-status{
    margin-top: 10px;
}
.upload-status .img-status-block{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.upload-status ul{
    margin-bottom: 0px;
}
.upload-status .img-status-block .upload-status-img{
    border-radius: 3px;
    width: 78px;
    height: 68px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.upload-status .img-status-block .close-status{
    background: url(../img/close-white.png);
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-size: 21px 21px;
    top: -8px;
    right: -7px;
    position: absolute;
}
.timeline .box001{
    margin-bottom: 16px;
}
.list-inline {
    display: flex;
    margin-bottom: 0px;
}
.navbar .nav-item{
    color: #000;
        position: relative;
}
.status-ul ul li{
    margin-right: 10px;
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255,255,255,.1);
}
.collapse.cust_collapse{
    display: block;
}
.status-profile img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    float: left;
    margin-right: 10px;
}
.status-profile h6{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 0.9rem;
    color: #304c7e;
    font-weight: bold;

}
.status-profile p{
    font-size: 0.7rem;
    /*margin-left: 5px;*/
    margin-left: 40px;
    color: #acabab;
    font-weight: bold;
}
.status-control .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .0em solid;
    border-right: .0em solid transparent;
    border-bottom: 0;
    border-left: .0em solid transparent;
}
.status-control .btn-link{
    padding: .0rem .0rem;
}
.status-control .btn-link:hover, .btn-link:focus {
    text-decoration: none;
}
.status-control .dropdown-menu{
    min-width: 5rem;
    font-size: 0.9rem;
    padding: .3rem 0;
}
.status-control .dropdown-menu .dropdown-item{
    padding: .25rem 1rem;
}
.status-control .dropdown-menu .dropdown-item i{
    margin-right: 5px;
    font-size: 0.8rem;
    color: #9f9f9f;
}
.status-control .dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.status-details p{
    font-size: 0.8rem;
}
.status-count ul li span{
    margin-right: 4px;
    margin-left: 3px;
    font-size: 0.8rem;
    color: #666b74;
}
.status-count{
    border-bottom: 1px solid #ededed75;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.status-count ul li{
    font-size: 13px;
    cursor: pointer;
    color: #79367a;
    margin-right: 20px;
}
.status-count ul {
    margin-bottom: 0px;
}
.status-comment-post{
    margin-top: 10px;
    position: relative;
}
.status-comment-post .comment-post-add{
    position: absolute;
    top: 5px;
    right: 10px;
}
.status-comment-post .comment-post-add i{
    cursor: pointer;
    color: #acacac;
}
.status-comment-post img, .status-comment-list .comment-list-profile, .notification-drop-menu .media img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    float: left;
    margin-right: 10px;
}
.status-comment-post .media-body input.form-control{
    height: 32px;
    padding: .200rem 3.2rem .200rem .75rem;
    font-size: 0.85rem;
    color: #495057;
    border: 1px solid #ced4daa8;
    border-radius: 0rem;
}
.status-comment-post .media-body input.form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: 0 0 0 0.01rem rgba(45, 46, 46, 0.71);
    border-color: #e9e9e9;
}
.status-comment-list .media-body small{
    color: #acabab;
}
.status-comment-list .media-body h5{
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 0.9rem;
    color: #304c7e;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.status-comment-list .media-body p{
    font-size: 0.8rem;
    margin-bottom: 0px;
    color: #434141;
}
.status-comment-list .fa-close{
    color: #cacaca;
    font-size: 12px;
}
.status-comment-list .fa-close:hover{
    color: #9f9b9b;
}
.status-comment-list .status-count{
    border-bottom: 0px solid #ededed75;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.status-comment-list .status-count ul li{
    font-size: 13px;
}
.status-comment-list .status-comment-post{
    margin-top: 0px !important;
}
.status-comment-list .status-comment-post .media{
    margin-bottom: 0px;
}
.status-comment-list .media .media{
    margin-top: 13px;
}
.status-comment-list .main-comment-border{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed75;
}
.view-all-comment p{
    margin-bottom: 0px;
    padding-top: 7px;
    font-size: 12px;
    color: #4484fa;
    margin-left: 39px;
}
/* lightbox styles */
#lightbox {     z-index: 99999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('../img/popupbg.png') repeat; }
#lightbox p { text-align: right; color: #fff; margin-right: 20px; font-size: 25px;     margin-top: 11px; cursor: pointer;}
#lightbox img { max-width: 100%; }

/* slideshow styles */
#slideshow { position: relative; z-index: 100;     width: 732px; height: 64%; margin: 0 auto; padding: 10px;}
#slideshow ul > li { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; list-style: none; }
.prev, .next { position: absolute; top: 50%; background: rgba(100, 100, 100, .5); padding: .25em .5em; color: #fff; text-decoration: none; }
.next { right: 10px; }
.prev { left: 10px; }
.imageSet .one-img-post{
    width: 100%;
    height: 450px;
    cursor: pointer;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.imageSet .two-img-post{
    width: 100%;
    height: 250px;
    cursor: pointer;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
}
.imageSet .three-img-post{
    width: 100%;
    height: 175px;
    cursor: pointer;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
}
.img-overlay-cust{
    position: absolute;
    width: 100%;
    height: 175px;
    cursor: pointer;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}
.img-overlay1{
    position: relative;
    z-index: 5;
    color: #fff;
}
.img-overlay1 p{
    position: absolute;
    margin-top: 75px;
    left: 40%;
    cursor: pointer;
}
.status-details .post-video{
    margin-bottom: 1rem;
}
.status-details .post-video iframe{
    width: 100%;
}
.tooltip{
    font-size: 10px;
}
.status-details .file-icon{
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
    background-position: center;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
}
.status-comment-list .file-comment-preview .file-icon{
    width: 30px;
    height: 40px;
    background-size:30px 40px;
    background-position: center;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
}
.status-comment-list .file-comment-preview p{
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0px;
    vertical-align: top;
    font-size: 14px;
    color: #747474;
}
.status-details .pdf-icon, .upload-status .file-upload-preview .pdf-icon, .status-comment-list .file-comment-preview .pdf-icon, .society-docs .pdf-icon, .post-edit-file .pdf-icon, .lead-dash .pdf-icon{
    background-image: url(../img/pdf-icon.png);
}
.status-details .doc-icon, .upload-status .file-upload-preview .doc-icon, .society-docs .doc-icon, .post-edit-file .doc-icon{
    background-image: url(../img/doc-icon.png);
}
.docx-icon, .upload-status .file-upload-preview .docx-icon, .society-docs .docx-icon, .post-edit-file .docx-icon{
    background-image: url(../img/doc-icon.png);
}
.status-details .xls-icon, .upload-status .file-upload-preview .xls-icon, .society-docs .xls-icon, .post-edit-file .xls-icon{
    background-image: url(../img/xls-icon.png);
}
.status-details .txt-icon, .upload-status .file-upload-preview .txt-icon, .society-docs .txt-icon, .post-edit-file .txt-icon{
    background-image: url(../img/txt-icon.png);
}
.status-details .zip-icon, .upload-status .file-upload-preview .zip-icon, .society-docs .zip-icon, .post-edit-file .zip-icon{
    background-image: url(../img/zip-icon.png);
}
.zip-icon, .upload-status .file-upload-preview .zip-icon, .society-docs .zip-icon, .post-edit-file .zip-icon{
    background-image: url(../img/zip-icon.png);
}
.status-details a.filename, .upload-status .file-upload-preview a.filename{
    color: #9d9c9c;
    font-size: 13px;
    cursor: pointer;
}
.status-details a.filename:hover, .upload-status .file-upload-preview a.filename:hover{
    color: #9d9c9c;
}
.upload-status .file-upload-preview .p-file-icon, .society-docs .p-file-icon, .post-edit-file .p-file-icon, .lead-dash .p-file-icon{
    width: 16px;
    height: 23px;
    background-size: 16px 23px;
    background-position: center;
    margin-right: 9px;
}

.upload-status .file-upload-preview .media-body{
    margin-top: 3px;
}
.upload-status .file-upload-preview{
    margin-bottom: 10px;
}
.fixed-alert{
    position: fixed;
    right: 80px;
    bottom: 50px;
    z-index: 9999;
}
.alert-success{
    box-shadow: 0px 1px 18px 0 rgba(38, 198, 218, 0);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    border-color: transparent;
    color: #fff;
    border: 0px solid transparent;
}
.alert-warning{
    box-shadow: 0 1px 18px 0 rgba(244, 143, 177, 0);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    border-color: transparent;
    color: #fff;
    border: 0px solid transparent;
}
.cust-modal .modal-header{
    border-bottom: 0px solid #e9ecef;
}
.cust-modal .close-status{
    background: url(../img/close-white.png);
    width: 27px;
    height: 27px;
    cursor: pointer;
    background-size: 27px 27px;
    top: -8px;
    right: -7px;
    position: absolute;
}
.cust-modal .modal-body{    padding: 2rem 1rem 0rem;

}
.cust-modal .modal-body h4{
    text-align: center;
    font-size: 19px;
    margin-bottom: 2rem;
}
.btn-cancel{
    background-color: #f60557;
}
.btn-cancel:hover{
    background-color: #fc266f;
}
.cust-modal .modal-content{
    border-radius: 0px;
}
.cust-modal .modal-body .row{
    margin-right: -16px;
    margin-left: -16px;
}
.btn1{
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0px; 
}
.btn1:hover{
    color: #fff;
}
/* sc-profile */
.society-profile .cust-card.hovercard {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.05)
}
.society-profile .cust-card.hovercard .cardheader {
     background: #3793e8!important;
    /*background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);*/
    /*background: url(../img/society/society-bg.jpg);*/
    background-size: cover;
    height: 107px;
    position: relative;
}
h1.page-heading{
     padding-top: 25px;
    font-size: 3rem;
    latter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}
.float-btn{
    width: 46px;
    height: 46px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    padding: 13px 15px;
}
.float-btn i{
    color: #fff;
    cursor: pointer;
    font-size: 17px;
}
.society-profile .cust-card.hovercard .edit {
    right: 24px;
    bottom: -21px;
    background-color: #e28f15;
}
.society-profile .cust-card.hovercard .addhouse {
    right: 78px;
    bottom: -21px;
    background-color: #15b9c7;
}
.sc-staff .delete-project{
     right: 13px;
   top: -16px;
        background-color: #ff4a59;
}
.society-profile .cust-card.hovercard .avatar {
    position: relative;
    top: -97px;
    margin-bottom: -50px;
    margin: 0px 11px;
    float: left;
}
.bg-img{
    webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    cursor: pointer;background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.bg-img-squre{
    webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    cursor: pointer;background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.sc-staff .sc-staff-img{
        width: 131px;
    height: 131px;
}
.sc-staff .sc-builder-project-img {
        width: 95px;
    height: 95px;
}
.society-profile .cust-card.hovercard .avatar img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 180px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.society-profile .cust-card.hovercard .avatar h4{
    font-weight: bold;
    margin-top: 22px;                            
}
.society-profile .cust-card.hovercard .info h5{
    margin-bottom: 12px;
    font-size: 19px;
}
.society-profile .cust-card.hovercard .avatar .changeprofilepic {
    left: 118px;
    top: 142px;
    background-color: #047dff;
}
.society-profile .cust-card .info {
    margin-top: 2.4em;
    padding: 0px;
}
.society-profile .cust-card .info p{
    margin-bottom: 0.7rem;
}
.society-profile .cust-card .info p i{
    margin-right: 10px;
    color: #ccc;
}
/*.talktext {
         padding: 0.8em 0.8em 0.5em 0.8em;
    text-align: left;
    line-height: 1.5em;
}
.talktext p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.talktext:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 14px;
    right: auto;
    top: -19px;
    bottom: auto;
    border: 10px solid;
        border-color: #fe595e00 #048fd200 #ecec92 #ecec92;
}
.talk-bubble {
    display: inline-block;
    position: relative;
    height: auto;
        background-color: #ecec92;
           margin-top: 14px;
}*/
.nav-datas{
    position: relative;
}
.nav-positions{
    position: absolute;
    width: 100%;
    top: -54px;
}
.nav-datas .nav-tabs {

    border: 0;
    padding: .5rem 0.7rem;
    margin-bottom: -20px;
    z-index: 2;
    position: relative;
    background-color: #049aff!important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    text-align: center;
}
.nav-tabs .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 12px;
}
.nav-datas .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-datas .nav-tabs li {
    width: 24.3%;
    text-align: center;
    font-size: 18px;
}
.nav-datas .nav-tabs li.active a {
    background-color: rgba(208, 208, 208, 0.16);
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 2px;
    border-color: #ddd #ddd #fff;
}
.nav-datas .nav-tabs>li.active>a, .nav-datas .nav-tabs>li.active>a:focus, .nav-datas .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: rgba(208, 208, 208, 0.16);
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.nav-datas .nav>li>a:focus, .nav-datas .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(208, 208, 208, 0.16);
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(208, 208, 208, 0.16);
    border-color: transparent;
}
.tab-content>.active {
    display: block;
    margin-top: 35px;
}
.nav-datas .tab-content{
    padding: 10px;
}
.photo-gallery-img{
    width: 100%;
    height: 155px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.photo-gallery{
    position: relative;
    margin-bottom: 10px;
}
.photo-gallery .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(#ff000000, #00000047);
}
.photo-gallery:hover .overlay {
    opacity: 1;
}
.photo-gallery .overlay  ul{
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: -3px;
    border: 0px;
    margin-bottom: 5px;
    left: 10px;
}
.d-title{
    margin-bottom: 13px;
}
.d-title i.fa-pencil{
    color: #007bff;
}
.d-title i.fa-close, .near-location .fa-trash, .society-docs .fa-trash, .vote-poll-add i.fa-close{
       color: #ff2424;
}
.d-icon-list .col-md-3{
          font-size: 13px;
        border: 0.1px solid #cccccc1f;
    padding: 20px 10px;
           color: #515050;
           position: relative;
}

/* icons */
.cust-icon{
    cursor: pointer;
    display: block;
    margin: auto;
     width: 30px;
    height: 30px;
        margin-bottom: 8px;
}

.air-sm {
    background: url(../img/icons/air.svg);
     background-size: 30px 30px;
}
.banquet-hall-sm{
    background: url(../img/icons/Banquet-Hall.svg);
     background-size: 30px 30px;
}
.cafeteria-food-court-sm{
    background: url(../img/icons/Cafeteria-Food-Court.svg);
      background-size: 30px 30px;
}
.pg-members-sm{
    background: url(../img/icons/pg-members.svg);
     background-size: 30px 30px;
}
.metting-sm{
    background: url(../img/icons/metting.svg);
     background-size: 30px 30px;
}
.dth-television-facility-sm{
    background: url(../img/icons/DTH-Television-Facility.svg);
     background-size: 30px 30px;
}
.gym-sm{
    background: url(../img/icons/gym.svg);
     background-size: 30px 30px;
}
.intercome-sm{
    background: url(../img/icons/intercome.svg);
     background-size: 30px 30px;
}
.wifi-sm{
    background: url(../img/icons/wifi.svg);
     background-size: 30px 30px;
}
.laundry-sm{
    background: url(../img/icons/laundry.svg);
     background-size: 30px 30px;
}
.lift-sm{
    background: url(../img/icons/lift.svg);
     background-size: 30px 30px;
}
.staff-member-sm{
    background: url(../img/icons/staff-member.svg);
     background-size: 30px 30px;
}
.gardan-sm{
    background: url(../img/icons/gardan.svg);
     background-size: 30px 30px;
}
.pipe-sm{
    background: url(../img/icons/pipe.svg);
     background-size: 30px 30px;
}
.power-back-up-sm{
    background: url(../img/icons/Power-Back-Up.svg);
     background-size: 30px 30px;
}
.private-terrace-garden-sm{
    background: url(../img/icons/Private-Terrace-Garden.svg);
     background-size: 30px 30px;
}
.rain-water-harvesting-sm{
    background: url(../img/icons/Rain-Water-Harvesting.svg);
     background-size: 30px 30px;
}
.parking-sm{
    background: url(../img/icons/parking.svg);
     background-size: 30px 30px;
}
.water-sm{
    background: url(../img/icons/water.svg);
     background-size: 30px 30px;
}
.security-sm{
    background: url(../img/icons/security.svg);
     background-size: 30px 30px;
}
.service-goods-lift-sm{
    background: url(../img/icons/Service-Goods-Lift.svg);
     background-size: 30px 30px;
}
.swimming-pool-sm{
    background: url(../img/icons/swimming-pool.svg);
     background-size: 30px 30px;
}
.vaastu-compliant-sm{
    background: url(../img/icons/vaastu-compliant.png);
     background-size: 30px 30px;
}
.visitor-parking-sm{
    background: url(../img/icons/Visitor-Parking.svg);
     background-size: 30px 30px;
}
.waste-disposal-sm{
    background: url(../img/icons/Waste-Disposal.svg);
     background-size: 30px 30px;
}
.water-storage-sm{
    background: url(../img/icons/Water-Storage.svg);
     background-size: 30px 30px;
}
.airport-sm{
    background: url(../img/icons/airport.svg);
     background-size: 30px 30px;
}
.bank-atm-sm{
    background: url(../img/icons/bank-atm.svg);
     background-size: 30px 30px;
}
.bus-stand-sm{
    background: url(../img/icons/bus-stand.svg);
     background-size: 30px 30px;
}
.city-bus-sm{
    background: url(../img/icons/city-bus.svg);
     background-size: 30px 30px;
}
.complex-sm{
    background: url(../img/icons/complex.svg);
     background-size: 30px 30px;
}
.mall-sm{
    background: url(../img/icons/mall.svg);
     background-size: 30px 30px;
}
.railway-sm{
    background: url(../img/icons/railway.svg);
     background-size: 30px 30px;
}
.river-sm{
    background: url(../img/icons/river.svg);
     background-size: 30px 30px;
}
.road-sm{
    background: url(../img/icons/road.svg);
     background-size: 30px 30px;
}
.school-sm{
    background: url(../img/icons/school.svg);
     background-size: 30px 30px;
}
.well-known-location-sm{
    background: url(../img/icons/well-known-location.svg);
     background-size: 30px 30px;
}
.cust-icon1{
   cursor: pointer;
    display: inline-block;
    margin: auto;
     width: 20px;
    height: 20px;
    vertical-align: middle;
     margin-right: 5px;
}
.near-location .airport-sm, .near-location .bank-atm-sm, .near-location .bus-stand-sm, .near-location .city-bus-sm, .near-location .complex-sm,
.near-location .mall-sm, .near-location .railway-sm, .near-location .river-sm, .near-location .road-sm, .near-location .school-sm, .near-location .well-known-location-sm{
     background-size: 20px 20px;
}
.btn-update{
    background-color: #26C281;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 2px;
}
.btn-close{
       background-color: #fa5458;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 2px;
}
.btn-add, .btn-add1, .btn-cancel1{
    background-color: #08c6b5;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 2px;
}
.btn-add:hover{
    color: #fff;
        background-color: #0fcaba;
}
.btn-close:hover, .btn-add1:hover{
    color: #fff;
        background-color: #fa5458eb;
}
.btn-cancel1:hover{
color: #fff;
}
.near-location ul li{
    margin-bottom: 10px;
}
.near-location-edit .pretty{
        margin-right: 0em;
}
.btn-update:hover{
    color: #fff;
    background-color: #26c281e3;
}
.cust-checkbox .pretty{
       position: absolute;
    top: 13px;
    left: 13px;
}

.cust-checkbox .pretty .state label,  .near-location-edit .pretty .state label{
    color: #fff;
}
.near-location-edit .form-control{
        font-size: 0.85rem;
    color: #495057;
    border: 1px solid #ced4daa8;
    border-radius: 0rem;
}
.near-location-edit .form-control:hover, .near-location-edit .form-control:focus{
       border: 1px solid #9a9ea1a8;
    box-shadow: none;
}
.society-docs ul li{
 margin-bottom: 10px;   
}
.society-docs ul li:last-child{
 margin-bottom: 0px;   
}
/* Society Member */
.society-member .card{
    border-radius: 0px;
        margin-bottom: 15px;
        border: 1px solid rgba(93, 91, 91, 0.125);
    box-shadow: 0 2px 2px 0 rgba(246, 246, 246, 0.14), 0 1px 5px 0 rgba(202, 197, 197, 0.12), 0 3px 1px -2px rgba(207, 204, 204, 0);
}
.society-member .card-header{
    background-color: #fff;
    border-bottom: 1px solid rgba(180, 179, 179, 0.125);
        font-size: 18px;
        color: #000;
}
.society-member .card-header i.fa{
    font-size: 18px;
}
.society-member .sc-table thead{
    background-color: #ededed;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.society-member .sc-table .table>thead>tr>th {
    border-bottom: 0px solid #ddd;
    color: #000;
    background-color: transparent;
}
.configuration-save{
        position: fixed;
       top: 82px;
        right: 16px;
    z-index: 99;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #cccccc1c;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        border-top: 4px solid #7488db;
}
.flat-outer-butt {
    padding: 11px 0px;
    box-shadow: #BDC3C7 2px 2px 0px;
}
.flat-primary-butt {
       background-color: #26C281;
}
.flat-info-butt {
       background-color: #4484fa;
}
.flat-butt {
    display: inline-block;
    margin: 0 5px;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
        font-size: 15.5px;
    padding: 10px 20px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    outline: 0;
}
.flat-butt:hover, .flat-butt:focus{
    outline: 0;
}
.flat-info-butt:hover {
                 background-color: #4484fae0;
}
.flat-primary-butt:hover {
           background-color: #2cd38d;
}
/* staff */
.sc-staff{
        margin-bottom: 32px;
    position: relative;
}
.sc-staff .sc-staff-info label{
       margin-bottom: 0px;
    font-size: 12px;
    color: #a5a2a2;
}
.sc-staff .sc-staff-info p{
       margin-bottom: 5px;
}
.sc-staff .edit {
    background-color: #e28f15;
}
.sc-staff .change-status , .sc-staff .add {
        background-color: #15b9c7!important;
}
.float-btn1{
       width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    padding: 7px 10px;
}
.float-btn1 i{
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}
.mt-6{
    margin-top: 33px;
}
.nav-cust .nav-tabs li{
        width: 15.3%;
}
.nav-cust .nav-link{
        padding: .5rem 0.5rem;
        font-size: 14px;
}
.search-member{
        float: right;
}
.society-member tbody .fa-pencil{
    color: #bc5b07;
}
.society-member tbody .fa-trash{
        color: #f00;
}
.society-member tbody .fa-undo{
           color: #4663f2;
}
.parentoccasionName {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top: 0px !important;
    box-shadow: 0px -2px 5px #dcd5d5;
    position: absolute;
    background: #fff;
    z-index: 5;
}
.parentoccasionName ul li, .childoccasionName ul li {
    padding: 4px 5px;
    cursor: pointer;
}
.firstoccasion {
    background-color: #007bff;
    color: #fff;
    padding: 6px;
    cursor: pointer;
        text-align: center;
}
.childoccasionName {
    width: 83%;
       margin-left: 108px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top: 0px !important;
    box-shadow: 0px -2px 5px #dcd5d5;
    max-height: 202px;
    overflow: scroll;
    position: absolute;
    background: #fff;
    z-index: 5;
}
.firstInput {
    display: none;
}
.form-control{
    border-radius: 0px;
    font-size: 15px;
}
.form-control:focus{
    box-shadow: none;
}
.feeling-icon{
    width: 25px !important;
    height: 25px !important;
    margin-right: 0px !important;
      float: none !important;
}
.post-delete{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.status-details .post-img-close{
    display: inline-block;
    position: relative;
}
.status-details .post-img-close img {
    position: absolute;
    top: -4px;
    right: 0px;
    cursor: pointer;
    height: 25px;
}
.post-img-close .mypostpic {
       width: 151px;
    height: 142px;
    cursor: pointer;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5px;
    display: inline-block;
    margin-right: 6px;
}
.sc-committee .sc-staff-img{
    width: 100px;
    height: 99px;
}
.sc-invitation-img{
    width: 144px;
    height: 137px;
}
.sc-staff .delete-status {
    top: -16px;
    right: 13px;
        background-color: #f54242;
}
.sc-staff .approve-status{
    top: -16px;
    right: 13px;
    background-color: #0eb127;
}
.add-committee{
    padding: 15px;
}
.navbar-five-tab  .nav-tabs li {
           width: 19.3%; 
}
.noti_bubble {
    content: '';
    position: absolute;
        top: -1px;
    right: 6px;
       padding: 2px 7px;
    background-color: #fe5659;
    color: white;
    font-weight: bold;
    font-size: 0.65rem;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #ffffff;
}
.navbar-collapse{
    position: relative;
}
.notification-drop-menu li p{
        color: #000000;
        margin-bottom: 5px;
        font-size: 14px;
        cursor: pointer;
        margin-top: 0px;
}
.notification-drop-menu li{
        border-bottom: 1px solid #cccccc26;
    padding: 7px 0px;
}
.notification-drop-menu li:last-child{
    border-bottom: 0px solid #ccc;
}
.index-navbar{
    box-shadow: -2px 1px 3px 1px #87878726;
}
.section-divider{
    background-image: url(../img/divider-pattern.png);
    background-repeat: repeat-x;
    height: 4px;
    width: 100%;
}
.aboutus h2, .features h2, .contactus h2{
   margin-bottom: 10px;
   color: #0e0e0e;
       font-weight: bold;
}
.aboutus h3{
   margin-bottom: 10px;
   color: #0e0e0e;
       font-weight: bold;
}
.aboutus p, .features p{
   color: #343434;
}
.features{
    background-color: #f7f7f7;
    padding: 70px 0px 180px;
    margin-top: 50px;
}
.contactus{
    background-color: #f7f7f7;
    padding: 70px 0px 0px;
    margin-top: 50px;
}
.sm-margin-b-4{
        padding:2px;
}
.service {
    background: #fff;
    padding: 50px;
}
.service .service-element, .service .service-info {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}
.service .service-icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 30px;
}
.service:hover .service-element {
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.service:hover .service-element, .work .work-popup-overlay {
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
    transition-duration: .3s;
}
.service:hover .service-info {
    -webkit-transform: translate3d(0,-30%,0);
    -moz-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}
.service-info h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.bg-color-base {
        background: #4193ed!important;
}
.position-relative{
    position: relative;
}
.img-position-absolute img{
 margin: auto;
     margin-top: -199px;

}
.contactus-info p{
        color: #7c7777;
}
.contactus-info img{
    margin-bottom: 15px;
}
.contactus-form{
     background-color: #f7f7f7;
    padding: 50px 0px 240px;
}
.cf-absolute{
    position: absolute;
    top :0px;
    
}
.cf-bg{
    background-color: #15141a;
    padding: 25px;
}
.contactus-form .form-control{
        padding: 0.700rem 0.75rem;
}
.landing-footer{
    background-color: #15141a;
        padding: 13px;
     text-align: center;
}
.landing-footer ul{
        margin-bottom: 0.2rem;
}
.landing-footer ul li{
    padding: 0px 10px;
    font-size: 14px;
       color: #c2bdbd;
}
.landing-footer ul i:hover{
   color: #4484fa;
}
.landing-footer p{
     color: #c2bdbd;
     margin-bottom: 0px;
     text-transform: uppercase;
         font-size: 12px;
}
.lead-profile-img{
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 180px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.lead-dash{
        padding-bottom: 60px;
}
.lead-dash .lead-dash-box .bg-white{
    padding: 20px 10px;
}
.lead-dash .lead-dash-box i{
    font-size: 5rem;
    margin-right: 20px;
}
.lead-dash .lead-dash-box .media-body h5{
   font-size: 16px;
    color: #898989;
    font-weight: normal;
    margin-top: 20px;
}
.lead-dash .lead-dash-box .media-body{
    font-size: 29px;
}
.color-blue{
    color: #347ab8;
}
.color-green{
    color: #5db85b;
}
.color-yellow{
    color: #efad4d;
}
.color-red{
    color: #d95350;
}
.total-demo{
   padding: 25px;
}
.total-demo .demo-circle{
       background-color: #73a1e7;
    color: #fff;
    font-size: 33px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    padding: 23px 24px;
}
.invitation-bg-img{
        margin: auto;
    text-align: center;
    display: block;
    width: 230px;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.staff-action-view{
        position: absolute;
    right: 9px;
    top: -23px;
}
.view-add-label {
    color: #fff !important;
    border-radius: 50px;
    padding: 2px 13px;
    margin-top: 16px;
    background-color: #ccc;
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    cursor: pointer;
        font-size: 12px;

}
.add-member .view-add-label {
    padding: 8px 15px;
}
.position-fixed{
    position: fixed;
}
.fixed-divdata-field{
    background-color: #fff;
        border: 1px solid #9fb1b973;
    border-radius: 5px;
    padding: 20px 16px;
    box-shadow: -2px 2px 13px 0px #ecf3f7eb;
}
.comment-info-list li:last-child{
    border-bottom: 0px dashed #ccc;
}
.comment-info-list li:last-child .file-upload-preview{
   margin-bottom: 0px;
}
.comment-info-list li{
    border-bottom: 1px dashed #cccccc4f;
}
.oneitem-label{
    padding: 10px;
    width: 105px;
    background-color: #cccccc1f;
    border: 1px dashed #ccc;
}
.col-cust-like{
        flex: 0 0 6%;
}
.box002{
          padding: 6px 5px 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
}
.box002 i{
    font-size: 21px;
}
.like-box.liked{
           background-color: #008dec;
}
.like-box{
        background-color: #049aff8c;
}
.dislike-box.disliked{
           background-color: #f75e61;
}
.dislike-box{
      background-color: #f75e61ad;
}
.label-btn-closed{
        background-color: #fe5559;
   
}
.label-btn-hold{
           background-color: #f39915;
}
.label-btn-reopen{
               background-color: #948e79;
}
.label-btn-box:hover{
    color: #fff;
}
.staff-action-btn{
        position: absolute;
    right: 9px;
    top: -18px;
}
.label-btn-box{
    font-size: 12px;
    border-radius: 50px;
    padding: 4px 15px;
    color: #fff;
    margin-top: 14px;
    cursor: pointer; 
}
.btn-add1{
        background-color: #07b5c7 !important;
}
.vote-poll-add i.fa-close{
          position: absolute;
    top: -11px;
    right: -7px;
    cursor: pointer;
    z-index: 99;
    background-color: #ff2523;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    padding: 5px 7px;
}
.btn-cancel1{
    background-color: #fe5559;
}
.vote-label{
           background: linear-gradient(45deg, #da63f7 0%, #fdc1da 100%) !important;
}
.vertical-checkbox .p-icon{
    margin-bottom: 13px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}
.voting-list .card-header {
        padding: .65rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
.voting-list .card-header:first-child {
    border-radius: 0px;
}
.count-member{
        box-shadow: 0px 1px 18px 0 rgba(38, 198, 218, 0);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    padding: 15px;
    border-radius: 10px;
    color: #fff
}
.count-member-view{
          box-shadow: 0 1px 18px 0 rgba(244, 143, 177, 0);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    padding: 15px;
    border-radius: 10px;
    color: #fff
}
.poll {
    background: linear-gradient(45deg, #28b9c8 0%, #21e9d6 100%) !important;
}
.apporve{
        background-color: #95c61d;
}
.sc-form hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* border: 0; */
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.outside-donor{
        background-color: #f9f7f8a8;
}


        /*contact us */

.contact{
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
}
.contact h6{
   font-weight: 600;
    margin-top: 23px;
}
.contact p{
    margin-bottom: 5px;
    color: #949494;
    font-weight: normal;
}
.contact span{
    width: 46px;
    height: 46px;    
    border-radius: 50%;    
    padding: 13px 0px;
    color: #049aff;
    font-size: 17px;
    border: 1px solid #049aff;
    text-align: center;
}
.map.col-12{
    padding-left: 0px;
    padding-right: 0px;
}
.support-ticket-table th{
    font-size: 14px;
        padding: 11px 0.75rem 8px;
    font-weight: bold;
}
.small{
        line-height: 19px;
}
.online .online-user-search .form-control{
    font-size: 0.85rem;
}
/* chat box*/
.online-scroll ul li span.badge{
        float: right;
    background-color: #2daebe;
    color: #fff;
    border-radius: 50px;
        padding: 3px 6px 2px;
    font-size: 11px;
    margin-top: 8px;
}
.online-scroll{
        overflow-y: scroll;
}
.online .online-header{
    padding: 10px 16px 10px 15px;
    margin: 0;
    width: 100%;
    background-color: #eee;
    z-index: 1000;
        height: 50px;
}
.online .chat-body{
       border-right: 1px solid #cccccc78;
}
.chat-body {
        padding: 15px 0px;
    margin: 0 !important;
    background-size: cover;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 117px);
}
.group-body{
    height: calc(100% - 59px);
}
.message-body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
}
.message-main-receiver {
     padding: 3px 20px;
    max-width: 60%;
}
.receiver {
    width: auto !important;
    padding: 7px 7px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #eeeeee;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    word-wrap: break-word;
    display: inline-block;
}
.message-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap: break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
}
.message-time {
        margin-left: 50px !important;
    font-size: 11px;
    margin-top: 2px;
    text-align: right;
    color: #9a9a9a;
}
.message-main-sender {
    padding: 3px 20px !important;
    margin-left: 40% !important;
    max-width: 60%;
}
.sender {
    float: right;
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 7px 7px 7px !important;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    display: inline-block;
    word-wrap: break-word;
}
.reply {
    width: 100%;
        background-color: #eeeeee;
    padding: 10px 5px 10px 5px !important;
    margin: 0 !important;
    z-index: 1000;
}
.reply-send i {
    text-align: center;
    padding: 5px !important;
    color: #93918f;
    cursor: pointer;
}
.chat-about-body{
    padding: 15px;
    text-align: center;
}
.chat-about-body img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.chat-body-images{
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    margin-bottom: 5px;
}
/* calander */
    #calendar {
        max-width: 900px;
        margin: 0 auto;
            margin-bottom: 25px;
    }

  .fc-event{
     background:red;
     border-color:red;
  }
  button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.chat-floting-btn{
        display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #42a5f5;
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
        padding: 15px 0px;
}
.chat-floting-btn .fa{
    font-size: 25px;
    color: #fff;
}
.chat-floting-btn:hover.fa{
    color: #fff !important;
}
.img-width-40{
    width: 40px !important;
    height: 40px !important;
}
/* chat group */
.online-scroll .nav-pills{
        background-color: #eee;
}
.online-scroll .nav-pills .nav-item{
      width: 50%;
}
.online-scroll .nav-pills .nav-item a{
      text-align: center;
      position: relative;
}
.online-scroll .nav-pills .nav-item{
      padding: 0px;
      
}
.online-scroll  .nav-pills .nav-link.active, .online-scroll  .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    border-radius: 0px;
}
.online-scroll  .nav-link {
    display: block;
    padding: .9rem 1rem;
}
.online-scroll .tab-content>.active {
    display: block;
    margin-top: 9px;
    padding: 0px;
}
.online-scroll sup{
    top: -.3em;
        font-size: 33px;
}
.btn-search-globaly{
       border-radius: 50px;
    background-color: #057bff;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    padding: 4px 13px;
    font-size: 13px;
}
.group-member-list img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: inline;
}
.group-member-list p{
text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 7.1em;
    display: inline-block;
    margin: 0px 0px 8px 10px;
    vertical-align: bottom;
    font-size: 14px;
}
.group-member-list{
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
    box-shadow: -1px 1px 16px 3px #b2b3b514;
        margin-bottom: 15px;
    }
    .btn-left{
box-shadow: 0px 1px 18px 0 rgba(38, 198, 218, 0);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    border-color: transparent;
    color: #fff;
    border: 0px solid transparent;
      
    }
    .btn-edit-group{
       box-shadow: 0 1px 18px 0 rgba(244, 143, 177, 0);
      background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
    border-color: transparent;
    color: #fff;
    border: 0px solid transparent; 
    }
    .btn-delete-group{
            box-shadow: 0 1px 18px 0 rgba(244, 143, 177, 0);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    border-color: transparent;
    color: #fff;
    border: 0px solid transparent;
    }
.btn-delete-group:hover, .btn-left:hover, .btn-edit-group:hover{
    color: #fff;
}
.gorup-member-list-chat {
    height: calc(50% - 61px);
        overflow: scroll;
}
.gorup-member-list-chat img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: inline;
}
.gorup-member-list-chat p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 7.1em;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    vertical-align: bottom;
    font-size: 12px;
}
.gorup-member-list-chat li{
    padding: 6px 9px;
    cursor: pointer;
    position: relative;
}
.sc-form.my-profile .form-group .fa {
     top: 45px;
}


.stretch-card .card1 {
    width: 100%;
    min-width: 100%;
    height: auto;
}
.card1 {
    position: relative;
    display: flex;
    border: 0;
    border-radius: 2px;
    background-color: #fff;    
}
.card1 .card-body {
    padding: 2.2rem 2.2rem;
}
.card1 i.fa{
    font-size: 2.5rem;
}
.card1 h3{
    font-weight: 600;
}
.permition-box{
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #ccc;
}
.avatar1 {
width: 180px;
position: relative;
}
.avatar1 img{
        -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 180px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.avatar1 .changeprofilepic {
        left: 128px;
    top: 122px;
    background-color: #047dff;
}
.cheque{
    width: 144px;
    height: 91px;
    background-size: cover;
}
.name-profile{
    height: 50px;
    width: 50px;
}
.img-center{
    left: 25px;
    position: relative;
}
.where_to_login{
        font-size: 17px;
}
.where_to_login .col-md-12{
        margin-bottom: 5px;
}
.cust_check{
    margin-bottom: 10px;
    transition: all 0.2s;
}
.cust_check p{ 
    margin-bottom: 0px;
}
.cust_check:hover{
    cursor: pointer;
    color: #0585ff;
}
.cust_check.active{
    padding: 10px;
    cursor: pointer;
    border: 1px solid #cccccc6b;
    border-radius: 5px;
    font-size: 18px;
    color: #0585ff;
    box-shadow: 1px 1px 6px 0px #ccccccb8;
}
.border_cust_login{
    border: 1px solid #cccccc6b;
     border-radius: 5px;
}
.login_title{
           font-size: 17px;
    text-align: left;
    margin-left: 6px;
    color: #000;
    margin-bottom: 13px;
}
.check_login_member{
padding: 8px 2px;
    cursor: pointer;
    border: 1px solid #cccccc33;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    /* box-shadow: 1px 1px 6px 0px #ccccccb8; */
    margin-bottom: 10px;
    transition: all 0.2s
}
.check_login_member p{
    margin-bottom: 0px;
}
.check_login_member:hover{
    color: #fff;
    background-color: #4d8efb;
}
.check_login_member.active{
    color: #fff;
    background-color: #4d8efb;
}
.table-responsive{
        overflow-x: visible;
}
.cust_font_active{
        font-size: 14px !important;
    padding: 5px 16px !important;
}



.page-links{
    float: right;
    margin-top: -39px;
    text-align: right;
}
.page-links p{
    text-transform: capitalize;
}
/*-----innerpages-------*/

.heading{
    color: #3c87cb;
    margin-bottom: 25px;
    font-family: Gestalt;
    text-transform: capitalize;
}
.inner-page{
    padding-top: 100px;
    padding-bottom: 40px;
}

.mini-heading{
    margin-bottom: 15px;
    color: #3c87cb;
}
.work-form{
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px 15px;
}
.work-form h6{
    text-transform: uppercase;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 20px;
}
.work-form .form-control{
    padding: .75rem 0.75rem;
}
.work-form .btn{
    padding: 0.700rem 1.75rem;
}
.btn:focus{
    box-shadow: none;
    outline: 0;
}
.service-box{
    text-align: center;
    margin-top: 30px;
}
.service-box img{
    height: 100px;
}
.service-box h5{
    font-weight: bold;
    line-height: 30px;
    margin-top: 25px;
}