body {
    font-family: 'Open Sans', sans-serif;
    background: #f5f5f5;
}
.sa-button-container .sa-confirm-button-container .confirm{
        background-color: #7A459D !important;
    }

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #7A459D !important;
}

.chatbox , .chatbox1{
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray,.chatbox--tray1 {
    bottom: -365px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.chatbox--closed {
    bottom: -365px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title, .chatbox__title1 {
    min-height: 35px;
    padding-right: 10px;
    background-color: #7A459D;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 ,.chatbox__title1 h5 {
    height: 42px;
    margin: -8px 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a ,.chatbox__title1 h5 a{
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}



.chatbox__title__tray,.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color:#DCDCDC;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;padding-top: 25px;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}
.chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox_timing ul{padding:0;margin:0}
.chatbox_timing ul li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.chatbox_timing ul li a{display:block;color:#747474}
.ul_msg {


    padding: 10px !important;

}
.chatbox__body__message--right .ul_section_full{
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);margin-bottom: 15px;
    padding-bottom: 5px;padding-top:15px;
    background-color: #472760;
}
.d_mdg{
    color: white;
}
.chatbox__body__message--left .ul_section_full {

    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);

}
.ul_msg{padding:0;margin:0px}
.ul_msg li{list-style:none;display:block}
.ul_msg2{padding:0;margin:0px;text-align: right;}
.ul_msg2 li{list-style:none;display:inline-block;margin-right: 15px;}
.chatbox__body__message--right .chatbox_timing  {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox__body__message--right .ul_msg2{text-align:left}
.chatbox__body__message--right .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;margin-right:0px
}
.chat_set_height {
    height: 40px;
    margin-top: 1px;
    border: 1px solid #472760 !important;
}
.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}
.width50{width:50%;float:left;background:#ECECEC;}
/*======================Chat Box Ends=====================================================*/
/*======================Message=====================================================*/
.message_check{padding-top:10px;}
.messsade_date {
    text-align: left;
    padding-top: 9px;
}
.messsade_date a{color:#000;}
.padleftright0{padding-left:0px;padding-right:0px;}
.message_box_area {
    color: #000;
    cursor: pointer;
}
.create_m {
    border: 1px solid #ccc !important;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;margin-top: 15px;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.create_m:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.col-lg-3.control-label {
    text-align: left;
}
.vert_tabs_wrap {
    display: flex;
}
.vert_tabs_wrap.vet_tabs_x {
    min-width: 260px;
    background-color: #fff;
}
.vet_tabs_x.nav.nav-pills {
    margin: 0;
}
.vet_tabs_x.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 769px).nav-pills>li {
    display: inline-block;
    font-size: 13px;
}
.nav-pills>li {
    float: none;
    width: 100%;
}
.nav>li, .nav>li>a {
    display: block;
    position: relative;
}
.vet_tabs_x .nav li a {
    padding: 0;
}
.nav-pills>li>a {
    color: #333;
    border-radius: 3px;
}
.profile_info_small {
    background-color: #fff;
    padding: 10px 14px;
    /*border-bottom: 1px solid #f2f2f2;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile_info_small figure {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 10px 0 0;
    /*border: 1px solid #d0cece;*/
}

.profile_info_small figure>img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.profile_info_small_content {
    width: 100%;
    width: calc(100% - 50px);
    position: relative;
}
.profile_info_small .profile_info_small_content h6, .profile_info_small .profile_info_small_content p {
    max-width: 80%;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profile_info_small .profile_info_small_content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin: 0 0 4px 0;
}
.profile_info_small .profile_info_small_content p {
    font-size: 12px;
    font-weight: 400;
    color: #222;
    margin: 0;
}
.online_icon{
    position: absolute;
    height: 15px;
    width:15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.5em;
    /*right: 17.4em;*/
    border:1.5px solid white;
}
.offline{
    background-color: #c23616 !important;
}

#following_home_ul .items {
    display: block;
    padding: 0 3px;
}

#following_home_ul .items .item {
    width: 100%;
    margin: 0 auto;
    padding: 0 3px;
    float: left;
    position: relative;
}
.following_home a {
    float: left;
    min-height: auto;
}

.following_home a {
    padding: 5px;
    display: inline-block;
    color: #505050;
}
.following_home a p {
    margin: 11px 0 0 3px;
    color: #383838;
    font-size: 16px;
    font-weight: 500;
}
.following_home li span.bottom {
    position: absolute;
    right: 15px;
    top: 15px;
}
.list-group-item:first-child {
    border-top-width: 0;
}
.following_home .dropdown-menu li {
    width: 100%;
}

.following_home li{
    padding: 0;
}
.following_home .dropdown-menu li a{
    color: #7A459D;
    width: 100%;
}

    .following_home .dropdown-menu li button{
        color: #7A459D;
        width: 100%;
        padding: 3px 20px; text-align: left; background: transparent; border: none;
    }

.following_home .dropdown-menu li a:hover{
    background: #7A459D !important;
    color: white;
}

    .following_home .dropdown-menu li button:hover{
        background: #7A459D !important;
        color: white;
    }

.bible_tabs_section {
    margin: 0 0 15px 0px;
    float: left;
    /*margin: 0px;*/
    padding: 0px;
    width: 100%;
    border: solid 1px #bbbbbb;
    border-radius: 5px;
    background-color: #fff;
    position: static;
    z-index: 200;
  }
  .bibke_tabs_header {
    float: left;
    margin: 0px 0 10px 0px;
    padding: 6px 15px;
    width: 100%;
    border-bottom: solid 1px #dddddd;
  }
  .bible_search_form {
    float: left;
    margin: 0px;
    padding: 0px 15px;
    width: 100%;
  }
  .bible_search_form .input-group {
    margin: 0 0 12px 0px;
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .bible_search_form .input-group-addon {
    background: none;
    font-size: 16px;
    padding: 2px 0px 0 11px;
    border-color: #b8b8b8;
  }

  .bible_search_form .input-group input {
    border-left: 0px;
  }
  .timeline_section_centered {
    margin-bottom: 15px;
    float: left;
    margin: 0px;
    padding: 15px 15px;
    width: 100%;
    border: solid 1px #bbbbbb;
    border-radius: 5px;
    background-color: #fff;
  }
  .timline_inner_sec {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 1px 2px 5px 4px #f8f8f8;
    border-radius: 5px;
  }
  .timeline_card_2 {
    padding-bottom: 5px;
}
.timeline_card_top {
    float: left;
    margin: 0px;
    padding: 25px 5px 50px 5px;;
    width: 100%;
    border-bottom: solid 1px #bbbbbb;
}
.fig_placholder {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}
.padd_r_15 {
    padding-right: 15px !important;
}

.padd_l_35 {
    padding-left: 35px !important;
}

.time_card_content {
    float: left;
    margin: 0px;
    padding: 0 115px 0 0;
    width: 100%;
}
.time_card_content h6 {
    float: left;
    margin: 2px 0 15px 0;
    padding: 0px;
    width: 100%;
    color: #7a459d;
    font-size: 16px;
    line-height: normal;
}
.top_card_like_share {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.tp_card_commnet_box {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.panel_timeline_card {
    float: left;
    margin: 0px;
    padding: 25px 0px;
    width: 100%;
}
.panel_timeline_card .timeline {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline_end_section {
    float: left;
    margin: 20px 0 0 0px;
    padding: 15px 5%;
    width: 100%;
}

.timeline > li > .timeline-badge {
    overflow: hidden;
    color: #7b469e;
    width: 80px;
    height: 80px;
    line-height: 32px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0;
    left: -9%;
    margin-left: -20px;
    background-color: #fff;
    /*z-index: 100;*/
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: solid 2.5px #7b469e;
}
img {
    max-width: 100%;
}
.panel_timeline_card_2 .timeline > li > .timeline-panel {
    border-bottom: 0px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    border-bottom: solid 1px #bbbbbb;
    border-radius: 0;
    /*padding: 0 15px 0px 0;*/
    position: relative;
    margin: 0 0 0 1%;
}

.panel_timeline_card h6 {
    float: left;
    margin: 2px 0 15px 0;
    padding: 0px;
    width: 100%;
    color: #7a459d;
    font-size: 16px;
    line-height: normal;
}
.panel_timeline_card p {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #000;
    font-size: 14px;
}
.section_share {
    /*position: absolute;*/
    position: relative;
    float: right;
    /*right: 15px;*/
    width: auto;
    bottom: 0;
}
.card_comment {
    float: left;
    margin: 0 0 12px 8%;
    padding: 0px;
    width: 92%;
}
.timeline_comment_box {
    float: left;
    margin: 0 0 0 8%;
    padding: 0px 60px 0 0;
    width: 92%;
}
.padd_0 {
    padding: 0px !important;
}

    .margin_0 {
        margin: 0px !important;
    }
.timeline:before {
    top: -10px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #D1D1D1;
    left: 4%;
    margin-left: -35px;
}
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}

.timeline_end_section {
    float: left;
    margin: 20px 0 0 0px;
    padding: 15px 5%;
    width: 100%;
}
.timeline_end_section h6 {
    color: #000;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 0 12px 0;
}
.panel_timeline_card h6 {
    float: left;
    margin: 2px 0 15px 0;
    padding: 0px;
    width: 100%;
    color: #7a459d;
    font-size: 16px;
    line-height: normal;
}
.timeline_end_section h6 a {
    color: #7a459d;
}
.card_half_col {
    float: left;
    margin: 0 0 25px 0;
    padding: 5px 10px 5px 10px;
    width: 100%;
    box-shadow: -1px 4px 5px 1px #cfcfcf;
    border-radius: 5px;
}

.table_head {
    float: left;
    margin: 0px 0 0px 0px;
    padding: 9px 12px 7px 12px;
    width: 100%;
    background-color: #e7e7e7;
}
.panel_timeline_card a {
    color: #7a459d;
    font-weight: 600;
}.panel_timeline_card a:hover {
    color: #7a459d;
}
.cross_ico {
    float: right;
    margin: 0px;
    padding: 0px;
    width: auto;
    color: #000;
}
.card_half_col ul li span {
    color: #46bd65;
    font-size: 10px;
    float: left;
    margin: 3px 5px 0 0;
}

.timeline_end_section h6 {
    color: #000;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 0 12px 0;
}
ul {
    padding-left: 0;
    list-style: none;
}
ol, ul, li {
    list-style: none;
}

.bibke_tabs_header {
    float: left;
    margin: 0px 0 10px 0px;
    padding: 6px 15px;
    width: 100%;
    border-bottom: solid 1px #dddddd;
}
.bibke_tabs_header h5 {
    float: left;
    margin: 5px 0 2px 0;
    padding: 0px;
    width: auto;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
.bible_search_result {
    margin: 0 0 0 0;
    float: left;
    padding: 0px;
    width: 100%;
}
.bible_search_result ul {
    /*margin: 0px !important;*/
    float: left;
    padding: 0px;
    width: 100%;
}
.bible_search_result ul li:last-child {
    border: none;
}
.bible_search_result ul li {
     float: left;
    margin: 0 0 7px 0;
    padding: 0 0 6px 11px;
    width: 100%;
    list-style-type: none;
    color: #000;
    font-size: 14px;
    position: relative;
    border-bottom: solid 1px #dddddd;
}
.bible_search_result ul li p {
    float: left;
    margin: 0px;
    padding: 0 66px 0 0;
    width: 100%;
    color: #000;
    font-size: 13px;
}
.magenta_text {
    color: #7a459d;
}
.popover.bottom {
    margin-top: 10px;
}
.hide_opacity {
    opacity: 0;
}
.green_txt {
    color: #46bd65;
}

/*.sel option:first-child{
  color: green;
}*/

.app {
    position:relative
}

.main-content {
    /*margin-top: 61px;*/
}

.m-t-10 {
    margin-top: 10px;
}
.m-t-2 {
        margin-top: 2px;
}

    .m-b-5 {
        margin-top: 5px;
    }
    .m-t-5 {
        margin-top: 5px !important;
    }
.m-t-20 {
    margin-top: 20px;
}

.h-20 {
    height: 20px;
}

.btn.btn-primary {
	background: none;
	border: 1px solid #7A459D;
	box-shadow: none;
	background-color: #7A459D;
}
.btn.btn-primary:hover {
	color: #7A459D !important;
	border: 1px solid #7A459D;
	background-color: #fff;
}
.btn.btn-primary.right-btn {
	margin-top: 5px;
	float: right;
	text-align: right;
}
.btn-ico {
	font-size: 20px;
	padding: 0;
	margin: 0 10px;
	text-align: center;
}
.btn-ico.btn-edit-ico {
	color: #7A459D;
}
.btn-ico.btn-delete-ico {
	color: #F00;
}

.dataTables_paginate .pagination .paginate_button a {
	background-color: #FFF;
	color: #7A459D;
}
.dataTables_paginate .pagination .paginate_button.disabled a {
	background-color: #D6D3D3;
	color: #FFF;
}
.dataTables_paginate .pagination .paginate_button.disabled a:hover {
	background-color: #D6D3D3;
	color: #FFF;
}
.dataTables_paginate .pagination .paginate_button.active a {
	background-color: #7A459D;
	color: #FFF;
	font-weight: 600;
}
.dataTables_paginate .pagination .paginate_button a:hover {
	background-color: #7A459D;
	color: #FFF;
}

.row-margin-TB {
	margin-top: 15px;
	margin-bottom: 15px;
}

.table#table_id th, .table#versesTable th {
	color: #7A459D;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F3E2FF;
}

nav ul.pagination {
	margin: 0;
}
nav ul.pagination li.page-item.disabled span {
	background-color: #D6D3D3;
	color: #FFF;
}
nav ul.pagination li.page-item.disabled span:hover {
	background-color: #D6D3D3;
	color: #FFF;
}
nav ul.pagination li.page-item.active span {
	background-color: #7A459D;
	color: #FFF;
	font-weight: 600;
}
nav ul.pagination li.page-item span:hover, nav ul.pagination li.page-item a:hover {
	background-color: #7A459D;
	color: #FFF;
}
nav ul.pagination li.page-item a {
	background-color: #FFF;
	color: #7A459D;
}


/* Header */
.navbar-around {
    background: #fff; /*#325f85;*/
    min-height: 61px;
    margin-bottom: 0;
    border-bottom: 0;
    /*position: fixed;*/
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-around .navbar-header {
    min-height: 61px;
}

.navbar-around .navbar-header .navbar-brand {
    margin: 5px 0 0;
    padding: 0;
    width: 58px;
}

.navbar-around .navbar-form {
    width: auto;
    margin-left: 10px;
}

#custom-search-input{
    padding: 0;
    /*border: solid 1px #E4E4E4;*/
    /*border-radius: 20px;*/
    /*background-color: #fff;*/
    height: 44px;
    box-sizing: border-box;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    border-radius: 0; /*20px;*/
    height: 40px;
    font-size: 13px;
    color: #7A459D;
    width: 200px;
    -webkit-transition:width 0.3s ease-in-out;
	border-bottom: 1px solid #7A459D;
}

#custom-search-input input:focus{
    width: 300px;
    -webkit-transition: width 0.5s ease-in-out;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
}

#custom-search-input .glyphicon-search{
    font-size: 16px;
	color: #7A459D;
}

.navbar-around .navbar-nav li a.parent.login-signup {
	padding: 25px 14px 0;
	min-height: 74px;
}

.navbar-around .navbar-nav li a.parent{
    min-height: 55px;
    color: #7A459D;
    padding: 5px 10px;
    box-sizing: border-box;
    border-left: 1px solid #F1F1F1;
	font-weight: 600;
}
.navbar-around .navbar-nav.login-right-menu li a:hover, .navbar-around .navbar-nav.login-right-menu li a:hover i,
.navbar-around .navbar-nav.login-right-menu li a:active, .navbar-around .navbar-nav.login-right-menu li a:active i,
.navbar-around .navbar-nav.login-right-menu li a:focus, .navbar-around .navbar-nav.login-right-menu li a:focus i {
	background-color: #7A459D !important;
	color: #fff !important;
}
.navbar-around .navbar-nav.login-left-menu {
	margin-top: 5px;
}
.navbar-around .navbar-nav.login-left-menu li a {
	font-weight: 600;
	color: #7A459D;
}
.navbar-around .navbar-nav.login-left-menu li.border-right-left {
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
}
.navbar-around .navbar-nav.login-left-menu li a i {
	font-size: 24px;
}

.navbar-around .navbar-nav.login-right-menu li ul.dropdown-menu li a {
	color: #7A459D !important;
}
.navbar-around .navbar-nav.login-right-menu li ul.dropdown-menu li a:hover {
	background-color: #7A459D !important;
	color: #fff !important;
	background-image: none !important;
}

.navbar-around .navbar-nav li a.parent img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.navbar-around .navbar-nav li a.parent:hover,
.navbar-default .navbar-nav > .open > a.parent,
.navbar-default .navbar-nav > .open > a.parent:hover,
.navbar-default .navbar-nav > .open > a.parent:focus {
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.navbar #nav-bar ul li.active a.parent:first-child, .navbar #nav-bar ul li a.parent:hover,
.navbar #nav-bar ul li a.parent:focus,
.navbar-default .navbar-nav>.open>a {
    background: none;
}

.navbar-around .navbar-nav li a.parent i{
    font-size: 23px;
    margin-top: 10px;
    padding: 0 10px;
	color: #7A459D;
}

.badge-notify{
    background: red;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*Admin Pages*/
#admin-pages .page_sidebar_menu, #admin-pages .page_body_content {
	background-color: #fff;
	border-radius: 4px;
	padding: 16px 12px;
}
#admin-pages .page_sidebar_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#admin-pages .page_sidebar_menu ul li {
	margin-bottom: 10px;
}
#admin-pages .page_sidebar_menu ul li a {
	display: block;
	padding: 6px 12px;
	color: #898989;
	font-size: 14px;
	background-color: #F1F1F1;
	border-radius: 4px;
}
#admin-pages .page_sidebar_menu ul li a:hover, #admin-pages .page_sidebar_menu ul li a.active_menu {
	background-color: #7A459D;
	color: #fff;
}
#admin-pages .page_sidebar_menu ul li a i {
	float: right;
	margin-top: 3px;
}
#admin-pages .admin-page-headBar {
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 4px;
	/*padding: 22px 12px;*/
	width: 100%;
	display: inline-block;
}
#admin-pages .admin-page-headBar .breadcrumb {
	display: flex;
	/* border-radius: 6px; */
	overflow: hidden;
	/* margin: auto; */
	text-align: center;
	/* top: 50%; */
	width: 60%;
	height: calc(28px * 1.5);
	/*transform: translateY(-50%);*/
	/* box-shadow: 0 1px 1px rgb(0 0 0), 0 4px 14px rgb(0 0 0 / 70%); */
	z-index: 1;
	background-color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

#admin-pages .admin-page-headBar .breadcrumb a {
	position: relative;
	display: flex;
	flex-grow: 1;
	text-decoration: none;
	margin: auto;
	height: 100%;
	padding-left: 38px;
	padding-right: 0;
	color: #666;
}

#admin-pages .admin-page-headBar .breadcrumb a:first-child {
	padding-left: calc(38px / 2.5);
}

#admin-pages .admin-page-headBar .breadcrumb a:last-child {
	padding-right: calc(38px / 2.5);
}

#admin-pages .admin-page-headBar .breadcrumb a:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: calc(20px * 1.5);
	height: calc(20px * 1.5);
	top: -2px;
	right: calc(22px / (1.35 * -1));
	background-color: #fff;
	border-top-right-radius: 5px;
	transform: scale(0.707) rotate(
			45deg
	);
	box-shadow: 1px -1px rgb(0 0 0 / 25%);
	z-index: 1;
}

#admin-pages .admin-page-headBar .breadcrumb a:last-child:after {
	content: none;
}

#admin-pages .admin-page-headBar .breadcrumb__inner {
	display: flex;
	flex-direction: column;
	margin: auto;
	z-index: 2;
}

#admin-pages .admin-page-headBar .breadcrumb__title {
	font-weight: bold;
}

#admin-pages .admin-page-headBar .breadcrumb a.active, .breadcrumb a:hover {
	background: #7A459D !important;
	color: #fff !important;
}
#admin-pages .admin-page-headBar .breadcrumb a.active_page {
	color: #7A459D !important;
	cursor: default;
}
#admin-pages .admin-page-headBar .breadcrumb a.active_page:hover {
	background: #fff !important;
	color: #7A459D !important;
	cursor: default;
}

#admin-pages .admin-page-headBar .breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #7A459D !important;
	color: #fff !important;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
}
.panel.panel-primary {
	border-color: #7A459D;
}

/*// 1000px*/
/*///////////////////////*/
@media all and (max-width: 1000px) {
	#admin-pages .admin-page-headBar .breadcrumb {
		font-size: 12px;
	}
}

/*// 710px*/
/*///////////////////////*/
@media all and (max-width: 710px) {
	#admin-pages .admin-page-headBar .breadcrumb__desc {
		display: none;
	}

	#admin-pages .admin-page-headBar .breadcrumb {
		height: 38px;
	}

	#admin-pages .admin-page-headBar .breadcrumb a {
		padding-left: calc(38px / 1.5);
	}

	#admin-pages .admin-page-headBar .breadcrumb a:after {
		content: "";
		width: calc(38px * 1);
		height: calc(38px * 1);
		right: calc(38px / 2 * -1);
		transform: scale(0.707) rotate(45deg);
	}
}


/* Profile */
.profile { }

.profile .cover {
    width: 100%;
    height: 400px;
    background-color: #334d63;
    background-size: cover;
    background-position: center center;
}

.profile .cover.no-cover {
    height: 250px;
}

.profile .cover .loading-cover {
    width: 100%;
    height: 400px;
    position: absolute;
    background: rgba(255,255,255,0.5);
    display: none;
    text-align: center;
}

.profile .cover .loading-cover img {
    width: 50px;
    height: 50px;
    margin-top: 150px;
}

.profile .cover .bar {
    height: 100%;
}

.container {
	width: 100%;
}

.profile .cover .bar .container{
    height: 100%;
    position: relative;
}

.profile .cover .bar .profile-image {
    width: 200px;
    height: 200px;
    bottom: 10px;
    left: 0;
    position: absolute;
    border: 5px solid #7A459D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profile .cover .bar .profile-image.female {
    border-color: #f7c8eb
}


.profile .cover .bar .profile-image .loading-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.5);
    display: none;
    text-align: center;
}

.profile .cover .bar .profile-image .loading-image img {
    width: 50px;
    height: 50px;
    margin-top: 35%;
}

.profile .cover .bar .profile-image .change-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.60);
    display: none;
}

.profile .cover .bar .profile-image:hover .change-image {
    display: block;
}

.profile .cover .bar .profile-image .change-image input{
    display: none;
}

.profile .cover .bar .profile-image .change-image .upload-button {
    color: #fff;
    text-shadow: 1px 1px #000;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 35%;
}

.profile .cover .bar .profile-image .change-image .upload-button i{
    display: block;
    font-size: 30px;
}

.profile .cover .bar .profile-image .change-image .upload-button:hover {
    text-decoration: none;
}

.profile .cover .bar .profile-image img{
    width: 100%;
    height: 100%;
}

.profile .cover .bar .profile-text {
    position: absolute;
    left: 200px;
    bottom: 10px;
    color: #fff;
    float: left;
    text-shadow: 1px 1px #000;
    background: rgba(122,69,157,0.7);
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0 8px 8px 0;
}

.profile .cover .bar .profile-follow {
    position: absolute;
    right: 0;
    bottom: 10px;
}


.profile .cover .bar .profile-text h2 {
    text-transform: uppercase;
    font-size: 26px;
}
.profile .cover .bar .profile-text h2, .profile .cover .bar .profile-text h4 {
    margin: 0;
}

.profile .cover .bar .profile-upload-cover {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.profile .cover .bar .profile-upload-cover input{
    display: none;
}

.profile .cover .bar .profile-upload-cover i{
    margin-right: 5px;
}

.profile-tabs>li.active>a{
    color: white;
    background: #7a469D;
    border: none;
    border-bottom: 2px solid white;
}
.profile-tabs>li.active>a:focus{
    color: white;
    background: #7a469D;
    border: none;
    border-bottom: 2px solid white;
}
.profile-tabs>li>a:hover{
    color: white;
    background: #7a469D;
    border: none;
    border-bottom: 2px solid white;
}
.profile-tabs>li>a{
    color: white;
    background: #7a469D;
    border: none;
}


.profile .cover .bar .profile-upload-cover .upload-button:hover {
    text-decoration: none;
}

.profile .profile-main {
    margin-top: 5%;
}

.profile .profile-information {
    position: relative;
}

.profile .profile-information .edit-button {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.profile .profile-information:hover .edit-button {
    display: block
}

.profile .profile-information .edit-button .button-frame {
    width: 100%;
    height: 100%;
    position: relative;
}

.profile .profile-information .edit-button a {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile .profile-information .edit-button a:hover {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.profile .profile-information li i{
    width: 20px;
}

.profile #map-render {
    width: 100%;
    height: 300px;
}


/* Follow Buttons */
.follow-button, .following-button, .request-button {
    background: #fff;
    border: 1px solid #ddd;
}

.follow-button i, .following-button i, .request-button i {
    color: #5d7c97;
    margin-right: 5px;
}

.following-button {
    background: #e6f5d6;
    border-color: #c9e0b1;
}

.following-button:after {
    content: 'Following'
}

.following-button:hover {
    background: #d6e7f5;
    border-color: #adc5da;
}

.following-button:hover:after {
    content: 'Unfollow'
}

.request-button:after {
    content: 'Request Sent'
}

.request-button:hover:after {
    content: 'Undo Request'
}

/* Footer */
.footer{
	margin-top: 20px;
	border-top: 1px solid #7A459D;
	background-color: #fff;
	padding: 10px 14px;
	color: #7A459D;
}

.footer a{
    color: #333
}

/*Login Modal*/
.login-body .login-pic-body {
	background-color: #432557;
	color: #fff;
	text-align: center;
	padding: 40px 94px;
}
.login-body .login-pic-body h3 {
	color: #9457ba;
	font-weight: 900;
	font-size: 32px !important;
}
.login-body .login-pic-body p {
	font-size: 30px;
	text-transform: capitalize;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 72px;
}
.login-body .login-pic-body img {
	max-width:100%;
}
.login-body .login-form-body {
	/*background-color: #9457ba;*/
	background-color: white;
	/*color: #fff;*/
	color: black;
	padding: 30px;
}
.login-body .login-form-body h2 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
	font-size: 16px;
}
.login-body .login-form-body .login-radius {
	/*border-top-left-radius: 30px;*/
	/*border-bottom-left-radius: 30px;*/
}
.login-body .login-form-body .signup-radius {
	/*border-top-right-radius: 30px;*/
	/*border-bottom-right-radius: 30px;*/
}
.login-body .login-form-body .login-form .input-group-addon:first-child {
	border-right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/*padding: 14px 8px;*/
	background-color: #DCD1E8;
	color: #fff;
}
.login-body .login-form-body .login-form input.form-control {
	height: 44px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
    color: #444444;
}
.login-body .login-form-body .login-form .form-group {
	margin-bottom: 20px;
}
.login-body .login-form-body .login-form .form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 14px;
	font-weight: 700;
    color: #444444;
}
.login-body .login-form-body .login-form .form-group .checkbox input[type=checkbox],
.login-body .login-form-body .login-form .form-group .checkbox-inline input[type=checkbox] {
	margin-left: 0;
}
.login-body .login-form-body .login-form .btn-login {
	/*background-color: #fff;*/
	background-color: #432557;
	/*color: #7A459D;*/
	color: white;
	/*border-radius: 30px;*/
}
.login-body .login-form-body .login-form .btn-login:hover {
	background-color: #7A459D;
	color: #fff;
	/*border-radius: 30px;*/
}
.login-body .login-form-body .login-form h3.note {
	background-color: #fff;
	color: #7A459D;
	border-radius: 30px;
	display: inline-block;
	/*padding: 8px 50px;*/
	font-weight: 600;
	width: 100%;
	text-align: center;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label {
	color: #a94442;
	background-color: pink;
	padding: 4px 14px;
	border: 2px solid #a94442;
}
.login-body .login-form-body .signup-form {
	margin-top: 86px;
	margin-bottom: 28px;
}
.login-body .login-form-body .signup-form #regForm {
	/*background-color: #fff;*/
	margin: 0 auto;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0;
	width: 100%;
	min-width: 300px;
}
.login-body .login-form-body .signup-form #regForm .tab {
	display: none;
	background: 0 0;
}
.login-body .login-form-body .signup-form .tab {
	background-color: transparent;
}
.login-body .login-form-body .signup-form .tab select.form-control {
	/*background-color: #DCD1E8;*/
	color: #7A459D;
	font-weight: 600;
}
.login-body .login-form-body .signup-form .tab select.form-control option {
	background-color: #DCD1E8;
	color: #7A459D;
	font-weight: 600;
	border-bottom: 1px solid #7A459D;
}
.login-body .login-form-body .signup-form .tab select.form-control option:hover {
	background-color: #7A459D;
	color: #DCD1E8;
	font-weight: 600;
	border-bottom: 1px solid #7A459D;
}
.login-body .login-form-body .signup-form .input-group-addon:first-child {
	border-right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 14px 8px;
	background-color: #DCD1E8;
	color: #fff;
}
.login-body .login-form-body .signup-form input.form-control {
	height: 44px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.login-body .login-form-body .signup-form #regForm button:hover {
	opacity: .8;
}
.login-body .login-form-body .signup-form #regForm button {
	background-color: #7A459D;
	/*background-color: #fff;*/
	/*color: #7A459D;*/
	color: white;
	border-radius: 30px;
	border: none;
	padding: 10px 20px;
	font-size: 17px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	cursor: pointer;
}
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #432557;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: .5;
}
.step.active {
	/*background-color: #fff;*/
	background-color: green;
	opacity: 1;
}

.login-body .profile-form-body {
	background-color: #fff;
	color: #432557;
	padding: 63px 70px;
}


#loginSignupModal .modal-dialog {
	width: 470px;
}
.modal .modal-body .modal-row {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #f00;
}
.modal .modal-body .modal-half {
	float: left;
	width: 50%;
	height: auto;
}


.tab_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.tab_container .radio_hidden, section {
	clear: both;
	padding-top: 10px;
	display: none;
}
.tab_container .head {
	font-weight: 700;
	font-size: 16px /*20px*/;
	display: block;
	float: left;
	width: 50%;
	padding: 3%;
	color: #7A459D;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	/*background: #fff;*/
    background: white;
    border: 1px solid #aaa;
    /*border-right: none;*/
}
.tab_container label {margin-bottom: 0;}
.btn-link {font-size: 11px;}
.tab_container .tab-content {}
#tab1:checked ~ .contents #content1, #tab2:checked ~ .contents #content2, #tab3:checked ~ .contents #content3, #tab4:checked ~ .contents #content4, #tab5:checked ~ .contents #content5 {
	display: block; /*padding: 20px 35px 50px 35px;*/
	padding: 5px /*20px*/;
	background: #fff;
	color: #999;
	box-sizing: border-box;
}
.tab_container [id^="tab"]:checked + .head, .tab_container .head:hover {
	background: rgb(122, 69, 157) /*rgba(11, 75, 134, 0.8)*/;
	color: #fff;
}
.tab_container .head.active {
	background: rgb(122, 69, 157) /*rgba(11, 75, 134, 0.8)*/;
	color: #fff;
}
.tab_container .head .fa {
	font-size: 1.3em;
	margin: 0 20px 0 0;
}
.tab_container section h2 {
	color: #292929;
	font-size: 16px;
	padding: 0;
	margin: 15px 0 15px 0;
	text-align: center;
}
.tab_container .form-group {margin-bottom: 10px;}
.tab_container .register .form-group {margin-bottom: 10px;}
.tab_container .form-group .control-label {
	color: #292929;
	font-size: 14px;
	font-weight: normal;
}
.tab_container .form-group .form-control {
	color: #333;
	padding: 25px 30px 25px 20px;
	border-radius: 0;
	border-left: none;
	background: #fff;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}
.tab_container .input-group-addon {
	background: #fff;
	border-right: none;
	border-radius: 0;
}
.tab_container .checkbox{
	color: #292929;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #9a45a9;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
}
.btn-login {
	background: /*#409aff*/ rgba(160, 72, 175, 0.82);
	border: none;
	display: block;
	width: 50% /*100%*/;
	/*padding: 5px !*15px*! 0;*/
	font-size: 20px;
	margin-left: -15px;
}
.modal-body .note {
	background: #a248b1 none repeat scroll 0 0;
	text-align: center;
	color: #FFF;
	font-size: 15px /*20px*/;
	padding: 10px;
	border-radius: 5px;
}
/*#regForm {*/
	/*!*background-color: #fff;*!*/
	/*margin: 0 auto;*/
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	/*padding: 0;*/
	/*width: 100%;*/
	/*min-width: 300px;*/
/*}*/
/*#regForm .tab {*/
	/*display: none;*/
	/*background: 0 0;*/
/*}*/
/*.tab {*/
	/*overflow: hidden;*/
	/*background-color: transparent;*/
/*}*/
.naija-register .checkboxes {
	overflow: hidden;
	width: 100%;
	height: auto;
	/* text-align: center; */
}
.naija-register input[type=radio] {
	visibility: visible;
}
.naija-register .checkboxes span {
	width: 31.33%;
}
.naija-register .checkboxes span {
	display: -webkit-inline-box /*inline-table*/;
	width: 32.33%;
}
.naija-register input, .naija-register textarea, .naija-register select, .naija-register p, .naija-register, h3,
.naija-register label, .naija-login input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	color: #000;
}
.radio-custom:checked+.radio-custom-label:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
}
.radio-custom+.radio-custom-label:before {
	border-radius: 50%;
}
.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before {
	content: '';
	background: #a048af;
	border: 2px solid #9930ab;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	padding-top: 1px;
	margin-right: 10px;
	text-align: center;
}
.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;
}
/*#regForm button:hover {*/
	/*opacity: .8;*/
/*}*/
/*#regForm button {*/
	/*background-color: #a048af;*/
	/*color: #fff;*/
	/*border: none;*/
	/*padding: 10px 20px;*/
	/*font-size: 17px;*/
	/*font-family: 'Open Sans',Arial,Helvetica,sans-serif;*/
	/*cursor: pointer;*/
/*}*/
.naija-register .input-group-addon, .naija-login .input-group-addon {
	background-color: #7a459d !important;
}
.tab_container .input-group-addon {
	background: #fff;
	border-right: none;
	border-radius: 0;
}
.naija-register .input-group-addon i, .naija-login .input-group-addon i {
	font-size: 18px;
	display: inline-block;
	margin-top: 14%;
	color: #fff;
}
.naija-register div.birthday {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.naija-register div.birthday #custom-date .field {
	float: left;
	margin-right: 2%;
	margin-left: 1px;
	width: 30%;
}
#regForm select.invalid {
	background-color: #fdd;
}
#regForm input.invalid {
	background-color: #fdd;
}


/*Who Like Each Other*/
.who_liked_rght_nw {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.divider_outer_control {
	margin: 0 auto;
	width: 100%;
}
.naija-widget-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
	overflow: auto;
}
#like-relation-widget.who_liked_rght_nw li {
	border: none;
}
.heart_user_control {
	text-align: center;
	width: 32% !important;
	margin-left: 1%;
}
#like-relation-widget li .user a {
	text-align: center;
}
#like-relation-widget a.link-mask {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}
#like-relation-widget li .user a {
	text-align: center;
}
.card-image.is-loaded {
	filter: none;
	transition: filter 1s;
}
.who_liked_rght_nw .card-image {
	background: none;
}
#like-relation-widget li span.fa {
	display: inline-block;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	width: 6%;
	text-align: center;
}
#like-relation-widget .fa-heart {
	color: #03b588;
}
.heart_user_control span.fa {
	margin: 0 15px 0 0;
	float: none !important;
}
.heart_user_control img {
	display: inline-block !important;
	margin: 0;
}


.custom-control-input:disabled~.custom-control-label::before {
	background-color: #efeff6;
}

.custom-select-font-size {
	font-size: 14px;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}

.custom-valid.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57;
	border-color: #34ce57;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #ffdadd;
	border-color: #efa2a9;
}

.custom-control-input:disabled~.custom-control-label {
	color: #9295b0;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #c6ffd3;
	border: 2px solid #68df83;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #75748d;
	text-align: center;
	white-space: nowrap;
	background-color: #efeff6;
	border: 1px solid #d2d2e4;
	border-radius: 4px;
}

.section-block {
	margin: 16px 0;
}

.section-title {
	font-weight: 500;
	margin-bottom: 5px;
}


/* Loading */
.loading-page {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: none;
    text-align: center;
    z-index: 9999;
    background: rgba(255,255,255,0.60);
}

.loading-page img {
    width: 50px;
    height: 50px;
    margin-top: 30%;
}


/* Bible Topic Tabular */
.bible_tabs_section {
	/*height: 15%;*/
	/*height: 63vh;*/
    /*overflow: auto;*/
    /*overflow: hidden;*/
	/*scrollbar-color: #7A459D #F2DEFF;*/
}
.tabulor-tab
{
    margin: -5% 0% 0% 0%;
    height: 85vh;
    width: inherit;
}



.topic_verse_row
{
    margin: 0;
}

.bible_tabs_section .accordion .card .card-header {
	background-color: #F1F1F1;
    border-radius: 2px;
    margin-bottom: 7px !important;
}
.bible_tabs_section .accordion .card .card-header h2 {
	display: inline;
}
.bible_tabs_section .accordion .card .card-header button.hide_show {
	color: #7A459D;
	font-size: 18px;
	font-weight: bold;
	/*width: 90%;*/
	width: -webkit-fill-available;
	border: 0;
	line-height: 17px;
	text-align: left;
	padding: 10px 5px;
	text-transform: capitalize;
    background: transparent;
    font-family: Arial, serif !important;
}
.bible_tabs_section .accordion .card .card-header button.hide_show:focus {
	border: 0;
	outline:0;
}
.add-scripture {
	border: 0;
	font-size: 16px;
	font-weight: 600;
    padding: 2px 5px 2px 5px;
	border-radius: 4px;
    color: #777676;
    border-radius: 4px;
    margin: -2px 2px 2px 0;
    background: transparent;
}
.add-scripture:hover {
	opacity: .7;
}
.bible_tabs_section .accordion .card .card-body h5 {
	font-weight: 600;
	padding: 4px 25px;
	color: #7A459D;
}
.bible_tabs_section .accordion .card .card-body .topic-row {
	border: 1px solid #D6D3D3;
	margin: -3px 0 2px;
	padding: 6px;
	border-radius: 5px;
}
.bible_tabs_section .accordion .card .card-body .topic-row hr {
	margin: 2px 0 6px;
}
.bible_tabs_section .accordion .card .card-body .topic-row .topic_verses p {
	font-size: 14px !important;
}
.bible_tabs_section .accordion .card .card-body .topic-row .topic_verses p a {
	color: #713a97;
	font-weight: 900;
	font-size: 12px !important;
	text-decoration: none;
}
.bible_tabs_section .accordion .card .card-body .topic-row .topic_verses p a:hover {
	text-decoration: underline;
}
.bible_tabs_section .accordion .card .card-body .topic-row .topic_verses strong.strong_fix {
	color: #713a97;
	font-weight: bold;
	font-size: 15px !important;
    font-family: Arial, serif !important;
}
.bible_tabs_section .accordion .card .card-body .topic-row .btn-precept {
	border: 0;
	padding: 7px 7px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 5px;
	color: #7A459D;
    font-family: Arial, serif !important;
}

/*Scroll bar*/
.bible_tabs_section:hover {
	/*overflow-y: scroll;*/
    /*opacity: 1;*/
}

/*Scroll bar*/



.bible_tabs_section::-webkit-scrollbar {
	width: 8px;
    opacity: 0;
}

.bible_tabs_section::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 15px rgb(242,222,255);
	border-radius: 10px;
}

.bible_tabs_section::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 15px rgb(122,69,157);
}
.bible_tabs_section::-webkit-scrollbar-thumb:vertical {
	/*height: 30px;*/
	background-color: #7A459D;
}
::-webkit-scrollbar-thumb:hover {
	background: #7A459D;
}
/*Scroll bar*/

/* Count Widget */
.count_widget {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
}

.count_widget a {
    width: 58px;
    display: block;
    background: #333;
    height: 58px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    color: #fff;
    font-size: 16px;
    padding: 17px 0;
    box-sizing: border-box;
}

.count_widget a.purple {
    background: #b074cc;
}

.count_widget a.purple:hover {
    background: #b345cc;
}

.count_widget a.green {
    background: #45bab6;
}

.count_widget a.green:hover {
    background: #45cac6;
}

.count_widget a.blue {
    background: #457cba;
}

.count_widget a.blue:hover {
    background: #2a5c95;
}


/* Fixed Bar */
.left-fix {
    position: fixed;
    width: 285px;
}
.right-fix {
    width: 100%;
    position: fixed;
}



.suggested-people .panel-heading {
    background: #fff
}

.suggested-people .list-group .list-group-item {
    /*padding: 5px;*/
    margin: 0;
}

.suggested-people .list-group .list-group-item div {
    padding: 2px 5px;
}

.suggested-people .list-group .list-group-item img {
	max-width: 100%;
    margin: 0;
    padding: 0;
}

.suggested-people .list-group .list-group-item span {
    color: #505050;
}

.suggested-people .list-group .list-group-item small {
    color: #858585;
    font-size: 11px;
    font-style: italic;
}
.suggested-people ul.list-group {
    height: 40vh;
}


/*Scroll bar*/


/*Create Pages*/
.create-page section.main { display:block }
div.create-page {
	padding: 40px;
	border-radius: 5px;
}
.inner {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 8px;
	padding: 3px;
	text-align: center;
}
.inner .title {
	width: 100% !important;
}
.create-page .title h2 {
	margin-bottom: 5px;
}
.create-page .title p {
	color: #444;
}
.create-page .create-section-icons {
	width: 100%;
}
.create-page .create-section-icons {
	margin: 0 auto;
}
.create-page .create-section {
	position: relative;
	max-width: 100%;
	text-align: center;
	background: #B4F3E3;
	float: left;
	margin: .6975%;
	box-shadow: 0 0 10px #5c5a5a;
	cursor: pointer;
	border-radius: 5% 5% 50% 50%;
	width: 190px;
	height: 220px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	display: none;
	border: 2px solid #06D29F;
}
.create-page .create-section:hover {
	background: #06D29F;
	color: #06D29F;
	/*opacity: 100%;*/
}
.create-page .create-section:hover .create-page-icon {
	color: #fff;
}
.create-page .create-block {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
}
.create-page .create-page-icon {
	font-size: 76px;
	color: #03b588;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.create-page .create-page-icon:hover {
	color:#fff;
}
.create-block p {
	font-size: 13px;
	/*margin-top: 15px;*/
	margin: 82px 0 -65px 0;
	font-weight: 600;
	/*color: #B9B7B8;*/
	/*opacity: 50%;*/
}
#create-page-form {
	margin-top: 60px;
	display: none;
}
/*Create Pages*/

ul.dropdown-menu hr {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
	border-top: 1px solid #eee;
}
.alert-error-field {
	background-color: #FFD6DD;
	border: 1px solid #FFC0CB;
}
.alert-error-msg {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #F00;
}

.error-msg.alert.alert-danger, .success-msg.alert.alert-success{
	display: none;
}


/* New Post Box */
.new-post-box {
    -webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 25px 0;
}

.new-post-box textarea {
    outline: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    font-size: 18px;
    color: #333;
    height: 30px;
    margin-top: 10px;
    padding: 0;
}

.new-post-box textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #9d9d9d;
    font-style: italic;
}

.new-post-box hr {
    margin: 10px 0;
}

.new-post-box input[type=file] {
    display: none;
}
.ping-post-image-btn input[type=file] {
    display: none;
}

.attachment-input2{
    display: block;
    position: absolute;
    top: 3px;
    left: 48px;
}
.new-post-box .btn-add-image {
    background: #ececec;
    border-color: #d9d9d9
}

.new-post-box .btn-add-image:hover {
    background: white !important;
    border-color: #7A459D !important;
}

.new-post-box .btn-submit {
    background: #488ec9;
    border-color: #3c76a7;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff
}

.new-post-box .btn-submit:hover {
    color: #7A459D !important;
    border: 1px solid #7A459D;
    background-color: #fff !important;

}

.new-post-box .loading-post {
    display: none;
}

.new-post-box .loading-post img {
    width: 25px;
    height: 25px;
}

.new-post-box .image-area {
    text-align: center;
    display: none;
}

.new-post-box .image-area img{
    max-width: 100%;
}

.new-post-box .image-remove-button {
    background: rgba(255,255,255,0.5);
    position: absolute;
    display: block;
    font-size: 23px;
    padding: 0 10px;
    color: #333;
}

.new-post-box .image-remove-button:hover {
    color: #000;
}

/* Post List */
.panel-post {

}

.panel-post .post-profile-photo {
    width: 40px;
    height: 40px;
}

.panel-post .info {
    padding: 0;
    margin-left: 10px;
}

.panel-post .info a {
    display: block;
}

.panel-post .info a.name {
    color: #454545;
    font-weight: bold;
    font-size: 15px;
}

.panel-post .info a.username {
    color: #757575;
    font-size: 13px;
}

.panel-post .info a.date {
    color: #929292;
    font-style: italic;
    font-size: 12px;
}


.panel-post .info a.date:hover {
    text-decoration: underline;
}

.panel-post .like-box {
    color: #454545;
    font-size: 12px;
}

.panel-post .like-box a {
    color: #454545;
    display: inline;
    text-align: center;
}


.panel-post .like-box a.all_likes:hover {
    text-decoration: underline;
}

.panel-post .like-box a:first-child:hover {
    color: #7A459D;
}

.panel-post .like-box a:last-child {
    margin-top: 5px;
    /*font-style: italic;*/
    font-size: 14px;
}

.panel-post .like-box i {
    color: #d63737;
    font-size: 19px;
    float: left;
    margin-right: 6px;
}

.panel-post .post-image {
    margin: 0 auto;
}

.panel-post .post-content-s {
    font-size: 20px;
}

.panel-post .fix-hr {
    margin-left: -15px;
    width: calc(100% + 30px)
}

.panel-post .post-comment {
    color: #d63737;
    font-size: 19px;
    float: left;
    padding: 0;
    margin: 0;
    height: auto;
}

.panel-post .post-comment .panel-body {
    padding: 0;
    margin: 10px;
}
.panel-body .menu-nav .close-btn {
    padding: 5px; margin-top: -11px; margin-right: -5px;
}
.panel-post .post-comment .comment-profile-photo {
    width: 35px;
    height: 35px;
}

.panel-post .post-comment .comment-info {
    padding: 0;
    margin-left: 10px;
    line-height: 10px;
}

.panel-post .post-comment .comment-info a {
}

.panel-post .post-comment .comment-info a.name {
    color: #454545;
    font-weight: bold;
    font-size: 13px;
}

.panel-post .post-comment .comment-info a.username {
    color: #757575;
    font-size: 13px;
}

.panel-post .post-comment .comment-info span.date {
    color: #929292;
    font-style: italic;
    font-size: 12px;
}

.panel-post .post-comment .comment-info .remove {
    font-size: 13px;
    color: #666;
    display: block;
    margin-left: 10px;
}

.panel-post .post-comment .comment-info .remove:hover {
    color: #d62728;
}

.panel-post .post-comment p {
    color: #444444;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

.panel-post .post-comments hr {
    margin: 5px 0;
}

.panel-post .post-write-comment {

}

.panel-post .post-write-comment .media-object {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.panel-post .post-write-comment textarea {
    outline: none;
    -webkit-appearance: none;
    resize: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    font-size: 13px;
    color: #333;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.panel-post .post-write-comment textarea::-webkit-input-placeholder {
    font-size: 11px;
    color: #9e9e9e;
    font-style: italic;
}

.post-list {
}

.post-list-top-loading, .post-list-bottom-loading {
    text-align: center;
    padding: 10px 0;
    display: none;
}

.post-list-top-loading img, .post-list-bottom-loading img {
    width: 50px;
    height: 50px;
}

#likeListModal .user_list {
     max-height: 400px;
    overflow-x: auto;
}

#likeListModal .user_list .list-group-item img{
    margin-right: 15px;
    float: left;
}

#likeListModal .user_list .list-group-item a{
    color: #333;
    line-height: 0;
}

/* Alert Message */
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}

/* User Card */
.user-card {
    background: #fff;
}

.user-card .cover {
    width: 100%;
    height: 100px;
    background-color: #334d63;
    background-size: cover;
    background-position: center center;
}

.user-card .cover.no-cover {
    height: 50px;
}

.user-card .detail {
    border: 1px solid #dedede;
    border-top: none;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius:  0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    padding: 3px 5px;
    height: auto;
    box-sizing: border-box;
}

.user-card .detail .image {
    display: block;
    float: left;
    margin-top: -25px;
}

.user-card .detail .image img {
    width: 70px;
    height: 70px;
    border: 3px solid #c8d6f7;
}

.user-card .detail .image img.female {
    border-color: #f7c8eb
}


.user-card .detail .info {
    margin-left: 5px;
    display: block;
    float: left;
}

.user-card .detail .info .name{
    display: block;
    color: #373737;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, serif;
}

.user-card .detail .info .username{
    display: block;
    color: #373737;
    font-size: 13px;
}

/* Menu */
.menu li {
    padding: 0;
}

.menu a {
    padding: 10px 15px;
    display: block;
    color: #505050;
}

.menu a i {
    width: 15px;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}

.menu a.menu-home i {
    color: #399398;
}

.menu a.menu-nearby i {
    color: #abc35c
}

.menu a.menu-groups i {
    color: #df7e49
}

.menu a.menu-dm i {
    color: #d24a41
}

.menu li:hover {
    background: #dae7f1;
}


/* Friends */
.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
    margin-bottom: 5px
}
.card-container, .front, .back {
    width: 100%;
    border-radius: 4px;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background-color: #334d63;
    background-size: cover;
    background-position: center center;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #c8d6f7;
    width: 100%;
}

.card .user img.female{
   border-color: #f7c8eb
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0;
}
.card .content .main {  }
.card .name {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 10px;
}
.card .profession small {
    color: #000;
}
.card .bottom {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    text-align: center;
    height: 55px;
}

/* Content Page Title */
.content-page-title {
    color: #2d2d2d;
    font-size: 23px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.content-page-title .fa-map-marker {
    color: #abc35c
}

.content-page-title .fa-users {
    color: #df7e49
}

.content-page-title .fa-commenting {
    color: #d24a41
}


/* Content Page Blue Title */
.content-page-blue-title {
    color: #1b5382;
    font-size: 23px;
    padding: 10px 0 20px 0;
}


/* Direct Messages */
.new-message-button {
    margin-bottom: 10px;
}
.dm {
    background: #fff;
    width: 100%;
    height: 600px;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dm .friends-list {
    width: 30%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #c3c3c3;
    height: 100%;
    overflow: auto;
}

.dm .friends-list .friend {
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    position: relative;
}

.dm .friends-list .friend:hover {
    background: #e1f1fe;
}

.dm .friends-list .friend .image {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.dm .friends-list .friend strong {
    font-size: 15px;
    color: #555;
    font-family: Arial, serif;
    display: block;
    margin-top: 5px;
}

.dm .friends-list .friend span {
    font-size: 13px;
    color: #666;
    display: block;
}

.dm .friends-list .friend small {
    font-style: italic;
    color: #999;
}

.dm .friends-list .friend .circle {
    background: #325f85;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    position: absolute;
    right: 10px;
    top: 35px;
    z-index: 10;
    display: none;
}

.dm .friends-list .friend.active {
    background: #325f85;
}

.dm .friends-list .friend.active strong, .dm .friends-list .friend.active span, .dm .friends-list .friend.active small {
    color: #fff;
}

.dm .friends-list .friend.active {
    background: #325f85;
}

.dm .friends-list .friend.active strong, .dm .friends-list .friend.active span, .dm .friends-list .friend.active small {
    color: #fff;
}

.dm .friends-list .friend.new-message .circle {
    display: block;
}

.dm .chat {
    width: 70%;
    height: 100%;
    float: left;
}

.dm .chat .chat-info {
    padding: 10px;
    border-bottom: 1px solid #c3c3c3
}

.dm .chat .chat-info .user-profile {
    float: left;
    display: block;
}

.dm .chat .chat-info .user-profile img{
    float: left;
    margin-right: 5px;
    width: 40px;
}

.dm .chat .chat-info .user-profile .detail {
    float: left;
    font-size: 13px;
    color: #404040
}

.dm .chat .chat-info .user-profile .detail strong {
    font-size: 15px;
    color: #555;
    font-family: Arial, serif;
    display: block;
}

.dm .chat .chat-info .btn-remove {
    float: right;
    display: block;
}

.dm .chat .message-list {
    height: 435px;
    overflow: auto;
    padding: 10px;
}

.dm .chat .message-list .message {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
}

.dm .chat .message-list .message .text {
    background: #dfdfdf;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
}

.dm .chat .message-list .message .delete {
    font-size: 13px;
    color: #d62728;
    display: none;
    float: left;
}

.dm .chat .message-list .message:hover .delete{
    display: block;
}

.dm .chat .message-list .message small {
    text-align: right;
    font-style: italic;
    color: #999;
    display: block;
    height: 20px;
}

.dm .chat .message-list .message.message-right {
    float: right;
}

.dm .chat .message-list .message.message-right .text{
    background: #6088a9;
    color: #fff;
}

.dm .chat .message-write {
    background: #ebf0f4;
    padding: 10px;
    height: 100px;
    box-sizing: border-box;
}

.dm .chat .message-write textarea{
    outline: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    height: 80px;
    font-size: 14px;
    color: #333;
    padding: 16px 10px;
}

.dm .chat .message-write textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #9d9d9d;
    font-style: italic;
}

#userListModal .user_list {
    max-height: 400px;
    overflow-x: auto;
    padding: 20px;
}

#userListModal .user_list #modal-table{
    width: 100%;
}

#userListModal .user_list a {
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    width: 100%;
    position: relative;
}

#userListModal .user_list .a:hover {
    background: #e1f1fe;
}

#userListModal .user_list a .image {
    float: left;
    width: 70px;
    margin-right: 10px;
}

#userListModal .user_list a strong {
    font-size: 15px;
    color: #555;
    font-family: Arial, serif;
    display: block;
    margin-top: 5px;
}

#userListModal .user_list a span {
    font-size: 13px;
    color: #666;
    display: block;
}

#userListModal .user_list a small {
    font-style: italic;
    color: #999;
}

/* DM Notification */
.direct-messages-notification .friend {
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    min-width: 300px;
}

.direct-messages-notification .friend:last-child {
    border-bottom: none;
}

.direct-messages-notification .friend:hover {
    background: #e1f1fe;
}

.direct-messages-notification .friend .image {
    float: left;
    width: 40px;
    margin-right: 10px;
}

.direct-messages-notification .friend strong {
    font-size: 13px;
    color: #555;
    font-family: Arial, serif;
    display: block;
    margin-top: 5px;
}

.direct-messages-notification .friend span {
    font-size: 12px;
    color: #666;
    display: block;
}

.direct-messages-notification .friend small {
    font-style: italic;
    font-size: 11px;
    color: #999;
}


/* Groups */
.bs-box{
    display: block;
    background: #fff;
    border-bottom: 2px solid #2196F3;
    text-decoration: none;
    color: black;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    margin-bottom: 20px;
    height: 150px;
    text-align: center;
}
.bs-box:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}


/* Group Stats */
.group-stats {
    margin: 25px 0;
}

.group-stats .box {
    display: block;
    background: #3f7ca6;
    height: 150px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 0;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    color: #fff;
}

.group-stats .box.dark {
    background: #2a6187;
}

.group-stats .box.hard-dark {
    background: #184768;
}

.group-stats .box .count {
    display: block;
    font-size: 27px;
}

.group-stats .box .title {
    display: block;
    font-size: 18px;
}


@media only screen and (max-width: 1200px) {
    .profile .cover, .profile .cover .loading-cover{
        height: 300px;
    }

    .profile .cover.no-cover {
        height: 180px;
    }

    .profile .cover .loading-cover img {
        margin-top: 130px;
    }

    .profile .cover .bar .profile-image {
        width: 150px;
        height: 150px;
    }

    .profile .cover .bar .profile-image .change-image .upload-button {
        font-size: 15px;
    }

    .profile .cover .bar .profile-text {
        left: 160px;
    }

    .profile .cover .bar .profile-text h2{
        font-size: 25px;
    }

    .profile .cover .bar .profile-text h4{
        font-size: 19px;
    }

    .dm .friends-list {
        width: 35%;
    }

    .dm .chat {
        width: 65%;
    }
}


@media only screen and (max-width: 1010px) {
    .navbar-around .navbar-nav li a.parent{
        padding-right: 5px;
        padding-left: 5px;
    }

}


@media only screen and (max-width: 992px) {
    .profile .cover, .profile .cover .loading-cover {
        height: 250px;
    }

    .profile .cover.no-cover {
        height: 170px;
    }

    .profile .cover .loading-cover img {
        margin-top: 100px;
    }

    .profile .cover .bar .profile-image {
        width: 125px;
        height: 125px;
    }

    .profile .cover .bar .profile-image .change-image .upload-button {
        font-size: 14px;
    }

    .profile .cover .bar .profile-image .change-image .upload-button i{
        font-size: 23px;
    }

    .profile .cover .bar .profile-text {
        left: 135px;
        padding: 8px 15px;
    }

    .profile .cover .bar .profile-text h2{
        font-size: 20px;
    }

    .profile .cover .bar .profile-text h4{
        font-size: 16px;
    }
}



@media only screen and (max-width: 776px) {
    .footer .col-sm-6:last-child{
        text-align: left;
    }

}

@media only screen and (max-width:768px){
    .profile .cover, .profile .cover .loading-cover {
        height: 200px;
    }

    .profile .cover.no-cover {
        height: 130px;
    }

    .profile .cover .loading-cover img {
        margin-top: 80px;
    }

    .profile .cover .bar .profile-image {
        width: 100px;
        height: 100px;
        left: 10px;
    }

    .profile .cover .bar .profile-image .loading-image img {
        width: 30px;
        height: 30px;
    }

    .profile .cover .bar .profile-image .change-image .upload-button {
        font-size: 12px;
        margin-top: 30%;
    }

    .profile .cover .bar .profile-image .change-image .upload-button i{
        font-size: 20px;
    }

    .profile .cover .bar .profile-image img{
        border-width: 4px;
    }

    .profile .cover .bar .profile-text {
        left: 120px;
        padding: 5px 10px;
    }

    .profile .cover .bar .profile-text h2{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .profile .cover .bar .profile-text h4{
        font-size: 13px;
    }

    .profile .cover .bar .profile-follow {
        right: 10px;
    }

    .profile .cover .bar .profile-upload-cover {
        right: 10px;
    }

    .profile .profile-information .edit-button{
        position: inherit;
        height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: block;
    }


        .navbar-toggle {
            color: #fff;
            background: #fff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    }

}


@media only screen and (max-width:547px){
    .profile .cover {
        height: 200px;
    }

    .profile .cover.no-cover {
        height: 180px;
    }

    .profile .cover .bar .profile-image {
        width: 100px;
        height: 100px;
        top: 10px;
        left: calc(50% - 50px);
        border-width: 4px;
    }

    /*.profile .cover .bar .profile-image img{*/
    /*}*/

    .profile .cover .bar .profile-text {
        left: 10px;
        padding: 5px 10px;
    }
    .profile .cover .bar .profile-text h2{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .profile .cover .bar .profile-text h4{
        font-size: 13px;
    }
    .profile .cover .bar .profile-follow {
        right: 10px;
    }

    .dm .chat .message-list .message {
        width: 90%;
    }
}




    /*search box css*/

    #sf_results{background: #fff; box-shadow: 0 0 2px #aaa; border-color: #333 #333 #293e6a;}
    .sf_more{background: #F7F7F7; border-top:1px solid #ddd;}
    #sf_val ul.sf_main{background: #fff;}
    #sf_val ul ul li{color:#000; border-color:#fff;}
    #sf_val ul li.sf_selected{background-color: #6D84B4 !important; border-color: #3B5998 !important; color: white !important;}
    #sf_val ul li.sf_selected a, #sf_val ul li.sf_selected span{color: white !important;}
    #sf_val ul li.sf_header{background:#eee;border-top:1px solid #ddd;color: #333;}
    #sf_val li.sf_item img{background-color: #eceff5;}
    #sf_val li .sf_small{color:#666;}
    /*.sf_search .sf_input{color:#aaa !important;background:#fff !important;}*/
    /*.sf_search .sf_focused{color:#333 !important;}*/
    /*.sf_search{background:#fff;}*/
    /*.sf_search .sf_button,.sf_search  .searchsubmit{background-image: url("images/sf_search.png") !important; background-repeat: no-repeat !important; background-position: 0px 0 !important; background-color: white !important; -webkit-box-shadow: 0 0 0 0 !important; -moz-box-shadow:0 0 0 0 !important; box-shadow:0 0 0 0 !important;}*/
    /*#sf_loading{background-image: url("images/sf_loading.gif") !important;}*/
    /* selective search css */
    /*.sf_ajaxy-selective-search {color: rgba(255, 255, 255, 0.498039); text-decoration: none solid rgba(255, 255, 255, 0.498039); background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box; border-color:rgba(0, 0, 0, 0.247059) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902); font: 16px/24px Arial, sans-serif; outline: rgba(255, 255, 255, 0.498039) none 0px;}*/
    /*.sf_ajaxy-selective-item {color: rgb(255, 255, 255); text-decoration: none solid rgb(255, 255, 255); background: rgb(109, 132, 180) -webkit-linear-gradient(top, rgb(116, 140, 190), rgb(102, 124, 170)) repeat scroll 0% 0% / auto padding-box border-box; border: 1px solid rgb(98, 118, 158); border-radius: 2px 2px 2px 2px; font: normal normal bold 11px/19px Arial, sans-serif; outline: rgb(255, 255, 255) none 0px; padding: 0px 8px; transition: all 0.218s ease 0s;}*/
    /*.sf_ajaxy-selective-close {color: rgb(255, 255, 255); text-decoration: none solid rgb(255, 255, 255); border: 0px none rgb(255, 255, 255); font: normal normal bold 11px/19px Arial, sans-serif; margin: 16.5px 0px; outline: rgb(255, 255, 255) none 0px; background: transparent;}*/
    /*.sf_ajaxy-selective-search input.sf_ajaxy-selective-input {background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box; border: 0px none rgb(0, 0, 0); box-shadow: 0 0 0;}*/
    #sf_results{-font-family: 'lucida grande', tahoma, verdana, arial, sans-serif !important; font-size: 11px !important; z-index: 9999 !important; text-align: left !important;
        box-shadow: 0 0 5px #aaa; border-radius: 0px; border: 1px solid #ccc; border-width: 1px 1px 2px; overflow: hidden;}
    .sf_more {display: block; min-height: 1px; margin: 3px 0 0px; padding: 8px; text-align: center; font-weight:bold; line-height:12px;}
    .sf_more .sf_text, .sf_more .sf_small{text-align:center !important;}
    .sf_more img{padding:7px 0;}
    #sf_val {z-index:9999 !important; -height:180px; -overflow-y:auto;}
    #sf_val ul{margin:0 !important; list-style:none; padding: 0 !important;}
    #sf_val ul.sf_main{margin:0 !important; list-style:none; padding: 0 !important;}
    #sf_val .sf_result_container ul{margin:0 !important; list-style:none; padding: 0 !important;}
    #sf_val ul li.sf_category a{margin-left:5px; padding: 3px 0;}
    #sf_val ul ul li{list-style:none; border-style:solid; border-width: 1px 0; cursor: pointer; display: block;}
    #sf_val ul li a:hover{text-decoration:none !important;}
    #sf_val ul li a{text-decoration:none !important; display: block;}
    #sf_val ul li.sf_selected a, #sf_val ul li.sf_selected span{text-decoration:none;}
    #sf_val ul li.sf_item{min-height:50px; padding: 2px 30px 2px 63px; position:relative; line-height:12px; min-height:50px;}
    #sf_val ul li.sf_item a{display:block;}
    #sf_val ul li.sf_header{padding:7px; font-weight:bold; border-bottom: 0 none; font-size: 14px !important;}
    #sf_val li.sf_item img{display: block; height: 45px/*50px*/; left: 6px; position: absolute; width: 45px/*50px*/; top:2px;}
    #sf_val li .sf_text{font-weight: bold; text-align: left; font-size: 14px; line-height: 15px; color: #337ab7; text-shadow: none;}
    #sf_val li a span.sf_text, #sf_val li a span.sf_small{display:block;}
    #sf_val li .sf_small{text-align: left; line-height: 18px;}
    #sf_val li.sf_more .sf_small{font-size:13px; text-align: center !important; line-height: 15px;}
    /*.sf_search .sf_input{font-style:italic; border:0 none !important; padding:0 !important; box-shadow:none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important; width:90%; margin-left:2px; height:19px !important;}*/
    /*.sf_search .sf_focused{font-style:normal !important;}*/
    /*.sf_search .sf_input:focus, .searchsubmit:focus{border:0 none !important;outline: none;}*/
    /*.sf_hidden{display:none;}*/
    /*.sf_search{border-radius:2px; text-align:left !important;}*/
    /*.sf_search span.sf_block{display: block; height: 23px; padding: 1px 0 2px; position:relative;}*/
    /*.sf_search .sf_button,.sf_search  .searchsubmit{background-repeat: no-repeat !important; background-position: 0px 0 !important; border: 0 none !important; cursor: pointer !important; display: block !important; height: 19px !important; padding: 0 !important; position: absolute !important; right: 1px !important; top: 1px !important; width: 22px !important; margin: 1px 1% 1px 2px !important; font-size: 11px !important; -webkit-box-shadow: 0 0 0 0 !important; -moz-box-shadow:0 0 0 0 !important; box-shadow:0 0 0 0 !important;}*/
    /*.sf_search  .screen-reader-text{display:none;}*/
    /*.sf_search  .searchsubmit{display:block !important;}*/
    /*.sf_search  .searchsubmit {float:none !important;}*/
    /*#sf_loading{background-repeat: no-repeat !important; background-position: center center !important; display:block !important; width:100%; height:30px !important;}*/
    #sf_sb ::-webkit-scrollbar {height: 10px; overflow: visible; width: 10px;}
    #sf_sb ::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, .2); background-clip: padding-box; border: solid transparent; border-width: 1px 1px 1px 1px; min-height: 28px; padding: 100px 0 0;}
    #sf_sb ::-webkit-scrollbar-button {height: 0; width: 0;}
    #sf_sb ::-webkit-scrollbar-track {background-clip: padding-box; border: solid transparent; border-width: 0 0 0 4px;}
    #sf_sb ::-webkit-scrollbar-corner {background: transparent;}
    .sf_result_container {max-height:200px; overflow:auto; margin-top: 0; margin-bottom: 0;}
    /*.sf_search{position:relative; display:inline-block;}*/
    /*.screen-reader-text {display:block;}*/
